Support » Plugin: Jellyfish backdrop » Containing Element naming convention

  • Resolved jordi.org

    (@jordiorg)


    I’m trying to put the slideshow into an element:
    <div id=”primary” class=”content-area”>

    I cannot make it work.

    I’ve tried writing → div id=\"primary\" class=\"content-area\"
    ; content-area; primary ; id=\"primary\" ; class=\"content-area\"

    Probably my error is in the naming covention.

    Can anyone help!
    thank you.

    https://wordpress.org/plugins/jellyfish-backdrop/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jordi.org

    (@jordiorg)

    Just resolved my mistake!
    usual convention for class (the dot .) or id (the #)
    so it had to be written like this:

    .content-area
    #primary

    Plugin Author Strawberry Jellyfish

    (@toxictoad)

    Containing Element probably isn’t the best description for this, maybe I should rename it to something clearer…

    Anyway, as you’ve discovered, you can use pretty much any CSS selector (id, class, element or a combination of several of these) in the containing element field to target a specific area on the page or indeed multiple areas.

    There’s another quick demo of it being used to give a background to header tags here: Jellyfish Backdrop as a heading background

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Containing Element naming convention’ is closed to new replies.