Forum Replies Created

Viewing 30 posts - 3,511 through 3,540 (of 25,536 total)
  • Author
    Posts
  • Hi thijsvanhalewijn,

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

    Best regards,
    Nikko

    in reply to: Several problems with Enfold #1339665

    Hi Till,

    1. This is fixed, the extra apostrophe on the link is causing the link not to work, after removing it, it does work properly.
    2. I can’t find the quotes but I made a test page for the blockquote and I don’t see any border on my end, please try clearing your mobile device’s cache and see if it helps.
    3. It does work on my end except when you are in the current page which it does not do anything. Please try clearing the cache and see if it helps.

    Best regards,
    Nikko

    in reply to: Layout Builder no longer working #1338800

    Hey nmrose05,

    Can you give us the login link to your site as well?

    Best regards,
    Nikko

    in reply to: Accordion not opening #1338799

    Hey phausner,

    Thanks for giving us admin access.
    It seems to be some conflict between Javascript file merging and compression and SG Optimizer JS optimization.
    I have disabled Javascript file merging and compression and cleared the cache.
    Please review your site.

    Best regards,
    Nikko

    in reply to: Blank space below the menù only on the desktop version #1338798

    Hi sitibus,

    Please update your site to the latest version and see if it helps (also make sure to backup your site before doing an update).
    If that doesn’t help, please try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (min-width:768px) { 
      .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 203px !important;
      }
    }
    
    @media only screen and (max-width:1180px) and (min-width:768px) {
      #top #header_main .av-logo-container {
        height: 150px !important;
        line-height: 150px !important;
      }
    }

    Best regards,
    Nikko

    in reply to: Main Menu – submenu items width #1338796

    Hi biotechz,

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

    Best regards,
    Nikko

    in reply to: Team member – wrong picture shown #1338795

    Hey Ralph,

    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: 6 colums in one row? #1338794

    Hey rixi,

    Please refer to our documentation: https://kriesi.at/documentation/enfold/columns/#six-columns-or-more
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Social Media Icons trouble #1338793

    Hi newmediologo,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width: 479px) {
      .responsive #top #wrap_all #header_main {
        padding-top: 36px;
      }
    
      .responsive #top #wrap_all #header .social_bookmarks {
        display: block;
        top: -12px;
        width: 100%;
      }
    
      .responsive #top #wrap_all #header .main_menu .social_bookmarks {
        display: none;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Blog Grid #1338791

    Hi ac1977,

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

    Best regards,
    Nikko

    in reply to: Problems with Header #1338611

    Hi Trent Dyrsmid,

    The reason why it’s not showing properly is because of this CSS in your child theme’s style.css file:

    header .header_bg{
      background: transparent!important;
    }

    Removing it should help.

    Best regards,
    Nikko

    in reply to: Footer & Socket not showing on Version 4.8.9 #1338609

    Hi ellamac,

    Thanks for providing us with admin access.
    The issue with footer and socket not showing is because there were some changes in Enfold’s header.php and footer.php file, to fix this you’ll need to update the header.php of your child theme.

    Best regards,
    Nikko

    Hi thijsvanhalewijn,

    If you are using Advanced Layout Builder in a page/post, please add the Comments element (it is under Content Elements).

    Best regards,
    Nikko

    in reply to: Change the H2 tag of the date of the milestone #1338599

    Hi VirtuHouse,

    Please try using this code:

    function my_avf_customize_heading_settings( array $args, $context, array $extra_args = array()){
      if( $context == 'avia_masonry' ){
        $args['heading'] = 'p';              
      }
      return $args;
    }
    add_filter( 'avf_customize_heading_settings', 'my_avf_customize_heading_settings', 10, 3 );

    Hope it helps.

    Best regards,
    Nikko

    Hi JM-Chemin,

    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: Media Library Not Showing Up #1338596

    Hi jnightingale,

    I tried to check on your site and it seems that I’m getting a lot of these errors in the web console:

    500 (Internal Server Error)

    Can you try to increase the memory limit (since that is the most common cause of the issue)? you can try the instructions in this article: https://themeisle.com/blog/increase-wordpress-memory-limit/
    Maybe set it to 256M

    Best regards,
    Nikko

    in reply to: Missing content with Enfold 4.8.9 and WordPress 5.9 #1338588

    Hi dern1ck,

    Thanks for giving us admin access.
    I have disable Javascript file merging and compression in Enfold > Performance and cleared the caches and it seems to fix the issue.
    Please review your site.

    Best regards,
    Nikko

    in reply to: Links in blogs aren't working? #1338585

    Hi Hurricane,

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

    Best regards,
    Nikko

    in reply to: Recover css style sheet from child theme #1338582

    Hi Santiago,

    If you’re referring to the location of the Quick CSS where it’s stored in the database, it should be in wp_options and look for avia_options_enfold_child (since you are using a child theme and assuming that it’s using the default name), then look for quick css, you should find it in there.
    Hope it helps.

    Best regards,
    Nikko

    Hey bonsaimedia,

    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

    Hi Manav,

    PHP ZipArchive Extension is still disabled.
    You can verify this if you go to LayerSlider then click on the three dots icon on the upper right portion of the page and click System Status, here’s the screenshot: https://imgur.com/p5ib76C or you can go to the link in private content, then find PHP ZipArchive Extension.
    You can enable it via cPanel or you can request assistance from your hosting provider.

    Best regards,
    Nikko

    in reply to: PostSlider Meta Data Style #1338578

    Hi kazumakitajima,

    Please try adding this CSS code in your Quick CSS:

    #top .slide-entry-excerpt .more-link {
        border: 0px;
        transition: 666ms cubic-bezier(0.666, 0, 0.333, 1);
        font-size: 14px;
        letter-spacing: 1.5px;
        line-height: 1;
        margin: 0px;
        overflow: hidden;
        padding: 18px 18px 18px 58px;
        position: relative;
        text-transform: uppercase;
    }
    
    #top .slide-entry-excerpt .more-link:before,
    #top .slide-entry-excerpt .more-link:after {
        opacity: 0.3;
        background-color: #000000;
        content: "";
        display: block;
        height: 2px;
        left: 0px;
        position: absolute;
        top: 24px;
        width: 40px;
    }
    
    #top .slide-entry-excerpt .more-link:after {
        transform: translate3d(-100%, 0, 0);
        transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
    }
    
    #top .slide-entry-excerpt .more-link:hover {
        color: #000000;
        opacity: 1;
    }
    
    #top .slide-entry-excerpt .more-link:hover:after {
        transform: translate3d(0%, 0, 0);
    }
    
    #top .slide-entry-excerpt .read-more-link .more-link-arrow {
        display: none;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Blog posts Grid layout – coding appearing #1338574

    Hi ChristineGerman,

    It seems the posts that are returning those weird texts are posts that contain iframes with scripts in them, to fix this, I have added this code in your child theme’s functions.php:

    function new_avf_post_slider_entry_excerpt($excerpt, $prepare_excerpt, $permalink, $entry ) {
    	$excerpt = $entry->post_excerpt;
    	return $excerpt;
    }
    add_filter('avf_post_slider_entry_excerpt', 'new_avf_post_slider_entry_excerpt', 10, 4);

    Please review your site.

    Best regards,
    Nikko

    in reply to: First text, than products #1338559

    Hi Alex,

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

    Best regards,
    Nikko

    in reply to: Blog Grid #1338558

    Hi Andrés,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    .blog .avia-content-slider .slide-meta {
        display: none;
    }

    Best regards,
    Nikko

    in reply to: Whitespace below content slider #1338337

    Hi John,

    Thanks for giving us admin access.
    For some reason a height is added to the content slider, to fix this I have added this CSS code in Quick CSS:

    #top .avia-content-slider-inner {
        height: auto !important;
    }

    Please review your site.

    Best regards,
    Nikko

    in reply to: Favicon not loading #1338335

    Hi GiantTitan,

    We’re glad that we could help.
    Thanks for confirming the solution that worked for you and also thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Blog Grid #1338334

    Hi Andrés,

    Just add a Featured Image (it should be in the sidebar when you edit a post) and it should show in the preview of the grid blog.

    Best regards,
    Nikko

    in reply to: Blog posts Grid layout – coding appearing #1338333

    Hi ChristineGerman,

    Thanks for giving us admin access.
    I can’t find the cause for the issue however the workaround to fix the issue is to put some text in the Excerpt field of the post that it is showing (I have tried it on few posts).
    Hope this information helps.

    Best regards,
    Nikko

    in reply to: How to add only a bottom border to menu bar #1338331

    Hi AddonDigital,

    Please try to add this CSS code:

    .html_header_transparency #header {
      border-bottom: none;
    }

    Best regards,
    Nikko

Viewing 30 posts - 3,511 through 3,540 (of 25,536 total)