Forum Replies Created
-
AuthorPosts
-
Hey formwild,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#top .av-section-tab-title .av-tab-section-icon, #top .av-section-tab-title .av-outer-tab-title, #top .av-section-tab-title .av-inner-tab-title, #top .av-section-tab-title .av-tab-arrow-container { width: 200px; } #top .av-section-tab-title { padding: 0; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Odd, can you create a test page and include an admin login in the private content area so we can take a closer look.
For the basic space between words, I’m not finding an element with this issue on my demo site.Best regards,
MikeHey Tobispirit,
I believe that you are referring to multiple spaces or consecutive whitespaces, this is actually the browser following the HTML specification. Please see this article for further detail.Best regards,
MikeHey evas49,
Thanks for the ALB shortcode, but it is for a masonry element (not gallery), and your css works for it:.av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title { font-size: 3em !important;}naturally, I had to remove the page ID.
But the title of this thread is for a masonry gallery, so for a masonry gallery you would use this css:.av-masonry-entry .av-masonry-entry-title { font-size: 3em !important;}I have tested it and it works for both the masonry gallery, and the masonry (not gallery).
Best regards,
MikeSeptember 18, 2022 at 12:17 pm in reply to: uber suggest shows "page Blocked" (NoFollow-Attribut) #1365393Hi,
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,
MikeHey David Falck,
Thank you for your question, we don’t build websites, we create the WordPress Theme Enfold so you can build your own website. Our theme is Multi-Purpose with many built-in Demos and a Support Forum for your questions and to help.
If you would rather have help to build your site, Think Jarvis has used Enfold to build some great websites with hosting.Best regards,
MikeHi,
This is because your first color section after the slider is using the Scroll Down Arrow:

and on mobile it’s background is a diamond shape that is over the words: LE VITRAIL: UNE FENÊTRE SUR L’AU-DELÀ making it look broken:

