Forum Replies Created

Viewing 30 posts - 16,681 through 16,710 (of 25,536 total)
  • Author
    Posts
  • in reply to: Remove code in Empty Table Rows #945684

    Hey web4698,

    Thanks for giving us the link.
    I have tried to access it however it requires a password before I can view it, it asks the following:

    This content is password protected. To view it please enter your password below:

    Best regards,
    Nikko

    in reply to: Site crashes on update to Theme #945682

    Hi AB,

    I have tried to check on your site however it’s showing:

    Your access to this site has been limited

    I would suggest creating a stage site first then do the update first on the stage site before updating the live site when you need to update WordPress, third party plugins or the Enfold theme. If the error shows up on your stage site, please give us admin and ftp access, so we can check on it further and try to debug it.

    @Tia: Please check the solution on this thread: https://kriesi.at/support/topic/fatal-error-cant-use-function-return-value-enfold-header-php-on-line-6/#post-922937
    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Video BUG #945678

    Hi gzelasco,

    Thanks for giving us the link.
    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .mejs-container {
        max-height: 100% !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Uploading error when using the pluin USE ANY FONT #945677

    Hi navindesigns,

    Unfortunately we don’t support third party plugins that’s unrelated with Enfold, you may try to ask the plugin author since he/she is more knowledgeable with it.
    Also you can try to change the theme to default wordpress theme like twentyseventeen to test if it works properly or not.
    Hope this information helps.

    Best regards,
    Nikko

    in reply to: Purchase of Enfold theme #945675

    Hey corinne forrest,

    Thanks for contacting us!

    The only place where we exclusively sell our themes is in the Envato Marketplace.
    We are deeply thankful that you are using our themes and we are working hard to make more improvements to it :)

    Best regards,
    Nikko

    in reply to: ENFOLD THEME HEADER PROBLEM #945673

    Hi Theo,

    Thanks for giving us admin access.
    I have checked your site and noticed that the style wasn’t working because this code in Quick CSS wasn’t closed:

    .logo {
        visibility: hidden !important;

    which I replaced to:

    .logo {
        visibility: hidden !important;
    }

    Then cleared cache on autoptimize and WP Super Cache.
    Let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: Video in fullscreen slider doesn't run correctly #945671

    Hi Lukas,

    Glad that we could help. :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Need help updating my framework php #945670

    Hi cassidydiehl,

    Thanks, I have managed to add the fixes and it’s working fine.
    However your instagram account is set to private that’s why it’s not showing any images, try to change it to public.
    I have setup another instagram widget which works properly (just remove it after everything works fine), you can check the link in private content.
    There are 2 instagram widgets on that page, the one you used and the one that’s working properly.
    Hope this helps. :)

    Best regards,
    Nikko

    in reply to: Accordion Slider not showing imagens on mobile #945666

    Hi renascersaude,

    You’re very much welcome, just glad we could help :)
    Please feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Colours headers on mobile device different from desktop #945665

    Hi Cecile,

    I see, thanks for providing us the screenshots.
    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .all_colors strong {
        color: #0076bf;
        font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Self-hosted video not working #945663

    Hi SiGun,

    Thanks for giving us the link and admin access.
    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .mejs-container {
        max-height: 100% !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Video in fullscreen slider doesn't run correctly #945662

    Hi Lukas,

    Thanks for giving us the admin and ftp access.
    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .mejs-container {
        max-height: 100% !important;
    }

    Hope this helps. :)

    Best regards,
    Nikko

    Hi enfmaint,

    Thanks for giving us the admin access.
    I have modified this file: product_snippet_button.php found in enfold > config-templatebuilder > avia-shortcodes folder.
    I think that should work for now, let us know if you experience any issues.

    Best regards,
    Nikko

    in reply to: Open link in lightbox (?iframe=true not working) #945652

    Hi Julian Post,

    Thanks for giving us the admin access.
    I had also found out that you are following the instruction here: https://kriesi.at/support/topic/open-lightbox-with-an-iframe/
    however the part that says adding ?iframe=true is needed is true but you also need to add the php code/script which is written by the enfold user that posted the thread, also what’s missing is the class name which is also required. Please try to add it also.

    Best regards,
    Nikko

    in reply to: Distances between headlines/text in blog entry slider #945649

    Hi seykom,

    Thanks for giving us the link as well as the admin access.
    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .avia-content-slider-inner .slide-content span.blog-categories.minor-meta {
        margin-top: 20px;
        margin-bottom: 12px;
    }

    just adjust the top and bottom margin as needed.
    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Codeblock output not working when using a page template #945646

    Hi HoHBonline,

    It still doesn’t work, this is the error that appears:

    FOUT: Het wachtwoord ingevoerd voor de gebruikersnaam wordpress is incorrect. Wachtwoord vergeten?

    Please check.

    Best regards,
    Nikko

    in reply to: responsive menu #945644

    Hi yampieters,

    I don’t think shrinking it to keep it in one line is a good solution since it will also affect the readability of your menu text.
    As for the code I gave, yes you’re right the purpose of it was to have the burger menu appear and hide the desktop main menu when in screen sizes 1279px and below, I did check your site again with chrome and it does work well even just resizing the browser or checking with ipad. The only thing I noticed was the search icon is already dropping below at 1340px, so please change this part of the code I gave:

    @media only screen and (max-width:1279px) {

    with:

    @media only screen and (max-width:1340px) {

    Clearing browser cache might also help, so the new css code is also fetched.

    Best regards,
    Nikko

    in reply to: Seperator – padding and 100% #945642

    Hi beste_medien_werbe_agentur,

    Seems that making it fullwidth makes it complicated other pages of the site.
    Would it be okay if this is only applied on the homepage and not on other pages?

    Best regards,
    Nikko

    in reply to: Logo top padding #945641

    Hi ewingmh,

    Can you try to replace this code I gave:

    #top .av_header_transparency .logo img.alternate {
        top: 5px;
    }

    to:

    #top .av_header_transparency .logo img.alternate,
    #top .logo img.alternate {
        top: 5px;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: Set Body Font Color in Enfold #945635

    Hi Alex,

    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
      ( do 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 a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: center the Mega-Menue and the Footer #945634

    Hi werbeagenturlauf,

    Thanks for providing the screenshot.
    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #header #avia-menu .avia_mega_div.avia_mega3.nine.units {
        margin-left: 150px !important;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Put an Icon near my email adress #945631

    Hi Daniele1989,

    Glad to hear that :)
    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all #header .social_bookmarks {
        display: block !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Burger menu flyout % greater for smaller devices #945630

    Hi ehdavies,

    Thanks for providing the screenshot, but I could not reproduce it on my end.
    Can you give us a link to your site? so we can take a closer look and try to give you css code that should help.

    Best regards,
    Nikko

    in reply to: Facebook like box widget #945629

    Hi andreaventu,

    I have checked the facebook link you gave and it does show now on my end.
    I have also checked your site and it works properly now on my end. I have posted a link to the screenshot on what I see on your site.
    If you still have issues, try to clear the browser cache, it might be hindering you from viewing it properly.

    Best regards,
    Nikko

    in reply to: Tab Colour & Right Sidebar Divider Line #945451

    Hi Nik,

    Sure, I think with the help of the nth-child plus web inspector you should get the right selector to make it work.
    Just let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: Facebook like box widget #945449

    Hi andreaventu,

    I apologize for that, I have spoken too soon. I think the page is private that’s why it’s not appearing properly, and when I check on the fb page this is what I see:

    Sorry, this content isn't available right now

    Can you try to make the fb page public? it might help fix the issue.

    Best regards,
    Nikko

    in reply to: Put an Icon near my email adress #945447

    Hi Daniele1989,

    You can’t put a link on the icon, however you can put a link to the text or email address, just change (Email address hidden if logged out) to:

    <a href="mailto: (Email address hidden if logged out) "> (Email address hidden if logged out) </a>

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: ENFOLD THEME HEADER PROBLEM #945445

    Hi Theo,

    I have checked your site and it seems the minification is disabled however I still could not find the code reflecting when inspecting your site via google web inspector. 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
      ( do 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 a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Avia layout builder not loading #945443

    Hi benoma_md,

    Thanks for giving us the admin access, I have tried to check it and I am getting this error in the console:

    Failed to load resource: the server responded with a status of 404 (Not Found)   /wp-admin/admin-ajax.php

    However, I still could not figure out what’s causing the issue, enabling wordpress error logs doesn’t seem to log any errors which makes it more difficult to figure out how to fix.
    For the meantime, can you try the steps listed in this post: https://kriesi.at/documentation/enfold/my-enfold-layout-builder-is-not-loading-properly/

    Best regards,
    Nikko

    in reply to: Demo import startup #945424

    Hi BastiFantasti,

    Thanks, I was able to import it manually via wordpress importer, though I’m still getting some issues and some images are not imported.
    And not really sure what’s the cause of this issue.
    But the page you have now on your site is similar to the startup demo. Hope it could get you started.
    Let us know if you need further assistance.

    Best regards,
    Nikko

Viewing 30 posts - 16,681 through 16,710 (of 25,536 total)