Forum Replies Created

Viewing 30 posts - 19,831 through 19,860 (of 25,536 total)
  • Author
    Posts
  • Hey GWS,

    Go to Enfold > Blog Layout > Related Entries (set this to) Disable Related Entries. Hope this helps. :)

    Best regards,
    Nikko

    in reply to: Center Logo and Burger Menu on Mobile Devices #862727

    Hey Hoernchen089,

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

    @media only screen and (max-width:767px) {
      .responsive #top .logo, 
      .responsive #top .logo a {
        display: block;
        margin: 0 auto;
      }
    
    
      .responsive #top .logo img {
        margin: 0 auto;
      }
    
      .responsive #top #wrap_all .main_menu {
        position: static;
        height: auto;
      }
    
      .responsive #top .av-logo-container .avia-menu {
        width: 100%;
        text-align: center;
      }
    
      .responsive #top .av-logo-container #avia-menu {
        margin: 0 auto;
        width: 29px;
      }
    
      #top #wrap_all #header .av-small-burger-icon a {
        height: auto !important;
        line-height: 3 !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Replace accordion toggle with Entypo icon #862714

    Hi,

    Yes, it’s possible to use different icons as long as you use the right css selectors to target those slides.

    Best regards,
    Nikko

    in reply to: Enfold not rendering correctly in Mobile view #862710

    Hi,

    Thanks for giving us access, you can check it now. I have added this css code in Quick CSS:

    @media only screen and (max-width:767px) {
      .home .av-slideshow-caption.caption_left {
        max-width: 65%;
      }
    
      #top.home .av-slideshow-caption.caption_left h2.avia-caption-title {
        font-size: 17px !important;
      }
    
      .home .av-slideshow-caption.caption_left p {
        margin: 0 0 10px;
      }
    
      .home .av-slideshow-caption.caption_left a.avia-slideshow-button {
        margin-top: 0 !important;
      }
    }

    Let us know your feedback.

    Best regards,
    Nikko

    in reply to: Social Media Icons Not Showing on Mobile Site #862708

    Hi,

    Can you give us temporary admin access? so we can check. Also the latest version is already 4.1.2, please update it to the latest version but don’t forget to make a backup first. For more information on updating the theme you can check: http://kriesi.at/archives/the-complete-guide-to-updating-enfold

    Best regards,
    Nikko

    in reply to: Two full page sliders on same page – same ID #862707

    Hi,

    Thanks for providing the information, I have checked it and it’s a bug. To fix it you need to edit this file called slideshow_fullscreen.php found in enfold\config-templatebuilder\avia-shortcodes\ folder find this code (line 877):

    avia_sc_slider_full::$slide_count++;

    and replace it with:

    avia_sc_slider_fullscreen::$slide_count++;

    that should fix the issue. This should be fixed on the next theme update so it’s not necessary to add this in the child theme. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Nested table #862409

    Hi,

    Glad that you figured it out. Let us know if you need more assistance or if we can close this thread.

    Best regards,
    Nikko

    in reply to: Custom Links #862407

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Plugin Aktualisierungs Anzeige #862404

    Hi,

    Glad that Rikard helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Logo not showing and uploaded pictures remain grayed out #862403

    Hi,

    Can you give us ftp access also? so we can try to activate wordpress debug.

    Best regards,
    Nikko

    in reply to: CSS not working in IE #862402

    Hey Momentummediaab,

    Can you tell us what version of IE are you using?

    Best regards,
    Nikko

    in reply to: Hide footer and/or socket in custom post types #862397

    Hi,

    You don’t need to give us a login for that, we would just need some links that you want to hide the footer from or you can try this css code and apply it on Quick CSS (located in Enfold > General Styling):

    .single-portfolio #footer {
        display: none;
    }

    Just replace portfolio with the right custom post type name. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Problem with footer #862391

    Hi,

    Glad that you figured it out. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: How to center align the gravity forms submit button? #862237

    Hi bakbek,

    I have checked it and it seems to be centered already, let us know if you need more assistance.


    @M1000000
    : thanks for helping out :)

    Best regards,
    Nikko

    in reply to: Two full page sliders on same page – same ID #862236

    Hey reddishpinkmedia,

    Can you post a link to the page with the two sliders? so we can check it, you can post the link in private content if you want it to be visible only to you and the moderators.

    Best regards,
    Nikko

    in reply to: Contact form heading color #862235

    Hey pddcoms,

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

    .home .avia_ajax_form.avia-builder-el-26 h3 {
        color: black !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Blank text block #862234

    Hi,

    Glad that it’s working for you and thanks for sharing the solution. Though error 403 refers to a security/permission issue. :)

    Best regards,
    Nikko

    in reply to: Social Media Icons Not Showing on Mobile Site #862232

    Hi,

    Try using this css code:

    @media only screen and (max-width: 479px) {
      .responsive.html_header_top #header_main .social_bookmarks {
        display: block !important;
        position: static;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Captcha is off the page? #862227

    Hi Darren,

    Glad that Mike helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Padding below main menu #862226

    Hi,

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

    .html_header_top.html_bottom_nav_header #header_main {
        padding-bottom: 20px;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: Color button #862217

    Hey micropoleinstitut,

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

    .page-id-674 .avia-builder-el-23 a.avia-button {
        background: rgba(255,255,255,0.5) !important;
        border: 0 !important;
    }
    
    .page-id-674 .avia-builder-el-23 a.avia-button font {
        color: #fff !important;
    }
    
    .page-id-674 .avia-builder-el-23 a.avia-button:hover font {
        color: #d2046a !important;
    }

    Hope this helps :)
    Best regards,
    Nikko

    in reply to: item table #862215

    Hi,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Tab Section Customization #862214

    Hi Darryl,

    You just need to swipe left or right to scroll on tab sections. As for making change on the tab section on a single page, you can put it in Quick CSS (located in Enfold > General Styling).

    Best regards,
    Nikko

    in reply to: Creating background overlay effect #862212

    Hey Antonio,

    Can you try adding this css code:

    .page-id-433 .avia-builder-el-35, 
    .page-id-433 .avia-builder-el-38, 
    .page-id-433 .avia-builder-el-42 {
        padding: 20px;
        background-color: rgba(0,0,0,0.6);
    }

    if that doesn’t work, try:

    .page-id-433 .avia-builder-el-35, 
    .page-id-433 .avia-builder-el-38, 
    .page-id-433 .avia-builder-el-42 {
        padding: 20px !important;
        background-color: rgba(0,0,0,0.6) !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Pricing Table Header bug #861751

    Hi,

    Glad that you figured it out. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Vidoes only appear as links #861750

    Hi,

    It’s still 3.7.1, can you try to update the theme via ftp? you can find the instructions here: http://kriesi.at/archives/the-complete-guide-to-updating-enfold also don’t forget to make a backup first.

    Best regards,
    Nikko

    in reply to: Color section background video and validator.w3.org #861746

    Hey szunyis,

    I think the errors pointed out in validator.w3.org are needed for the site function, those height and width values are needed by the theme. I think these errors can be ignored since it doesn’t affect the performance or functionality of the site.

    Best regards,
    Nikko

    in reply to: Hide extra image on active burger menu #861745

    Hey C-LabMX,

    Try to change the z-index from 999 to 50 in the code you added in Quick CSS:

    #header .widget {
        max-width: 100%;
        left: 50%;
        padding-top: 0;
        position: absolute;
        top: 3px;
        transform: translate(-50%);
        z-index: 999;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Combining demo elements #861744

    Hey steviespin,

    I suggest you create a new Enfold demo and import the demo that has the slider you want, after that go to the layerslider and export the demo and go to your current site and import the slider that you would like to use. Hope this helps. :)

    Best regards,
    Nikko

    in reply to: fixed frame #861743

    Hey Pas7o,

    Yes, just adjust the padding size, basically it uses 100% minus 2x the padding size (for left and right). Hope this helps.

    Best regards,
    Nikko

Viewing 30 posts - 19,831 through 19,860 (of 25,536 total)