Skip Navigation

[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.

Sun Mon Tue Wed Thu Fri Sat
- - 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00
- - - - - - -

Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)

This topic contains 4 replies, has 4 voices.

Last updated by seanM-6 7 years, 5 months ago.

Assisted by: Beda.

Author
Posts
#536013

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.

<a class="wpv-filter-pagination-link js-wpv-pagination-link page-link" title="2" href="..........&wpv_paged=2" data-viewnumber="14162" data-page="2">2</a>

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"]

<a class="wpv-filter-pagination-link js-wpv-pagination-link page-link" title="Seite 2" href="..........&wpv_paged=2" data-viewnumber="14162" data-page="2">2</a>

Is this possible?

#536062

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

I will forward your concern as a feature request to the right person and he will get in touch with you as soon as possible.

#536469

I will see what we can do here.

The problem is a little that the more options in the GUI, it gets more and more confusing.

But I will see what we can do here and update you as soon as I have news.

#538168

Thank you. Very nice.

#906066

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?

jQuery("a.wpv-filter-pagination-link").removeAttr("title");