Forum Replies Created

Viewing 30 posts - 9,451 through 9,480 (of 34,916 total)
  • Author
    Posts
  • in reply to: Color Section fell out #1377452

    Hi,
    Thank you for the login to your site, I have checked your homepage backend compared to the frontend and found nothing missing, please explain in more detail which color section is not showing on the frontend.

    Best regards,
    Mike

    in reply to: Changing Text Size on Blog Post Only #1377412

    Hey Andrew,
    Thank you for the link to your site, the correct css is:

    .single-post  .entry-content p {
    font-size: 18px !important;
    }

    I adjusted this for you.
    If you want your Table of Contents and list items to also have this font size try adding this css:

    .single-post  .entry-content li {
    font-size: 18px !important;
    }

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

    Best regards,
    Mike

    in reply to: Problems with privacy cookies and magnificpopup and iframe #1377411

    Hey slikslok,
    Thank you for the link to your site I tested in Windows in Chrome, Firefox, & Edge and in Mac Safari, Chrome, Firefox and if I accept the cookies first then the iframe doesn’t show the cookie bar again, if I don’t click the cookie bar on the homepage then the iframe does show the bar again, this is the correct behavior.

    Best regards,
    Mike

    in reply to: Problem with WPML since update to 5.3.1 #1377410

    Hi,
    I tested your custom function on my test site using v5.3.1.1 and it worked for me without any plugins, try updating to v5.3.1.1 and checking, if it still doesn’t work then disable all of your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

    in reply to: Problems with user rights #1377407

    Hi,
    Glad to hear that you have this sorted out, and thanks for sharing the plugin causing the issue. 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: Problem with WPML since update to 5.3.1 #1377384

    Hi,
    Your archive link is not correct, it should be a month and year but yours is only showing the year:
    Enfold_Support_0011.jpeg
    I commented out this custom function on your staging site:

    // Blog Archiv nur Jahre anzeigen
    function my_limit_archives( $args ) {
        $args['type'] = 'yearly';
        return $args;
    }
    
    add_filter( 'widget_archives_args', 'my_limit_archives' );
    add_filter( 'widget_archives_dropdown_args', 'my_limit_archives' );

    and now your archive links are working correctly:
    Enfold_Support_0013.jpeg
    Try this on your live site.

    Best regards,
    Mike

    in reply to: HOW TO: Create shortcode button with JS variable in href #1377378

    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: HOW TO: Create shortcode button with JS variable in href #1377357

    Hey tvbuzz,
    Try adding a custom class to your button shortcode such as show-form then add this script to the end of your child theme functions.php file in Appearance ▸ Editor:

    function add_data_drip_show_form() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
      (function($){
          $(".show-form a").attr('data-drip-show-form', 'xxxx');
      })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'add_data_drip_show_form');

    I assume that you will have multiple forms, so each button will need a different custom class and you will add a new line in the script for each one, for example this script uses two custom classes show-form-one & show-form-two

    function add_data_drip_show_form() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
      (function($){
          $(".show-form-one a").attr('data-drip-show-form', 'xxxx');
          $(".show-form-two a").attr('data-drip-show-form', 'zzzz');
      })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'add_data_drip_show_form');

    Best regards,
    Mike

    in reply to: Footer disapeared after update Enfold #1377356

    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: Demo and Purchase #1377348

    Hi,
    Your welcome, have a great day.

    Best regards,
    Mike

    in reply to: Enfold 8.0 PHP Fehlermeldung #1377346

    Hey Dr. Dominik Foerschler,
    Thanks for your question, it looks like you are using version 4.1.2 which doesn’t support PHP v8, please update to the latest version of Enfold v5.3.1.1
    You probably won’t be able to update from within the theme because v4.1.2 used the Envato (Theme Forest) API which is no longer in use for updates, Envato (Theme Forest) now use the Envato Token so you will need to first update your theme by logging into your Envato (Theme Forest) and download the latest version.
    Then after you update you can create an Envato Token from inside your Envato (Theme Forest) account for future updates.
    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: Demo and Purchase #1377344

    Hey Steve,
    Thank you for your question, you can see all of our pre-built demos here.
    Our theme is only available on the Envato Marketplace, we have an exclusive contract with them, so we can not sell licenses anywhere else or directly.

    Best regards,
    Mike

    in reply to: Tag meta element not working for blog page #1377340

    Hi,
    Thanks for your patience and the link to your site please try saving your current /enfold/includes/loop-index.php file for fallback and upload this one
    This is the expected results:
    Enfold_Support_0010.jpeg

    Best regards,
    Mike

    • This reply was modified 2 years, 11 months ago by Mike.
    in reply to: Website #1377333

    Hey Sammy Saleh,
    Thanks for your question but we don’t build web sites, we create the WordPress Theme Enfold so you can build your own website. Our theme is Multi-Purpose with many built-in Demos and a Support Forum for your questions and to help.

    Best regards,
    Mike

    in reply to: Api key #1377320

    Hey Eugene,
    Thanks for your question, Envato (Theme Forest) no longer uses the API for updates they now use the Envato Token so you will need to first update your theme by logging into your Envato (Theme Forest) and download the latest version.
    Then after you update you can create a Envato Token from inside your Envato (Theme Forest) account for future updates.
    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: Enfold clash with projects portfolio pro #1377318

    Hi,
    Glad Ismael could help, let us know if you have any further questions regarding this issue and we will gladly try to help you.
    Thank you for using Enfold.

    Best regards,
    Mike

    Hey Jaro,
    Thanks for the screenshot and the link to your site Pagespeed test, this is false result, the menu element that the test says is not in a parent ul is in fact in a ul so no action is needed.
    Enfold_Support_0009.jpeg
    Enfold_Support_0008.jpeg
    I’m not sure why the Pagespeed result in wrong but as you can see from the screenshot there is no action needed.

    Best regards,
    Mike

    in reply to: Issue with first vertical image in a gallery #1377314

    Hi,
    Thank you for the link to your site, I have recreated this issue on my demo site and it seems to only be an issue when the first image has a portrait layout.
    I have reported this to the Dev Team for their review and will reply when I hear back. Thank you for your patience.

    Best regards,
    Mike

    in reply to: Problem with WPML since update to 5.3.1 #1377313

    Hi,
    Thank you for the link to your staging site, as I see your language switcher looks like this:
    Enfold_Support_0005.jpeg
    I see this on both sites, and the url changes on both sites to /en/ for English but the text doesn’t change to English on them, when I check the backend neither seem to have any translated pages:
    2022-12-24_153703.png
    is this what you mean?

    Best regards,
    Mike

    Hi,
    Thanks for the link to your site, when I check I see this css:

    #top .horizontal-icon-list .avia-icon-list {
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }

    causing this layout:
    Enfold_Support_0003.jpeg
    Try this css instead:

    #top .horizontal-icon-list .avia-icon-list {
        display: grid;
        grid-template-columns: repeat(3,1fr);
    }
    #top.home #av_section_1 .flex_column.first.flex_column_div {
    	padding: 0;
    }

    for this expected result
    Enfold_Support_0004.jpeg

    Best regards,
    Mike

    in reply to: More buttons added to an Easy Slider #1377311

    Hey Angelo,
    Try using the button row shortcode so the buttons will be side-by-side, you can use the shortcode wand to copy the shortcode.

    Best regards,
    Mike

    in reply to: Disable swipe on mobile for tab section #1377310

    Hi,
    The line that Ygit mentioned above is 301 in his file.

    Best regards,
    Mike

    in reply to: Googla API valid but could not connect #1377309

    Hi,
    I have summited this as a feature request for the Dev Team to review, when we hear back we will post here, thank you for your patience.

    Best regards,
    Mike

    Hi,
    I believe that you will need to edit the javascript, please see this thread.

    Best regards,
    Mike

    in reply to: Pagespeed mobile – elements contain focusable descendents #1377306

    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: Contact form: Autorespond mail not sending #1377304

    Hi,
    Thanks for your patience, unfortunately, I’m not sure what is causing this, I have asked the rest of the team for any ideas.

    Best regards,
    Mike

    in reply to: critical error with the theme #1377303

    Hi,
    Donkies11, please create a new thread and post an admin login because it would not be private to post it here.
    So far we don’t know why this is but since it is occurring only on GoDaddy managed servers that have must-use plugins that can not be disabled:
    object-cache.php
    System Plugin
    db-error.php
    object-cache.php

    it would seem to be related to one of these, try asking GoDaddy to disable these for testing, or create a GoDaddy standard server staging site that doesn’t use these plugins.

    Best regards,
    Mike

    in reply to: Label for post types creating a link in Avia Builder #1377302

    Hey vdlpwp,
    unfortunately, your screenshot is not working so I’m not sure what you meant, perhaps you made an error in your custom post type, try using the /enfold/includes/admin/register-portfolio.php file for reference and see this thread.

    Best regards,
    Mike

    Hey AgenturLanzinger,
    Thanks for your patience and the link to your site, but I’m not sure that I understand because product descriptions typically don’t display in the product grid, here is a link to our Shop Demo shop page and the product grid only shows the image and title.
    If you meant something different please link directly to the page and perhaps a link to the corresponding Shop Demo page.

    Best regards,
    Mike

    in reply to: Color Section fell out #1377300

    Hey Omar Skapti,
    Thank you for the link to your site but it doesn’t seem to be an WordPress admin login, I’m not able to see the WordPress backend I only see an “account” dashboard, please upgrade to admin so we can evaluate your homepage backend.

    Best regards,
    Mike

Viewing 30 posts - 9,451 through 9,480 (of 34,916 total)