[Resolved] Set title-attribute within pagination links
This support ticket is created 7 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
I want to set the html title-attribute within pagination shortcode, but can´t do this.
The standard link title is always the number of pagination number. For example the html-oupt here prints page 2.
I can set this with jQuery and JavaScript. But think it would be much more nicer to set a title label with the shortcode. ex. with title_text. [wpv-pager-nav-links previous_next_links="true" text_for_previous_link="zurück" text_for_next_link="vor" output="bootstrap" title_text="Seite"]
What is the status of this solution? I experience the same problem, the navigation numbers have a title which shows on hover, I tried removing the title attribute with jQuery (see end of post), but this solution doesn't work when using the ajax filter. After filtering the title attribute is created again.
I just can't find a solution and the pop-up on hover is ugly. I hope that there is a solution by now?