Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • #587736

    Hi Kriesi Team,

    No problem with your theme, but I just want to see if Enfold has a feature like this image below or not.
    As you might found from the image, when you click on any of those icons, their content gets changed (fade-in / fade-out), while the icons are still appears..
    .

    Here is website link for your reference: Link

    Thanks in advance!

    #588857

    Hey Sadegh!

    You can use Tabs element and insert icon shortcodes into tab titles

    You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Or, You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget.

    Best regards,
    Yigit

    #590298

    Thank you Yigit,
    I did what you said.

    But this is the best thing I could get out of the page builder:
    .

    As you see, there is no similarity between these two images :)
    Anything I may done wrong?

    Thanks in advance!

    #591594

    Hi!

    Can you please post the link to your page? :)

    Cheers!
    Yigit

    #591609

    Hi Yigit,
    :)

    Link (it is above the footer)

    #591620

    Hi!

    Please add following code to Quick CSS

    div .main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab {
        background-color: white;
        border: none;
    }
    .js_active .tab {
        border: 1px solid #e2e2e2!important;
        border-radius: 100px!important;
        margin-left: 10px;
        background: white;
    }
    .js_active .active_tab_content {
        border-top: 1px solid #e2e2e2!important;
        top: -25px;
        padding-top: 30px;
    }

    Regards,
    Yigit

    #591627

    Thanks Yigit,
    That was great! :)

    and may I know how tab’s name could just show the icon and not any text or numbers? (now it shows number 1)

    #591648

    Hi!

    Please add following code to Quick CSS as well

    .active_tab .tab_icon {
        color: #719430;
    }
    .tab_icon {
        color: #888888;
    }
    .tab {
        color: transparent!important;
    }

    Best regards,
    Yigit

    #591654

    thank you Yigit,

    it works! :)

    Bests.

    #591656

    Hi!

    You are welcome, let us know if you have any other questions :)

    Regards,
    Yigit

    #591657

    oh, but Yigit, please take a look at this page +

    From the left side, the first widget seems to be changed after these changes.

    #591666

    Hey!

    Please change the code to following one

    main.content .active_tab .tab_icon {
        color: #719430;
    }
    main.content .tab_icon {
        color: #888888;
    }
    main.content .tab {
        color: transparent!important;
    }
    main.content .main_color .tabcontainer .active_tab_content, main.content .main_color .tabcontainer .active_tab {
        background-color: white;
        border: none;
    }
    main.content .js_active .tab {
        border: 1px solid #e2e2e2!important;
        border-radius: 100px!important;
        margin-left: 10px;
        background: white;
    }
    main.content .js_active .active_tab_content {
        border-top: 1px solid #e2e2e2!important;
        top: -25px;
        padding-top: 30px;
    }

    Best regards,
    Yigit

    #591673

    It doesn’t seems to work :)

    #591679

    Hi!

    In that case, please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your tab element and give it a custom CSS class and then change the code to following one

    .your-custom-class .active_tab .tab_icon {
        color: #719430;
    }
    .your-custom-class .tab_icon {
        color: #888888;
    }
    .your-custom-class .tab {
        color: transparent!important;
    }
    .your-custom-class .active_tab_content, .your-custom-class .active_tab {
        background-color: white;
        border: none;
    }
    .your-custom-class .js_active .tab {
        border: 1px solid #e2e2e2!important;
        border-radius: 100px!important;
        margin-left: 10px;
        background: white;
    }
    .your-custom-class .js_active .active_tab_content {
        border-top: 1px solid #e2e2e2!important;
        top: -25px;
        padding-top: 30px;
    }

    Cheers!
    Yigit

    #592495

    Thank you Yigit,

    I have turned on custom CSS field, put your given code inside it, but it doesn’t seems to work.

    > Please take a look at this page LINK
    > Tab Element is on the top of the page
    > custom CSS codes were added to this tab only. And I didn’t add anything to the quick css.

    Bests

    #593886

    Any updates? :)

    #595522

    Hi!

    refrain from bumping into your own thread, as it pushes it behind in our queue and marks it as answered and then we can’t provide a faster reply to you.

    Can you post admin access here as private reply please? we would like to check it.

    Best regards,
    Andy

    #595523

    Hi Andy,
    Yes you’re right, but I had waited 3 days and that is why I asked if there had any new updates for thread. I won’t do that in next threads though.

    Please find the credentials below in private area

    Regards,
    Sadegh

    #597855

    Hey!

    You added custom CSS code into custom CSS class field. You should have only added “your-custom-class” into that field and code should have gone into Quick CSS field. I made the changes. Please review your website now

    Regards,
    Yigit

    #601769

    Hi Yigit,
    It doesn’t seems to be changed!
    :)

    #603245

    Hey!

    Sorry for the late reply!
    Can you please kindly elaborate on the issue once again? I am kind of confused :)

    Regards,
    Yigit

    #603260

    Sure :)

    1> We have talked about a possible way to have a graphic tab like this one (website link for your reference: +):
    .

    2> Because adding some codes in Enfold Quick CSS made other elements changed in first place, you suggested me to turn on custom CSS field for ALB elements and I did that.

    3> Then I gave you the credentials to my website to let you insert your given codes in order to have a graphic tab like above image.
    (My page is at: + where you could find the tab element under the header bar)

    #603292

    Hi!

    Thanks for the clarification. Please see private content field below :)

    Best regards,
    Yigit

    #607016

    @Yigit
    Could you please take a look the private part? :)

    #607036

    Hey!

    I changed custom class and adjusted custom CSS code. Please review your website now :)

    Best regards,
    Yigit

    #607057

    Hi Yigit,

    Thanks a lot, that is very kind of you :)

    I got it now. So you assigned your Quick CSS customized code (that you had already wrote for me) to this tab only with “my-custom-tabs” command.

    Thanks again :)

    #607060

    Hey!

    Exactly :)

    You are welcome. Let us know if you have any other questions or issues and enjoy your weekend! :)

    Cheers!
    Yigit

Viewing 27 posts - 1 through 27 (of 27 total)
  • The topic ‘icons and content’ is closed to new replies.