Notifications
Clear all

[Solved] Sidebars coming after page break

4 Posts
2 Users
2 Likes
1,731 Views
(@giludi)
New Member
Joined: 7 years ago
Posts: 3
Topic starter  

Hi,

When using Advanced Content Pagination, the sidebars don't appear after the text, only as sidebar on the last page. How to solve that problem. Thanks

giludi


   
Tom reacted
Quote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4172
 

Please leave some URL where you use ACP and sidebar is broken.


   
ReplyQuote
(@giludi)
New Member
Joined: 7 years ago
Posts: 3
Topic starter  

You can see the problem at:

http://usa.clipsandvideos.com/50-greatest-western-time/

Guy


   
ReplyQuote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4172
 

That because you'v inserted [nextpage] shortcode in wrong place, you should make sure the open HTML tage and the close HTML tags are wrapped in the same page. You can check it in post editor Text mode.

e.g. this is a wrong usage:

[nextpage]
<div class="ax">
.........sometext..........
[/nextpage]
[nextpage]
</div>
<div class="bx">
.........sometext..........
</div>
[/nextpage]

And this is the correct usage:

[nextpage]
<div class="ax">
.........sometext..........
</div>
[/nextpage]
[nextpage]
<div class="bx">
.........sometext..........
</div>
[/nextpage]

   
Tom reacted
ReplyQuote
(@giludi)
New Member
Joined: 7 years ago
Posts: 3
Topic starter  

Thanks a lot


   
ReplyQuote
Share:
Scroll to top