Forum Replies Created

Viewing 30 posts - 10,201 through 10,230 (of 34,919 total)
  • Author
    Posts
  • Hi,
    I didn’t make any changes to your site, the login you posted is not an admin login so I’m unable to see or modify any theme setting or WordPress settings, I didn’t even look at your homepage. From what I can see, from the Dev Tools, is the height of the element is changed from the 100vh (951px) which is the setting in the element, to 738px, but I can’t tell if it is custom css or a custom script.
    Try disabling your custom css and any scripts and your plugins, if this doesn’t help upgrade the login you post to admin so we can investigate.

    Best regards,
    Mike

    Hey Jainanvanmeteren,
    Please ensure that you are using the installable WP version of the theme from your Theme Forest account.
    The other zip file has extra directories in it so it won’t install correctly, you could extract it and use the enfold.zip this is inside it.

    Best regards,
    Mike

    in reply to: Host Web Font yourself … some info #1371291

    Hi,
    Thanks for the tip about Karla, it does look good.

    Best regards,
    Mike

    in reply to: Shrink mobile hamburger and search icon #1371286

    Hi,
    To have the sidebar search bar at the top of the shop on mobile try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function mobile_shop_search_on_top() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
    	var width = $(window).width()
      $('#top.woocommerce-shop').each(function() {
      	if ($(window).width() < 768) {
      	$('#aws_widget-2').insertBefore('.template-shop.content ').css({'padding-bottom' : '0'});
      	} else {}
    });
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'mobile_shop_search_on_top');

    This will work will or without the precious css, please see the screenshot in the Private Content area of the expected results.

    Best regards,
    Mike

    in reply to: Important change request for avia_google_maps_api.js! #1371283

    Hi,
    Good point Guenni007, thanks for sharing the updated enqueue.

    Best regards,
    Mike

    in reply to: Masonry gallery on mobile device #1371281

    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: Icons and Other Information in Top Bar #1371280

    Hi,
    Please try clearing your browser cache, when I check the topbar has a blue background and white text.
    Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    Hey laboiteapixels12,
    Thank you for the login to your site, but it is not an admin login so I was limited.
    I see that on your category pages you are displaying the category description and I assume that you would like this as the title in the banner image like the blog page is displayed.
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_category_banner() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
      $('#top.archive.category').each(function() {
      	var catTitle = $('.category-term-description p').text();
      	var catBanner = $('<div class="avia-section avia-full-stretch fullsize cat-banner"><div class="av-section-color-overlay-wrap"><div class="av-section-color-overlay"></div></div><h1>'+ catTitle +'</h1></div>');
      	$(catBanner).insertBefore('.container_wrap_first');
    });
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_category_banner');

    Please copy the code from the forum and not from an email notification so the symbols are copied correctly.
    Then add this css to your child theme stylesheet or the theme option Quick CSS:

    .avia-section.cat-banner {
    	height: 283px;
    	color: #fff;
        background-color: #f7f4ef;
        background-image: url(https://jean-michel-cosson.fr/wp-content/uploads/2022/10/blog-articles-par-jean-michel-cosson-3.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-attachment: scroll;
    }
    .avia-section.cat-banner h1 {
      margin: 0;
      position: absolute;
      top: 36%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
    }
    
    .avia-section.cat-banner .av-section-color-overlay {
        opacity: 0.4;
        background-color: #2b2b2b;
        height: 283px;
    }
    #top.archive.category .category-term-description {
    	display: none;
    }

    This is the expected results:
    2022-11-03_001.png

    Best regards,
    Mike

    in reply to: Inline POPUP Enabler not working #1371213

    Hi,
    This is the link to the GitHub Gist: WordPress-Kriesi-Enfold-Page-Pop-Up, a user HuxburyQuinn created this, this is not an Enfold function.
    But I see that your main concern is the load time of the iframe, you will have the same issue when you try to show a page in a lightbox, this delay is the time it takes for your server to serve the page. Another issue would be showing an entire page in a lightbox because a lightbox is small and showing the header and footer again seems to take valuable space, I believe it is better to only show specific content instead of the whole page.
    If you want to show content in a lightbox the best option is to hide the content on your page and then show it in a lightbox, this will be very fast.
    Please see this example, or this example

    Best regards,
    Mike

    in reply to: cloudFlare.com Problem wegen DSGVO #1371202

    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 your patience, one member said he saw the shift but didn’t know where it was coming from. I checked again today after clearing my cache and history, but I didn’t see it like the screencast I posted above.

    Best regards,
    Mike

    in reply to: Important change request for avia_google_maps_api.js! #1371159

    Hi,
    When I tested I used the Google Map element and his instructions and it worked for me.

    Best regards,
    Mike

    in reply to: Shrink mobile hamburger and search icon #1371158

    Hi,
    I could probably write some javascript to move it to the top, but it’s kind of large on mobile and would make your users swipe a couple of times before they see your products, are you sure you want that?

    Best regards,
    Mike

    in reply to: Possible to change bullet character in bullet list? #1371138

    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: Icons and Other Information in Top Bar #1371136

    Hi,
    Thanks for the screenshots, but I don’t recognize these options since I don’t have a Siteground account, so I’m not sure how they would change the DOM structure.
    While we wait for feedback from the rest of the team, do you mind if I try exporting your site to a test site on my server to see if the error carries over?

    Best regards,
    Mike

    in reply to: Possible to change bullet character in bullet list? #1371130

    Hi,
    Shall we close this thread then?

    Best regards,
    Mike

    in reply to: Shrink mobile hamburger and search icon #1371129

    Hi,
    I don’t have a solution to add another burger menu that adds the sidebar elements, but you can add this css to show the sidebar elements below the content on mobile:

    @media only screen and (max-width: 767px) {
    	.responsive #top.woocommerce-shop #main .sidebar {
        display: block;
        float: left;
        padding: 0;
    	}
    	.responsive #top.woocommerce-shop #main .sidebar .inner_sidebar {
        margin-left: 0;
    	}
    	.responsive #top.woocommerce-shop .container .av-content-small {
    	margin-bottom: 0;
    	padding-bottom: 0;
    	}
    }

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

    Best regards,
    Mike

    in reply to: Google Fonts are loaded online despite using local fonts #1371127

    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: Important change request for avia_google_maps_api.js! #1371126

    Hi,
    Guenni007 you were not able to get NIXHALBES‘s solution to work?

    Best regards,
    Mike

    Hi,
    Glad to hear that you have this sorted out, 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: Icons and Other Information in Top Bar #1371053

    Hi,
    I found that your header div’s are not correct, your #header_main is a child of your #header_meta instead of being a sibling:
    your site:
    2022-11-02_004.png
    my test site:
    2022-11-02_003.png
    but I don’t see a cause for this, we are both using the same version, and I tried updating your site with my version in case your version was corrupt but that didn’t help.
    I saw your server is using PHP v7.4.33 and I’m using v8.0.1 so I downgraded my PHP version to try to duplicate, but that didn’t reproduce your error.
    I tried disabling all of your plugins with no success.
    So I’m not sure what has caused this, which webhost and server are you using? Is it using an object-oriented cache such as Memcached, Redis, or Varnish?
    I have asked the rest of the team if they have seen this before.

    Best regards,
    Mike

    in reply to: Shrink mobile hamburger and search icon #1371047

    Hey Jason,
    It looks like you are using the option:
    Enfold Theme Options ▸ Main Menu ▸ Burger/Mobile Menu ▸ Menu Icon Style ▸ Small
    2022-11-02_001.png

    Best regards,
    Mike

    in reply to: Page 1 of 0 on bottom of Masonry Grid #1371045

    Hey Mark,
    Thanks for your question, have you added this css in the Quick CSS:

    .pagination a,.pagination span {
        display: block;
        float: left;
        font-size: 11px;
        line-height: 13px;
        padding: 2px 9px 1px 9px;
        text-decoration: none;
        width: auto
    }

    If you have please remove it, if not please include admin login in the Private Content area so we can investigate.

    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: Demo Import not working #1371038

    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: Possible to change bullet character in bullet list? #1371037

    Hi,
    You could add a custom class to the element with your custom bullet points, such as the text element, and then add the custom class to your css, so only this area is changed. For example:

    .custom-bullets li{list-style: none; padding:0; }
    .custom-bullets li{padding-left: 2em; text-indent: -2em; }
    .custom-bullets li:before {content: '—'; padding-right: 1em; }

    Best regards,
    Mike

    in reply to: FAO support #1371036

    Hi,
    Thank you.

    Best regards,
    Mike

    in reply to: Icons and Other Information in Top Bar #1370997

    Hi,
    Thanks for the login, I assume that the background color of the header was meant to be #066892, I found that in the Enfold Theme Options ▸ General Styling ▸ Logo Area ▸ Logo Area Background Color the color was set to white, causing the white overlay on the blue background color.
    I removed the white and now the header is blue, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Adjust menu width under Menu Mega #1370940

    Hey Ulrike Hostehradsky,
    Please open a open a new thread so we can assist, and include your admin login in the Private Content area.
    The contact form you have summited your question though is not for support, you need to have an activate support forum account and submit your questions here.
    Thank you for your patience and understanding and for using Enfold.

    Best regards,
    Mike

    in reply to: WP-Theme upgrade #1370936

    Hey V. Heitz,
    Thanks for your question, for your situation please purchase a new license which will allow you to update the theme and get up to a year of support for only a little more, look for the “Extend support to 12 months” check box, which is a great value.
    To update your version you will need to download the latest installable WP version from your new 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

Viewing 30 posts - 10,201 through 10,230 (of 34,919 total)