Hi,
"Show Navigation" has been enabled in menu item option.However,why an article navigator buttons does not display on article detail page?
Thanks
goodtognci Hi. I'm not sure, can You please make a small test. Please rename /html/com_content to 0com_content to see if it's not removed/blocked in template's override. Let me know how it went.
Yes,I can see a buttons display on page after renamed the folder com_content.
Does the JA Mood template without prev and next buttons on article page?
Any help?
goodtognci Hi,
Try to use this custom CSS code:
.item-page .item-details .pager { display: block !important; }
paste into the file: [root]/templates/ja_mood (your default template)/css/custom.css (Create this file if it doesn't exist)
Regards