Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks, is the admin login URL and details in the Private Content area correct? The page doesn’t seem to load.Best regards,
MikeApril 13, 2020 at 1:03 pm in reply to: Assign a unique Section ID to the color section element #1203275Hi,
Thank you for the login, but I’m unsure which page has the color section that is not saving the custom ID, please link to this page.
So I checked a random page and saw your error in the backendFailed to initialize plugin: avia_builder_button, which looks like it is caused bynest-mootools.jswhich looks like it is related to this MooTools but I’m unsure which plugin is using this javascript. Have you tried to deactivate your plugins?Best regards,
MikeHi,
Thanks for the login, but it seems to be a customer account and not an admin account where we can examine the backend.
I found that the plugin adds another delay that can be corrected with this css:.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-already-on-wishlist.tinvwl-position-after.ftinvwl-animated { transition: all .0s ease-out!important; }Now there is still a slight delay, but I believe it is the javascript waiting for the masonry elements to be created before adding the “wish button”. It looks like your plugin is a premium plugin so I won’t be able to test this on a fresh install on my localhost, but this assumption seems reasonable.
Please try adding this css and clear your browser cache and check to see if it is any quicker and also watch the masonry items being created and the last half-second as the buttons are created.Best regards,
MikeHi,
It sounds like you have this sorted out now, except the UpdraftPlus error, which I assume is about UpdraftPlus trying to start a cron job and work in the background. Searching Google led to this answer & many othersBest regards,
MikeHi,
The line height should be similar to the height, you would not want a line height of zero even if the height is overriding it.
It seems that I may have been logged in via a cookie before, but it must have expired, now I’m just seeing the maintenance page.
Please include another login so I can see the page and assist.Best regards,
MikeApril 13, 2020 at 3:18 am in reply to: Any Media Query for changing size of mobile sidebar within functions.php? #1203197Hey CharlieTh,
If you only want the sidebar wider, we might be able to do this with css.
Please link to the page and explain what you would like to see.Best regards,
MikeHey SaraMichelle,
Please check the login details, as they are not working for me.
It looks like your footer background color needs to be checked, perhaps an invalid value in your css.Best regards,
MikeHi,
Please ensure your PHP settings are like this:
PHP Version: 7.x
PHP Time Limit: No limit
PHP Memory Limit: 256M
PHP Post Max Size: 50M
PHP Max Upload Size: 24M
PHP ZipArchive Extension: enabledSome “WordPress Managed Hosting” have PHP security settings activated, please ask your webhost to check your PHP settings to see if the secure options are activated.
“allow_url_fopen”, “allow_url_include” and “register_globals” are “off”
Try turning these “on”.If these don’t help then please open a new thread and include an admin login & FTP access in the Private Content area and we will try a manual import, please note we will have to reset your site so all settings & content will be lost.
Best regards,
MikeHi,
Each of those images are using the original full-size image and not the 495 image.
To regenerate the images you could try this plugin, but I recommend checking that the “portfolio” size is being created, try adding this code to the end of your functions.php file in Appearance > Editor:function your_thumbnail_sizes() { global $_wp_additional_image_sizes; print '<pre>'; print_r( $_wp_additional_image_sizes ); print '</pre>'; } add_shortcode('your-sizes', 'your_thumbnail_sizes');and then create a new page with this shortcode
[your-sizes]to display the sizes.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHey peterolle,
Try adding this code to the end of your functions.php file in Appearance > Editor:function add_custom_meta(){ if (is_singular('portfolio')){ ?> <meta name='bingbot' content='NOODP NOARCHIVE, NOINDEX'> <meta name='ROBOTS' content='NOINDEX, NOARCHIVE, NOODP, NOYDIR'> <meta name='GOOGLEBOT' content='NOINDEX, NOARCHIVE, NOODP'> <?php } else {} } add_action('wp_head', 'add_custom_meta', 1);Best regards,
MikeHi,
The custom animation for is not being triggered and I don’t see any errors, so I believe it would be a matter of editing the javascript that triggers thewpb_animate_when_almost_visiblebut this could be a big job. I recommend this css because it targets the one page, you will still not have the animation on this page, but at least it is only one page.
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.page-id-149 .wpb_single_image.wpb_animate_when_almost_visible { opacity: 1; }After applying the css, Please clear your browser cache and check.
Otherwise, you could re-generate the shortcode in the “Visual Composer” builder and ensure you don’t have any animation enabled. This should change the class
wpb_animate_when_almost_visibleBest regards,
MikeApril 12, 2020 at 10:55 pm in reply to: Custom background color on product category description #1203171Hey PT0060,
I believe that you want to change the background color of the product description tab:

Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.single-product .woocommerce-Tabs-panel--description,#top.single-product #tab-title-description { background-color: #777777; }please adjust the color to suit.

