Forum Replies Created

Viewing 30 posts - 10,801 through 10,830 (of 25,536 total)
  • Author
    Posts
  • in reply to: Website logo has disappeared in Google Chrome #1177481

    Hey ranawmehmood,

    Thanks for giving us admin access.
    After checking on your plugins, I found out it is caused by WP Rocket.
    To fix it, I have unchecked Lazy Load for Images under Media.

    Best regards,
    Nikko

    in reply to: Invisible social icons – Bug? #1177468

    Hey inlinguamadrid,

    This issue has been resolved in the latest version of Enfold (4.7.2).
    Please update your theme to the latest version.
    If for some reason, you don’t want to update yet, here is the solution you can use: https://kriesi.at/support/topic/missing-icons-after-updating-to-wordpress-5-3-1-and-maintenance-releases/
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Woocommerce shopping cart empty Safari with Cookie Consens #1177463

    Hey Tobias,

    Thanks for providing the admin access.
    We will report this issue to our devs.

    Best regards,
    Nikko

    in reply to: woocommerce guest empty cart #1177460

    Hi goldsvk,

    Thanks for providing the admin access and reporting the issue.
    We will report this to our devs.

    Best regards,
    Nikko

    in reply to: Modern Business Blog Cover Image Directs to Author page #1177449

    Hi Justin,

    Thanks for pointing it out.
    The problem actually isn’t the Modern Business blog but if the Blog Layout is set to Multi-author and the individual post is a Standard post format.
    The problem is occuring if Blog Styling is set to either Modern Business or Elegant and Blog Layout is set to Multi-author and the individual post is a Standard post format.
    We will be reporting it to our devs.

    For the meantime, please modify loop-index.php and find this code (line 315):

    if ($slider) $slider = '<a href="' . $link . '" ' . $featured_img_title . '>' . $slider . '</a>';

    above it, put this code:

    $link = !empty($url) ? $url : get_permalink();

    Best regards,
    Nikko

    • This reply was modified 6 years ago by Nikko.
    in reply to: Video from YouTube doesn't load #1177419

    Hi blancocapell,

    Thanks for providing the admin access.
    Can you unblock the country in private content?

    Best regards,
    Nikko

    in reply to: SITE CRASHED – Please help?! #1177411

    Hi BrendaSarg,

    Thanks for sharing the solution.
    This issue was caused by changes in the folder structure of Enfold and this only happens when you update from versions 4.2.4 and below and you update (via Theme Update) to Enfold 4.2.5 and above.
    But this won’t happen again when you update from Enfold 4.2.5 to later versions. :)

    Best regards,
    Nikko

    in reply to: Fullwidth Easy Slider #1177403

    Hey andyp1969,

    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: Add icon to left of text #1177402

    Hey navindesigns,

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

    #footer .footerInfo .av_font_icon {
        display: inline-block;
        float: none;
    }

    Best regards,
    Nikko

    in reply to: Fade in effect on entire page #1177397

    Hey navindesigns,

    Can you try to add this CSS code in functions.php Quick CSS (located in Enfold > General Styling):

    #top {
        -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
           -moz-animation: fadein 2s; /* Firefox < 16 */
            -ms-animation: fadein 2s; /* Internet Explorer */
             -o-animation: fadein 2s; /* Opera < 12.1 */
                animation: fadein 2s;
    }
    
    @keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }
    
    /* Firefox < 16 */
    @-moz-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }
    
    /* Safari, Chrome and Opera > 12.1 */
    @-webkit-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }
    
    /* Internet Explorer */
    @-ms-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }
    
    /* Opera < 12.1 */
    @-o-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    Hope it helps.

    Best regards,
    Nikko

    • This reply was modified 6 years ago by Nikko.
    in reply to: Update caused error #1177388

    Hi Asterios,

    Can you include the login link as well?

    Best regards,
    Nikko

    Hi AlbertoChueca,

    The enfold folder has always been in lowercase.
    Can you give us temporary admin access and FTP access? so we can check it further.
    We suggest creating a staging site, so we don’t touch your live site, here’s an article on how to build a stage site: https://themeisle.com/blog/wordpress-staging-site/

    Best regards,
    Nikko

    in reply to: Remove portfolio Entry title on hover #1177386

    Hey mmsdev,

    Try adding this CSS code in Quick CSS, located in Enfold > General Styling:
    (This removes the image overlay)

    #top .grid-image:hover .image-overlay {
        display: none !important;
    }

    (This removes the title)

    #top .grid-sort-container article:hover .grid-content {
        display: none !important;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Button Rollover Color #1177385

    Hey griswoldcleveland,

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

    #top #header .av-main-nav .av-menu-button-bordered a:hover .avia-menu-text {
        color: blue;
    }

    Just change the color.
    I hope it helps.

    Best regards,
    Nikko

    in reply to: Contact Form Dropdown Issue #1177384

    Hey griswoldcleveland,

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

    #top .av-light-form select option {
        color: black;
    }

    Hope it helps.

    Best regards,
    Nikko

    Hi Mike61,

    Thanks for providing the screenshot, it’s pretty clear to me now.
    Can we use data-title instead? so the code you should using for CSS is:

    content: attr(data-title);

    Edit postslider.php and find this code (line 699 in Enfold 4.7.2):

    $output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : '';

    replace with:

    $image_alt = get_post_meta(get_post_thumbnail_id($the_id), '_wp_attachment_image_alt', TRUE);
    $output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title='' data-title='{$image_alt}'>{$thumbnail}</a>" : '';

    Edit magazine.php and find this code (line 1057 in Enfold 4.7.2):

    $title = "<a href='{$link}' {$titleAttr}>". apply_filters( 'avf_magazine_title', get_the_title( $entry->ID ), $entry ) . '</a>';

    replace with:

    $image_alt = get_post_meta(get_post_thumbnail_id($entry->ID), '_wp_attachment_image_alt', TRUE);
    $title = "<a href='{$link}' {$titleAttr} data-title='{$image_alt}'>". apply_filters( 'avf_magazine_title', get_the_title( $entry->ID ), $entry ) . '</a>';

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Sub Menu looking strange #1177380

    Hi SarahKunterbunt,

    I checked the Widget Title and the font-weight is set to Light and to All Headings, font-weight is set to Light and Text Transformation is set to Capital Letter.
    If I try to change the value it does work, maybe you can give us a screenshot on how it looks on your screen and maybe a screenshot of what you’re trying to achieve.

    Best regards,
    Nikko

    in reply to: codeblock not rendering #1177378

    Hi AstridBerkhout,

    I tried the login credentials that you gave, however, it doesn’t work, please check.

    Best regards,
    Nikko

    in reply to: Icon grid not mainting columns #1177377

    Hi eliseneonrhino,

    Thanks for giving us admin access.
    I’m not sure where this glitch is coming from but the height of the first icongrid is just a bit higher than the other ones causing the issue.
    To fix it, in Enfold > Layout Builder, I’ve set Custom CSS classes input field to Show all to edit classes.
    Then in Enfold > General Styling > Quick CSS, I added this CSS code:

    .nrm-icon-grid .avia-icongrid li {
        height: 189px;
    }

    In the homepage, I edited the Icon Grid, go to Developer (tab) > Custom CSS Class set to nrm-icon-grid.
    Let us know if you need further assistance related to the issue.

    Best regards,
    Nikko

    Hi Lawrence8,

    Thanks for the admin access.
    I tried to check it but the SVG file you’re trying to use does not work, I tried some online font converters which converts SVG to TTF and SVG to WOFF but it does not work either.
    I think you’ll need an SVG file which can be converted to a font, I’m not sure though how to do that in Adobe Illustrator.

    Best regards,
    Nikko

    in reply to: All icons appearing as clear boxes #1177373

    Hi ksparq,

    Are you using godaddy? it seems you have similar issue with: https://kriesi.at/support/topic/logo-and-headers-stuffed-up-since-updating-to-latest-version/#post-1165399
    Please turn off the CDN that is enabled by GoDaddy.

    Here’s another thread which mentioned that it works: https://kriesi.at/support/topic/icons-are-showing-as-rectangular-boxes-still-2/
    Hope it does work on your end as well.


    @ESWEENEY113
    , the issue you’re having on your site must be the bug from the previous version of the theme since this was not an issue before on your site. This issue is fixed on the latest version of Enfold (4.7.2).

    Best regards,
    Nikko

    in reply to: pricing table vertical align text in columns #1177371

    Hi nolka,

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

    Best regards,
    Nikko

    in reply to: Mobile Responsiveness and image links #1177369

    Hi PositiveChanges,

    We’re glad to hear that your mission has been accomplished :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: icons showing as square boxes #1177368

    Hi EWBailey354,

    I apologize I was looking at the Stillpointtherapy’s link when I replied.
    And the link that was given by cherrmann was meant to fix the icons showing as square boxes in some sites.
    We don’t have Social Follow/Profile in the widget area, it’s fixed to show in the Header or Footer (in the copyright area).
    You can use a plugin for the widget area.

    Best regards,
    Nikko

    in reply to: Change hamburger menu button color on homepage #1177367

    Hi enzowillemstad,

    If you want the X to use a different color, add this CSS code and just change the background color.

    .page-id-92 .av-hamburger.is-active .av-hamburger-box span.av-hamburger-inner, 
    .page-id-92 .av-hamburger.is-active .av-hamburger-box span.av-hamburger-inner:before, 
    .page-id-92 .av-hamburger.is-active .av-hamburger-box span.av-hamburger-inner:after {
        background-color: green !important;
    }

    Best regards,
    Nikko

    Hi Mike,

    I’m not sure I understand it well.
    The codes I gave at the beginning apply to a.slide-image for Blog element and a.av-magazine-thumbnail-link for Magazine element.
    After reviewing our discussion you mentioned mediathek but I think I misunderstood that, can you give a screenshot for that?

    Best regards,
    Nikko

    in reply to: Update error #1177154

    Hi Henk,

    We’re glad that we could help :)
    You can move the old enfold to the wp-content folder so in Appearance > Themes there is only 1 Enfold theme.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Mobile Responsiveness and image links #1177153

    Hi PositiveChanges,

    The only way to fix it is to tweak the post’s excerpt.
    You can see Excerpt on the right sidebar (in the backend) just below Featured Image.
    I have put an excerpt on https://www.positivechanges.com.au/adrians-good-things/facts-on-food-management/ and you can see it fixes the issue.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Enfold Showcase #1177143

    Hi Michael,

    Looks great!
    Thanks for sharing it with us :)

    Best regards,
    Nikko

    Hi Lawrence8,

    Please try to create a new thread and post the temporary admin details so we can check it further and try to fix it. Just post it in private content so it is visible only to the thread creator and the moderators. Also, you can put the link to this thread on the newly created thread so we can use it as a reference.

    Best regards,
    Nikko

Viewing 30 posts - 10,801 through 10,830 (of 25,536 total)