Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26221

    Hi:

    I have purchased the showbiz plugin and I want to do a portfolio of a fullwidth page. I wrote to the autor of the plugin and he said me to answer to you about the problem. In fact, his answer was: “Hi,Thanks a lot for purchasing our item and for your question. To get in fullwidth, you will need to embed the Shortcut of the slider into the template php where you wish to use it, or you have to ask your Theme Author if he has any shortcut to get fullwidth within the boxed containers. The problem is that the slider will take the max dimensions of the container which is wrapping it, and in case you have a boxed layout, it can not get outside of this container. Most of theauthors has also some workaround for this to be able to close the boxed containers, go fullwidth and after open again the boxed parts.I hope your Theme Author will be able to help you with this? Other way please feel free to send us your WP credentials, and i try to take a look on the possibilities.”

    My question is… If the container is a widget one, how could I transform it in a fullwidth?

    Thanks a lot for the answer in advance.

    #129733

    You’d need to add the slider into a “color section” element. Then use the “For Developers: Section ID” option to give this section an unique id/name (eg “fullwidthshowbiz” – without the quotes). Afterwards you can expand the section to 100% of the website with by using following css code (i.e. insert it into the quick css field):

    #fullwidthshowbiz .container {
    width: 100% !important;
    }
    #129737

    Thank you very much for the quick support. You are great!

    #129738

    Hi!

    Glad it works now :)

    Best regards,

    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Fullwidth in showbiz pro’ is closed to new replies.