Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for your patience, as I understand your issue, on your History portfolio page: /portofolio-histoire/ you want to increase the masonry mouse-over title with this css:.masonry-portofolio { font-size: 22px !important; }I didn’t find this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field or in your child theme ▸ style.css
So I tested this in your child theme ▸ style.css:

and checked with Chrome, Firefox, Edge in Windows and it worked correctly:

I also had the same results in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field

Please clear your browser cache and check.Best regards,
MikeHi,
Glad Nikko was 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,
MikeHey Jimmy Plenderleith,
The Health demo is using the Fullscreen Slider with the Display a scroll down arrow option checked:

You seem to be using the Fullwidth Easy Slider which doesn’t have this option, please try using the Fullscreen Slider instead.
If you have any further questions please create a new thread in the Enfold support fourm and we will gladly try to help you. Please do not use the Pre Sale Questions section for support questions. Thank you for your understanding and for using Enfold.Best regards,
MikeHi,
I assume that you are not using a child theme, if you use a child theme then your child theme functions.php customizations will not be overwritten with each update. Read about using a Child ThemeFor your blog page please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
@media only screen and (max-width: 885px) { .responsive #top .av-switch-990 .av-menu-mobile-active .mobile_menu_toggle { display: block; float: left; } .responsive #top .av-switch-990 .av-menu-mobile-active .av-subnav-menu { display: none; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeJune 4, 2022 at 1:49 pm in reply to: How to remove the tool-tip when pointing to the image? #1354140Hi,
Thank you for the link to your site, to remove the image title on mouse-over try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function remove_title_from_all_elements_on_hover() { ?> <script> (function($){ $("*").hover(function(){ $(this).removeAttr("title"); }); })(jQuery); </script> <?php } add_action('wp_footer', 'remove_title_from_all_elements_on_hover');The only two images that I see that are blurry is the top two images, both are very small images (300px) and you are displaying them very large, for example, the top image is 300×150 and it is shown as a full width image, please use larger images to correct.
Below are direct links to the images please review.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,
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,
@thijmens thank you for your patience and the link to your site, the script in this thread is for the product slider element, your page is not using this element it is a Shop page.
On your page the first 3 columns are equal height but the last one has double the product excerpt, so making all four equal height to the last one will make the first 3 look strange with a lot of white space, my recommendation is that you would be better to remove half of the product excerpt from the last one.
If you would like further help with this please open a new thread and include an admin login in the Private Content area.
We try to keep the threads focused on a single topic to help future searches, thank you for your understanding.Best regards,
MikeHi,
Perhaps try this css:@media only screen and (min-width: 768px) { #footer > .container, #socket > .container { padding-left: 100px; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thank you for your patience and for the login, but I don’t see the domain to your client’s site in the thread, please include so we can login and look at your footer widgets.Best regards,
MikeHi,
Thank you for your patience, The Div Team provided a patch for this issue and I have applied it to your site, see the links below, it seems to be working correctly please check.
This will be in the next update.Best regards,
MikeHi,
Glad to hear this is working for you, you could change the pattern if it suits your needs in Google Analytics, I imagine you will want it descriptive enough that you understand where the click came from.
Unfortunately, I can’t edit the title but the Topic Tags and thread content should be enough that other users will find this helpful, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeJune 1, 2022 at 2:16 pm in reply to: Non-centered footer with "always fixed" "left sidebar" main menu #1353754Hi,
Thanks for the feedback, as you see on my test page I’m using your layerslider on a copy of your page with the footer correct, so with this in mind, I tried deactivating some of your plugins and found that
wp-Typography was causing a conflict, once it is deactivated your footer is correct again. Please check.Best regards,
MikeHi,
Thanks for the screenshots, and adding the custom class, the element you are using is the Icon instead of the Icon Box, for this element try this css instead:.sngmng .av-icon-char { background-image: url(//leagrowingpeople.com/wp-content/uploads/2022/04/consciousuncoupling.png); height: 40px; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; } .sngmng .av-icon-char:before { opacity: 0; }After applying the css, please clear your browser cache and check.
Best regards,
MikeMay 31, 2022 at 2:28 pm in reply to: Non-centered footer with "always fixed" "left sidebar" main menu #1353592Hi,
Thank you for the link to your site, I found that your layerslider is causing the page div <strong style=’color:#000′>wrap_all to close with the footer outside

I tried to make a copy of your layerslider and remove the<div id="myRandomText">Wir sind Indianer</div>so the script would not run, but the script still ran and the footer error was still there.
I made a copy for your site, linked below, without the script and the footer is correct, so I don’t think it’s any other elements or the theme, please check.Best regards,
MikeHi,
I believe that this file TSS_112x112-36×36.jpg is linked somewhere else, I don’t think this is standard.
I can’t really tell from the outside, but if you include admin login in the Private Content area I could check for you.
As for the time, it is loading in 171ms it’s just last in the waterfall.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,
Thank you for your patience and for the link to your site, I found that the reason this was happening is because the script that opens the hidden gallery targets the thumbnail class first_thumb but this class is added to the first thumbnail in each row and by default 5 columns are used for each row, so since you have 15 images in the gallery several will have this class and the default action of JQuery is to land on the last one.
One way to correct this is to change the number of columns used for the thumbnails, but the largest option is 12 so this doesn’t help you.
The other option is to change your script to target the :first thumbnail with the class first_thumb which is what I did for you, your script is now like this:function text_link_to_gallery_lightbox() { ?> <script type="text/javascript"> (function($) { $(document).on('click', '.text_to_lightbox a', function(event) { event.preventDefault(); var linkTarget = $(this).attr('href'); $(linkTarget).find("a.first_thumb:first").click(); }); })(jQuery); </script> <?php } add_action('wp_footer', 'text_link_to_gallery_lightbox');Now the lightbox does starts with the first image of the gallery order.
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,
Thanks for the feedback, I don’t have an iPhone but I do see that the first button that is not in the button-row doesn’t have the left & right 3px margin that the button-row has, try adding this css for the first button:.avia-button-wrap.avia-builder-el-12 > .avia-button { margin: 3px; }Please note that testing with Safari can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
Please also try this.Best regards,
MikeHi,
Thanks for the screenshot but I’m not seeing this on my Android device (360px) or in Chrome Dev Tools mobile emulation 375px – 425px

what screen resolution and device are you seeing this at?Best regards,
MikeMay 29, 2022 at 9:50 pm in reply to: Video in color selection not playing when device is in landscape mode #1353366Hey aboderc,
Thank you for the link to your site, I tested your page on my Android device and the video plays in landscape mode for me without having to reload the page, it doesn’t show in portrait mode at all. Perhaps your mobile screen size is smaller or you are using an iPhone?
This is expected because browsers such as Safari & Chrome block auto playing background videos on mobile, thus you should use a fallback image for mobile and don’t expect a video to load. This is why the color section background video option says: Most mobile devices can’t autoplay videos

There are some plugins and sliders such as the layerslider, that try to work around this limitation but Safari & Chrome continue to block this with each update.Best regards,
MikeHey navindesigns,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:@media only screen and (max-width: 767px) { #top.home .slideshow_align_caption { vertical-align: bottom; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey navindesigns,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:@media only screen and (max-width: 767px) { .responsive #top #wrap_all #main .flex_column.slide-entry.slide-parity-even { margin-bottom: 20px; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Veronika,
In the theme option Google Dienste ▸ Google Analytics I believe that it only is active after the front-end cookies are accepted, I moved your code to your functions.php to test if your account can connect to it now.
Please try clearing your browser cache and load your site and then in another browser tab check Google Analytics Real Time Visitors to see if you show. As I recall Google Analytics says that it can take up to 24 hrs to connect, if you see this message in your Google Analytics panel then please give it some time.Best regards,
MikeHi,
Thanks for the feedback, try adding this css:@media only screen and (max-width: 767px) { .responsive #top #wrap_all .main_menu { z-index: 1010; } .headerMenuItem a { font-size: 12px; } .responsive #top #wrap_all #header_meta .social_bookmarks li a { color: #fff; } }After applying the css, please clear your browser cache and check.
Best regards,
Mike -
AuthorPosts