After applying the css, Please clear your browser cache and check.Best regards,
MikeHi,
Sorry for the late reply, the avia.js file is at/enfold/js/avia.jsBest regards,
MikeHey Grobi,
Sorry for the late reply, I’m not sure what is causing this but your iframe looks like it is part of a plugin, is it?
You can link to your page with#topat the end of your link like the link in the Private Content area and the page won’t scroll down.Best regards,
MikeHey Claudia,
Sorry for the late reply, please see this threadBest regards,
MikeApril 12, 2020 at 8:55 pm in reply to: Lazy Loading Horizontal Gallery (Full Width) – Mobile issues #1203156Hey TJOLoughlin,
Sorry for the late reply, unfortunately, I have not seen a lazy load plugin that works in every element, often there is some element that it doesn’t work with.
Some lazy load plugins allow you to define an element to ignore, does WP Rocket let you ignore the Horizontal Gallery?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Ok, Ordering Flex Items is what you are trying to do, there are a couple of different “flex” options depending on the elements and their order. This guide might help visualize how flex works. Here is a video called: Change the order of columns for mobile devices on WordPress with CSSBut if you include the URL to the page in question I can offer advice on getting this to work for you.
Best regards,
MikeApril 12, 2020 at 4:58 pm in reply to: Resizing space between columns + centering them on the page #1203112Hi,
Thank you for pointing this out, I took a look at your page and tested the css above and see that the first column has “float: right” applied.
To center these columns I added this css, which is only applied to this one page.#top.page-id-10687 #after_section_1 .entry-content-wrapper .av_one_third { width: 27%; margin-left: 1%; margin-right: 1%; } #top.page-id-10687 #after_section_1 .entry-content-wrapper { justify-content: center; display: flex; }Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Thanks for the login, I added the css I posted above to your WordPress > Customize > Additional CSS and the blue focus is now not showing in Safari or Chrome on Mac, please see the screenshot in Private Content area.
Please clear your browser cache and check.Best regards,
MikeHi,
@ehquionest I believe you are referring to something different, the caption doesn’t show in the lightbox, for the caption to show on the page please enable the Image Caption option:

If this doesn’t help please open a new thread with more details and a link to the page so we can investigate. Typically an admin login also helps.Best regards,
MikeHi,
Thanks for the image, I see it is important for the text to be on top of the overlay, is there any on-hover action?
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.page-id-3906 .flex_cell .overlay { top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.2); position: absolute; z-index: 0; } #top.page-id-3906 .flex_cell .flex_cell_inner { z-index: 10; position: relative; } #top.page-id-3906 .flex_cell.avia-link-column.avia-link-column-hover { opacity: 1; } #top.page-id-3906 .flex_cell.avia-link-column.avia-link-column-hover:hover { opacity: 1 !important; }Then add this code to the end of your functions.php file in Appearance > Editor:
function custom_overlay_script(){ ?> <script> (function($){ $(document).ready(function(){ $('#top.page-id-3906 .flex_cell').prepend('<div class="overlay"></div>'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_overlay_script');After applying the css, Please clear your browser cache and check.
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
I found that the apostrophe in your language caused the shortcode to break so the shortcode showed the default label.
I changed the label from this:label='Scarica l'eBook GRATUITO'to this:label='Scarica l'eBook GRATUITO'and it is working now, please clear your browser cache and check.Best regards,
Mike -
AuthorPosts

