Skip Navigation

[Resolved] Loading Speed for Views

This support ticket is created 6 years, 2 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.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

This topic contains 4 replies, has 2 voices.

Last updated by Nigel 6 years, 2 months ago.

Assisted by: Nigel.

Author
Posts
#1128774

Hi I am having slow loading speed for the whole site.. I have the divi theme and toolset plugin installed. I checked gtmetrix and the site is having slow speed, I alreayd installed and setup w3 total cache.. can you help me figure out how to make the directory load faster?

#1128798
rest.png

I tried using pagination but its not lined, as shown at this page and attached image, can you give me a quick fix for this..

URL of the page:
hidden link

#1129098

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Screenshot 2018-10-17 at 12.22.36.png

The pagination links don't come with any styling, it is expected that you will add this according to your needs.

To get the links to display in a horizontal line you'd need to add the following to the custom CSS section:

.wpv-pagination-nav-links-container {
  text-align: center;
}

.wpv-pagination-nav-links-container li {
  list-style-type: none;
  display: inline-block;
  padding: 0 0.5em;
}

If you don't break up the numbers a little you might find you have too many when there are a lot of posts.

I added values for skip and reach attributes and achieved the format shown in the screenshot with this:

[wpv-pager-nav-links output="bootstrap" first_last_links="true" previous_next_links="true" force_previous_next="true" step="2" reach="1"]

See https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-pager-nav-links

#1129421

I have fixed the pagination, but now the search filters are not affecting the listing, it seems like it is showing the same thing over and over again even after changing filters.. here is the page that i am working on: hidden link

New threads created by Nigel and linked to this one are listed below:

https://toolset.com/forums/topic/split-search-filters-not-working/

#1129680

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

We have a one-issue-per-thread policy as it helps to keep the forum organised, so I've split your follow-up question into another thread and I'll continue there.

I think we can close this?