Forum Replies Created
-
AuthorPosts
-
Hello Mike,
Thank you for supports. it works flawlessly. I think this codes will be a guide for adding foreign language options or other menus.
Best regards,
Hi Mike,
I added to web site…
Thank you Mike, but it also appears in the menu?
I want to add two links to the left side of the burger menu (TR | EN). Both mobile and desktop.I believe it can be solved with one line of code.
This is image from Photoshop.
I donr use any plugin (language selector)
As you scroll down the page, the opacity of the top header section part increasing (to black).
Hi Nikko,
are as follows
https://into-productions-backup.webflow.io/corporate-filmsI fixed it with this code, but as if meaningless. (:
rawurldecode($new_post["1_1"]
Hi Ismael,
Thank you for reply. It’s work but there is a small problem. $new_post[“1_1”] string (ex. “ŞĞÜ) it seems as UTF-8 Hex (ex. like %C5%9F%C4%9F ) in sms. But no problem for mail body. It’s working correct. Can you handle this little problem ?
Thanks.
Hello Ismael,
Yes, How can i capture telephone number(text field) in contact form for send sms. (without saving to the database)
August 9, 2021 at 2:42 pm in reply to: How can i stay topbar menu fixed when the page is first opened/scrolled ? #1315860Hi Mike,
Its work! Thank you for help.
(:Best regards,
August 8, 2021 at 11:52 pm in reply to: How can i stay topbar menu fixed when the page is first opened/scrolled ? #1315177Hello and sorry. I want a sticky burger menu (without scrolling) at the top of the homepage. Sticky at the top of the gallery page. However, the menu appears when the mouse scrolls down on a single page. In summary, always visible sticky menu without scrolling.
August 8, 2021 at 10:29 pm in reply to: How can i stay topbar menu fixed when the page is first opened/scrolled ? #1315167It’s not working. The menu should be fixed and stick to the top, as in the bottom page I gave for example. It appears when you scroll down on the home page.
Hi Victoria,
Can’t I just do it using align code? A variable value of 80px. It’d can be 90, 100 px… Will I have to change this value every time? Alignment for two objects should not be so difficult.
Helloe Ismael,
Working but, i will write pixel every time ?
Can we solve this problem with align / css code?
Hi Victoria,
It’s ready for you now.
Hello Jordan,
Icon and text. Can you look at the screenshot?
Hell Rikard,
It’s working. Thanks for help. (:
Best regards.
Hello, thanks for reply,
Yes, Please try.
Hi,
Thanks for reply. But not working. (:
Hello
Yes. (:
1280×800 – %100Hi,
Sorry. Chrome browser space between menu with picture doesn’t show correctly at %100. But %90 and below is correctly. Safari is correct.Ok. We make adjustments for
@media only screen and (min-width: 1160px) and (max-width: 1295px)
This is macbook screen 13″ 1280×800 px res. Thanks.Hi Mike,
Thank you for reply. I think it was but there is diffrent space between menu with picture in the safari and chrome.
https://i.postimg.cc/RZgDWPkz/menu-space.jpg
Best regards.
I just changed the function.php and widget. You will see.
function.php
//-------------------------------- // Header widget area //-------------------------------- add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header' ); }
widget
<img src="../wp-content/uploads/2018/11/Mos.jpg" width="60px" style="position: relative; z-index: 100;" margin="50px" align="right">
- This reply was modified 6 years ago by koraytastan.
No animation with this code (:
Not working. This code repeats the animation after 3 seconds.
After page load by scroll, it must be wait x second. Then the animation should start.Best,
Column right to left animation. But not working your css code.
Default css
.avia_transform .avia_start_delayed_animation.right-to-left { -webkit-animation: avia-rtl 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275); animation: avia-rtl 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275); opacity: 1;
with your css
.avia_transform .avia_start_delayed_animation { animation-delay: 3s; } .avia_transform .avia_start_delayed_animation.right-to-left { -webkit-animation: avia-rtl 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275); animation: avia-rtl 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275); opacity: 1;
- This reply was modified 6 years, 2 months ago by koraytastan.
-
AuthorPosts