Forum Replies Created

Viewing 30 posts - 9,511 through 9,540 (of 34,666 total)
  • Author
    Posts
  • in reply to: Header conflict #1374829

    Hi,
    Thanks for your patience, via FTP I see that you have a lot of files added to your child theme,
    are all of these customized?
    What version were these from?
    The only way that I can see in finding the error is to create a staging copy of the site and then remove your customized files and add them back one at a time to find which one is causing the error.
    Does the error occur if you use the regular footer instead of the footer page?

    Best regards,
    Mike

    Hi,
    I see that in the first site that Guenni007’s code is working in your mobile menu has sub-menu items, for which the toggling occurs.
    But on your second site I don’t see any sub-menus, all menu items are top level so there is nothing to toggle.
    Try making the menu on the second site like the first site.

    Best regards,
    Mike

    in reply to: title/description of gallery pictures are not shown #1374824

    Hey walhai,
    Thank you for your patience and for the login to your site, I found this message in the console for your page:
    title attributes removed by WP Accessibility
    The gallery stores the caption as a title attribute so the plugin was removing it. I disabled this function in your WP Accessibility plugin and now the captions are showing.

    Best regards,
    Mike

    Hi,
    Glad to hear that the css is not caused by the removal of the Header.php and Footer.php, we are not recommending adding these to child themes anymore for this very reason.
    We have updated our documentation to recommend adding scripts to the child theme functions.php.
    So please remove these two files from your staging site and check if removing any of your other customized child theme files will change the css, if not we will continue to investigate.
    I see that you are using ACF to add a custom page class to your pages, but I don’t understand if it has another purpose, is this just for your custom css? Could this have changed and is causing your css to be wrong? Couldn’t you use the page IDs in the same way without ACF?

    Best regards,
    Mike

    in reply to: Making top nav and secondary menu sticky on Mobile #1374771

    Hi,
    Try this css instead:

    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all #header {
        position: fixed !important;
      }
     .html_header_transparency #wrap_all #main,
     .responsive #top #wrap_all #main {
        padding-top: 100px !important;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Submenu collapse/expand on click, not hover #1374770

    Hi,
    Maybe we can apply css for the sub-menu page to show the parent menu item open/expanded.
    So it’s not based on clicking the menu, it’s about landing on the page.
    Please copy the site to a public location so we can test.

    Best regards,
    Mike

    Hi,
    Glad Yigit 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,
    Mike

    in reply to: How can I add icons to Enfold Secondary Menu items? #1374767

    Hi,
    Thanks for the feedback, try adding this css:

    #header_meta .sub_menu #avia2-menu li {
      display: flex;
      align-items: center;
    }

    After applying the css, please clear your browser cache and check.
    My test results:
    2022-12-02_001.jpeg

    Best regards,
    Mike

    in reply to: Changing scroll distance in AJAX portfolio grid #1374710

    Hey jaimemerz,
    Thanks for your patience and the link to your site, unfortunately, I don’t see another way around this.
    I have tried some javascript to remove the padding on scroll but it doesn’t work reliably.
    Sorry we were not able to help more.

    Best regards,
    Mike

    Hi,
    I have seen issues with the Jetpack plugin in the past, mostly when the theme compresses the js and the Jetpack also does or Autoptimize is also used, the double compression causes errors sometimes, but not always.
    Glad to hear that you have this sorted out, shall we close this then?

    Best regards,
    Mike

    in reply to: WayPoint Trigger #1374643

    Hi,
    Thanks for the login, I see that if I inject jQuery.js and waypoint.js the script works, but both of these should be loaded automatically.
    I see that all of your js is loaded by “rocket-loader” but I don’t see this plugin, I see that your LScache can not be controlled from WordPress and you have to do so from your server:
    2022-12-01_005.jpeg
    Please try to disable the “rocket-loader” and check again.

    Best regards,
    Mike

    in reply to: When updatign emoji's get lost #1374630

    Hi,
    In Enfold title fields do not support HTML or HTML Entities this is why there is a warning, the Dev Team found years ago that it causes issues:
    2022-11-19_002.png

    Best regards,
    Mike

    in reply to: Featured Image Cropping #1374627

    Hi,
    I checked your example post and see that your new 1200×600 png image is the item that takes the longest for your page to load:
    2022-12-01_001.jpeg
    but it can be 69% smaller if you use an image compression like Tinyjpg.com for a total size of 267.1 KB:
    2022-12-01_002.jpeg
    but typically png images are the largest, if you use the jpg format it would be even smaller, only 87.1 KB for a 90% decrease
    2022-12-01_003.jpeg
    For the extra sizes you can delete the sizes you don’t want to use with the delete button, but be careful because different because each size is used by a different element.
    2022-12-01_004.jpeg
    Typically you should see around 18 different sizes, so if you see 30 sizes on this screen then some may have been added by other plugins.
    If you only see around 18 on this screen but when you FTP you see 30 sizes then this is due to the Regenerate Thumbnails because it doesn’t delete unused image sizes, so in this case you don’t need to worry because these other sizes won’t be created in the future and they won’t slow down you site because they won’t be loaded. Images sitting on a server unused doesn’t slow down a site.
    But if you want to remove them you can do so via FTP or you can follow this article that says there 3 plugins that will do it for you: Plugins For Image Cleanup I have not tried any of these.
    But this might not be an issue if you delete all of your png images and then upload jpg image to make them smaller.

    Best regards,
    Mike

    in reply to: Button doesn't open the page #1374622

    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,
    Mike

    Hi,
    I put the Header.php and Footer.php back, please check.

    Best regards,
    Mike

    in reply to: Button doesn't open the page #1374541

    Hi,
    Thanks for the login, the margin of the diagonal border below the button was overlapping the button, I added this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field to correct.

    #av_section_3 .av-section-color-overlay-wrap .container {
    	z-index: 2;
        position: relative;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Button doesn't open the page #1374532

    Hey eddyvdt,
    It sounds like you have an element’s margin over the button so that you can’t click it, try increasing the z-index of the button.
    Otherwise we will need to see the page to help further, once you can post an admin login for us, please include in the Private Content area.

    Best regards,
    Mike

    in reply to: Link issue after updating Enfold #1374529

    Hi,
    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,
    Mike

    in reply to: Custom Icons #1374528

    Hey schwabino,
    Please see our documentation for Adding your own Fontello icon
    You can choose Fontello.com icon fonts or upload your own svg icons to Fontello.com to create the custom icon font and then add it to your site at Enfold Theme Options ▸ Import/Export ▸ Iconfont Manager

    Best regards,
    Mike

    in reply to: On cart page the remove button shows as a bullet #1374526

    Hi,
    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,
    Mike

    in reply to: do you have a tabbed content element like this? #1374524

    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,
    Mike

    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,
    Mike

    Hi,
    Thanks for the link to your site, it seems that this only occurs on screens larger than 1500px, probably due to the change in the font size for larger screens, we not have a way to disable it when it is out of view, but we can increace the height of the column that it is in to stop the movement.
    Try this css in your Quick CSS:

    @media only screen and (min-width: 1500px) { 
    #top.home .flex_column.avia-builder-el-2  {
    	min-height: 350px;
    	height: 350px;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hey profumopuntoit,
    Try this function instead:

    function move_postmeta(){
    ?>
    <script>
    window.addEventListener('DOMContentLoaded', function() {
    	(function($){
    		$( ".single.single-post .post-meta-infos" ).insertBefore('.entry-content' );
    })(jQuery);
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'move_postmeta');

    Best regards,
    Mike

    in reply to: Contact form: Autorespond mail not sending #1374510

    Hi,
    Thanks for your patience, please check the wp-config.php file via FTP to see if you find the DISABLE_WP_CRON set to true, look for this:
    define('DISABLE_WP_CRON', true);
    If you do find this please change to false and then test your contact form again.
    If you don’t find this then perhaps your Wordfence Security has disabled the cron, I’m not sure if this an option, if you can find the option try disabling the Wordfence Security plugin and test your contact form again.

    Best regards,
    Mike

    Hi,
    Thanks for the login to your staging site, I have tried deactivating your plugins,
    When I remove your child theme header.php & footer.php your footer shows correctly, please check.
    I didn’t find what was going on with your styling though.

    Best regards,
    Mike

    Hi,
    I tried to review this thread to catch up, and as I understand you have a backup for 4.5.7 where everything works correctly, but when you update to 5.2.1 the demo footer shows and you lose the homepage styling?
    Do you lose any other styling?
    The WP login doesn’t work, but the FTP did work. It looks like you have a custom loop-index.php, related-posts.php, single.php, header.php, footer.php
    I wonder if any of these are conflicting with the latest version, quite a lot has changed since 4.5.7

    Do you know what the customizations in each of these are? If these are minor customizations I would imagine that you could remove these files to see if your footer and homepage styling returns, and then add the files back one at a time to see where the error occurs.

    Best regards,
    Mike

    in reply to: Move woocommerce tabs under image gallery #1374394

    Hi,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function av_woo_tabs_below_product_image() { 
        remove_action(    'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 1 );
        add_action( 'woocommerce_product_thumbnails', 'woocommerce_output_product_data_tabs', 10 );
        
        } 
    add_action( 'init', 'av_woo_tabs_below_product_image');

    the expected results:
    woo_move_description_tabs_under_product_image.jpeg

    Best regards,
    Mike

    in reply to: Making top nav and secondary menu sticky on Mobile #1374392

    Hi,
    Please try this code in the General Styling ▸ Quick CSS field

    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all #header {
        position: fixed !important;
      }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Fullscreen Slider Link Buttons Spinning After Click #1374389

    Hi,
    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,
    Mike

Viewing 30 posts - 9,511 through 9,540 (of 34,666 total)