New Sitebuilder: Pagination icons not showing

John Bizley
John Bizley
@john-bizley
9 years ago
251 posts
When adding lists and the results go into another page the icons for the navigation are not showing up, you can see this on my homepage for the activity and latest videos.

http://1940snetwork.com/

updated by @john-bizley: 06/07/15 03:19:32PM
michael
@michael
9 years ago
7,714 posts
Try resetting the icon cache:
ACP -> SYSTEM CORE -> TOOLS -> RESET CACHES -> Reset Icon Cache
John Bizley
John Bizley
@john-bizley
9 years ago
251 posts
michael:
Try resetting the icon cache:
ACP -> SYSTEM CORE -> TOOLS -> RESET CACHES -> Reset Icon Cache

Tried that several times and they still don't show, also when you select as page from the pagination drop down select box it does not change page.
michael
@michael
9 years ago
7,714 posts
Try ctrl+F5 to reset your browsers cache (as opposed to the servers cache.) guessing it could be your browser not showing it.

I'll check out the page jumper issue. Thanks.

--edit--
Page jumper is working on my dev site. Got a URL for where its not working on your site?
updated by @michael: 04/28/15 07:16:42PM
John Bizley
John Bizley
@john-bizley
9 years ago
251 posts
Thanks Michael but yes I always clear my browser cache for changes but here is the thing I have noticed on further investigation.
When I am logged in I see the icons as in the image yet when I view the site logged out they are shown correctly.
Also with regards to the pagination page jumper it does now change page but there is another issue.
If you go to the latest youtube on my home page and change the page using the drop down pagination the page changes but it also changes the others on the page. So if you keep an eye on the activity feed to the left you will also see that change page number also rather than just the YouTube list.
I have also shortened the length of the audio list so you can see that changes as well. So it's not staying unique to the widget you are changing page for.

Here my url: http://1940snetwork.com/
updated by @john-bizley: 04/29/15 02:59:28AM
douglas
@douglas
9 years ago
2,790 posts
Are you using the latest version of the new Site Builder or are you using the old one?

If you are using pager=true in your jrCore_list function, that will only work for one list per page, you can't use the pager more than once per page.

If you are using the newest Site Builder, you can set the "Container Settings" to a "Tabbed" layout and paging should work for each list separately.


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
John Bizley
John Bizley
@john-bizley
9 years ago
251 posts
It's the new one in beta.
So if I add multiple widgets to a page then you are saying I can only have one paging option on only one of the widgets ? If so then I think this needs to be altered so each of the widgets added could have their own pagination. Yes by adding them into the tabbed side of things does allow the pagination to work but limits the design option of the page. If you go the homepage now after adding the tabbed layout you can see it doesn't give the desired affect for the page as before.
widgetlayout.jpg
widgetlayout.jpg  •  76KB


updated by @john-bizley: 04/29/15 05:29:16AM
douglas
@douglas
9 years ago
2,790 posts
Since your using the new Site Builder, you can have multiple lists with paging, you just need to change the Container Settings to Tabbed instead of Stacked.


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
John Bizley
John Bizley
@john-bizley
9 years ago
251 posts
douglas:
Since your using the new Site Builder, you can have multiple lists with paging, you just need to change the Container Settings to Tabbed instead of Stacked.

Douglas that's the point I am making as in my post above, I don't want to have to tab them. By not tabbing them I can then keep the side column showing content as the user scrolls down from various sections shown in the lists. If i have it tabbed then they have to go all the way back to the top to select another tab, also if the content showing in a tab is short then the whole side column looks empty.
douglas
@douglas
9 years ago
2,790 posts
Yeah, I see what your saying, but the only way to use multiple paging lists on a single page is to use the tabbed version since they are setup for this. I'm not aware of any other way while using the Site Builder.


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
michael
@michael
9 years ago
7,714 posts
John Bizley:....When I am logged in I see the icons as in the image yet when I view the site logged out they are shown correctly....

Right, thats useful, I'll check it out.


Quote: ... with regards to the pagination page jumper it does now change page but ... If you ... change the page ... the page changes but it also changes the others on the page...

That's expected behaviour. Using the pagination will go to the same url but put p=2 in the url. All sections using pagination are waiting for that p and will go to that page.

The only way to change just the section that was clicked on would be to make that section change via ajax. We've talked about it (internally) before and decided that ajax level skin stuff should be individual customizations.

I'll take another look at what the issues are and see if any new ideas come up.
michael
@michael
9 years ago
7,714 posts
The step I'm unable to reproduce is the one to get the images to display incorrectly. Would you mind setting up an admin account for me on your site, so I could login and see it happening on your site?

For me its working fine as both the admin user and logged out.
John Bizley
John Bizley
@john-bizley
9 years ago
251 posts
michael:
The step I'm unable to reproduce is the one to get the images to display incorrectly. Would you mind setting up an admin account for me on your site, so I could login and see it happening on your site?

For me its working fine as both the admin user and logged out.

Thanks Michael, will send over some info for you.
michael
@michael
9 years ago
7,714 posts
Got it. The issue is when a page is over-ridden with the Site Builder system, the over-ridden page is parsed first even though its not used. So its including the CSS for the icons, then not being displayed.

When Site Builder gets there it sees the flag for the icons is up so doesn't include the necessary icon_css files because it thinks they are already in the source code.

Got a way to stop the non-used page to not be parsed coded out now, just need to make sure its not going to break something else. Once the others have a had a chance to give it a look over, we'll get it released.

Thanks for helping locate this issue, it being fixed should speed up the page load times. :)
John Bizley
John Bizley
@john-bizley
9 years ago
251 posts
michael:
Got a way to stop the non-used page to not be parsed coded out now, just need to make sure its not going to break something else. Once the others have a had a chance to give it a look over, we'll get it released.

Thanks for helping locate this issue, it being fixed should speed up the page load times. :)

No worries Michael, glad the issue was found. Thanks for your time looking into this.

John :-)
updated by @john-bizley: 05/01/15 02:05:56AM
brian
@brian
9 years ago
10,148 posts
This requires a core update, so it may be a little bit longer before we can get this released - the area the code change is in can impact other modules, so we just have to test that everything is going to work great after the changes.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
John Bizley
John Bizley
@john-bizley
9 years ago
251 posts
brian:
This requires a core update, so it may be a little bit longer before we can get this released - the area the code change is in can impact other modules, so we just have to test that everything is going to work great after the changes.

Thanks for the update Brian, it's not a major thing for me at this time but more to report in any issues found for the sitebuilder beta in case others using it on live sites may come accross it.

Tags