Forum Replies Created

Viewing 30 posts - 4,321 through 4,350 (of 25,536 total)
  • Author
    Posts
  • in reply to: Show boxed layout only on single product pages #1308350

    Hi AnniNilsson,

    Can you give us a link to one of your single product page? so we can inspect it and give you an accurate CSS code.

    Best regards,
    Nikko

    in reply to: Blog Page #1308349

    Hi Picante,

    Please go to Enfold > Blog Layout, then make sure Blog Layout is set to Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Enfold default Style #1308348

    Hi peterolle,

    If you’re referring to the default for the Enfold Demo, it should be the Enfold Classic.

    Best regards,
    Nikko

    in reply to: Content gone after changing Enfold settings #1308347

    Hi diaboloqueen,

    Since you are still using Enfold 4.7.3, the elements are most likely needing the jQuery Migrate for its functionality, so disabling it most likely triggers a js error that’s why some content disappears.

    Best regards,
    Nikko

    in reply to: Issue with many elements after update 4.8.3 #1308346

    Hi OnVisible,

    Please try disable CSS file merging and compression and Javascript file merging and compression in Enfold > Performance.
    If you have a caching plugin, please flush out the cache or if you have some optimization plugin, temporarily disable it.

    Best regards,
    Nikko

    Hi stoneroad,

    The page with issue you posted returns a Page Not Found error, can you give us the correct link?

    Best regards,
    Nikko

    in reply to: NEW WIDGET AREA #1308344

    Hi oeilneuf74,

    Please follow the instructions in: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
    Once that is done, please post back and we’ll help with the positioning with CSS.

    Best regards,
    Nikko

    in reply to: Travel Demo #1308342

    Hi David Hernandez,

    Thanks for contacting us!
    There’s no user associated with the purchase code you posted.
    Please try to register again: https://kriesi.at/support/register/

    Best regards,
    Nikko

    in reply to: Disable "Blog Author" #1308341

    Hi diaboloqueen,

    Please create a folder named includes in the child theme and inside it, please create a file called loop-index.php and paste this code: https://pastebin.com/JU3S0g4J
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Error while saving #1308339

    Hi meuwessen,

    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: Adding a Webfont? #1308338

    Hi designyvr,

    I see, the one that was rendering is the Poiret One font.
    I tried to grab the botanica font in the Media Library and re-uploaded it but it does not seem to do anything as well.
    Another thing I did was to create a simple HTML file and use the botanica font but it’s not working, I believe the font files maybe partially corrupted.
    Can you give us the original font file, you can upload it in the Media Library and we’ll get it from there or you can upload it in https://ufile.io/ then post the link in private content.

    Best regards,
    Nikko

    in reply to: Hide product meta on single product page #1308334

    Hi AnniNilsson,

    Can you give us a link to the page mentioned? so we can give an accurate CSS code.

    Best regards,
    Nikko

    in reply to: Images slightly blurred #1308333

    Hi Real-3D,

    On the pc that has blurred images, can you try to inspect and see if it fetches the CSS code suggested above?

    Best regards,
    Nikko

    in reply to: Date post blog with avia builder #1308216

    Hi Luc,

    I could still see your posts on my end.
    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: Can't remove mobile overflow #1308214

    Hi Siggy_Reutter,

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

    Best regards,
    Nikko

    in reply to: sticky submenu no work #1308161

    Hi paso70,

    You’re welcome :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Date post blog with avia builder #1308159

    Hi Luc,

    Did it cause an error? have you pasted it at the bottom of functions.php?
    I have tested this code on my local server and I don’t see any issues.
    Can you give us a link where it causes issues?

    Best regards,
    Nikko

    in reply to: sticky submenu no work #1308158

    Hi paso70,

    Thanks for updating and giving us admin access.
    After further checking, I noticed that the main menu is removed on the top of the site which actually causes the fullwidth submenu not to stick.
    To fix it, I modified this file: themes/enfold/config-templatebuilder/avia-shortcodes/menu/menu.js
    Then commented out this code:

    if( burger_menu.is(":visible") )
    {
        this.css({top: 'auto', position: 'absolute'}); fixed = false;
        return;
    }

    Please clear the browser cache and review your site.

    Best regards,
    Nikko

    in reply to: Images slightly blurred #1308141

    Hi Real-3D,

    Probably it’s due to browser caching.
    Try to clear your browser cache on your first pc.

    Best regards,
    Nikko

    in reply to: Date post blog with avia builder #1308137

    Hi Luc,

    Please remove the modification you made then paste this code in your child theme’s functions.php file: https://pastebin.com/LM2Jxq83
    This should remove the link of the title on the single posts then adds the date below it.
    This is the code that I added to add the date:

    if( is_single() ) {
    	$heading_html .= '<span class="main-date">' . get_the_date() . '</span>';
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: sticky submenu no work #1308114

    Hi paso70,

    I tried to check on the admin page but it says:

    Non hai il permesso di accedere a questa pagina.

    Also, I could see some js errors and still using 4.8.1, can you try to update to the latest version (please backup your site first).
    Also, please disable Javascript file merging and compression in Enfold > Performance and see if it helps.

    Best regards,
    Nikko

    in reply to: Adding a Webfont? #1308111

    Hi designyvr,

    You’re welcome :)
    I have checked your site and I could see the font rendering properly (please see the screenshot on my end in private content).

    Best regards,
    Nikko

    in reply to: Section height goes crazy #1308108

    Hi Ink_Eye,

    You’re welcome :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Can't remove mobile overflow #1308017

    Hi Siggy_Reutter,

    You’re welcome :)
    Can you try to replace this code:

    @media only screen and (max-width:767px) {
        .elementor-page .container, .elementor-page .template-page {
            padding: 0;
        }
    }

    with:

    .elementor-page .container, .elementor-page .template-page {
        padding: 0;
    }

    Best regards,
    Nikko

    in reply to: Blog Blog Image fixed when scrolling #1307978

    Hi solid-image,

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

    Best regards,
    Nikko

    in reply to: Can't remove mobile overflow #1307976

    Hi Siggy_Reutter,

    Thanks for giving us admin access.
    I have added this CSS code in Enfold > General Styling > Quick CSS:

    html, body {
        min-width: 0;
        overflow-x: hidden !important;
    }
    
    @media only screen and (max-width:767px) {
        .elementor-page .container, .elementor-page .template-page {
            padding: 0;
        }
    }

    Please review your site.

    Best regards,
    Nikko

    in reply to: Section height goes crazy #1307958

    Hi Ink_Eye,

    For that site, please try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top.home #av_section_1,
    #top.home #av_section_1 .avia-slideshow {
        max-height: calc(100vh - 80px);
    }

    Best regards,
    Nikko

    in reply to: Date post blog with avia builder #1307956

    Hi Luc,

    No need to wrap it inside php, just put:

    the_date();

    since it’s already inside the php tag.

    Best regards,
    Nikko

    in reply to: Customer Review/Recommendation Element #1307872

    Hi franziskaivens,

    Thanks for giving us a link to your site.
    The code responsible for this issue is enfold-child > shortcodes > testimonials > testimonials.css (line 82-89)

    @media (min-width: 1280px) {
    	.avia-testimonial .avia-testimonial-content {
    		padding: 0 9px;
    		position: absolute;
    		left: 210px;
    		bottom: 30px;
    	}
    }

    Please change bottom: 30px; to top: 0;

    Another solution without changing the testimonials.css in the child theme is:222
    Adding this CSS code in Enfold > General Styling > Quick CSS:

    #top .avia-testimonial .avia-testimonial-content {
        top: 0;
        bottom: auto;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: Can't remove mobile overflow #1307870

    Hi Siggy_Reutter,

    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

Viewing 30 posts - 4,321 through 4,350 (of 25,536 total)