Forum Replies Created

Viewing 30 posts - 4,441 through 4,470 (of 25,536 total)
  • Author
    Posts
  • in reply to: Section height goes crazy #1305725

    Hi Ink_Eye,

    Can you try to disable CSS file merging and compression in Enfold > Performance?
    Then if you have a caching plugin, please flush out the cache.
    If that doesn’t work, 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: get sliding text but same pic #1305724

    Hi jelle,

    We apologize for the delayed response.
    1. Yes, if changes that you want aren’t in the backend options.

    2. Please try adding this in Quick CSS:

    #top .groot .entry-title {
        background-color: rgba(102,102,102,0.2);
        border-radius: 10px;
        padding: 10px 20px;
        display: inline-block;
    }

    3. The transitions are defined in the js file (enfold > config-templatebuilder > avia-shortcodes > slideshow > slideshow.js, line 42):

    transitionSpeed:900,

    4. Can you try adding this CSS code:

    @media only screen and (max-width:767px) {
      #top .groot .entry-title {
        font-size: 32px;
      }
    
      #top .groot .entry-title {
        font-size: 32px;
      }
    }

    Best regards,
    Nikko

    in reply to: Possible to lazy load a color section? #1305721

    Hi Rob,

    We apologize for the delayed response, I believe there are plugins that can help with deferring scripts and styles coming from Optima Express.
    Another way to make it faster is to use CDN.
    Also, please try out this plugin and check if it helps: https://wordpress.org/plugins/optimole-wp/

    Best regards,
    Nikko

    in reply to: Tabs not displaying #1305720

    Hi Oups4740,

    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: Pages deleting all content upon update of page #1305719

    Hi trexperts,

    I see, you can retrieve the shortcode generated by the builder by following the instructions in: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
    That’s how I was able to test the content, also you can check the error I mentioned via web inspector.

    Best regards,
    Nikko

    in reply to: Images slightly blurred #1305718

    Hi Real-3D,

    Please try this code, it seems to make the image sharper:

    .av-masonry-image-container img {
        image-rendering: pixelated;
    }

    Best regards,
    Nikko

    in reply to: Layerslider not working after Enfold-Update #1305714

    Hi Serenella,

    We are happy that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi webWahine,

    Yes, you can just remove the overflow hidden on the hovered < a > tag and visibility hidden to the .avia-menu-text.
    I hope this direction helps.

    Best regards,
    Nikko

    • This reply was modified 4 years, 9 months ago by Nikko.
    in reply to: Images slightly blurred #1305564

    Hi Real-3D,

    I have checked your site again on my end and the same issue you posted still shows up.
    As for the caching I mentioned, it’s basically an optimization thing added to sites so it can perform faster, basically instead of the server recalculating pages in every request, the server (or most of the times plugins) saves your site and makes static pages, so whenever a visitor visits your site it will just fetch the saved/static pages which is really good but the most common issue with this is if there are changes made on your site it also does not show up instantly unless the cache is flushed (so it could regenerate a new one).
    There are some hosting provider which has a built-in caching feature for their sites and I think your hosting provider also provides this feature on your site however the controls on this is accessible only via cPanel, which is like a backend for your whole site (includes things such as databases, file manager, etc) however if you are having a hard time finding this then you can request your hosting provider to flush out the cache for you.

    Best regards,
    Nikko

    Hi webWahine,

    Please add this CSS code on your Quick CSS:

    #top #main .dots-menu {
        background-color: transparent !important;
    }
    
    #top #main .dots-menu .av-subnav-menu > li {
        padding: 5px 0;
        display: block !important;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Layerslider not working after Enfold-Update #1305501

    Hi Serenella,

    Thanks for giving us admin access.
    This is now fixed, I have disabled Javascript file merging and compression in Enfold > Performance and flushed out cache.
    Please review your site.

    Best regards,
    Nikko

    in reply to: Error #1305498

    Hi rahrens,

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

    Best regards,
    Nikko

    in reply to: Remove arrows from tab section #1305497

    Hi Arkadi,

    Can you try adding this CSS code:

    #top .av-tab-above-content .av-tabsection-arrow {
        display: none;
    }

    Best regards,
    Nikko

    in reply to: Images slightly blurred #1305494

    Hi Real-3D,

    Thanks for giving us FTP access.
    It seems the version of Enfold is a bit older (4.5.7) which caused the issue, I have already updated it to 4.8.3 which is the latest version and should fix it however, another issue is also preventing the change which is caching and I believe it’s on the server/hosting since no caching plugin is listed in the plugins folder. I tried to move both enfold and enfold-child outside the themes folder which should revert the site to use the default WordPress theme but this did not happen and the Enfold theme was still showing up (I have moved it back into the themes folder). Please flush out the cache from the cPanel or request assistance from your hosting provider to do this.

    Best regards,
    Nikko

    in reply to: Warning message PHP 8.0 #1305385

    Hi Krystian,

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

    Best regards,
    Nikko

    in reply to: Remove arrows from tab section #1305384

    Hi Arkadi,

    Can you try to flush out the cache and temporarily disable caching?
    If I inspect your code it seems to be missing some of the necessary CSS, an example is a screenshot in private content.
    I was actually looking for this specifically on your site, which I could not find:

    #top .avia-slideshow-arrows a {
       // some properties
    }

    At the moment, your site is fetching this CSS (link in private content).

    Best regards,
    Nikko

    Hi Audrey,

    No worries, we’re happy that you have solved the problem :)
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

    in reply to: SVG Logo #1305377

    Hi SvHa,

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

    Best regards,
    Nikko

    in reply to: Logo Hauptmenü / Sekundäres Menü #1305376

    Hi Bernd,

    The logo position can be adjusted via CSS, can you give us a link to your site? so we can check on it and try to give you a precise CSS code.
    You can post the link in private content.
    Also, please add the secondary menu.

    Best regards,
    Nikko

    in reply to: Download old Version #1305375

    Hi Gero,

    Please refer to the response in private content.

    Best regards,
    Nikko

    in reply to: Enfold theme (3.8.4) #1305374

    Hi Gabe Elliott,

    Thanks for contacting us!
    Yes, you’ll need to purchase a new license then use this plugin to update your site to the latest version: https://envato.com/market-plugin/

    Best regards,
    Nikko

    in reply to: Error #1305372

    Hi rahrens,

    Can we request for temporary admin access as well as FTP access? so we can check on the issue.
    Just post the credentials in private content.

    Best regards,
    Nikko

    • This reply was modified 4 years, 9 months ago by Nikko.
    in reply to: Images slightly blurred #1305369

    Hi Real-3D,

    Did you update the PHP version of your site?
    It seems the WordPress debugger is turned on: https://wordpress.org/support/article/debugging-in-wordpress/ turning it off should temporarily fix it and should be able to login.
    If you are having issues on turning it off, please provide us with FTP access.

    Best regards,
    Nikko

    in reply to: Contact Form Not Working #1305367

    Hi Steve Goodger,

    Please do the troubleshooting steps: https://kriesi.at/documentation/enfold/contact-form/#troubleshoot
    Also, consider @Linortek’s solution (step 5 in the link given) which is to use an SMTP plugin.
    Hope this helps.


    @Linortek
    thanks for helping out :)

    Best regards,
    Nikko

    in reply to: Error #1305365

    Hi Zaccc,

    I have checked your site as well and I didn’t see the issue occurring on your site.
    It’s most likely a temporary issue as Rikard has mentioned and monitor it for now as he suggested then report to us if you can find any issue on your site.

    Best regards,
    Nikko

    in reply to: Can't change font weight #1305362

    Hi langpj,

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

    Best regards,
    Nikko

    in reply to: Pages deleting all content upon update of page #1305360

    Hi trexperts,

    Thanks for giving us admin access.
    The content is not lost however the server returns error 500 (Internal Server Error) via admin-ajax.php when fetching the data.
    If one of the rows is removed it seems to work properly, the data does not seem to have any character or word that causes the issue which is the usual case in these types of issue but it seems to have a limit on how much data is passed.
    Is this a staging/test site? so we can check further on the issue.

    Best regards,
    Nikko

    in reply to: Tabs not displaying #1305349

    Hi Maureen or Shari,

    Can you try to disable Javascript file merging and compression in Enfold > Performance?
    Hope it helps.

    Best regards,
    Nikko

    in reply to: I would like to disable Google fonts #1305348

    Hi jonhedges,

    Can you try adding this code in functions.php (I suggest to put it in the child theme):

    add_filter( 'avf_output_google_webfonts_script', 'my_output_google_webfonts_script', 10, 1 );
    
    function my_output_google_webfonts_script( $activate )
    {
    	return false;
    }

    Best regards,
    Nikko

    in reply to: Sub Menu of the Top Bar on Mobile Goes Off Screen #1305346

    Hi denisechapman,

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

    Best regards,
    Nikko

Viewing 30 posts - 4,441 through 4,470 (of 25,536 total)