Paging MiniFrontpage
- Posted by Johnson (15) Offline
I have 7 articles but have to create 2 more items for the pagination to appear.
Should appear only the articles and not those red, correct?
10 years 10 months ago #19
by Johnson
Should appear only the articles and not those red, correct?
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Should appear only the articles and not those red, correct?
it because you added the red background to ..mfp-table-cell-inner
Please add this code to your modified minifrontpage css file :
.mfp-introtitle {
background:#e85555;
display:block;
padding:0 0 10px 0;
box-shadow: 1px 1px 4px 2px #ccc;
-webkit-box-shadow: 1px 1px 4px 2px #ccc;
-moz-box-shadow: 1px 1px 4px 2px #ccc;}
then change the code :
.mfp-table-cell-inner {
background: #e85555;
width: 290px;
height: 380px;
margin: 30px 0;
box-shadow: 1px 1px 4px 2px #ccc;
-webkit-box-shadow: 1px 1px 4px 2px #ccc;
-moz-box-shadow: 1px 1px 4px 2px #ccc;
}
to
.mfp-table-cell-inner {
width: 290px;
height: 380px;
margin: 30px 0;
}
Please Log in or Create an account to join the conversation.
- Posted by Johnson (15) Offline
Yes, exactly!
However if unpublish articles 2 and 7 leave only this single item not appear on the page, understand?
I will unpublish and leaves only 7 and you access the page to see how it does not create paging. See? Gone paging, this single item would have to appear on another page.
10 years 10 months ago #21
by Johnson
However if unpublish articles 2 and 7 leave only this single item not appear on the page, understand?
I will unpublish and leaves only 7 and you access the page to see how it does not create paging. See? Gone paging, this single item would have to appear on another page.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
I don't understand this part, sorryI will unpublish and leaves only 7 and you access the page to see how it does not create paging. See? Gone paging, this single item would have to appear on another page.

Please Log in or Create an account to join the conversation.
- Posted by Johnson (15) Offline
He makes paging if you have a minimum 8 published articles.
In case I have 7 and this single does not appear.
Understand?
10 years 10 months ago #23
by Johnson
In case I have 7 and this single does not appear.
Understand?

Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Ah I see. Then it won't be a big problem for you, right? You will have more than 7 published articles in the future, right?
10 years 10 months ago #24
by TemplatePlazza
Please Log in or Create an account to join the conversation.