Forum Replies Created

Viewing 30 posts - 4,741 through 4,770 (of 25,536 total)
  • Author
    Posts
  • in reply to: password reset not working #1300081

    Hi Jeremy,

    Thanks for contacting us.
    Yes, can you provide your purchase code? just post in Private Content (the text area beneath the area where you reply).

    Best regards,
    Nikko

    in reply to: Login to wordpress not possible (redirect problem?) #1300080

    Hi Markus,

    With deactivate all plugins did you mean moved the plugins outside the plugins directory?

    Also, here are some links that might help:
    https://wordpress.stackexchange.com/questions/310653/wp-login-php-entering-password-nothing-happens
    https://thrivewp.com/wordpress-admin-login-not-working/

    Best regards,
    Nikko

    in reply to: Logo is inserted as small #1300076

    Hi whdsolutions,

    Thanks for providing the link.
    I could see that the logo is replaced with a webp image, I would suggest disabling this feature and that would fix the issue.

    Best regards,
    Nikko

    Hi Jürgen,

    The Text Block is using the standard text editor but is not ideal for some HTML codes.
    Can you try putting the iframe code inside a Code Block?

    Best regards,
    Nikko

    in reply to: Blurry Logo #1300072

    Hi vantagepointmg,

    Thanks for giving us admin access and a screenshot.
    The issue is caused by this plugin Image optimization service by Optimole
    To fix the issue I went to Media > Optimole > Settings > then disabled Enable image replacement

    Best regards,
    Nikko

    in reply to: Wrong (emty) items in testimonial slider #1300061

    Hi Tim,

    If I did not try investigate the issue then just tell you it’s caching from the beginning of our discussion then I would have really blamed caching without pointing to any evidence (I gave you screenshots of the content of style.css when logged in and not, I posted it again in private content).
    If this is not a caching issue, then why is the style.css from the child theme which was not fetching when you’re logged in the other day, now working properly?
    If it’s something we can control by changing the code of the theme then that would have already added that to the theme however this is not the case for caching.
    If something goes wrong we try to help our users to figure out the cause of the issue so the problem can be addressed, if we find out it’s a bug in the theme we report it to our devs and try to give a workaround to our users if we can, if the cause is the plugin we tell it to our users and try to atleast give some evidence why we believe it’s the plugin, in this case it’s caching and I did try the possible solutions that can be done in the backend which unfortunately is not working but then after a single day the styles are being fetched. Since some hosting provider have built-in caching in their servers then that might be something that you can check on with your hosting provider.
    Caching is great for performance but it gives a lot of headache when enabled during development and some of it still caches even if the plugin is deactivated.

    Best regards,
    Nikko

    in reply to: Menu link target in submenu #1300042

    Hi GrandmasterA,

    Thanks for providing us with the link and I tried to reproduce it on my end Navigation Menu widget however I could not reproduce the issue on my end.
    Can you give us temporary admin access? so we can try to inspect the backend. If you can setup a staging site for us, it would be better so we can try to troubleshoot the issue without affecting your live site. Here’s a simple tutorial you can follow: https://themeisle.com/blog/wordpress-staging-site/

    Best regards,
    Nikko

    Hi Joan,

    I see, this is a very strange issue, it seems hard to pinpoint the cause or the trigger of the issue since it’s very inconsistent as what you have described.
    Hopefully we can find out the trigger so we can try to fix the issue.
    For now, we’ll wait on your update and hopefully everything would work well.
    Have a great week :)

    Best regards,
    Nikko

    in reply to: Add button in header using widget #1300033

    Hi JantienM,

    Can you try to replace the last code I gave:

    @media only screen and (max-width: 767px) {
      #top #header #header_main .container.av-logo-container .inner-container {
        display: block;
      }
    
      .responsive #top #header #header_main .inner-container .logo {
        height: auto !important;
        max-height: none !important;
      }
    
      .responsive #top #header #header_main .inner-container .logo a {
        top: 0;
      }
    
      .responsive #top #header #header_main .inner-container .main_menu {
        position: absolute;
        top: 30px;
      }
    }

    to:

    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all #main {
        padding-top: 387px !important;
      }
    
      .responsive #top #header.header-scrolled .logo, 
      .responsive #top #header.header-scrolled .logo a, 
      .responsive #top #header.header-scrolled .logo img {
        max-height: 100px !important;
      }
    
      #top #header #header_main .container.av-logo-container .inner-container {
        display: block;
      }
    
      .responsive #top #header #header_main .inner-container .logo {
        height: auto !important;
        max-height: none !important;
      }
    
      .responsive #top #header #header_main .inner-container .logo a {
        top: 0;
      }
    
      .responsive #top #header #header_main .inner-container .main_menu {
        position: absolute;
        top: 30px;
      }
    }

    I hope this helps.

    Best regards,
    Nikko

    in reply to: adding flag images to my secondary navigation #1300026

    Hi Mary,

    You’re welcome :)
    Just let us know if you still need further assistance regarding this topic or if we can close this thread.

    Best regards,
    Nikko

    in reply to: Overriding advanced styling section #1300025

    Hi AFEC,

    Yes, you are correct.
    If you want to make it global then you can just use (remove page-id-xx):

    #top #wrap_all .main_color h1.av-rotator-container-inner {
        color: white !important;
    }

    Best regards,
    Nikko

    in reply to: Button Schriftgröße #1300024

    Hi Alex,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: custom post type not displaying correctly #1300022

    Hi nfgraphicdesign,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi KathrynHunt,

    We’re happy to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi sldeutsch,

    The code is invalid, please replace it with:

    #hero-slider .slideshow_caption {
        width: auto;
        height: 170px;
    }
    
    @media only screen and (max-width: 767px) {
      #hero-slider .slideshow_align_caption a {
        float: right; 
      }
    
      #hero-slider .slideshow_align_caption .avia-slideshow-button {
        visibility: visible;
      }
    }

    Best regards,
    Nikko

    in reply to: Enfold Problem #1299952

    Hi Yurasik1,

    Can you give us permission to click on the Inspect button? it’s greyed out and cannot be click (screenshot in private content).

    Best regards,
    Nikko

    in reply to: Theme Fehler / Theme Bug #1299943

    Hi senfdazu,

    Thanks for providing FTP access.
    I tried to temporarily rename the .htaccess (this is now back to its original name) file so it won’t be read and it does not seem to have any effect.
    I also tried to temporarily switch the theme to the default theme Twenty Twenty One for a moment and the 403 forbidden error of stylesheets, js files and media files.
    You can test this by switching to the default theme and even the images/screenshots in Appearance > Themes aren’t loading.
    Can you also try to temporarily disable all plugins? if it works properly then please enable them one by one to know which one is causing the issue.
    If it still persists, I believe there might be some changes in server settings where security is preventing stylesheets, js files and media files in the themes folder from loading.

    Best regards,
    Nikko

    in reply to: Menu link target in submenu #1299886

    Hi GrandmasterA,

    Can you give us a link to the page where the submenu you’re referring is shown?

    Best regards,
    Nikko

    in reply to: Mega Menu gesamte Layoutbreite #1299881

    Hi DianaLoola73,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Image in sidebar latest news widget #1299874

    Hi Erwin,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!


    @Guenni007
    thanks for helping out :)

    Best regards,
    Nikko

    in reply to: Catalog element shows no content. #1299873

    Hi Bernd,

    I see, can you setup a staging site for us instead? so we won’t be able to touch your live site.
    Here’s a simple tutorial that you can follow: https://themeisle.com/blog/wordpress-staging-site/
    Also, please remove the login for the live site.

    Best regards,
    Nikko

    Hi signumsrl,

    I see, please remove the code I gave and also this solution would require using a child theme.
    If you are not using one yet, then you can download and find the instructions in our documentation: https://kriesi.at/documentation/enfold/child-theme/

    Then add this code in functions.php of the child theme:

    function wc_varb_price_range( $wcv_price, $product ) {
     
        $prefix = sprintf('%s: ', __('starting from', 'wcvp_range'));
     
        $wcv_reg_min_price = $product->get_variation_regular_price( 'min', true );
        $wcv_min_sale_price    = $product->get_variation_sale_price( 'min', true );
        $wcv_max_price = $product->get_variation_price( 'max', true );
        $wcv_min_price = $product->get_variation_price( 'min', true );
     
        $wcv_price = ( $wcv_min_sale_price == $wcv_reg_min_price ) ?
            wc_price( $wcv_reg_min_price ) :
            '<del>' . wc_price( $wcv_reg_min_price ) . '</del>' . '<ins>' . wc_price( $wcv_min_sale_price ) . '</ins>';
     
        return ( $wcv_min_price == $wcv_max_price ) ?
            $wcv_price :
            sprintf('%s%s', $prefix, $wcv_price);
    }
     
    add_filter( 'woocommerce_variable_sale_price_html', 'wc_varb_price_range', 10, 2 );
    add_filter( 'woocommerce_variable_price_html', 'wc_varb_price_range', 10, 2 );

    reference: https://wedevs.com/blog/105501/disable-woocommerce-variable-product-price
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Tab section margin #1299836

    Hi reinsicht,

    I tried to reproduce the issue on my end but I could not.
    I have now added this CSS code in Enfold > General Styling > Quick CSS, which should fix the issue on your site:

    #top .av_tab_section .avia-table.avia-builder-el-first {
        margin-top: 30px;
    }

    Best regards,
    Nikko

    Hi Joan,

    I have checked on the URL you gave and could see those lorem ipsum texts as well as the shortcode at the bottom clearly.
    If you are using Chrome, can you try to use incognito mode? also try to temporarily disable chrome extensions as this maybe potentially causing the issue.
    Also, can you try to right click on the lorem text (if it’s not showing just right click on the position where text appears usually, similar to screenshot in private content) and try to see if the color is set to white (in the screenshot the color of the font is #333).

    Best regards,
    Nikko

    in reply to: Wrong (emty) items in testimonial slider #1299831

    Hi Tim,

    I have checked it again and it seems the cache has already expired and now fetching the correct css and js files. (screenshot in private content)
    Also, I would disagree that the theme doesn’t work properly with Chrome since it’s obviously a caching issue and not the theme.
    As for using two browsers, it’s just a temporary workaround because of the weird interaction caused by caching.

    Best regards,
    Nikko

    in reply to: Add button in header using widget #1299827

    Hi JantienM,

    Thanks for providing the screenshot, please remove the last code I gave and replace it with:

    @media only screen and (max-width: 767px) {
      #top #header #header_main .container.av-logo-container .inner-container {
        display: block;
      }
    
      .responsive #top #header #header_main .inner-container .logo {
        height: auto !important;
        max-height: none !important;
      }
    
      .responsive #top #header #header_main .inner-container .logo a {
        top: 0;
      }
    
      .responsive #top #header #header_main .inner-container .main_menu {
        position: absolute;
        top: 30px;
      }
    }

    Best regards,
    Nikko

    in reply to: Contact form not sending emails #1299817

    Hi ODP,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Exerpt not updating #1299816

    Hi faridehg,

    Please create a separate thread and also we are only one of the vendors in Themeforest and we do not have direct access over their site or support.

    Best regards,
    Nikko

    in reply to: Exerpt not updating #1299814

    Hi Daniel,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: How to change viewport-breakpoint #1299813

    Hi tim,

    There’s no option for that but it is possible using Media Queries in CSS.

    Best regards,
    Nikko

Viewing 30 posts - 4,741 through 4,770 (of 25,536 total)