Forum Replies Created

Viewing 30 posts - 241 through 270 (of 34,859 total)
  • Author
    Posts
  • in reply to: Bug in main menu – links not correctly displayed #1487085

    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: A lot of Deprecation warnings in my error_log #1487083

    Hi,
    Very good, we will close this thread, you can follow the Github thread as the Dev Team reviews it.

    Best regards,
    Mike

    in reply to: Accordion menus not displaying on mobile #1487082

    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: Unable to show 2 Mansory Galleries on one page #1487049

    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: Unable to show 2 Mansory Galleries on one page #1487043

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

    .av-masonry-animation-active {
      opacity: 1 !important;
      transform: none !important;
      transition: none !important;
    }
    .av-masonry-animation-active .av-masonry-entry {
        visibility: visible;
        opacity: 1;
        animation: none !important;
    }

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

    Best regards,
    Mike

    in reply to: Unable to show 2 Mansory Galleries on one page #1487038

    Hi,
    This one, right?
    Screen Shot 2025 07 20 at 10.05.32 AM
    The animation seems a little slow, do you have a caching plugin or a object-oriented server cache such as Memcached, Redis, Varnish, Litespeed, etc?

    Best regards,
    Mi

    in reply to: Blog Post View in Mobile #1487035

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

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

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

    Best regards,
    Mike

    in reply to: Unable to show 2 Mansory Galleries on one page #1487034

    Hey waveseven,
    I see a masonry under Corners, Nooks & Crannies Theme Photos and under Image of the Month Photos both are loading.

    Best regards,
    Mike

    in reply to: Featured image box #1487033

    Hi,
    Thanks that helps, so your cloned site (and live site) shows errors for the core-data.min.js file
    while I don’t see this on my test site, I also notice that your “action” menu is not responding:
    Screen Shot 2025 07 20 at 6.41.08 AM
    I found that switching to the “classic editor” on your clone site solves.
    Screen Shot 2025 07 20 at 7.16.00 AM
    I was able to add a Featured image (scroll to the bottom):
    Screen Shot 2025 07 20 at 7.21.42 AM
    your other portfolio pages show a missing image, this may be due to its a cloned site:
    Screen Shot 2025 07 20 at 7.23.01 AM
    nonetheless, it can now be changed, please try this.
    I don’t know why changing to the “classic editor” solves, but give it a try.

    Best regards,
    Mike

    in reply to: Featured image box #1487022

    Hi,
    Perhaps I don’t understand your issue, but when I check your site I see the “Featured Image” option:
    Screen Shot 2025 07 19 at 2.52.34 PM

    Best regards,
    Mike

    in reply to: Gallery Columns no longer work #1487021

    Hey waterwalk,
    Thanks for the link to your site, below please see the screenshot of your page, I’m not seeing your issue or perhaps I don’t understand. I see six logos in a row.
    Screen Shot 2025 07 19 at 2.29.41 PM

    Best regards,
    Mike

    Hey pretuziano,
    Thank you for pointing this out, we had someone else point out a simulator issue for “PHP Deprecated” which I posted to the Dev Team today:
    https://github.com/KriesiMedia/Enfold-Feature-Requests/issues/141
    Feel free to add to it or join it for further updates as the Dev Team reviews it.

    Best regards,
    Mike

    in reply to: Blog Posts Module is not filtering categories #1487013

    Hey tonyska,
    Your blog page was showing the default WordPress blog layout and not the ALB (Advanced Layout Builder) page and elements that you created.
    When the WordPress ▸ Settings ▸ Reading ▸ Your homepage displays ▸ Posts page is set to your blog page it overrides the page content:
    Screen Shot 2025 07 19 at 7.25.46 AM
    as you see I changed it to “select”.
    Another setting is in the theme at Enfold ▸ Where Do You Want To Display The Blog:
    Screen Shot 2025 07 19 at 7.30.13 AM
    Since you want to use your own page and not the WordPress default you want this is be “select”, which I did for you.
    Now you see your page text element is showing at the top, so edit your page to suit.
    Screen Shot 2025 07 19 at 7.34.34 AM
    Screen Shot 2025 07 19 at 7.37.12 AM
    Now you can change the settings in the Blog element and they will show on the page.

    Best regards,
    Mike

    in reply to: PAGESPEED / LCP #1487012

    Hi,
    Glad Ismael 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: Tab Section Malfuntion #1487011

    Hi,
    I cleared your plugin cache and now it is working, see the screenshots below.

    Best regards,
    Mike

    in reply to: Tab Section Malfuntion #1487003

    Hey Maggie,
    I assume that you mean that the first tab title has two lines of text and the second tab title has three lines of text, the text is vertical-align “bottom” and you wish it was “middle”. Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .av-section-tab-title {
    	vertical-align: middle;
    }

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

    Best regards,
    Mike

    in reply to: A lot of Deprecation warnings in my error_log #1487002

    Hey Jürgen,
    Thank you for pointing this out, I created a request to the Dev Team to review this at: https://github.com/KriesiMedia/Enfold-Feature-Requests/issues/141
    Feel free to follow along in the above thread and add info that you feel is relevant.

    Best regards,
    Mike

    in reply to: Accordion menus not displaying on mobile #1487000

    Hey jdonelan,
    It looks you have hidden this element from mobile view in Advanced ▸ Responsive ▸ Element Visibility, please check.
    Screen Shot 2025 07 18 at 4.14.04 PM

    Best regards,
    Mike

    Hi,
    Glad we were able to help, and I can understand that you may not want to use the snippet. If you wound like to see this built in to the theme please open a Github Feature Request for the Dev Team to review it and you can follow along with them. 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 I need support to be able to update plugins #1486837

    Hi,
    I assume that you are referring to the Layerslider, it will not update on it’s own, only when the theme updates, please see our documentation here.

    Best regards,
    Mike

    in reply to: Advanced Builder Gray Screen #1486834

    Hi,
    Glad Ismael 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: Umstieg von Flagship auf ENFOLD #1486774

    Hey Christoph Babilon,
    Unfortunately the “Flagship Theme” is not compatible with “Enfold”, you will need to rebuild your site.
    Your best to create a “staging site” while you complete this work.

    Best regards,
    Mike

    in reply to: Upgrade from 5.1.1 to 7.x #1486773

    Hi,
    We don’t have an IP range, our IP is kriesi.at (85.13.136.225)
    Some hosts block us, so we might be on a block list somewhere.
    Although, as I recall, v5.1.1 may have had an issue with updating, it was right after Envato switched to the “Token”
    I recommend manually updating this, try following these steps.
    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: Media Library Junk #1486771

    Hi,
    Glad Ismael 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: Related Posts Preview in the blog #1486770

    Hi,

    Glad Ismael 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: where do i find downloads #1486714

    Hi,
    I’m not sure if you will be able to update correctly next time, I corrected your file structure so I’m thinking it will be OK but we will need to wait and see.
    As for your with, I believe it’s fixed now, please check.

    Best regards,
    Mike

    in reply to: Secondary menu #1486701

    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 ,.l,

    in reply to: where do i find downloads #1486700

    Hi,
    Thanks for the login, your file structure was not correct, it took me a couple of tries and your site crashed a couple of times, but it looks OK now.
    Please clear your browser cache and check now.
    I note that your header menu is too long for your site, I don’t recall if this was the case before, you can fix this at:
    Enfold Theme Options ▸ General Layout ▸ Dimensions
    Screen Shot 2025 07 12 at 1.30.25 PM
    Try 1410px, or larger.

    Best regards,
    Mike

    in reply to: Need update for your theme #1486693

    Hey Jonathan,
    Please note that Theme Forest is owned by Envato, we state the two as the same.
    Please note that your version, 4.7.6.3, is right about the time Envato (Theme Forest) changed from the API to the Token, which was rocky at first, but by v5 it was sorted out.
    Also note that we have an exclusive contract with Envato, we can not provide licenses nor access licenses held by Envato.
    Envato will not move licenses held by “developers” to a client, unfortunately many “developers” bought licenses under their login instead of their client, and then decided to “quit or move on”.
    Your best option now is to purchase a new license for your client which their email and login at Envato (Theme Forest) and update and then create a new Token.
    Please try these steps:
    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
    To create a Token see our documentation here.

    Best regards,
    Mike

    in reply to: CHANGE WOO COMMERCE TYPE SIZE #1486691

    Hi,
    On this page: https://www.survivalfoodngear.com/sale-long-short-term-food-storage/
    I find H1:
    Sale – Long and Short Term Food Storage
    Survival Food Storage Kits On Sale
    Try this to change “Sale – Long and Short Term Food Storage” to a “p” tag:

    function change_title_container_h1_to_p() { ?>
      <script>
    (function($) {
      $(function() {
        function replaceElementTag(targetSelector, newTagString) {
          $(targetSelector).each(function(){
            var newElem = $(newTagString, {html: $(this).html()});
            $.each(this.attributes, function() {
              newElem.attr(this.name, this.value);
            });
            $(this).replaceWith(newElem);
          });
        }
        replaceElementTag('.title_container h1.main-title.entry-title ', '<p></p>');
      });
    }(jQuery));
    </script>
      <?php
    }
    add_action( 'wp_footer','change_title_container_h1_to_p', 99 );

    I find only one H2:
    Stock Up
    I find H3 5 times in the magazine titles under “Other Great Products”, this seems fine, but if you want to change these to a “p” tag try this:

    function change_magazine_title_h3_to_p() { ?>
      <script>
    (function($) {
      $(function() {
        function replaceElementTag(targetSelector, newTagString) {
          $(targetSelector).each(function(){
            var newElem = $(newTagString, {html: $(this).html()});
            $.each(this.attributes, function() {
              newElem.attr(this.name, this.value);
            });
            $(this).replaceWith(newElem);
          });
        }
        replaceElementTag('#avia-magazine-1 h3.av-magazine-title ', '<p></p>');
      });
    }(jQuery));
    </script>
      <?php
    }
    add_action( 'wp_footer','change_magazine_title_h3_to_p', 99 );

    I also find two empty H3 in your text, you should manually remove these.
    under: “A: The sale usually lasts a few weeks…”
    “Our organic buckets are a highly…”

    Best regards,
    Mike

Viewing 30 posts - 241 through 270 (of 34,859 total)