Forum Replies Created
-
AuthorPosts
-
Hey Phyllis B Hartzell,
Thanks for the login, Enfold v4.0.5 is not compatible with WordPress v6+ or PHP v8+
Updating to Enfold v5.5 should solve your issue.
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,
Please try adding this css to correct the desktop sub-menu categories having a transparent background color:@media only screen and (min-width: 768px) { #top .content .flex_column .widget_nav_menu .menu-meniu-categorii-container ul.sub-menu li { background-color: #fff; } }Unfortunately for the mobile view of the menu to have collapsing sub-menus would require writing some javascript and would not be that easy.
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,
MikeHi,
To remove the border around the shortcode button try this css:.product.woocommerce.add_to_cart_inline { border: none !important; }Best regards,
MikeHi,
I change the css and now both situation are hidden, please clear your browser cache and check.#top .wc-gzd-additional-info.tax-info { display: none !important; }Best regards,
MikeHi,
Please include an admin login in the Private Content area so we can check.Best regards,
MikeApril 19, 2023 at 6:34 pm in reply to: Link to an accordion’s tab scrolls too much down and hides the tab’s title #1404975Hi,
Glad to hear that you have this sorted out, I was mistaken about which title was used, unless there is anything else we can assist with on this issue, shall we close this then?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,
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,
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHi,
Glad to hear that you found a plugin that works for you, I’m not sure about the popup text perhaps it needs a product title to display the text, does the plugin offer this?
Perhaps the popup is not needed and we can hide it with css or we can make a single message for all of your button popups like “successfully added to the cart”?Best regards,
MikeHi,
Thank you for your patience, the Dev Team found that the p tag was added by WordPress from the wpautop function due to the textarea field used in the theme option. They have added a filter to correct in the next update avf_wc_parallax_banner_tag
So after the next update you can remove the solution posted above.
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
The Dev Team has adjusted the Shop page title and breadcrumb behavior and it will work on the Shop page in the next update, if you are interested in a temp fix for now, edit your functions-enfold.php file on about line 1291 look forif( $post_id && is_singular() )and change toif( $post_id && ( is_singular() || is_shop() ) )
As for your second question do you mean the “You are here:” text?
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top.archive .breadcrumb-title { display: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Alan,
For lower case try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.av-catalogue-title-container .av-catalogue-title { text-transform: lowercase; }After applying the css, please clear your browser cache and check.
Or to show the capitalization on the frontend as you have typed it in the backend try this css instead:.av-catalogue-title-container .av-catalogue-title { text-transform: none; }Best regards,
MikeHi,
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,
MikeHey jordan204,
I think you could do it with Pods – Custom Content Types and Fields or Advanced Custom Fields (ACF), and search YouTube for tutorials on how to set it up. I don’t use either, but I feel that you will have a steep learning curve and unless to are doing hundreds of them doing it manually would be faster. If you are going to do hundreds of them I would hire a freelancer on Upwork to set it up for you, it would be faster and reasonably priced.Best regards,
MikeHey donillo,
Thank you for your patience, in my test when the Header Title and Breadcrumbs option is used to hide the title or breadcrumbs for the site, all pages, posts, & products can independently be set to show the tile or breadcrumbs, overriding the theme option, except the Shop page.
I believe this is because the page options are disabled when you see the red warning at the top of the Shop page:This page is set as the default WooCommerce Shop Overview and therefore does not support the Enfold advanced layout editor
But I have asked the Dev Team to review and will write back when I hear from them, Thank you for your patience.
Best regards,
MikeHey Daniel,
Try adding your submenu with a function in your child theme functions.php like this:add_action('ava_after_main_container', 'ava_after_main_title_mod'); function ava_after_main_title_mod() { if(is_archive()) { echo do_shortcode("[your submenu shortcode here]"); } }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
MikeHi,
I see that your homepage is using the transparent header, so to change this logo see the option Enfold Theme Options ▸ Header ▸ Transparency Options ▸ Transparency Logo and adjust the logo to suit.Best regards,
MikeHi,
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,
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,
MikeApril 19, 2023 at 1:06 am in reply to: Errors and website crash while trying to update theme #1404868Hi,
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,
It looks like you added some of the text from the thread into your css:To have the small image the same proportions as the featured image try this css:#top.page-id-629 .template-blog .small-preview { width: auto; height: auto }please find this and change to this:
#top.page-id-629 .template-blog .small-preview { width: auto; height: auto; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Sorry I don’t know which one it could be, I see that you have 28 plugins active besides the woocommerce core plugin. I recommend starting with disabling all of them and see if that corrects.Best regards,
MikeHi,
When I look at your stylesheet I see both css snippets, please remove the first snippet and only use the second snippet.
Then disable Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files and clear your browser cache and check again.Best regards,
MikeHi,
To move portfolio ajax preview container below the grid container, add this code to the end of your child theme functions.php file in Appearance ▸ Editor:function move_portfolio_ajax_preview_container_below_the_grid_container() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($){ $(function() { $( '.av-portfolio-grid-sorting-container' ).each(function() { $( this ).find( '.portfolio_preview_container' ).insertAfter( $(this).find('.grid-sort-container') ); }); }); })(jQuery); }); </script> <?php } add_action('wp_footer', 'move_portfolio_ajax_preview_container_below_the_grid_container');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,
MikeHi,
For the above css to not efect mobile devices, try changing it to this:@media only screen and (min-width: 768px) { #av_section_1 .flex_column.el_after_av_one_fourth.avia-builder-el-last { z-index: 0; position: relative; } .menu-meniu-categorii-container ul.sub-menu { position: relative; left: 100%; top: -42px; height: 42px; background-color: #fff; } .menu-meniu-categorii-container .menu-item-has-children { height: 42px; } .menu-meniu-categorii-container .menu-item-has-children:not(:hover) ul.sub-menu { display: none; } }After applying the css, please clear your browser cache and check.
your screenshot doesn’t work try using an Screenshot service and pasting the image URL in your post.Best regards,
MikeHi,
Thanks for the login, on my test page the shortcode is in a code block element, and on the post it is just in the Classic Editor. My test site is a multi-network so the site is /shop/ for the shop demo, it’s not a shop page.
I found a test page on your site linked below, and add the shortcode for the product 50858 and tested it, and indeed it is reloading the page and changing the url:/testpage/?add-to-cart=50858unlike my site with no plugins.
I recommend trying to disable all of your plugins except the one core woocommerce plugin. If that resolves the issue, reactivate each one individually until you find the cause.
I’m not sure which one it could be as I have not seen this issue before.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,
Mike -
AuthorPosts

