Forum Replies Created

Viewing 30 posts - 23,371 through 23,400 (of 25,536 total)
  • Author
    Posts
  • in reply to: "Accordion" Toggle – Animation problem! #744272

    Hi,

    Try adding this css code:

    .av_toggle_section .toggle_content img {
        display: block;
        margin-top: 0;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Sorting and filtering #744270

    Hi,

    The sorting that you want to happen is only available in Woocommerce products, the ones available in Enfold is this one: http://kriesi.at/themes/enfold/portfolio/

    Best regards,
    Nikko

    in reply to: Exclude pages/categories/tags from archive/sitemap? #744268

    Hey Elsa,

    Yes, it’s correct. The way it works is if there’s a child theme it will search first for the template-archives.php of the child theme and use it, if it can’t find it then it will look for it in the parent theme.

    Best regards,
    Nikko

    Hey waterwalk,

    Sorry for the delayed response, a lot of queries lately in the forum. If I’m not mistaken it’s slider #3 in Test slider? I have checked it but it seems to be working fine, I have posted a screenshot (link in Private Content). If it’s still not resolved can you give steps on how we can replicate the issue and also if you can give a link to the thread you mentioned, might help us fix this faster :)

    Best regards,
    Nikko

    in reply to: Basic Blog Setup #744261

    Hi,

    Tried the login details you gave but it returns this error:
    ERROR: Invalid email address.

    Cheers!
    Nikko

    in reply to: Bug – Portfolio inside a Popup window #744243

    Hey danielycristiny,

    I have added this css code in your Quick CSS:

    .white-popup .grid-sort-container.isotope {
        height: 153px !important;
    }
    
    .white-popup .grid-sort-container.isotope .grid-loop-2 {
        left: 33.33% !important;
        transform: translate3d(0, 0, 0) !important;
    }
    
    .white-popup .grid-sort-container.isotope .grid-loop-3 {
        left: 66.66% !important;
        transform: translate3d(0, 0, 0) !important;
    }

    Hope the changes are good. :)

    Best regards,
    Nikko

    in reply to: Add title to a listing (using with Geodirectory) #744235

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

    in reply to: Basic Blog Setup #744234

    Hey Oliver,

    Can you give us temporary admin access? so we can check it out, try to fix it and tell you what is missing. Just place the details in Private Content when you reply.

    Best regards,
    Nikko

    in reply to: iPhone, iPad, iOS webfont problems #744232

    Hey SuperflyDK,

    Can you post a link to your site? so we can inspect further.

    Best regards,
    Nikko

    in reply to: Column Widths in Table #744230

    Hey sublime5o,

    Yes, it doesn’t work because you use max-width instead of width (max-width is used to set the limit) also you didn’t put px or % after 35. However, if you change it, this would affect every table of your pages, I suggest you use custom css classes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then probably put a class name for example mytable and have this code:

    .mytable tr th:first-child, 
    .mytable tr td:first-child {
        border-left-width: 0px;
        width: 35% !important;
    }

    HOpe this helps :)

    Best regards,
    Nikko

    in reply to: Make submenu sticky on mobile devices #744150

    Hi,

    I checked it again and found you have already added the code and it’s working on both my android phone and iphone. Can you try to clear the cache from your iphone?

    Regards,
    Nikko

    in reply to: Menu issues #744149

    Hi,

    We apologize for the delay. Inside WP Dashboard go to Enfold > Sidebar Settings > you can find Display a sidebar navigation for all nested subpages of a page automatically? just uncheck it and save. Also another thing about Sidebar Menu content, if you want to change it you can go to Appearance > Widgets, you’ll find widget areas there just add/remove/modify widgets from there.

    Best regards,
    Nikko

    Hi,

    Thanks, it seems it’s already working (screenshot below) :)

    Cheers!
    Nikko

    in reply to: Fullscreen slider on mobile #744143

    Hi,

    I tried it but I still couldn’t see it, please refer to the screenshot link below.

    Regards,
    Nikko

    in reply to: Fullscreen Login Page #743853

    Hi,

    Please remove the code I gave last and also replace this code:

    #top .login_container {
        position: fixed;
        overflow: auto;
        top: 25px;
        padding: 25px 25px !important;
    }

    to:

    #top .login_container {
        position: relative;
        overflow: auto;
        top: 25px;
        padding: 25px 25px !important;
        left: 0;
        width: 376px;
    }
    
    .page-id-3370 #av_section_1 .av_one_third.avia-builder-el-first {
        display: none;
    }
    
    .page-id-3370 #av_section_1 .av_one_third {
        margin-left: 0;
    }

    Let us know if it’s good :)

    Best regards,
    Nikko

    in reply to: Add to cart button must show only when select a variation #743843

    Hi Michael,

    Glad we could help :)

    Cheers!
    Nikko

    in reply to: How to center align the masonry gallery element #743666

    Hi,

    Glad we could help :)

    Cheers!
    Nikko

    in reply to: Fullscreen slider on mobile #743665

    Hey,

    That’s weird, I’d like to check the page again however when I opened it, it shows a 404 page:

    Nothing Found
    Sorry, the post you are looking for is not available. Maybe you want to perform a search?

    Regards,
    Nikko

    in reply to: Menu Height #743663

    Hey,

    Glad we could help :)

    Regards,
    Nikko

    in reply to: Alignment of Team Members on Mobile View #743617

    Hi,

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

    @media only screen and (max-width:767px) {
      .team-img-container {
        max-width: 100% !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    Hi,

    We will try to do that (there are lots of queries lately and it might take some time to get back). I have tried the ftp but I get:
    Unauthorised access is not permitted.
    and
    Error: Critical error: Could not connect to server
    See private content for full details.

    Cheers!
    Nikko

    in reply to: 100% height color section with max height? #743609

    Hi,

    It contains a top padding and the 800px max-height is short enough for it. Instead of using .avia-section which is global class for sections, try to use the id you have set it in the section for example use #mat instead. Try to remove the code I gave before and add this one instead:

    #mat {
        display: flex;
        align-items: center;
    }

    This should only affect the section with an id of mat. Let us know if this helps :)

    Regards,
    Nikko

    in reply to: Fullscreen slider on mobile #743605

    Hi,

    Can you post a screenshot on how it looks on your mobile phone when the code I gave is used? you can upload it on http://imgur.com/ and post the link here. Basically what I suggested above was replacing this part of the code:
    background-size: 100% 100%;
    to this one:
    background-size: auto 100%;
    this means the background’s width will be auto and height to 100%, by using this code it would make sure that the background won’t be stretch though some part of it won’t be seen. And adding this code:
    background-position: center center !important;
    Which basically says to use the center as the base instead of top and left part of the background image (which is the default), so by adding the code I gave would result in the woman with curly hair to show as background image, though the other person won’t be seen.

    Cheers!
    Nikko

    in reply to: Fullscreen Login Page #743594

    Hi rpich,

    My suggestion was to reduce the height but since that isn’t what you want, try adding this css code in Quick CSS (located in Enfold > General Syling):

    .login_container #tab-id-2-container {
        max-height: 400px;
    }

    it should show a scroll on the Register tab, just adjust the max-height value as you see fit. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Menu Height #743579

    Hi Jenna,

    Try using this css code:

    @media only screen and (min-width:768px) {
      .main_menu {
        margin-top: -55px;
      }
    
      .header-scrolled .main_menu {
        margin-top: 0;
      }
    }

    the media only screen part makes sure it won’t affect the mobile devices, the first block of code (the code given to you before) affects all menus, then the 2nd block of code makes sure that the sticky menu will have it’s top margin back to 0. Hope the code and explanation helps. Just adjust it as you see fit :)

    Cheers!
    Nikko

    in reply to: Make submenu sticky on mobile devices #743567

    Hi,

    I’m pretty sure it works on all mobile phones. Did I try it? Yes, I have tried it on my local server. I checked your site and I don’t see that code, can you put the code again in Quick CSS and if it doesn’t work please give us temporary admin access so we can check why it isn’t reflecting on the frontend. Also please place the details in the Private Content so only moderators can view.

    Cheers!
    Nikko

    in reply to: Issues with mobile version #743558

    Hey,

    You’re very much welcome. Glad that you fixed it :)

    Regards,
    Nikko

    in reply to: button in full with slider #743557

    Hey,

    Glad we could help :)

    Cheers!
    Nikko

    in reply to: Fullscreen slider on mobile #743210

    Hi,

    Try to replace this code:

    @media only screen and (max-width: 480px) {
    .avia-fullscreen-slider .avia-slideshow>ul>li {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    }
    }

    to:

    @media only screen and (max-width: 480px) {
      .avia-fullscreen-slider .avia-slideshow>ul>li {
        background-size: auto 100%;
        background-position: center center !important;
        background-repeat: no-repeat;
      }
    }

    Hope this helps :)

    Cheers!
    Nikko

    in reply to: 100% height color section with max height? #743199

    Hi,

    Can you post a screenshot on how it looks on a high screen resolution monitor, just upload it to http://imgur.com/ and post the link here. For the meantime, you can use this css code and add it to Quick CSS (located in General Styling):

    .avia-section {
      height: 100%;
      max-height: 800px;
    }

    This should set the height to 100% but if the height of the screen is beyond 800px then it will not make the height 100% and just limit it to 800px. Hope this helps.

    Best regards,
    Nikko

Viewing 30 posts - 23,371 through 23,400 (of 25,536 total)