Forum Replies Created
-
AuthorPosts
-
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
and ensure that it is activated, then add your code and save.
Shall we close this thread then?Best regards,
MikeSeptember 7, 2024 at 1:41 pm in reply to: Full page video that scrolls into a text page possible with Enfold? #1466441Hi,
When I check your homepage I see that you added the dot in the custom class in the color section, this will cause an error, whenever you add a custom class please do not add the dot:
I removed it for you and activated the script and it now works. But since the color section is at the very top when you page loads you will only see a white area until you scroll. This solution is meant for sections that are lower that you can scroll into.Please note that since this is not your thread posting your login here will not be private and you will not see anything we write in the Private Content area, in the future I recommend opening a new thread instead of posting in a thread from 2016 :)
Best regards,
MikeHi,
Are you using the sidebar in WordPress ▸ Appearance ▸ Widgets? You should be able to add a new HTML widget to show your image.
If you are not and have created a sidebar area in each post with a widget elemtment, then you should try using WordPress ▸ Appearance ▸ Widgets instead so you can add the image once and show on all posts.
You can use the plugin Widget Options to only show certain widgets on certain posts and still manage all of them from one place instead of opening each post.Best regards,
MikeHi,
Typically deleting pages will not cause the Adding a header widget area to no longer work, perhaps you also deleted the header widget area, please check the documentation again and ensure that it is in place.
If you need further help please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHey Maria,
To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account, if you can not login to your Theme Forest account please contact Theme Forest support, we are not able to change or update your login there.Then upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
then you will see the Theme updated successfully message.
Best regards,
MikeSeptember 7, 2024 at 12:26 pm in reply to: Enfold – Freelancer funktioniert im IPad-Quer-Format nicht #1466436Hey jr1971,
Thank you for your patience and the link to your site, when I simulate a iPad in landscape mode (1366 x 1024) it seems to show well, perhaps your iPad is a different size. Please use this tool and tell us what size your screen is: screen resolution
Also please try adding a screenshot of the error that you see, using an Screenshot service and pasting the image URL in your post so we can better understand what you would like to achieve for this screen size.Best regards,
MikeHi,
Try wrapping the css in a media query for only desktops, like this:@media only screen and (min-width: 768px) { /* your css here */ }
It looks like the page that you linked to has a page ID of 2606, which is different than above.
If you need further help perhaps a admin login would help us.Best regards,
MikeHi,
Glad that this helped, I’m not able to reproduce this from your screenshot, are you using the browser “zoom”?
This is not a good way to test and will not give you reliable results, you should use the Dev Tools, please see this article: Simulate mobile devices with device modePlease note that we kindly ask that each thread is for a single topic, this thread is now 3 pages long for us and covers different topics so it is hard to follow. Please open a new thread if you don’t find the above link helpful. Thank you for your patience and understanding and for using Enfold.
Best regards,
MikeHey maria,
To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
then you will see the Theme updated successfully message.
Best regards,
MikeHey DB,
To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
then you will see the Theme updated successfully message.
Best regards,
MikeHi,
I found that you also have this css in your child theme stylesheet, I removed it for you:.responsive #top #wrap_all .av_mobile_menu_tablet .main_menu { top: 0; left: auto; right: 0; display: block; } .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item { display: none; } .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special { display: block; }
Please clear your browser cache and check.
Best regards,
MikeHi,
Glad your operation went fine, and we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Looks like it is a caching issue, I tried disabling your cache plugins, try clearing your server cache also.Best regards,
MikeHi,
Ok we will close this one as requested, I see Ismael answered your other thread.Best regards,
MikeSeptember 4, 2024 at 6:05 pm in reply to: How to add code to the section for specific pages? #1466240Hey Jak73,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor and change the page IDs in the array to the ones you want to use, then add your snippetfunction my_code() { if(is_page( array(206, 591, 597) ) ) { ?> //Put Your Code Here <?php } } add_action( 'wp_head', 'my_code' );
Best regards,
MikeHi,
When I check your homepage the image is not like yours, please see the screenshot in the Private Content area.
Please use this screen resolution tool and let us know what size your screen is so we can reproduce it and help with some specific css.Best regards,
MikeHey a-l-p,
Thank you for your patience and sorry for the late reply, when your video is set to auto play the sound is muted due to the browser rules, this is not an error in the theme, the theme follows the rules set by the browsers and doesn’t try to override them. There maybe some plugins that do this but the browsers try to block this with each update. I recommend either not auto playing, or add a message to “turn on sound”.
WordPress removed the volume controls for the video player a few years ago on mobile because the mobile devices have a physical button to manage the sound, the theme uses the WordPress player and not a custom one. Perhaps there is a plugin that behaves differently but I have not searched for any.Best regards,
MikeSeptember 4, 2024 at 11:45 am in reply to: Menu Focus Trap / Accessibility / Keyboard usage – Improvement #1466202Hi,
Glad that you have this sorted out, please note that the Dev Team is open to Feature Requests but they also have to be careful about how these might affect other users. If you still think that this should be added to the core please submit directly, thank you.
If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thanks, I found that you had this css preventing the menu from showing, I removed it and now it shows. Please clear your browser cache and check.@media only screen and (max-width: 3500px) { .html_mobile_menu_tablet .main_menu , .html_mobile_menu_tablet #header_main_alternate{display:none;} .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide{display:block;} .html_mobile_menu_tablet #mobile-advanced{display:block;} }
Best regards,
MikeHi,
Glad to hear that you found a plugin, I have not used it and I only found an old issue from 2018 with it, probably not an issue anymore.
Shall we close this thread then?Best regards,
MikeSeptember 3, 2024 at 4:53 pm in reply to: Menu Focus Trap / Accessibility / Keyboard usage – Improvement #1466146Hi,
It sounds like you have this sorted out, when I test on our demo I don’t see any errors and it seems to work as expected. Shall we close this thread then?
If you would like to summit this as a feature the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.Best regards,
MikeHi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeSeptember 2, 2024 at 12:18 pm in reply to: How to get product categories class with the catalogue product module in ALB #1466037Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeSeptember 1, 2024 at 10:58 pm in reply to: How to get product categories class with the catalogue product module in ALB #1466011Hey manyfloor,
Thank you for your question, but the product catalog already includes category classes such as:
product_cat-music
product_cat-accessories
product_cat-hoodies
these are basic examples from the woo demo import.
Please provide more detail with example links to your site so we can understand better and reproduce, perhaps what you call a “product catalog module” we call something else?
A link to your pages and a admin login would help a lot.
As I understand, you only want DOM classes for CSS and not the classes to show on the frontend.Best regards,
MikeHey James,
Thank you for your patience and the link to your site, I see that you are using two menus on your homepage, the normal menu in a transport header and a submenu.
Try this css:.header_color .main_menu ul:first-child > li.current-menu-item#menu-item-234350 > a, .header_color .main_menu ul:first-child > li.current_page_item#menu-item-234350 > a { color: #fff; }
Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
To disable it, open js/avia.js go to line 90 and comment it like this:// new $.AviaAjaxSearch({scope:'#header, .avia_search_element'});
then disable both Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files Then clear your browser cache and any cache plugin a few times, and check.
Please remember that clearing javascript files can take a few tries. I tested this and it works to remove the ajax function:
Best regards,
Mike -
AuthorPosts