Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Infinite Scroll module released (updated)

 
Reply
   X-Cart forums > News and Announcements
 
Thread Tools
  #11  
Old 07-23-2013, 01:23 AM
  rocky's Avatar 
rocky rocky is offline
 

X-Cart team
  
Join Date: Jul 2005
Posts: 719
 

Default Re: Infinite Scroll module released (updated)

Quote:
Originally Posted by PhilJ
Rocky, could you shed some light on how "SEO Friendly" this module is ?

Or give us some clues as to the SEO advantages with this module, seeing as it's one of your main selling points.

Just curious...

I personally don't think it's SEO friendly at all, but I'd like to be told otherwise...


Yes sure, I'll be glad to shed some light on it.

As you know Google bots don't like Javascript and Ajax, they simply do not parse it. Infinite Scroll (as almost all the others) is based on Javascript. However, it's done the way that Google parses the page as though there is no Infinite Scroll installed. In a nut shell, the page is represented with a pager view.

Thus, Infinite Scroll doesn't enhance SEO, but on the other hand it doesn't affect it in a bad way at all (as most of javascript features do).

Should you have any questions feel free to ask.
__________________
Alexander Dyachkov,
Director of Customer Success
Reply With Quote

The following user thanks rocky for this useful post:
PhilJ (07-23-2013)
  #12  
Old 07-23-2013, 02:00 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Infinite Scroll module released (updated)

I see, many thanks for clarifying
__________________
xcartmods.co.uk
Reply With Quote
  #13  
Old 09-01-2013, 04:50 PM
 
steewu steewu is offline
 

Member
  
Join Date: Sep 2007
Posts: 26
 

Default Re: Infinite Scroll module released (updated)

I manage to fix the thumbnail height size. Might be a bug. After, upgrade from version 4.50 to 4.60 and thumbnail goes wrong.

Here is the fix under /skin/common_files/modules/Infinite_Scroll/product.tpl:

Search for:

PHP Code:
<div class="image" style="width: {$infs_widget_T_max_width}px; height: {$infs_widget_T_max_height}px;"

Replace:

PHP Code:
<div class="image" style="width: {$infs_widget_T_max_width}px; height: 158px;"
__________________
Version Xcart5 5.2.XX
Reply With Quote
  #14  
Old 09-10-2013, 06:46 AM
 
Freakmode Freakmode is offline
 

X-Adept
  
Join Date: Jun 2003
Location: UK
Posts: 696
 

Default Re: Infinite Scroll module released (updated)

Does anyone know how to get this working with the New Arrivals mod?

Seems strange that you end up with different navigation.
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote
  #15  
Old 09-11-2013, 04:05 AM
  ADDISON's Avatar 
ADDISON ADDISON is offline
 

X-Man
  
Join Date: Jan 2008
Posts: 2,613
 

Default Re: Infinite Scroll module released (updated)

Is it OK for a website speed/server load to use Infinity Scroll than normal pagination?
__________________
X-Cart Next: Business 5.2 (learning and testing)
X-Cart Classic: Gold and Gold Plus 4.7
Lots of Modules and Customizations
OS in use: Red Hat Enterprise, Fedora, CentOS, Debian, Ubuntu, Linux Mint, Kali Linux
Ideas for Server configuration (basicaly): Nginx/Pound (reverse proxy), Apache/Nginx (webserver), Squid/Varnish (cache server), HHVM or (PHP-FPM + PHP 5.6 + opcache), MariaDB/Percona MySQL Server, Redis (storing sessions)

You can catch my ideas here: http://ideas.x-cart.com
Reply With Quote
  #16  
Old 11-22-2013, 11:27 PM
 
Learner Learner is offline
 

X-Adept
  
Join Date: Dec 2008
Posts: 807
 

Default Re: Infinite Scroll module released (updated)

Quote:
Originally Posted by steewu
I manage to fix the thumbnail height size. Might be a bug. After, upgrade from version 4.50 to 4.60 and thumbnail goes wrong.

Here is the fix under /skin/common_files/modules/Infinite_Scroll/product.tpl:

Search for:

PHP Code:
<div class="image" style="width: {$infs_widget_T_max_width}px; height: {$infs_widget_T_max_height}px;"

Replace:

PHP Code:
<div class="image" style="width: {$infs_widget_T_max_width}px; height: 158px;"

Not working with my reboot template and x-cart platinum 4.6.1.Images cropped..
__________________
4.6.1 Platinum


Reply With Quote
  #17  
Old 11-23-2013, 06:10 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Infinite Scroll module released (updated)

Quote:
Not working with my reboot template and x-cart platinum 4.6.1.Images cropped..

Here are the relevant files for infinite scroll to work on reBOOT - download
__________________
xcartmods.co.uk
Reply With Quote
  #18  
Old 11-24-2013, 11:04 PM
 
Learner Learner is offline
 

X-Adept
  
Join Date: Dec 2008
Posts: 807
 

Default Re: Infinite Scroll module released (updated)

Quote:
Originally Posted by PhilJ
Here are the relevant files for infinite scroll to work on reBOOT - download

Replaced but not working as expected.Issues are-
1)Thumbnail images always cropped to 91x91 px though I have uploaded 150x150 thumbnail images.
I think problem may comes from line no 37 of X-Cart_Reboot_Infinite_Scroll/upload/skin/reboot/modules/Infinite_Scroll/product.tpl
<img class="img-responsive img-thumbnail" src="image.php?type=T&amp;id={$product.productid}" width="{$product.tmbn_x} height="{$product.tmbn_y}">

2) Grid view/List view is not coming
3) Enable display mode("Page by page/All at once") selection in customer area: is not coming
4)I have set products layout to 4 columns but it is set to 3 again
5)Ac on sale icon is not coming.
__________________
4.6.1 Platinum


Reply With Quote
  #19  
Old 12-05-2013, 12:21 AM
 
Learner Learner is offline
 

X-Adept
  
Join Date: Dec 2008
Posts: 807
 

Default Re: Infinite Scroll module released (updated)

Hello,
@qualiteam you should take care of this as afterall your module is not working in reboot version 2.
__________________
4.6.1 Platinum


Reply With Quote
  #20  
Old 12-05-2013, 04:12 AM
  rocky's Avatar 
rocky rocky is offline
 

X-Cart team
  
Join Date: Jul 2005
Posts: 719
 

Default Re: Infinite Scroll module released (updated)

Quote:
Originally Posted by ADDISON
Is it OK for a website speed/server load to use Infinity Scroll than normal pagination?


Yes, it's absolutely fine.
__________________
Alexander Dyachkov,
Director of Customer Success
Reply With Quote
Reply
   X-Cart forums > News and Announcements



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 09:10 AM.

   

 
X-Cart forums © 2001-2020