Forum Replies Created
-
AuthorPosts
-
April 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 #1404975
Hi,
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,
MikeApril 18, 2023 at 5:46 pm in reply to: Link to an accordion’s tab scrolls too much down and hides the tab’s title #1404825Hi,
Thanks for the login, I’m not seeing a link in the button, how is the link to the image added?
The image needs to have a title for it to show in the lightbox, the script adds the title back on click so it will show in the lightbox, but it seems that once in a while the lightbox is faster than the script. I have a hard time reproducing, like you said, we need to try 3 or 4 times, it’s hard to correct an issue that doesn’t occur all of the time.Best regards,
MikeHi,
I tested the button shortcode in a Classic Editor blog post and on a ALB page on my test site, and in both cases the product is added to the cart without reloading the page. Please see the links below.
Perhaps you have a plugin that is conflicting?Best regards,
MikeHi,
Glad to hear this helped, I’m not sure why this is but I have asked the Dev Team to review and I will write back when I hear from them.
Thank you for your patience and using Enfold.Best regards,
MikeApril 18, 2023 at 11:30 am in reply to: How to Register a Theme on Enfold 3.3.2? (Do I first download latest version) #1404800Hi,
Glad to hear, I don’t expect you to have issues with the pagination after you update.
This thread is getting quite long now and off the topic of registering your theme. I recommend that we close this and after you update if you have new questions please open a new thread. Thank you for your understanding and for using Enfold.Best regards,
MikeApril 18, 2023 at 1:07 am in reply to: How to Register a Theme on Enfold 3.3.2? (Do I first download latest version) #1404769Hi,
Typically the error: The link you followed has expired means the server doesn’t have the PHP ZipArchive Extension enabled, this is a basic extension that allows the server to extract zip files. Ask your web host to check and enable it.As for your question about the OVH server, is it about the same error as above or is your question about importing an Enfold Demo on OVH?
I have not seen any issues on OVH for using or building with Enfold, apart from enabling the PHP ZipArchive Extension.
But for importing an Enfold Demo, the problem with OVH servers is they have disabled the set_time_limit() function and will not enable it so the import times out. If the manual import method fails due to the disabled PHP function, try creating a localhost WordPress install and import the demo and then use the plugin Duplicator and migrate your localhost version to your webhost, see the video on the plugin page if you have not used this plugin before, it is quite easy.Best regards,
MikeHi,
The video seems to come in fairly quickly, but I can see a blank spot before the video that a client might want to remove. Two ways around this, first would be to use the preloader option in the theme; Enfold Theme Options ▸ Theme Options ▸ Page Preloading this will show the preloader while the video loads.
Another option would be to show a background in the video div before the video loads, like this thread. The still image for the first frame may give you the couple of seconds you need for the video to load.
I did a webpage test linked below and the 5 seconds for the video to load seems reasonable, but the other 300×300 images on your homepage are taking over 3 seconds to load:

I tested one image on tinyjpg.com and compressed it down by 75%:

I would try this for your images and perhaps it will improve the page load.Best regards,
Mike -
AuthorPosts

