Forum Replies Created

Viewing 30 posts - 9,781 through 9,810 (of 34,918 total)
  • Author
    Posts
  • 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

    in reply to: WayPoint Trigger #1374388

    Hey qhsedirectory,
    It looks like the ending bit of code is missing from the script, but I can’t tell for sure without logging in, and I think your caching plugin is delaying the loading of jQuery so the script won’t work. Please disable any javascript cache settings and include a admin login so I can check the script.

    Best regards,
    Mike

    in reply to: Text extends beyond the edge of tables #1374280

    Hey HolgerRaddatz,
    Thanks for the link to your site, you can use this css to brake the words so they stay in the cells, please note that not all browsers will show the hyphens, Chrome on Windows doesn’t but the words are still broken.

    #top .avia-table.avia-pricing-table-container li {
    	 -ms-word-break: break-all;
         word-break: break-all;
         word-break: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
    }

    Another option is to reduce the font size for the tablet screen, but your long words still need to be broken, but this might look better:

    @media only screen and (min-width: 768px) and (max-width: 1415px) { 
    #top .avia-table.avia-pricing-table-container li {
     font-size: 12px;
     -ms-word-break: break-all;
         word-break: break-all;
         word-break: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
    }

    So try different font sizes to find a balance that you like.

    Best regards,
    Mike

    in reply to: Using and editing avia-builder.css in a child theme #1374273

    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

    in reply to: Can't change the map pointer size #1374221

    Hi,
    I checked the Andover page from your screenshot on Windows in Chrome, Firefox, & Edge and it was large on all.
    If your on a Mac iPads & iPhones 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.

    Best regards,
    Mike

    in reply to: Can't change the map pointer size #1374210

    Hey waveseven,
    Thanks for the link to your site, when I checked the page linked below the map marker was 96px x 96px
    2022-11-28_004.jpeg
    perhaps you are still seeing a cached version?

    Best regards,
    Mike

    in reply to: Mega Menu Customization #1374209

    Hi,
    Thanks for the feedback, here is a link to our menu subtext documentation that shows the css needed to show the subtext for menu items when using the top header. When using the sidebar header there is more room so the theme shows the subtext by default.
    But unfortunately, the subtext is disabled for submenu items.
    I have asked the rest of the team if there is a way to enable this and will reply when I hear back, Thank you for your patience.

    Best regards,
    Mike

    in reply to: Easy slider full width video error on mobil #1374206

    Hi,
    Thanks for the link, the website is using the Revolution Slider, so you could use that plugin, or you can try the layerslider plugin to see if it will also play on mobile.
    But please be aware that there is no guarantee that they will always work.

    Best regards,
    Mike

    in reply to: Blog #1374203

    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

    in reply to: Customize Newsletter Registration #1374160

    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

    in reply to: Blog #1374157

    Hey AuroraArcus,
    This is because of the theme option Enfold Theme Options ▸ Theme Options ▸ Where Do You Want To Display The Blog
    was set to your page Blog so the theme added the auto generated blog, I disabled this for you so you can create a custom blog page with the Advanced Layout Builder and the elements you choose.
    Please check.

    Best regards,
    Mike

    in reply to: Customize Newsletter Registration #1374156

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

    function move_mailchimp_privacy_check_to_end() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
    $( '.avia-mailchimp-form' ).each(function() {
    $( this ).find( '.av_mailchimp_privacy_check' ).insertAfter( $(this).find('.av-last-visible-form-element').removeClass('first_form') );
    });
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'move_mailchimp_privacy_check_to_end');

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    this is the expected results:
    2022-11-28_003.jpeg

    Best regards,
    Mike

    in reply to: Button for blog #1374153

    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

    in reply to: show fetured image source copyright under image #1374151

    Hi,
    Try using the plugin Simple Image Sizes, it will let you change the image sizes and let you set the crop to false.
    After you make the changes you will need to use the plugin Regenerate Thumbnails to change all of the thumbnails.
    I believe the size you want to change is featured_large as it is the 1500×630 image.

    Best regards,
    Mike

    in reply to: Editing Masonry Gallery Changes Order of Images #1374148

    Hi,
    Very good then, I hope you have a great day. 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: Button for blog #1374146

    Hi,
    Thanks for the login, the new button was using the same custom class widget-book as the other button so the custom css was changing the text color.
    I changed the custom class for the button to widget-blog and added it’s own custom css in your Quick CSS.

    #footer .widget-blog a {
    	color:#fff;
    	font-weight: 700;
    text-transform:uppercase;
    font-family: "comfortaa" !important;
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Editing Masonry Gallery Changes Order of Images #1374139

    Hey Timothy,
    Thanks for your screenshots, but when I test by setting the images in the gallery and saving, and go to the front end and then re-edit the gallery is in the same order
    original placement:
    2022-11-28_001.jpeg
    re-edit placement:
    2022-11-28_002.jpeg
    Have you tried disabling any theme customizations and plugins and trying again?

    Best regards,
    Mike

    in reply to: Easy slider full width video error on mobil #1374131

    Hey jb84,
    Background videos will not play on mobile devices, this is a limitation set by the browsers, this is why for mobile you should pick a fallback image.
    There may be plugins that use hacks to bypass this limitation, but with each browser update, the browsers are blocking more and more of these.
    We do not use hacks and follow the browser rules, and recommend you do too or you will always be struggling with the browsers over this looking for new hacks.

    Best regards,
    Mike

    in reply to: Bug: Icons Misson On Cart page #1374126

    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

Viewing 30 posts - 9,781 through 9,810 (of 34,918 total)