Tagged: 

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

    Hello,
    It is possible to have two different section ID’s?
    I need to have one ID for some CSS changes (#tab) and one ID for scroll down when you click in a ‘sub menu’. Therefor I need an “and” in the section ID, without overruling each other.

    Thanks!

    #545168

    Hi oestergaardn!

    You can add custom IDs with space in between as following

    your-id your-second-id

    Cheers!
    Yigit

    #545185

    Hello Yigit!
    Thanks for your fast answer.
    I just tried your solution. But it dosen’t work.
    I have a custom CSS code (#customtab) and have a sub-menu where it should scroll down to section nummer 3 (with the name #3) when you click on the menu-item. If i put (#customtab #3) or (#customtab 3) the CSS style disappear and I can’t scroll down.

    #545191

    Hi!

    Can you please create a temporary admin login and post it here privately? Also, please elaborate on the changes you would like to make so we can look into it for you

    Cheers!
    Yigit

    #545215

    Thanks!
    Okay, I have created a style ID in my custom.css for all tabs called (#customtab). I will put this ID into all the sections where I want the layout to be changed for the tabs. At the same time, I have a sub-menu on some pages, where I want the user to qucikly come to a specific section. I have nummered each section on the page where I use a sub-menu (first section #1, second section #2 etc.).
    Therefor I need to put (#customtab) AND the nummer of the section (#1) into the section ID. Then I will keep the CSS changes for the tab and still make it possible to qucikly navigate to the sections.

    I have created a login and posted it private. Again, thank you for your time Yigit!

    #545231

    Hi!

    Can you please try turning on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your color sections elemens “customtab” custom class instead?

    Cheers!
    Yigit

    #545240

    Just did it, but nothing happens when I put the name “customtab” or “#customtab” into the CSS class. It works when I put “#customtab” in the section ID.

    #545244

    Hey!

    You should only enter “customtab” without double quotes and change your custom CSS from

    #customtab { color: orange; }

    to following

    .customtab { color: orange; }

    Regards,
    Yigit

    • This reply was modified 9 years ago by Yigit.
    #545249

    Perfect – it works!
    Thank you!
    Didn’t knew that! :-)

    #545253

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Two section ID's’ is closed to new replies.