Forum Replies Created

Viewing 30 posts - 22,951 through 22,980 (of 25,536 total)
  • Author
    Posts
  • in reply to: Random Code Lingering In Footer #754154

    Hey!

    Okay. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Remove "show details" in Cart – WooCommerce #754152

    Hey!

    Glad we could help :)

    Regards,
    Nikko

    in reply to: Virus code in Enfold files – URGENT #753545

    Hi,

    What version of Enfold are you using? as far as I know the content of the Enfold theme is clean and does not contain any virus or malicious files.

    Best regards,
    Nikko

    in reply to: Blog Posts timestamp to custom text #753541

    Hey billypostle,

    Can you give us admin access also? as well as the ftp access. Just place the details in Private Content. Are you using a child theme? if not please enable it: http://kriesi.at/documentation/enfold/using-a-child-theme/

    Best regards,
    Nikko

    in reply to: Make Hotspot pulse not visible #753538

    Hi,

    Try adding this css code in Quick CSS:

    #top .av-hotspot-container span.avia-arrow-wrap {
        display: none;
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: How to reduce main manu transparancy? #753537

    Hi,

    I have checked it but it seems you have already done it, if not you can try this css code:

    #top .header_bg {
        background: rgba(0, 0, 0, 0.5) !important;
    }

    Best regards,
    Nikko

    in reply to: Order posts by Custom Fields value #753490

    Hey erwin_m,

    Are you referring to the Blog Posts in Advanced Layout Builder?

    Best regards,
    Nikko

    in reply to: Perfectly Manual Masonry order issue #753486

    Hi,

    I have already tested it and I already tried to fix it as much as I can however I couldn’t, and have tested it on my end and it worked properly. Also I noted 1px gap has same gap as large gap, it’s not related on the ordering but might be implicating a problem that is causing issue with the order. I’ll be asking my fellow moderators to look on this as I don’t think I am able to help further.

    Best regards,
    Nikko

    in reply to: Pagination not working correct #753467

    Hi,

    I’ve checked it out but the backend isn’t loading when I checked. Can you try to backup your site, re-update wordpress and update Enfold to the latest version.

    Best regards,
    Nikko

    in reply to: Cannot leave a reply on blog comments #753462

    Hi aprivitera,

    I have checked it, sorry I haven’t got back to you on time. Can you try to re-update wordpress? I tested your site and it seems the problem isn’t the theme, I have the plugins disabled and had tried to check it with the default wordpress theme (twentyfourteen) and the result is still the same. No errors were generated even if debug is set to true also, so I couldn’t figure out why this error is appearing.

    Regards,
    Nikko

    Hi,

    Try using this css code:

    #top #avia2-menu .sub-menu li > a {
        color: #efd422;
        font-size: 16px;
    }

    Just adjust it as you see fit. Hope this helps.

    Best regards,
    Nikko

    in reply to: Dots instead of bar separators in main menu #753373

    Hi,

    Since it didn’t do anything, can you please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Might have been some plugin that is causing the change not to reflect.

    Best regards,
    Nikko

    in reply to: all images broken #753372

    Hi Fieldtripper,

    Can you try to backup the site and update it to the latest version 4.0.2 and see if this helps.

    Best regards,
    Nikko

    in reply to: Blog Posts hide when hovering over them #753369

    Hi,

    You’re welcome. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Browsers not updating #753366

    Hi,

    Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: BoddyPress Author Profile redirect to homepage #753365

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    in reply to: Enfold gym loose content #753364

    Hey Janos Hamar,

    Try to update the theme to the latest version 4.0.2. Let us know if this helps.

    Best regards,
    Nikko

    in reply to: Masonry bad layout on mobile device #753361

    Hi Mattia,

    Thanks for pointing that out, I have tested this also but couldn’t fix the issue, I will be reporting this bug to Kriesi and our devs.

    Best regards,
    Nikko

    Hi,

    I think these are the ones you need to use vh:

    .html_header_sidebar .logo {}
    .html_header_sidebar #header .av-main-nav > li {}
    

    Best regards,
    Nikko

    in reply to: Enfold – testimonials wont display #753357

    Hi,

    I have checked it and I can see js errors in the console. Can you try to backup your site and re-update the theme, if you are using a cloud proxy also, kindly clear the website cache.

    Best regards,
    Nikko

    in reply to: Slider captions disappearing #753352

    Hi Elisa,

    Try using this css code:

    @media only screen and (max-width:767px) {
      .av_slideshow_full li img {
        width: 600px;
        height: 172px;
        max-width: none;
        position: relative;
        left: 50%;
        margin-left: -300px;
      }
    }

    This may not show some parts of the image (left and right) but it should make it bigger and without getting stretched.

    Best regards,
    Nikko

    in reply to: Change hover icon on Easy slider #753348

    Hey waveshaper,

    You can change it by adding this css code in Quick CSS (located in Enfold > General Styling):

    .avia-slideshow .image-overlay.overlay-type-extern .image-overlay-inside:before {
      content: "\E803";
    }

    The content value is the magnifying glass, you can change it as you see fit. Hope this helps.

    Best regards,
    Nikko

    Hey sarahed,

    Just checked it and it seems weird that it’s not fetching anything. Can you make a backup of your site and try to update to the latest version which is 4.0.2. Hope this fixes the issue.

    Best regards,
    Nikko

    in reply to: Emails #753338

    Hi,

    The table isn’t compatible for mobile, what we can do is to hide it in mobile and replace it with another. Try to add a class in the table for example put desktoptable as class, then put this in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .desktoptable {
        display: none;
      }
    }

    then create 5 tables (with 2 columns and 3 rows each) then will have a class of mobiletable, then the css code I gave, will be changed to:

    .mobiletable {
      display: none;
    }
    
    @media only screen and (max-width:767px) {
      .desktoptable {
        display: none;
      }
    
      .mobiletable {
        display: block;
      }
    }

    I hope this idea helps.

    Best regards,
    Nikko

    in reply to: Banner header in mobile view #753335

    Hi,

    You can use this css code and put it in Quick CSS (located in Enfold > Styling):

    @media only screen and (max-width:767px) {
      .header_color .header_bg {
        background-size: 100% auto;
      }
    }

    however the problem is it won’t accommodate the space. I would probably recommend something like this instead:

    @media only screen and (max-width:767px) { 
      .header_color .header_bg {
        background-size: auto 100%;
        background-position: -70px 0;
      }
    }

    However the text in the image doesn’t fit also. I think we can use the 2nd code but replace the image with another one.

    Best regards,
    Nikko

    in reply to: blog layout – grey background wrapper #753332

    Hey clairemartindigital,

    I think that is possible, you can try to add a color section, change the background color, also in Section ID put mytitle then add this css code in Quick CSS (located in Enfold > General Styling):

    #mytitle {
        width: 60%;
        margin: 0 auto;
        display: block;
        float: none;
    }

    Just adjust the width as you see fit. Hope this helps.

    Best regards,
    Nikko

    in reply to: Looking for a simple password protection of the content #753329

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

    in reply to: Enfold App – Mobile Responsive #753328

    Hi Jessica,

    I have checked it but it seems good on my end, the first row you are referring shows An Architectural Revolution?

    Best regards,
    Nikko

    in reply to: To Fix Mobile View #753322

    Hi,

    I apologize for the delayed response, I have missed this thread. I have checked the login details, however it doesn’t work.

    Best regards,
    Nikko

    in reply to: Mailchimp Horizontal Opt-in box #753321

    Hi,

    Try using this css code:

    #top .av-mailchimp-widget p.first_form {
        float: left;
        width: 32%;
        margin-right: 2%;
    }
    
    #top .av-mailchimp-widget p.first_form:nth-child(3) {
        margin-right: 0;
    }

    Hope this helps.

    Best regards,
    Nikko

Viewing 30 posts - 22,951 through 22,980 (of 25,536 total)