Forum Replies Created

Viewing 30 posts - 31 through 60 (of 34,546 total)
  • Author
    Posts
  • in reply to: Google reCAPTCHA alternatives in Enfold #1486054

    Hey Michael,
    If you would like to request this feature the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.

    Best regards,
    Mike

    in reply to: Problem with the menu on one page #1486052

    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

    Hey minhndq,
    Duplicate thread for https://kriesi.at/support/topic/flatpickr-date-picker-year-dropdown-not-displaying-in-fluent-forms/#post-1485947
    We will close this one.

    Best regards,
    Mike

    in reply to: Color hover effect content element #1486034

    Hi,
    Try this instead:

    .page-id-23244 #nieuws .flex_column:hover {
    	background-color: red;
    }

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

    Best regards,
    Mike

    in reply to: Change Posts Titles from h3 to h2 in Grid View #1485981

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

    function change_posts_titles_from_h3_to_h2_in_grid_view() { ?>
      <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('.slide-entry-wrap h3.slide-entry-title.entry-title ', '<h2></h2>');
      });
    }(jQuery));
    </script>
      <?php
    }
    add_action( 'wp_footer', 'change_posts_titles_from_h3_to_h2_in_grid_view', 99 );

    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 and save.

    Best regards,
    Mike

    in reply to: Accessibility Issue with Search Icon #1485980

    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: overlay for easy slider? #1485912

    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: Transfer from supplier #1485911

    Hey Katie,
    The child theme should work, please note that we recommend that you make s full backup of your site via your webhost including your database, and not a plug just in case.
    Typically the only issues with a childtheme is having custom php files in the childtheme, such as header.php or footer.php, or any elements .php, you should remove these
    before the update.

    Best regards,
    Mike

    in reply to: Change color of sorting option on portfolio grid #1485861

    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

    Hey Gianluca,
    I checked on my Android device and the load more works for me. I don’t have a iPhone, but I checked in Safari on a Mac in Responsive Design Mode to emulate a iPhone and it also works there.
    Perhaps you can post the device you are using and we can try to reproduce it.

    Best regards,
    Mike

    in reply to: Gallery resposive column #1485777

    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: Padding between a code block and text block #1485773

    Hi,
    The ID “#after_section_1” is now missing, perhaps you updated the page? So I added the ID “#add_50_px_pading” to the element:
    Screen Shot 2025 06 22 at 7.43.40 AM
    and this css:

    .page-id-4128 #add_50_px_pading  {
             padding-top: 50px;
    }

    Now it is working, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Entry title h3 in a portfolio #1485772

    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: Change Gallery grid in Mobile #1485760

    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: Blog Element Excerpt Read More Text Duplication … #1485759

    Hey ajaxkls,
    Could you add a admin login so we can examine, your snippet above is not in a “code” clip so we can’t examine it fully and our test site doesn’t have the same categories so it is hard to reproduce.

    Best regards,
    Mike

    Hey bemodesign,
    We don’t have a thread for hiring freelancers, but you could start a thread “looking to hire” and add your requirements and contact info.
    The Mods may “mark it as read” so it is off our list in the backend, but I don’t think any Mods would close it.

    Best regards,
    Mike

    in reply to: Padding between a code block and text block #1485753

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

    .page-id-4128 #after_section_1 {
    	 padding-top: 50px;
    }

    adjust to suit.

    Best regards,
    Mike

    in reply to: Update Enfold Version 4.1.2 auf die aktuelle Version #1485751

    Hey Ernst Grubbauer,
    Thank you for the login, please note that your version 4.1.2 is not compatible with PHP 8+, and it can not be updated in the theme, due to how Envato (Theme Forest) changed from a API key to a Token. Unfortunately this occurs when a old “developer” buys the theme in their Envato account and doesn’t create an account for the customer. Envato will not transfer the license nor issue a new license.
    Due to our exclusive contract with Envato we can not issue licenses.
    Your customer should create an account with Envato and purchase a new license The upside to this is that by purchasing a new license you will also get 6 months of support on our forum to help with any issues. I recommend upgrading to a full year of support for just a little more, as the cost of the theme and a full year of support costs the same as a single hour of support from many developers. 2022-12-04_001.jpeg.
    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
    Please note that using the contact form is not appropriate for support questions, please log in to the support forum and open a new thread if you need further assistance.
    After you purchase a new license you can register for the support forum and post your questions.

    Best regards,
    Mike

    in reply to: Gallery resposive column #1485747

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

    #top #main .avia-gallery.av-mb6m8z6a-b9f99ac9fd31fe48d94c453aabd891f1 .avia-gallery-thumb a {
        width: 50%;
    }

    Then disable Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression
    and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files
    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: Entry title h3 in a portfolio #1485744

    Hi,
    Thanks for sharing Guenni007, this works well for masonry.

    Best regards,
    Mike

    in reply to: Full-Width Submenu anchor to element in page #1485737

    Hey Silvia,
    Try using the Advanced ▸ Developer Settings ▸ Custom ID Attribute in each element and add your ID and then link to it.
    Screen Shot 2025 06 20 at 3.04.29 PM

    Best regards,
    Mike

    in reply to: Entry title h3 in a portfolio #1485736

    Hi,
    Thanks for sharing Guenni007, in my test this works for the portfolio grid element, but not the masonry element. My understanding is that Biggy is using the portfolio grid element.

    Best regards,
    Mike

    in reply to: svg logo’s in header and transparant header. #1485692

    Hi,
    It sounds like Guenni007 was able to help, this you Guenni007. Shall we close this thread?

    Best regards,
    Mike

    in reply to: Show portfolio categories via the navigation #1485650

    Hi,
    It sounds like Ismael was able to help. shall we close this thread then?

    Best regards,
    Mike

    in reply to: color of hamburger menu on mobile #1485649

    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: Home page automatically scrolling on mobile #1485647

    Hi,
    Thanks, but the link seems to require a login, please try to post it without a login so we can view it.

    Best regards,
    Mike

    in reply to: My cart icon is white/invisible #1485646

    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: My cart icon is white/invisible #1485587

    Hey Enfoldfanatic,
    It looks like you have this css that is making it white:

    #top #wrap_all .header_color .cart_dropdown_first .cart_dropdown_link.avia-svg-icon svg:first-child {
        fill: #ffffff;
    }

    see if you can remove this, or you can try adding this:

    #top #wrap_all .header_color #menu-item-shop .cart_dropdown_first .cart_dropdown_link.avia-svg-icon svg:first-child {
        fill: #000;
    }

    Best regards,
    Mike

    in reply to: Horizontal gallery on mobile #1485537

    Hi,
    I don’t know the Accessibility Tools settings, try disabling the plugin to if that helps

    Best regards,
    Mike

    in reply to: Blog layout exclude subcategory #1485535

    Hey Nick_Skehan,
    Unfortunately not, please change the sub category into it’s own category.

    Best regards,
    Mike

Viewing 30 posts - 31 through 60 (of 34,546 total)