Forum Replies Created

Viewing 30 posts - 9,991 through 10,020 (of 25,536 total)
  • Author
    Posts
  • Hey falcopellegrino,

    Can you give us a link to the page mentioned? so we can try to inspect further.

    Best regards,
    Nikko

    in reply to: Update und Api Key #1207128

    Hi NummerElf,

    Envato has already stopped using API keys and are now using tokens, so you can’t do the theme update using the normal process.
    Please do the following after making a backup:

    • Put your site in maintenance mode (using a plugin)
    • Switch to Twentytwenty or any WordPress Default Themes and Delete Enfold
    • Unzip the zip file you have downloaded from Themeforest
    • Open the unpacked folder produced by unzipping the file and you should find enfold.zip file
    • Go to your site, and in the Dashboard, go to Appearance > Themes and click the Add New button
    • Click the Upload Theme button then click Choose File and upload the enfold.zip file
    • Install and Activate the theme
    • Turn off maintenance mode, deactivate and uninstall the maintenance plugin

    To make updates work normally again, here’s our documentation for register your theme with a personal token in Envato: https://kriesi.at/documentation/enfold/theme-registration/#toggle-id-1-closed

    Best regards,
    Nikko

    in reply to: Embed video mp4 and align center in mobile view #1207126

    Hi Marieke,

    The background video is fetched from your site and consumes resources from your server.
    The best and cheapest method to resolve this is to upload the video to youtube or vimeo.

    Best regards,
    Nikko

    in reply to: Main menu font issues #1207124

    Hi SaraMichelle,

    Please give us a link to your staging site login page?

    Best regards,
    Nikko

    in reply to: custom social share icon missing #1207123

    Hi wizs,

    Thanks for giving us admin access, I have checked the tune_in icon and it didn’t appeared in the Icon element.
    I just re-uploaded the icon font and it showed now on the Icon element.

    Best regards,
    Nikko

    Hi rakista80,

    I apologize, please replace the code I gave to this one:

    @media only screen and (max-width:767px) {
      html[lang="en-US"] #top #wrap_all #header_main .inner-container .main_menu {
        left: 0;
        right: auto;
      }
    
      html[lang="en-US"] #top #wrap_all #header_main .inner-container .logo {
        float: right;
      }
    
      html[lang="en-US"] #top #wrap_all #header_main .inner-container .logo img {
        margin-left: auto;
      }
    }

    Best regards,
    Nikko

    in reply to: Uncaught Error #1207120

    Hi reuelento,

    I have tried to check on your site and I can’t seem to find the error in the frontend or backend.
    Can you tell us where we can see this?
    Also, please try to clear the browser cache as you might be seeing a cached version of your site.

    Best regards,
    Nikko

    in reply to: Blank Homepage #1207119

    Hi CurlyHost,

    Thanks for giving us FTP access.
    I tried to enabled WP_DEBUG_LOG (have commented it out) and reproduce the error but it’s not showing any error at all.
    Probably what’s showing on your end is the cached version, please try to clear your browser’s cache.

    Best regards,
    Nikko

    in reply to: Problem woocommerce structure #1207115

    Hi Playsystem,

    I apologize for the delay, got some issues on my end.
    I have checked on the products and it’s showing properly the products that have quantities set in stock.
    Can you give us the name of the Product that has this issue? and the link where it should show up that it’s not showing?
    Please post it in private content, so only moderators can view it.

    Best regards,
    Nikko

    in reply to: Cookie/Privacy-Options do not work at all. #1207110

    Hi OttoPf,

    Are you saying that your Cookie Consent Technic is ONLY working with some elements and does not work with others???
    Yes, it only affects elements that are part of the theme since we could only do the condition to display or not in the context of the theme.

    Why do i get this message “No cookies found” (which is absuletely wrong):
    This is actually accurate and this No Cookies Found just tells you that in your site there’s no cookies found.
    You can verify this using Google Chrome, right click on your site and click Inspect Element, go to Application > Cookies, expand the Cookies and you should see your site listed and click on it, the results that shows there are the things displayed using that shortcode.

    Best regards,
    Nikko

    in reply to: Accordion Slider is not displayed #1207105

    Hi Chris_85,

    The next version of Enfold should fix this issue, you can remove the temporary solution I gave once you use the next updated version. :)

    Cheers!
    Nikko

    in reply to: Special Heading #1207103

    Hi whdsolutions,

    Just an update, the next version of Enfold should have Right Alignment in Special Heading :)

    Regards,
    Nikko

    Hi Swathi,

    I apologize for the delayed response.
    The reason why it’s not showing is that when you set overflow to auto, that element is clipped.
    And that only works if you have a limited area but the content overflows but the position of the content should not be absolute which is true in the case of the submenus.
    So, unfortunately this won’t work at least in CSS.

    Best regards,
    Nikko

    in reply to: color section fullwidth #1206987

    Hi Hamalaga,

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

    Best regards,
    Nikko

    in reply to: color section fullwidth #1206836

    Hi Hamalaga,

    I see, please replace the code I gave into this one:

    .page-id-111 #fullwidthsection .container {
        width: 100%;
        max-width: 100%;
    }

    Best regards,
    Nikko

    in reply to: Back to Top button not working #1206834

    Hi andiconti,

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

    Best regards,
    Nikko

    in reply to: Replace default icon with an image #1206832

    Hi Mike,

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

    Best regards,
    Nikko

    in reply to: Downloadable Icon Sets #1206830

    Hi Mike,

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

    Best regards,
    Nikko

    in reply to: color section fullwidth #1206717

    Hi,

    I can’t see the code when trying to inspect the page, can you go to Enfold > Performance > Disable CSS file merging and compression.
    Hope it helps.

    Best regards,
    Nikko

    in reply to: custom social share icon missing #1206668

    Hi wizs,

    The login credentials you gave doesn’t work, please check.
    Also, can you point us where the missing icon is located? (I’m assuming it’s in the homepage) maybe a screenshot would be helpful for us to atleast inspect that part of the page.

    Best regards,
    Nikko

    in reply to: Problem with customizing drop down menu #1206665

    Hi Skylla-Lametta,

    Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    #top .av-main-nav ul a {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    Best regards,
    Nikko

    in reply to: color section fullwidth #1206663

    Hi Hamalaga,

    Can you try this CSS code in Quick CSS, located in Enfold > General Styling:

    .page-id-111 #fullwidthsection .container {
        width: 100%;
    }

    Best regards,
    Nikko

    Hey loudcow,

    Thanks for giving us admin access.
    It’s working properly now.
    The problem seems to be caching, I have disabled Javascript file merging and compression in Enfold > Performance.

    Best regards,
    Nikko

    in reply to: Change size of single page post titles #1206646

    Hi tonyiatridis,

    I’m glad that Jordan could help you out :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Primary Color for Button #1206645

    Hi Brad,

    color: primary isn’t possible, If I’m not mistaken, do you want to modify the default color for buttons?
    The default button color can be changed (and not based on the theme color you set), go to Enfold > Advanced Styling > (Select an element to customize) Buttons then Edit Element and you should be able to change that. Other than that we can use CSS codes.

    Best regards,
    Nikko

    in reply to: Back to Top button not working #1206643

    Hi andiconti,

    Try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    #scroll-top-link {
        bottom: 120px;
        right: 20px;
    }

    Best regards,
    Nikko

    in reply to: Fullwidth Easy Slider Caption animation – duration #1206637

    Hi sue007,

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

    Best regards,
    Nikko

    in reply to: Style Sheet Missing on Front End Sometimes #1206635

    Hey Stephanie,

    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: Uncaught Error #1206631

    Hi reuelento,

    Thanks for giving us admin access, before doing anything, can you try the solution posted by another Enfold user who has the same issue as you have posted: https://kriesi.at/support/topic/wordpress-5-4-and-enfold-4-7-4-error-with-customizer/
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Purchase enfold theme #1206626

    Hi Stefanie,

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

    Best regards,
    Nikko

Viewing 30 posts - 9,991 through 10,020 (of 25,536 total)