• Resolved carterkay

    (@carterkay)


    Hello,

    Firstly, thanks for a great plugin, it’s just what we needed.

    I have been trying to get the styles right using the Custom Wrapper but I’m not sure exactly what classes or ID’s to add.

    My quick question is by looking at a standard page of my theme, can you please tell me what classes and ID’s I need to add? Here is my page.

    http://mediaworldwide.co.uk/gekko-rising/about/

    At the moment I have added the following to “Wrapper Start HTML:”

    <div style=”background-color: #256092; height: 100%;”><div id=”skrollr-body”><div style=”padding: 20px 20px 20px 20px; background-color: #ffffff; height:100%; width: 80%; max-width: 900px; height:100%; margin: 0px auto; “>

    And the following to “Wrapper End HTML:”

    </div>

    This works to a point but I’m having problems with height and the footer, and I also wanted to include some extra styles which I can’t do at the moment.

    Thanks,
    C

    https://wordpress.org/plugins/wp-listings/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author agentevolution

    (@agentevolution)

    Looking at your current theme you would need a wrapper like:

    Start:

    <div id="et-main-area">
    <div id="main-content">
    
    	<div class="container">
    		<div id="content-area" class="clearfix">
    			<div id="left-area">

    End:
    </div></div></div></div></div>

    Agentevolution….

    I just tried the code you supplied which in my very case what it has done (same theme as “carterkey” is that now all the inside details of any property shows up in the left of the screen giving me a “right slidebar” which is great, HOWEVER, on said “right slidebar” I have added YOUR SEARCHWIDGET and this does not shows up in there and instead, it shows at the page header (hence you can now see 2 impress search widget on the footer

    Is this because I need to add an extra code to the start wrap, or perhaps this now beomes a “my own theme issue”?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to use Custom Wrapper’ is closed to new replies.