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

    Hi, in enfold the templates by defect are template-builder.php, template-archives.php and template-blank.php.
    I need to create another template like template-builder.php but with not a call to page.php, I need with a call to page2.php.
    page2.php is the same code that page.php but I add a call to royalslider before <div class=’container’>..</div>.
    with this modification I will have the royalslider with fullwidth.

    How to make this template?
    Create a templates is easy but I need a template like template-builder.php but only with this little modification.

    Thanks!!
    Xavier.

    #256134

    Hi xpoveda!

    Thank you for visiting the support forum!

    Have you tried adding the revolution slider shortcode inside a Color Section? Add an ID, edit the section then look for the “For Developers: Section ID”. Let’s use the id revo-section for example. Add this on Quick CSS or custom.css to force the color section’s container to full width:

    #revo-section .container {
    width: 100%;
    }

    Inside the color section, add a text block with the revolution slider shortcode inside.

    Cheers!
    Ismael

    #256230

    Hi Ismael, I use royalslider, not revolution slider.

    I need full width with royaslider, the problem is the class “container”.

    Can you help me with some css instructions solve this problem?
    http://escalamas.pintanet.com/?page_id=2

    I want the royal slider with 100% screen width.
    The problem is not of plugin is the container class.

    I need 100% screen width with royal slider, like layer slider of enfold.

    Thanks so much!!!

    Xavier.

    #256246

    Solved!!!

    color section and #name_section .container { width: 100% !important; }

    Thanks so much!!!

    Xavier.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘create new template’ is closed to new replies.