Forum Replies Created

Viewing 30 posts - 24,121 through 24,150 (of 25,536 total)
  • Author
    Posts
  • in reply to: ▾ Show arrow down icon on main menu if child pages #722108

    Hi,

    Let us know how we can help. Did the code I gave not working?

    Best regards,
    Nikko

    in reply to: Mailchimp #722105

    Hey Epic,

    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

    Hi Phet,

    Glad we could help :)

    Regards,
    Nikko

    in reply to: Back Ground Image on Homepage Only #722090

    Hey jdicristo,

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

    .home #main .main_color {
        background: url('image_url_here') center center no-repeat fixed;
    }

    Just replace image_url_here with the url of your background image. Hope this helps. :)

    Best regards,
    Nikko

    in reply to: WordPress 4.7 Update #722085

    Hey turistai,

    Yes it’s compatible, I have tested it on my local server, you can test this by using the latest version of Enfold with a new install of wordpress. Do you have caching plugins enabled during update? can you duplicate your site (make the other one a staging site where the duplicated will be updated to wordpress 4.7) and give us temporary admin access to it and ftp access so we can inspect it further.

    Best regards,
    Nikko

    in reply to: Masonry caption effect #722081

    Hey witschurke,

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

    
    #top .av-masonry .av-masonry-image-container {
        filter: grayscale(100%);
    }
    
    #top .av-masonry .av-masonry-image-container:hover {
        filter: grayscale(0);
    }
    

    This might not work on older browsers but should work on modern browsers, hope this helps.

    Best regards,
    Nikko

    in reply to: Coming soon mode and landing pages #722075

    Hi,

    That depends with what maintenance plugin you are using and the capabilities it allows. You may want to give access to others but just give them subscriber account, so they have limited access.

    Best regards,
    Nikko

    Hi,

    I’m not sure how many columns you want to add, try adding this code in Quick CSS (located in Enfold > General Styling):

    #top .single-product-main-image .thumbnails a {
        width: 47.6%;
    }

    This would result to 2 columns. Hope this helps.

    Best regards,
    Nikko

    in reply to: Size of the picture of the landing page #722060

    Hey sandra,

    It actually depends because some screens are very large, try uploading 1600px width image, it should be good enough for most screens. Hope this helps :)

    Best regards,
    Nikko

    Hey pimroll,

    For 1 and 3, kindly add this in Quick CSS:

    .sidebar_left .menu li a {
        font-size: 15px;
        color: black;
    }

    Just adjust the values.

    As for 2, I’m not sure what you mean, is it the top and bottom spacing between menu items?

    Best regards,
    Nikko

    in reply to: Use Enfold for a full screen slider option #722023

    Hey Luc,

    Yes, just edit the page and look for the Layout box located in the right side of the page under it find Header visibility and transparency and set Hide header on this page. Hope this helps. :)

    Best regards,
    Nikko

    in reply to: Logo and Footer image warped #722016

    Hi,

    Glad that you found the solution :) let us know if you need more assistance related to this topic.

    Best regards,
    Nikko

    in reply to: Disable Admin Bar on Safari Browser #722014

    Hi,

    Please post us your login credentials (in the “private data” field), so we can further.

    Login credentials include:

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

    Best regards,
    Nikko

    in reply to: Repeating header image. #722012

    Hi Rob,

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

    @media only screen and (max-width:767px) {
      .header_color .header_bg {
        display: none !important;
      }
    }

    Hope this helps. :)

    Best regards,
    Nikko

    in reply to: Number search shows wrong content #722008

    Hey kufgem360,

    I tried to search for 3641 and some numbers and it only returns 1 result, is this already resolved?

    Best regards,
    Nikko

    in reply to: ▾ Show arrow down icon on main menu if child pages #722005

    Hi,

    Try to change your code to this one:

    
    .menu li > a:after {
        font-family: 'entypo-fontello';
        content: '\E854';
    }

    Just replace \E854 with the content you want to use. Hope this helps.

    Best regards,
    Nikko

    in reply to: IE 11 issues #722002

    Hi Marcel,

    We apologize for the delayed response. Glad that you have found the issue and fixed it.

    Best regards,
    Nikko

    in reply to: Post page configuration #722001

    Hey vmoralestejedor,

    Try doing the following steps:

    1. Add a Color Section
    2. Edit it and set Section Padding to Huge Padding
    3. Set Section Top Border Styling to No border styling
    4. Click Custom Background Image tab
    5. Click Insert Image button and add a large image make sure it’s set to full size
    6. Add Special Heading inside the Color Section, add the Heading Text
    7. Set Heading Type to h1 or h2
    8. Set Heading Style to Heading Style (modern)

    I think that should be enough, the text below it should be easy with a text block. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Blog – author name and date not showing #721994

    Hi,

    I checked your site, please go to Quick CSS (located in Enfold Child > General Styling) and find this code:

    .post-meta-infos, .news-time {
        display: none;
    }

    Kindly replace it with:

    .news-time {
        display: none;
    }

    Let us know if it helps. :)

    Best regards,
    Nikko

    in reply to: mobile menu toggle #721990

    Hi,

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

    
    @media only screen and (max-width:767px) {
      #top #wrap_all #header {
        background-color: #344652 !important;
        color: #f7f7f7 !important;
        border-color: #344652 !important;
      }
    
      #top #wrap_all #header.av_header_transparency {
        background-color: #f7f7f7 !important;
        color: #344652 !important;
        border-color: #f7f7f7 !important
      }
    }

    Let us know if this helps.

    2.) I’ve checked it with an ipad and the x button is working properly.

    Best regards,
    Nikko

    in reply to: Google Analytics tracking #721968

    Hi Samuel,

    It’s good that piwik works for you. What I said before was when using the chrome extension: google tag assistant you have mentioned, that’s the problem I can see but since you said it works then that should be good enough.

    Best regards,
    Nikko

    in reply to: Contact Form is NOT sending Emails #721937

    Hi Antonio,

    I would really like to dig deeper into the issue however I don’t have any clue as to what causes this, can you try to set the duplicate as the homepage since they have the same content and try if the contact form works or not.

    Cheers!
    Nikko

    in reply to: Contact Form is NOT sending Emails #721931

    Hi @gwinenvato,

    Sorry for late response, I have checked the settings of you footer Contact Form and it’s not configured properly, when you edit the form, go to Mail tab and you should see that To is set to [your-email] which is the email of the one who submit the form, you should change this to your email instead, so you will be the receiver. At the bottom you should see Mail (2) (this is for the autoresponder), this seems to have right configuration. Let us know if this fixes the issue.

    PS. Please create a new thread and just tag me too it.

    Best regards,
    Nikko

    in reply to: Transparent Menu not going back to color #721914

    Hey!

    The login credentials doesn’t work. I also noticed that the header is already changed, do you still want to change it? as for the Animated Numbers, please create a separate thread so it’s more organized and arranged per topic, also in that thread please include where the animated numbers are located.

    Regards,
    Nikko

    in reply to: #711802 #721898

    Hey pimroll,

    You’re very much welcome. Glad we could help :)

    Regards,
    Nikko

    in reply to: Burger Menu / Mobile Menu / unconsistancy #721733

    Hey alphabeta23,

    We are very sorry for that, however our devs are doing their best to improve the theme. For the meantime, please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Nikko

    in reply to: mobile strange – images are not show #721731

    Hi!

    When you are on the backend you should see that it’s an empty cell, edit it then click on Mobile tab and on Mobile display set it to Always display. Hope this helps.

    Cheers!
    Nikko

    in reply to: sidebar logo icons #721729

    Hi,

    Okay, the only thing I noticed that the sidebar links is separate and not just 1, that’s why it’s appearing that way. Please create a new thread for the latest request.

    Cheers!
    Nikko

    in reply to: Transparent Menu not going back to color #721727

    Hey!

    I checked your site and I can see some mixed content error in the console. And for some reason when you scroll down, some js script is not working, can you give us temporary admin access? so we can inspect further, you can post the details in the “private content” so only moderators can see. Also give us permission to deactivate plugins if necessary.

    Regards,
    Nikko

    in reply to: mobile strange – images are not show #721710

    Hi ciprianaugustin!

    I checked the page and it seems that there’s nothing wrong. Can you post a screenshot? just upload it in http://imgur.com/ or dropbox and post the link here.

    Best regards,
    Nikko

Viewing 30 posts - 24,121 through 24,150 (of 25,536 total)