Forum Activity for @john-bizley

John Bizley
@john-bizley
04/29/15 02:58:37AM
251 posts

New Sitebuilder: Pagination icons not showing


Using Jamroom

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/
jamroom-loggedIn-icons.jpg jamroom-loggedIn-icons.jpg - 47KB

updated by @john-bizley: 04/29/15 02:59:28AM
John Bizley
@john-bizley
04/28/15 03:14:43AM
251 posts

New Sitebuilder: Pagination icons not showing


Using Jamroom

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.
John Bizley
@john-bizley
04/27/15 01:48:51PM
251 posts

New Sitebuilder: Pagination icons not showing


Using Jamroom

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/

page-pagination-icons.jpg page-pagination-icons.jpg - 19KB

updated by @john-bizley: 06/07/15 03:19:32PM
John Bizley
@john-bizley
04/27/15 07:34:38AM
251 posts

CRI: Query Error: Duplicate entry '/' for key 'page_uri'


Using Jamroom

Happens for me too, stops any updates and also integrity check hangs and does not finish.
John Bizley
@john-bizley
04/26/15 11:45:22AM
251 posts

Tip for adjusting items layout in the new sitebuilder widgets


Design and Skin Customization

So here is the adjusted audio list with me using this code, again your ID will be different so you will have to adjust it for yours.

/* For the latest audio list */
#widget_id-11 .item.widget-item.widget-item-widget_list .row .col4{ width:100%!important }
#widget_id-11 .item.widget-item.widget-item-widget_list .row .col2{ width:50%!important }
widget-after-audio.jpg widget-after-audio.jpg - 49KB

updated by @john-bizley: 04/26/15 11:45:36AM
John Bizley
@john-bizley
04/26/15 11:43:41AM
251 posts

Tip for adjusting items layout in the new sitebuilder widgets


Design and Skin Customization

Here is the audio list which when added didn't look great as items overlapped
widget-before-audio.jpg widget-before-audio.jpg - 38KB

updated by @john-bizley: 04/26/15 11:44:02AM
John Bizley
@john-bizley
04/26/15 11:42:14AM
251 posts

Tip for adjusting items layout in the new sitebuilder widgets


Design and Skin Customization

Here is the after view and the code I used to adjust it, you widget ID will be different so you will have to adjust to yours.

/* For Latest YouTube Videos */
#widget_id-3 .item.widget-item.widget-item-widget_list .row .col2{ width:50%; clear:both; float:left }
#widget_id-3 .item.widget-item.widget-item-widget_list .row .col6{ width:50%; float:left }
#widget_id-3 .item.widget-item.widget-item-widget_list .row .col2 > .p5{ width:100%; clear:both; float:left; padding:2px }

@media only screen and ( min-width:768px )and ( max-width:1020px ) {
#widget_id-3 .item.widget-item.widget-item-widget_list .row .col6{ width:100%; float:left }
#widget_id-3 .item.widget-item.widget-item-widget_list .row .col2{ width:100%; clear:both; float:left }
}
widget-after-video.jpg widget-after-video.jpg - 49KB

updated by @john-bizley: 04/26/15 11:42:34AM
John Bizley
@john-bizley
04/26/15 11:40:30AM
251 posts

Tip for adjusting items layout in the new sitebuilder widgets


Design and Skin Customization

Here is the video list before I added code to it, as you can see the videos look a little small and when resized the text gets a little squished up to the side
widget-before-video.jpg widget-before-video.jpg - 44KB

updated by @john-bizley: 04/26/15 11:40:46AM
John Bizley
@john-bizley
04/26/15 11:39:23AM
251 posts

Tip for adjusting items layout in the new sitebuilder widgets


Design and Skin Customization

When you create new items in the New Sitebuilder here is one way in which you can change the look of them using pure css.

When you add your widgets an id is created for them which enables you to target those widgets. If you eight click and inspect the widgets in firefox, chrome etc you will be able to get the widget id's.

You can view how my changes look by going to my site here http://1940snetwork.com/

I have added two lists in the side panel for the latest videos and the latest audio and also have added a photos page which I have changed how the layout looks there too.

I have added some extra post below showing the before and after views and the code used. You will notice the colour setting look different as used a different skin for the before views as this did not have the code added.

All the css code I just added to the grid css file in the skin.

Here is the code I used for the photos page, I will add more posts below for the others.

/* For the photos list page */
@media only screen and ( min-width:768px ){
#widget_id-12 .item.widget-item.widget-item-widget_list .row .col3{ width:24%; margin:0.5% }}
#widget_id-12 .item.widget-item.widget-item-widget_list .row .col3 > .p5{
padding: 5px;
border: 1px solid lightgrey;
box-shadow: 1px 2px 4px grey;
border-radius: 4px;
}
#widget_id-12 .item.widget-item.widget-item-widget_list .row .col3 > .p5 > .img-profile{
padding: 10px;
border: double 6px bisque;
background: #624949;
}
#widget_id-12 .item.widget-item.widget-item-widget_list .row .col3 > .p5 > .img-profile:hover{
padding: 10px;
border: double 6px gold;
background: #000;
}
updated by @john-bizley: 05/29/15 06:37:52AM
John Bizley
@john-bizley
04/25/15 11:12:18AM
251 posts

Issue regarding new site builder menu creation and mobile view


Installation and Configuration

Since the new site builder has been added the part for creating the menus has gone back to listing the menus you create on the left in reverse again. So for instance on my site I have just two items for now, one for the homepage and one for the photos page. In the navigation they are the correct way around but if you look in the create menu part you have to put the first item at the bottom then the 2nd above it etc etc. Should it not be the first in the nav menu should be the first in the menu list etc.

Also when viewing in mobile the mobile side of things is not taking on the new menu when creating with the new sitebuilder and still shows the old menu. Tried this in Ningja and Lucid so far and both are the same so I presume it will be the same for all the others but not tried them all as yet.
newsitebuilder-menucreatelist.jpg newsitebuilder-menucreatelist.jpg - 77KB

updated by @john-bizley: 05/29/15 09:08:48AM
  4