Forum Replies Created

Viewing 30 posts - 12,751 through 12,780 (of 25,536 total)
  • Author
    Posts
  • in reply to: bbPress #1085799

    Hi Wansink,

    I apologize for my response, adding the code does add the Advanced Layout Builder in the backend however it’s not compatible with bbpress in the frontend and would not work.
    Can you give us a screenshot of what you’re trying to achieve? maybe we can help without using the layout builder on bbpress.

    Best regards,
    Nikko

    Hi kilimats,

    I think the issue is with the [hide] shortcode, I tested the code inside the shortcode and it works properly (link in private content)
    As for the shopping cart, yes it’s not the right code.

    Best regards,
    Nikko

    in reply to: Same behavior desktop and mobile version #1085786

    Hi denovellis,

    Can you give a screenshot on how it looks on ipad?
    Are you logged in ipad when you tested it?

    Best regards,
    Nikko

    in reply to: Remove gap between two elements on mobile #1085771

    Hi restube,

    Yes, please do add a custom class for them so it’s easier to group them and we could use that to target them specifically.

    Best regards,
    Nikko

    in reply to: Transparent PNG overlay #1085770

    Hi sugadaddy,

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

    Best regards,
    Nikko

    in reply to: How to create a page jump link? #1085769

    Hi rwidick,

    We’re glad to help you :)
    Let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: Tab Section with Masonry Gallery #1085767

    Hi Sören,

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

    @media only screen and (max-width:767px) {
      .js_active .av-tab-section-tab-title-container {
        min-width: 100% !important;
        max-width: 100% !important;
      }
    
      .js_active .av-tab-section-tab-title-container span.av-outer-tab-title {
        padding: 0;
      }
    
      .js_active .av-tab-section-tab-title-container span.av-inner-tab-title {
        margin: 0;
      }
    }

    Best regards,
    Nikko

    in reply to: Image in Navigation #1085765

    Hi Kesselhut,

    Try to replace this code:

    #header #avia-menu #menu-item-890.current-menu-item > a,
    #header #avia-menu #menu-item-890 > a:hover,
    #header #avia-menu #menu-item-890 > a:active {
        text-indent: -9999px;
        background: url('https://font-khi.hekeko.de/wp-content/uploads/2019/03/ki-home-g_50.png') no-repeat top center;
        width: 100% !important;
        height: 75px !important;
    }

    with:

    #header #avia-menu #menu-item-890.current-menu-item > a,
    #header #avia-menu #menu-item-890 > a:hover,
    #header #avia-menu #menu-item-890 > a:active {
        text-indent: -9999px;
        background: #fff url('https://font-khi.hekeko.de/wp-content/uploads/2019/03/ki-home-g_50.png') no-repeat top center;
        width: 100% !important;
        height: 75px !important;
    }

    Best regards,
    Nikko

    in reply to: Post slider white borders #1085763

    Hi sugadaddy,

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

    Best regards,
    Nikko

    in reply to: Two separate logos in header #1085532

    Hi Martijn,

    For the tablets burger menu, try adding this css code:

    @media only screen and (max-width:1024px) {
      .av_minimal_header #header_main_alternate {
        display: none;
      }
    
      .html_header_top #top .av_menu_left .main_menu {
        left: auto;
        right: 0;
      }
    }

    As for hiding the header widget in mobile, use this code:

    @media only screen and (max-width:767px) {
      #top #header .widget {
        display: none;
      }
    }

    Best regards,
    Nikko

    in reply to: Remove gap between two elements on mobile #1085531

    Hi Dennis,

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

    @media only screen and (max-width:767px) {
      #top.page-id-337 #av-layout-grid-1 .av_one_third.avia-builder-el-6 {
        padding-bottom: 0 !important;
      }
    
      #top.page-id-337 #av-layout-grid-1 .av_one_third.avia-builder-el-10 {
        padding-top: 0 !important;
      }
    
      #top.page-id-337 #av-layout-grid-1 .av_one_third.avia-builder-el-10 .av-special-heading.av-special-heading-h2 {
        margin-top: 0 !important;
      }
    }

    Best regards,
    Nikko

    in reply to: Read More change label #1085525

    Hi jordialcover,

    We’re happy to help you :)
    We’ll keep this thread and wait for your feedback.

    Best regards,
    Nikko

    in reply to: Mega Menu spacing between links #1085502

    Hi Sigmund,

    Try adding this css code in Quick CSS, just adjust the 20px value, just reduce it’s value:

    #top #header #avia-menu ul.sub-menu {
        padding: 20px 30px;
    }
    
    #top #header #avia-menu ul.sub-menu.avia_mega_hr {
        padding-top: 0;
    }

    Best regards,
    Nikko

    Hi Nerohm,

    We’re glad that we could help :)
    Try adding this code, just replace the background color and color values:

    #top .teses_artigos .av-inner-masonry-content:hover {
        background-color: black;
    }
    
    #top .teses_artigos .av-inner-masonry-content:hover .av-masonry-entry-title, 
    #top .teses_artigos .av-inner-masonry-content:hover .av-masonry-entry-content {
        color: white !important;
    }

    Best regards,
    Nikko

    Hi kaproadmin,

    Try to unzip the zip file you downloaded from themeforest, open the folder extracted from the zip file and you should see enfold.zip.
    Use enfold.zip, let us know if this helps.

    Best regards,
    Nikko

    in reply to: Clicking textbox doesn't result in text #1085496

    Hi EceSTaLI,

    Thanks for giving us admin access.
    I have tested it as what you have instructed but it seems good on my end (screenshot link is in private content).
    Try to go to Enfold > Theme Options > Select Your Editor > Use WP Classic Editor, then check if it helps.
    Maybe it’s just some cache in the browser, try to clear the browser cache or use another browser and see if the issue still persists.

    As for the 2nd issue, can we request a screenshot of the issue? you can post it in private content.

    Best regards,
    Nikko

    in reply to: Icon with text in textblock spacing #1085488

    Hi Banshee350,

    Thanks, it’s not reliable since each icon doesn’t have the same width.
    Try adding this css code in Quick CSS, located in Enfold > General Styling:

    #top .avia_textblock span.av_font_icon {
        width: 23px;
    }

    Best regards,
    Nikko

    in reply to: How to make the title subheading white #1085477

    Hi bakbek,

    Glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Section not taking full height #1085476

    Hi bakbek,

    I’m not really sure what’s causing that.
    I tried that on the button row on my local server and can’t reproduce the same issue.
    It might be some plugin or code interferring with it.

    Best regards,
    Nikko

    in reply to: Two separate logos in header #1085473

    Hi Martijn,

    Try adding this css code in Quick CSS:

    #header .container.av-logo-container {
        z-index: 2;
    }
    
    #top #header .widget {
        position: relative;
        width: 1250px;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 50px;
        z-index: 5;
    }
    
    #top #header .widget .textwidget {
        position: absolute;
        right: 50px;
    }

    Best regards,
    Nikko

    in reply to: Shortcode for Demo Pages #1085469

    Hi Phil,

    In your WordPress Dashboard, go to Appearance > Theme Editor > Theme Functions (functions.php), then find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    above it add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
      return "debug";
    }

    If you go on your pages, you’ll notice below those elements that there’s this additional area with lots of codes, this is the debugger, it should look like this: https://imgur.com/QTJg8WF
    Those codes there are the shortcodes that build the page, you can copy and paste that to other pages in the debugger’s area.

    To have a backup with the current settings of the chosen demo, go to Enfold > Import/Export > Export Theme Settings File.

    Then go to Enfold > Demo Import > choose another demo to import and you’ll get the pages it has, the Enfold 2017 pages will not be lost and will still be there when you access Pages but the one that shows in your frontend will be the current demo you chosen to import, there will be some slight changes to the Enfold 2017 pages since the theme settings will be changed (color, global layout like header, etc)

    Best regards,
    Nikko

    in reply to: How to adjust logo and menu item padding in header #1085465

    Hi webworm72,

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

    .html_header_top #top .av_header_stretch .container {
        width: 100%;
    }
    
    #header #header_main {
        border-bottom: none;
    }
    
    #header #header_main nav.main_menu {
        padding-right: 2%;
    }

    Best regards,
    Nikko

    in reply to: How to change Title color and font size in Post slider #1085458

    Hi nicolealbaek,

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

    Best regards,
    Nikko

    in reply to: Extra text in socket #1085456

    Hi Eric,

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

    Best regards,
    Nikko

    in reply to: image on tab section's- tab image #1085455

    Hi alsonjonsolutions,

    I have checked it and the code doesn’t reflect because it’s not added.
    Try to flush out the cache or temporarily disable css file merging and minification.
    Check on the css link in private content and you’ll see the last css code I suggested isn’t added.

    Best regards,
    Nikko

    in reply to: Mega Menu spacing between links #1085453

    Hi Sigmund,

    Try to copy only this part of the code (line 14-348) then paste it in your child theme’s functions.php:

    class avia_responsive_mega_menu extends Walker {
      
    }

    then replace this code:

    if(!isset($args->max_columns)) $args->max_columns = 6;

    to:

    if(!isset($args->max_columns)) $args->max_columns = 8;

    Best regards,
    Nikko

    Hi hofpils,

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

    Best regards,
    Nikko

    in reply to: Shortcode for Demo Pages #1085364

    Hi Phil,

    Maybe we can start with importing Enfold 2017 first.
    Inside your WordPress Dashboard, go to Enfold > Demo Import > hover over Enfold 2017 image and you should see Click to Import, click on it and wait until it finishes importing the demo and redirects to the Theme Options.
    If you need further help with this, we’ll provide screenshots.

    Best regards,
    Nikko

    in reply to: Mobile issues #1085359

    Hi Nora,

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

    Best regards,
    Nikko

    in reply to: image on tab section's- tab image #1085357

    Hi alsonjonsolutions,

    We’re glad to hear that :)
    Try adding this code as well:

    #top.home #av-tab-section-1 a.av-section-tab-title.av-active-tab-title .av-outer-tab-title {
        font-weight: bold;
    }

    Best regards,
    Nikko

Viewing 30 posts - 12,751 through 12,780 (of 25,536 total)