Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #754490

    What an awesome addition!!!

    1. Is there a way to remove the Grayscale from the inactive tab images?
    2. Is there a way to increase the spacing (say double) between the tab images?

    See image if needed, for detailed info.

    Thank you,
    Ryan

    #754503

    Also, is there as way to jump to the tab content, similar to the way anchors work? As it is now, you need to click on a tab and then scroll down to the actual content.

    #754510

    Sorry to keep piling on, but is there a way to add a link to each tab icon/image?

    I have been looking for a way to add a 6 column entry into Enfold. Tab section accomplishes this, but I’m running into these other, potential, limitations.

    #754521

    Hi,

    Thank you for the kind words :)

    1. To remove gray scale

    /*Remoce grayscale */
    .av-tab-section-image {
        filter: none!important;
    }

    2. To increase spacing

    #top .av-section-tab-title {
        padding-right:60px!important;
    }

    3. & 4. I’m sorry but there is no easy way to link to tabs like anchors or add an external link to the bab icons at the moment.

    Thank you for using Enfold :)

    Best regards,
    Vinay

    #754526

    Thank you for the quick response. With #4 being the case, do you have a recommendation for adding 6 items/columns across the screen? Columns and Grid Row entries stop at 5.

    Thanks!

    #757286

    Hi,

    Sorry for the late response, for six columns here is a workaround, first you need to enable Custom CSS Classes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then create 2 grid rows with 3 (1/3) cells, then in Custom CSS Classes field add: gr-sixcol then in Quick CSS (located in Enfold > General Styling) add this css code:

    #top .gr-sixcol {
        width: 50%;
        float: left;
        clear: none;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #757290

    I am looking for the plugin that allows you to use tabs like the ones on this page:

    FAQ

    what plugin or option is that. I like the plus sign on the side

    #757395

    Hi,

    You don’t need a plugin for that, it’s available in Avia Layout Builder of Enfold, just use Accordion which is under Content Elements.

    Best regards,
    Nikko

    #760117

    Okay to close this. I’ll use this information in the future. Thanks!

    #760476

    Hi,

    Thanks for the feedback. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Tab Section’ is closed to new replies.