@page {
size: letter portrait;
}
@page {counter-increment: page}
@page {
@bottom-right {
content: counter(page)
}
}
But this won’t work at all. Does the CSS code in the plugin take higher precedence over a print.css file?
Thank you!
]]>#_EVENTTIMES Uhr
#_EVENTLINK
[/events_list_grouped]
i run EM Version 6.4.7.1 with EMP Version 2.6.9.2 on WP Version 6.4.3
WP Safe Mode has not been tested with the last 3 major WP releases, so i have NOT installed that probable booby trap, sorry. but i have manually disabled all plugins that i installed recently that might coincide with the problem – no changes, the problem persists.
any fixes i found in the forums seem to address ajax problems, but i tried adding any code snippets and such – no changes, the problem persists.
i’d be happy for any help – thank you so much!
Your response will be really appreciated!
]]>The Theme: NEWSANCHOR
The Details: I am using the “Static Front Page”, and the option to “Display latest posts” on that front page. So my site’s homepage is a nice list of posts, one under each other, each post looking like the visual example below.
The Issue: please help me with a line of code, or something to use in the theme’s Newsanchor Child – in the functions.php, as to not show the “number of pages” under each “post summary text” on the main page, where the posts are listed. I added a screenie for clarity. (or if there is another way to remove/not show those “Pages: 1 2 3” text)
I would appreciate so much if you could help me, as I am not very tech savvy. Thank you very much!
]]>AVInside.co.za runs a classified section and has a number of classifieds.
The adverts-pagination and page-numbers work fine on desktop and tablet, but only shows the first page number on mobile, so people are unable to view the additional adverts.
Please could you advise on how to correct this issue.
]]>I created a View More option at the bottom of the page in order too see all the stock (it’s an e-commerce website).
However I would much rather implement page numbers as I think this is a much better experience for customers.
The issue is I have no idea how to do this?
PS. I am a Digital Marketing Apprentice so this is all new to me!
]]>Goal:
1. Hide pagination on homepage so that only the full content of the latest post is displayed.
2. Show pagination in all other pages like the Archive and Blog pages.
Current set up:
– OceanWP theme.
– The additional CSS that I have ends up hiding pagination everywhere on the website:
/*hide pagination*/
ul.page-numbers {
display: none;
}
]]>