Forum Replies Created
-
AuthorPosts
-
Hi,
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,
MikeHey Advantage09,
I found this code on stackoverflow here:google.maps.event.addListener(MAP, "tilesloaded", function(){ [].slice.apply(document.querySelectorAll('#map a')).forEach(function(item) { item.setAttribute('tabindex','-1'); }); })give this a try.
Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #main .inner_product_header { min-height: 170px; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Richard,
Thanks for your patience and the link to your example, I would look to use javascript to do this because after the last panel the rest of the page scrolls normally.
I didn’t try to recreate it, but I found this stackoverflow post that looks promising and it also links to a couple of other solutions, I hope this helps.Best regards,
MikeHi,
Thanks for your patience and the screenshots, I’m not sure whee this text is coming from, adding a title to the contact form doesn’t work and I’m not able to reproduce this on my test site, but I adding this css to your Quick CSS and now it doesn’t show anymore.#top.page-id-329 .avia-builder-el-2 h3 { display: none; }Please clear your browser cache and check.
Best regards,
MikeJuly 16, 2023 at 10:25 pm in reply to: Wp Rocket broke my hamburger menu, tags and accordion #1413435Hi,
Thanks for your patience, I have not used Wp Rocket REMOVE UNUSED CSS, but from articles I have read it causes problems, it would probably be better to not use this option but if you want to use it try excluding these classes:
main_menu
menu-item-avia-special
av-hamburger
av-hamburger-box
av-hamburger-inner
av-burger-overlay
av-burger-overlay-scroll
av-burger-overlay-inner
av-active-burger-itemsBest regards,
MikeHi,
Thank you for the link to your site, I see that your gallery is about 400px square with very little space between them while your other images are 300px square with a lot of space between them, so to match these try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top.home div .avia-gallery img { padding: 50px; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
To remove the fallback icon try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.main_color .fallback-post-type-icon { display:none; }After applying the css, 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 woogie07,
You can set the font weight, typically the H1 font-weight is 600, so you could set it higher with css link this:#top #main .avia-caption-title { font-weight: 900; }But this also depends on your font, not all fonts have the same available font weights.
Another option is to add text shadow to the title to make it look thicker and stand our more:#top #main .avia-caption-title { text-shadow: 2px 2px 1px #000; }Best regards,
MikeHi,
Thank you for the link to your site, I see that you are using the masonry element and are using “Sorting” and pagination with the post limited to 11.
So what happens is the masonry element gets the first 11 posts ordered by date, and then the categories for those 11 posts are shown in the “sorting”, so as you “load more” posts more categories are shown to sort with.
Since you have 236 posts and 12 active categories you could change the pagination post limit to a higher number that shows all of your posts, perhaps something like 22.
If your post in all of the categories are not well mixed, you may choose to cacge the post date on some of the very old categories so they will be available for your sorting with a lower post limit.Best regards,
MikeHey zimbo,
I have compared /class-avia-combo.php in v5.5 & v5.6.4 and don’t see anything that would prevet you from adding a comma after'order' => 'desc'after popular / recent / comments code blocks and adding your code:

I don’t use Dreamweaver so I don’t know why it would show you an error, I use VS Code and don’t see any errors.Best regards,
MikeJuly 16, 2023 at 8:24 pm in reply to: avia_animate_when_visible : how to hamper – or to change offset #1413423Hi,
To have the icon circle animate earlier try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_alb_element_animation( $class_animation, array $atts, aviaShortcodeTemplate $sc, $shortcodename ) { if( $shortcodename != 'av_icon_circles' ) { return $class_animation; } return 'av-custom-animated-top-99'; } add_filter( 'avf_alb_element_animation', 'custom_alb_element_animation', 10, 4 );Best regards,
MikeJuly 16, 2023 at 6:48 pm in reply to: Hintergrundbild in Farb-Sektion auf IOS / iPad wird nicht sauber dargestellt #1413421Hey pagemod,
Thank you for your patience, unfortunately I don’t have an actual iPad so I tested on my Mac with Safari in Responsive Design Mode to emulate an iPad, but I didn’t find any issues.
I see that the first page that you said looked corporation the top image was set to scroll, while the page with the issue has it’s image fixed for a parallax effect, for many years Safari didn’t handle parallax correctly but recently Safari has fixed this issue, so I assume that you have an older iPad with the error.
Try updating your iPad & Safari and see if this solves. If not this could be due to some iPads are locked to a certain software version and may not be able to use the latest Safari fix.Best regards,
MikeHi,
Thank you for your patience, I didn’t see the error you referenced above but I did see errors on your page for Optima Express, Query Monitor, & Yoast SEO but deactivating these didn’t correct the text element. Since you had the Avia Layout Builder Debugger enabled I was able to check your page with the Enfold Shortcode Parser and it found no errors, so I copied your page to my test site and I found that you had a div closing tag but no opening tag

So I corrected this for you. I examined your other text block element on the page and see that you added div tags around your content:

If you add these please be careful that you ensure any extra tags are closed properly, if you didn’t intend to add these then perhaps you copied the content from somewhere and pasted into the “visual” tab of the editor, in these cases please also check the “text” tab to ensure that extra tags are not being added.

Best regards,
MikeHey woogie07,
Please see our documentation: Adding your own Fontello Icons
I don’t think Microsoft Teams is available on Fontello, so you will need to get a SVG image of the icon (black & white only) and create a Custom Icon on Fontello at the top of the page

Best regards,
MikeHey Tiziano,
On the last day that you want to use dablec.com you can delete the theme and enable it on dablec.itBest regards,
MikeHey schweg33,
Thank you for the link to your site, the issue is that each color section is overlaping the color section above it with the negative margin so you can not click the email address.
Try putting all of your columns in one color section.Best regards,
MikeHey daves1997,
It looks like you have this custom css:.main_menu { right: auto!important; left: 75px; }Try removing the: left: 75px; if you want the menu all the way to the left.
Afterward please ensure that you clear your browser cache and any site cache.Best regards,
MikeHey PrivitMarketing,
To display PowerPoint files on your WordPress site you will need to use a plugin, try the SlideShare for WordPress plugin try may be others so try searching the WordPress plugins
If you only want to upload the PPT files to your media library, by default this file type is allowed for upload, but if you are having trouble try using FTP or see this article
Please note that to “display” this PPT files you will need a plugin as above.Best regards,
MikeHi,
We are happy to help, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHey John,
Thank you for your question, if you are creating a post using the Advanced Layout Builder with the Text Element you will see the “Read More” button in the TinyMCE toolbar:

The “Read More” is used to break the length of your except from your content should you want to manually set the length of the text.
This is primarily used for Classic Editor posts because WordPress will automatically get the beginning post text and create a excerpt from it.
This is not always the case for Advanced Layout Builder posts, for example with using the Blog Element in the grid layout the ALB posts don’t show the excerpt automatically you need to use the excerpt field. But on category pages the excerpt will show and the “Read More” button will show on the frontend.
I hope this helps explain.
If you are creating ALB posts and are not seeing your excerpts try looking in the drop down at the top of your posts screen “Screen Options” and checking the Excerpts box, which will give you a text area below your post area to manually add your excerpt.
If this doesn’t help, please explain further and link to your site so we can see how you are currently displaing your posts and blog page.Best regards,
MikeHey michelleornest,
Thank you for the link to your site, I see that you are using Enfold Theme Options ▸ Header ▸ Extra Elements ▸ Header Social Icons ▸ Display in top bar at the right for this option try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function add_social_icons_mobile_menu(){ ?> <script> (function($){ var int = ''; function a() { var isMobile = $('.av-burger-menu-main').css('display'), htmlString = $('#header_meta .social_bookmarks:first').find('li a'), mobileMenu = $('.av-burger-overlay'), socialString = []; if(isMobile == 'none') return; if($('.burger-social').length) clearInterval(int); htmlString.each(function() { var socialClass = $(this).parent('li').attr('class'), socialItems = $(this).wrap('<li class="'+ socialClass + ' av-active-burger-items burger-social"></div>').parent().unwrap(); socialString.push(socialItems); }); $(socialString).each(function() { $(this).appendTo('#av-burger-menu-ul'); }); } $('#header').on('mousedown', '.av-main-nav-wrap', function() { int = setInterval(function() { a(); }, 500); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_social_icons_mobile_menu');and this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#av-burger-menu-ul li.burger-social { float: left; } #av-burger-menu-ul li.burger-social a { padding: 10px !important; border-bottom: none !important; } #av-burger-menu-ul li.social_icon_1 { padding-left: 40px }Then clear your browser cache and any cache plugin, and check.
Best regards,
MikeHey woogie07,
You can use css to make the number bolder, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top span.avia-single-number { font-weight: bolder; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thanks for the login, I see that you have css in your child theme stylesheet for Add a widget area next to the logo, but you don’t have a custom widget to place in your header.
This is the css that is cauing your header issue, when I remove it and “purge” your caching plugin the header shows correctly.
I added the css back in case you want to save it localy to your computer for future use.
Please try removing it, then disable Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression, then “purge” your caching plugin and then clear your browser cache and check again.
Afterwards you can enable Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression again.
I recommend disabling this option and your caching plugin while you create your site as the cache can make it hard to see your css changes while you are building your site, after you are done enabling caching would make the most sense.Best regards,
MikeHi,
For “Certain ARIA roles must contain particular children” in reference to the burger menu please try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_change_burger_role() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function ($) { $(".menu-item-avia-special").attr('role','menu' ); })(jQuery); }); </script> <?php } add_action('wp_footer', 'custom_change_burger_role');Best regards,
MikeHi,
Thanks for the login details, but please also include the URL to your site.
As I understand, from the backend you can edit the parallax demo frontpage, but if you try to veiw the frontend you see the “hello world” post?
Please check that the parallax demo frontpage is selected at Enfold Theme Options ▸ Theme Options ▸ Frontpage Settings and nothing is selected at WordPress ▸ Settings ▸ Reading ▸ Your homepage displays.Best regards,
MikeHey madmanbean,
Thanks for the link to your site, but the login is not working because the username is not registered on the site, please check.
It looks like you have some custom css over riding the theme settings, try removing your custom css to allow the theme options to position the menu to the right and the logo to the left as you wish and then try adding your custom css back a little at a time to find the css conflict and either discard or adjust to suit your needs.Best regards,
Mike -
AuthorPosts