you should disable this because it is nearly half way down the page and doesn’t make sense to use it there.Best regards,
MikeHi,
Thank you for the login to your site, I see that you were able to change the logo and homepage of your site.
When you imported the Enfold Creative Studio demo it created many of the demo pages on your site, including the homepage that you would like to emulate. I linked to it below for you.
You can check out the diagonal section elements to see how they were created and add them to your current homepage, or you can edit the demo homepage with your content and make it your new homepage in the theme options when you are done.Best regards,
MikeHi,
Would you want to change the text so it is less text, or move the other elements down to match?Best regards,
MikeHi,
Glad to hear this is helping, try removing your other css and see if that helps.
If not please include a admin login in the private content area.Best regards,
MikeHi,
Unfortunately, you would not be able to modify the advanced styles options, it would not be an easy thing.
It would be much easier to add some css into the Enfold Theme Options ▸ General Styling ▸ Quick CSS field which is what it is designed for.Best regards,
MikeHi,
Thanks for your screenshot, for mobile please try this css:@media only screen and (max-width: 767px) { .av-no-preview #main .av-timeline-nav { padding-top: 0; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey schwabino,
Thank you for your question, based on the 2017 Demo, on my test site the logo was to the left and the menu to the right:

Try this css:#avia-menu { width: 60%; } .av_minimal_header .main_menu ul:first-child > li a { height: 45px; line-height: 45px; }the expected results:

After applying the css, please clear your browser cache and check.
If this is not what you had in mind please link to your site with further details.Best regards,
MikeSeptember 17, 2022 at 6:45 pm in reply to: Important change request for avia_google_maps_api.js! #1365351Hi,
@Thina thanks for your question, I have tested @NIXHALBES function and it is working for me just by following his instructions.
But if you are not using a child theme your changes will be lost with future theme updates, so please use a child theme Get it here.
Then you will need to create a directory named js in your child theme.
Then create a file named norobotofontbymaps.js whith the code above, I have uploaded the one I used here.
Finally, add this code to the end of your child theme functions.php file in Appearance ▸ Editor:function agwp_addCustomScripts(){ wp_enqueue_script('norobotofontbymaps',get_stylesheet_directory_uri().'/js/norobotofontbymaps.js'); } add_action('wp_enqueue_scripts', 'agwp_addCustomScripts');If you have any trouble please create a new thread and include a recap, FTP access, and WordPress admin access in the Private Content area. 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.
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 login, I created a test copy of your homepage and found that if the color section overlay color or opacity was changed at all then the color section background image disappeared, and if I changed the size of the background or it’s Background Attachment from fixed to scroll it would also disappear.
I then created a test copy of your homepage on my test site but this error did not occur. I checked that your Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression was disabled and that your Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files was enabled and that you have no caching plugins, which all was true.
I believe that your web server is caching the inline posts_css and when the elements are changed on the page the element classes for the post css files change and thus the proper css is not called.
I added this function in your functions.php to disable the posts css file generation:function custom_avf_post_css_create_file( $create ) { return false; } add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );and this solved the issue, please clear your browser cache and check.
I believe that your server is using object-oriented caching such as Memcached, Redis, Varnish, Litespeed, etc. and you could disable that to also solve, but you site might become a little slower, so as long as my fix works for you it is what I would recommend.Best regards,
MikeHi,
Thanks for the link to your home page slider, I see this only occurs on your FR home page and on your EN home page all of the slides are the same.
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function equal_slider_height() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($) { $('#top.home #full_slider_1 .avia-slideshow-inner li.slide-1').each(function(index){ $('#top.home #full_slider_1 .avia-slideshow-inner li.slide-2').find('img').eq(index).css('height', $(this).css('height')); $('#top.home #full_slider_1 .avia-slideshow-inner li.slide-3').find('img').eq(index).css('height', $(this).css('height')); }); })(jQuery); }); </script> <?php } add_action('wp_footer', 'equal_slider_height');It will get the height of first video slide and apply it the next two image slides.
After applying please clear your browser cache and check.Best regards,
MikeHi,
Please note that the code you posted and the code Nikko posted are two different codes, so this code that was on line 17 in your functions.php is not correct and will cause the error, if you see it please remove:function av_breadcrumbs_shortcode( $atts ) { return avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true)); } add_shortcode( 'av_breadcrumbs', 'av_breadcrumbs_shortcode' );this is the correct code that you should add to your child theme functions.php so that your shortcode will work:
function av_breadcrumbs_shortcode( $atts ) { return Avia_Breadcrumb_Trail()->get_trail( array( 'separator' => '/', 'richsnippet' => true ) ); } add_shortcode( 'av_breadcrumbs', 'av_breadcrumbs_shortcode' );If you are not using a child theme then you can add this to your parent theme functions.php, but note that it will be lost when to update.
If you still have trouble then please include admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHi,
Thanks for the feedback, I asked the rest of the team if they have any ideas for the issue or how to forward it to the layerslider team.
I’m just not sure how to apply any solutions to only Android Firefox, but I will post back when I hear something.
Thank you for your patience.Best regards,
MikeHey don_olli,
Thanks for the screenshot and the link to your site, I tested your layerslider and our 2017 Demo layerslider on my Android Galaxy, with three browsers, Firefox, Chrome, and Brave and Firefox was the only one showing the error, Chrome and Brave showd the layerslider correctly:


Have you tested with Chrome on your Android device? I tried searching the LayerSlider Support Forum for this specific issue but I didn’t find this one, I did find other conflicts with the layerslider and firefox but they were older. Please try asking the LayerSlider Support Forum about this as they would have the most knowledge about their plugin.Best regards,
MikeSeptember 16, 2022 at 5:39 pm in reply to: Countdown clock – javascript for custom countdown text not working #1365283Hi,
Thank you for your patience, as I understand your issue you would like to change the text in the count down from Seconds to Sec and Minutes to Min, correct?
Please include an admin login so we can assist.Best regards,
MikeHey NonSuch,
Thank you for your question, the thread that you linked to was from 2021 and the line breaks and headings has already been added, I tested in v5.1.2 and it is working correctly.
this was my test form:

and the email I receive, note that each field contains the field label then the input text and then a new line:
Best regards,
MikeHi,
To hide the contact widget on mobile and show it on tablet and desktop, please add this css to Enfold Theme Options ▸ General Styling ▸ Quick CSS field@media only screen and (max-width: 767px) { #text-5 { display: none; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey garagestudios,
Thanks for your question, the option Enfold Theme Options ▸ Header ▸ Header Layout ▸ Header Title and Breadcrumbs

is a global setting for both pages and posts, to remove the breadcrumbs only from all posts please add this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field#top.single-post .title_container .breadcrumb { display:none; }After applying the css, please clear your browser cache and check.
Best regards,
Mike -
AuthorPosts



