-
AuthorPosts
-
January 27, 2018 at 4:55 pm #903693
Hi,
I have installed a pagination plugin but cant remove the original pagination from editor which shows only numbers 1 2 3 4 5 etc
So now both paginations are visable which looks stupid:
http://www.fullhealthsecrets.com/page/2/I also want to know why pagination i editor show only numbers without higligting the currant open page number? There is no option to add next or previous The numbers are v small etc. If I used only the editors pagination people will not even notice there are other pages !
- This topic was modified 6 years, 9 months ago by samgrom.
January 27, 2018 at 9:13 pm #903747Hey Slawomir,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .pagination_split_post { display: none !important; }
Hope this helps.
Best regards,
NikkoJanuary 28, 2018 at 12:43 pm #903866Cheers Nikko,
It works for pc but not for mobile. Any idea how to remove it from mobile phone?
Another problem with mobile is that the numbers are not aranged at the full lenght of the screen but form rows one under another which looks like this
1234
5678
910
Please helpJanuary 29, 2018 at 5:03 am #904001Hi,
The code I gave should get rid of the other pagination (one without borders), as for the other pagination (with border) showing in the order you posted, try adding this code:
#top .pgntn-page-pagination-block { width: 100% !important; }
Hope this helps.
Best regards,
NikkoJanuary 29, 2018 at 9:23 pm #904429Thanks mate,
I have managed to solve the with problem in settings of the plugin
but you havent mentioned anything about mobile phone issue i asked for please?January 30, 2018 at 12:54 am #904549Hi,
The instruction I gave on my previous reply should fixed the mobile phone issue having the pagination look like:
1234
5678
910
the problem was only 50% of the screenwidth is set to that pagination.Best regards,
NikkoJanuary 30, 2018 at 1:06 pm #904818Thanks mate but it didn’t solve the problem of double pagination which shows only in mobile phone.
Can you help with this problem please?
It looks like that
1234567
1 2 3 4 5 6 7
The upper one is the pagination from editor and the lower one from plug-inJanuary 30, 2018 at 1:28 pm #904843Hi,
Yes, this should have fixed the issue on the double pagination:
#top .pagination_split_post { display: none !important; }
if that doesn’t help, try adding this instead:
#top #main .pagination_split_post { display: none !important; }
Best regards,
NikkoJanuary 30, 2018 at 1:41 pm #904857Sorry Nikko,
Tried both but the upper pagination doesent disappear in mobile?January 30, 2018 at 1:43 pm #904862Hi,
Can you try to clear the browser cache and check, if that doesn’t work, can you post a screenshot on how it looks on your end?
Best regards,
NikkoJanuary 30, 2018 at 1:53 pm #904875clearing the mobile browser cache worked even without additional codes!
Thanks a lot Nikko- This reply was modified 6 years, 9 months ago by samgrom.
January 30, 2018 at 2:26 pm #904903I want to write new query could you remind me how to do it pls?
January 30, 2018 at 3:05 pm #904933I would like to ask how to add a short list of latest blog posts (only titles) with small images from them in homepage in the following sequence:
- This reply was modified 6 years, 9 months ago by samgrom.
January 31, 2018 at 4:59 am #905335Hi,
You’re welcome, what query are you referring to? maybe using widgets would help?
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.