Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

blank previous - next buttons

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hello,
When I activate the page-navigation plugin, the previous and next buttons appear in the article but they are empty (no text). They do function. Is this a CSS-problem? If so, how can I fix this? See juupke.nl/wie-zijn-wij/onze-missie
Kind Regards,
Jos.
  • josfrenken's Avatar
  • josfrenken
  • 12 Month basic
  • 117 posts
  • 3 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hello,
I don’t know why buttons are empty but you can try to add these css rules in your custom.css file ;)
ul.pager.pagenav li.previous a:after {
    content: 'previous';
}
ul.pager.pagenav li.next a:after {
    content: 'next';
}
  • Lorenzo's Avatar
  • Lorenzo
  • LIfetime Developer - Big Bamboo
  • 369 posts
  • 11 Thanks
  • Karma: 2
Last Edit: 6 years 5 months ago by Lorenzo.
The administrator has disabled public write access.
The following user(s) said Thank You: josfrenken
Hello Lorenzo,
Thank you for your help. Text is now displaying inside the buttons.
I was hoping to ad the title of the next or previous article. This is an option in the Joomla-plugin, so I guess the plugin isn't working correctly.
But at least there is a text now :) !!
Kind Regards,
Jos
  • josfrenken's Avatar
  • josfrenken
  • 12 Month basic
  • 117 posts
  • 3 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi Jos,

It is due to a change in the Joomla core code which means the override in the template no longer works correctly

I'll talk to the developers about an update to the buildr template

Apologies for the inconvenience

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: josfrenken
I have the same problem here.
but
ul.pager.pagenav li.previous a:after {
content: ‘previous’;
}
doesn't work

hope for an update

thx
  • marc's Avatar
  • marc
  • 12 Month Developer
  • 101 posts
  • 3 Thanks
  • Karma: 0
Last Edit: 6 years 5 months ago by marc.
The administrator has disabled public write access.
Hello,
strange :dry: if it works with 'next' it should work with 'previous'. The rule is the same (look at the screenshot). Try to clear the cache.

  • Lorenzo's Avatar
  • Lorenzo
  • LIfetime Developer - Big Bamboo
  • 369 posts
  • 11 Thanks
  • Karma: 2
The administrator has disabled public write access.
cache cleared as usal still no previous text in any site

regards marc
  • marc's Avatar
  • marc
  • 12 Month Developer
  • 101 posts
  • 3 Thanks
  • Karma: 0
The administrator has disabled public write access.
If it works with 'next' it should work with 'previous' and if it works in the Chrome DevTools Elements panel it must work on live site.
Check you syntax.
How did you write the rules, exactly how they are written above?
  • Lorenzo's Avatar
  • Lorenzo
  • LIfetime Developer - Big Bamboo
  • 369 posts
  • 11 Thanks
  • Karma: 2
The administrator has disabled public write access.
/*pagenav*/

ul.pager.pagenav li.previous a:after {
content: ‘previous’;
}
ul.pager.pagenav li.next a:after {
content: 'next';
}
  • marc's Avatar
  • marc
  • 12 Month Developer
  • 101 posts
  • 3 Thanks
  • Karma: 0
The administrator has disabled public write access.
...and if you add !important it works?
ul.pager.pagenav li.previous a:after {
    content: 'previous'!important;
}

try also
.pager li.previous a:after {
    content: 'previous'!important;
}
  • Lorenzo's Avatar
  • Lorenzo
  • LIfetime Developer - Big Bamboo
  • 369 posts
  • 11 Thanks
  • Karma: 2
Last Edit: 6 years 5 months ago by Lorenzo.
The administrator has disabled public write access.
... as I can see you use the wrong quotes ... :whistle:

  • Lorenzo's Avatar
  • Lorenzo
  • LIfetime Developer - Big Bamboo
  • 369 posts
  • 11 Thanks
  • Karma: 2
The administrator has disabled public write access.
Did you copy - paste? Then you have ‘previous’ instaed of 'previous' (look carefully ;) ).

Kind Regards,
Jos
  • josfrenken's Avatar
  • josfrenken
  • 12 Month basic
  • 117 posts
  • 3 Thanks
  • Karma: 1
The administrator has disabled public write access.
yes -'- it works now
thanks a lot

regards marc
  • marc's Avatar
  • marc
  • 12 Month Developer
  • 101 posts
  • 3 Thanks
  • Karma: 0
The administrator has disabled public write access.
Thanks Guys

We need to fix this one

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers