Forum Replies Created

Viewing 30 posts - 1 through 30 (of 34,245 total)
  • Author
    Posts
  • in reply to: Grid Blog Post Padding #1483135

    Hi,
    Please include the url to the page in question so we can examine the elements.

    Best regards,
    Mike

    in reply to: Add Language Selection Icons in Secondary Menu #1483133

    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: easy slider caption background fullwidth #1483132

    Hi,
    Please check from the forum and not an email notification.

    Best regards,
    Mike

    in reply to: easy slider caption background fullwidth #1483131

    Hi,
    When I first checked, the white area was not fullwidth:
    Screen Shot 2025 04 25 at 5.06.51 PM
    but now it is:
    Screen Shot 2025 04 25 at 5.09.27 PM
    Perhaps you want this:
    Screen Shot 2025 04 25 at 5.14.35 PM
    if so try adding this css:

    @media only screen and (max-width: 767px) {
        #top #wrap_all .avia-caption-content p {
        width: 80%;
        margin: auto;
    }
        #top #wrap_all .avia-slideshow .avia-caption-title {
            width: 80%;
            margin: auto;
    }
    }

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

    Best regards,
    Mike

    in reply to: Home page automatically scrolling on mobile #1483127

    Hey lee-annm,
    Please include a link to your page so we can check.

    Best regards,
    Mike

    in reply to: search on the support forum #1483126

    Hi,
    I see the error with just the single word “copyright”, but not with “remove copyright”
    As I recall some single words will have too many results, or perhaps in this case the word “copyright” is also at the bottom of every page, try using at least two words.

    Best regards,
    Mike

    in reply to: Tabs Section height issue / bug #1483125

    Hey Mikoláš,
    Try using the Content height > Auto adjust to content option:
    Screen Shot 2025 04 25 at 4.56.20 PM

    Best regards,
    Mike

    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: Add Language Selection Icons in Secondary Menu #1483119

    Hi,
    I will leave this open until you write back that it is working.

    Best regards,
    Mike

    in reply to: Button row is stacking instead of side by side. #1482972

    Hi,
    Glad to hear that you have this sorted out, shall we close this thread then?

    Best regards,
    Mike

    in reply to: Add Language Selection Icons in Secondary Menu #1482971

    Hey a_edemirci,
    I recommend adding two more social media profiles, ones that you don’t plan on using. Then add the link to your language pages, for example 500px & behance:
    Screen Shot 2025 04 25 at 12.04.12 PM
    Then add this css:

    .social_bookmarks_five_100_px a:before {
    	content: url(https://img.icons8.com/officexs/16/000000/great-britain.png);
    	top: 12%;
      position: relative;
    }
    .social_bookmarks_five_100_px a svg {
    	display: none;
    }
    .social_bookmarks_behance a:before {
    	content: url(https://img.icons8.com/officexs/16/000000/switzerland.png);
    	top: 12%;
      position: relative;
    }
    .social_bookmarks_behance a svg {
    	display: none;
    }

    for this result:
    Screen Shot 2025 04 25 at 12.21.23 PM
    to remove the hover title, add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
      <script>
    (function($){
      $(".social_bookmarks_five_100_px a, .social_bookmarks_behance a").hover(function(){
        $(this).removeAttr("title");
      });  
    })(jQuery);
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_script', 99 );

    Best regards,
    Mike

    in reply to: The Scroll bar missing in the visual editor #1482958

    Hi,
    Please check that you are using Enfold v7.1, and try disabling all of your plugins and then reload the page. If that resolves the issue, reactivate each one individually and reload the page until you find the conflict.
    If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: easy slider caption background fullwidth #1482957

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) {
        .responsive #top #wrap_all .container.caption_container {
            width: 100%;
            max-width: 100%;
        }
    }

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

    Best regards,
    Mike

    in reply to: search on the support forum #1482916

    Hey Guenter,
    Thanks for pointing this out, but it seems to be working for me. Perhaps it was a small hiccup?

    Best regards,
    Mike

    in reply to: Banner Blocking Cart and Add to Cart Notification #1482911

    Hey ballindigital,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #header #header_meta {
        z-index: 1;
    }

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

    Best regards,
    Mike

    in reply to: Hoe to rmove dates in blogs #1482901

    Hey JoStudioDeRijp,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .avia-content-slider .slide-meta time {
    	display: none;
    }

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

    Best regards,
    Mike

    Hey oladigital_co,
    Thank you for your patience, I don’t have a iPhone, but I tested in Safari on a Mac in Responsive Design Mode iOS simulator, I also checked on live.browserstack.com iOS simulator, and both worked for me, please see the screenshot in the Private Content area.
    I do see an error: /?avia_forced_reroute=1 404 (Not Found) in your console, try going to Enfold Theme Options > Custom Error 404 Page > Redirect to selected page and change the settings to “Select page”
    Screen Shot 2025 04 25 at 9.50.08 AM
    you may have an old setting in there.
    Please note that testing with 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

    Hey fabienneRedUmb,
    Thanks for your patience, when I test this on my Android phone it works for me, check the link below.
    Perhaps you have a caching plugin that is delaying the jQuery script on mobile, If this doesn’t correct, please include admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    in reply to: Center logo with Burger icon on right #1482863

    Hi,
    Glad Guenni007 could help, thank you Guenni007, 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: Avia Element Pagination #1482861

    Hi,
    *update* I tested the above script that you posted “Fix Yoast SEO pagination compatibility with Enfold theme using avia-element-paging” and it solved the issue on my site
    <link rel="canonical" href="https://enfold.site.com/blog/blog-default/?avia-element-paging=2" class="yoast-seo-meta-tag">
    If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
    use wpcode php snippet and activate
    and ensure that it is activated, then add the above code without the leading <?php and save.

    Best regards,
    Mike

    in reply to: Avia Element Pagination #1482860

    Hi,
    Thanks for your patience, I’m not sure why this is, I have asked the rest of team for advice.

    Best regards,
    Mike

    in reply to: Contact form fields cut off #1482837

    Hi,
    Glad that this works for you, this looks like it is caused by the extra padding that you have in the column to add the background color.

    Best regards,
    Mike

    in reply to: Error importing the ‘Default’ demo in WordPress #1482830

    Hey ungeme,
    Thank you for your patience, our webhost writes back that the ip address is not on our blocklist.
    Try installing the demo on a localhost and then use the plugin Duplicator to move to your live site, this typically works well.

    Best regards,
    Mike

    in reply to: cURL error 28: Connection timed out #1482826

    Hi,
    Thank you for your patience, our hosting writes back that the ip 193.202.110.34 we can’t unblock because from it there are constant attacks on many of our servers.
    Try installing the demo on a localhost and then use the plugin Duplicator to move to your live site, this works typically well.

    Best regards,
    Mike

    in reply to: Mein Schreiben vom 15.4.2025 #1481687

    Hey Martin Riemer,
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    in reply to: Themeforest.net refused to connect to update a website #1481679

    Hey myadminsuper,
    It sounds like your theme is using the old API key.
    Evenon (Theme Forest) changed the key to
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    in reply to: Underline links in the text, not in other areas #1481676

    Hey christian.wien,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #main a:where(:not(.wp-element-button,.avia-button)) {
      text-decoration: underline;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Manual demo import broken #1481675

    Hey nis59,
    unfortunately, OVH blocks our IP so you will not be able to download the demos.
    I can recommend manually installing the demo by first importing the demo on a localhost and copying the images to your online host via FTP using the same directory structure then editing the .xml demo file found at \wp-content\themes\enfold\includes\admin\demo_files\enfold-2017.xml by replacing http://kriesi.at/themes/enfold-2017/files/ with https://Your-Domain.com/wp-content/uploads/ in a plain text editor such as vscode, please note the trailing slash and the https if your site is using https this should replace about 243 instances, the rest of the link should remain the same, such as /2015/07/marker3.png because you uploaded the images using the same directory structure.
    After all of this you will still need to do a little tweaking such as setting the correct menu in the menu options and sorting out the footer widgets
    Or you could install the demo on a localhost and then use the plugin Duplicator to move to your live site, this works well for hosts that blocks our IP.

    Best regards,
    Mike

    in reply to: cURL error 28: Connection timed out #1481674

    Hi,
    Thank you for your patience, we have asked the Dev Team to review your IP address, only a few has access to this.
    As this is a holiday weekend, it may take some time.
    I can recommend manually installing the demo by first importing the demo on a localhost and copying the images to your online host via FTP using the same directory structure then editing the .xml demo file found at \wp-content\themes\enfold\includes\admin\demo_files\enfold-2017.xml by replacing http://kriesi.at/themes/enfold-2017/files/ with https://Your-Domain.com/wp-content/uploads/ in a plain text editor such as vscode, please note the trailing slash and the https if your site is using https this should replace about 243 instances, the rest of the link should remain the same, such as /2015/07/marker3.png because you uploaded the images using the same directory structure.
    After all of this you will still need to do a little tweaking such as setting the correct menu in the menu options and sorting out the footer widgets
    Or you could install the demo on a localhost and then use the plugin Duplicator to move to your live site, this works will for hosts that blocks our IP.

    Best regards,
    Mike

    in reply to: Model parallax #1481673

    Hey Sandra,
    Sorry I’m not sure which logo that you mean, perhaps a screenshot would help.
    To add a screenshot please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

Viewing 30 posts - 1 through 30 (of 34,245 total)