Jump to content

Recommended Posts

Posted

i am not sure what the difference is between the responsive skin and non responsive skin. i use kurouto and notice more page listings and i seem to get more hits and number of visits using kurouto. when i use the foundation skin i dont get nearly as much. with kurouto i get around 20000 page listings a day and with foundation i get around 7000. is there a reason for this? also on the foundation skin the banner is realy small. is there a way to change that and make it bigger? it makes the site look generic. one more thing i want to mention is on the foundation skin there is no view all page. google search engine list the view all page for the items with a meta heading for it. is there a way to have view all on the foundation skin?

 

 

 

 

Posted

Non-responsive will maintain the same layout no matter what the screen width of the device being used to view the page.

Responsive will have the means (javascript and/or css) to determine the screen width of the device, and re-flow the areas of the page to better "stack" them so that the need to scroll horizontally is greatly reduced if not completely eliminated.

(I am an SEO atheist - I have no answer for any such questions.) Hopefully, someone will join this conversation who really knows "page listings".

In the Foundation template file main.php, near line 34, find:

<div class="row marg-top" id="top_header">

Following that, find these two lines:

<div class="small-4 large-3 columns">

and

<div class="small-8 large-9 columns nav-boxes">

Change large-3 to large-5 and change large-9 to large-7. (The two large values must add up to 12.) Save and view the new layout. If this is not enough space for the logo, try 6 and 6.

This was changed in CC6410 (see Github issue #3133) to solve a Fatal Error that manifested when using PHP8, as it got a lot more picky about how it handles using strings (such as 'all') in math equations.

When manually adding "?page=all" to the web address for a category, the pagination code will use the highest "perpage" value in the skin's config.xml file. This file can be edited to have an additional ridiculously high perpage value, such as 1028.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...