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

X-Cart - reBOOT - Responsive Template

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #1001  
Old 07-02-2015, 04:45 AM
 
Freakmode Freakmode is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Phil - how do I remove lazy loading of category images?
Product images are very quick now but still get spinning disc and delay on cat images.

Thanks
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote
  #1002  
Old 07-04-2015, 07:54 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Phil - how do I remove lazy loading of category images?

Edit skin/reboot/customer/main/subcategories_t.tpl replace...

Code:
<img class="lazy" src="{$AltImagesDir}/spacer.gif" data-src="{get_category_image_url category=$subcategory}" alt="{$subcategory.category|escape}" />
with...
Code:
<img src="{get_category_image_url category=$subcategory}" alt="{$subcategory.category|escape}" />
reBOOT v4 will use a different lazy loading technique. Planning to release v4 mid July.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
Freakmode (07-06-2015)
  #1003  
Old 07-14-2015, 05:02 AM
  johngwms's Avatar 
johngwms johngwms is offline
 

Senior Member
  
Join Date: Mar 2013
Location: North Wales
Posts: 191
 

Default Re: X-Cart - reBOOT - Responsive Template

Phil

How can I make reB3.51 WordPress Post Titles have an H1 Tag?

At the moment my posts do not have H1 defined and Google never seems to pick them up.
__________________
John Legg
www.TheDebugStore.com

5.4.1.18 Business, Crisp White Skin Template
Backorder-Preorder Module
X-Cart to Zoho Creator (in progress)
Zoho Creator <-> Zoho Inventory for order processing
NGINX hosted - XC virtual server
Reply With Quote
  #1004  
Old 07-14-2015, 05:15 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Hi John, on blog pages, it should already be a H1, but for blog page listings, edit /blog/wp-content/themes/alienship/inc/template-tags.php

Find line 150, replace...
Code:
$entry_title = sprintf( '<h2 class="entry-title"><a class="entry-title" title="%s" rel="bookmark" href="%s">%s</a></h2>', the_title_attribute( 'echo=0' ), get_permalink(), $title );
With...
Code:
$entry_title = sprintf( '<h1 class="entry-title"><a class="entry-title" title="%s" rel="bookmark" href="%s">%s</a></h2>', the_title_attribute( 'echo=0' ), get_permalink(), $title );
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
johngwms (08-04-2015)
  #1005  
Old 08-04-2015, 02:22 AM
 
Freakmode Freakmode is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Removed - just my inability to read
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote
  #1006  
Old 08-04-2015, 02:38 AM
  johngwms's Avatar 
johngwms johngwms is offline
 

Senior Member
  
Join Date: Mar 2013
Location: North Wales
Posts: 191
 

Default Re: X-Cart - reBOOT - Responsive Template

Hi Phil

That fix works but unfortunately it also converts all blog titles on the blog home page to H1 tags also. It seems that the is_singular() funtion on line 146 is not functioning as it should.
__________________
John Legg
www.TheDebugStore.com

5.4.1.18 Business, Crisp White Skin Template
Backorder-Preorder Module
X-Cart to Zoho Creator (in progress)
Zoho Creator <-> Zoho Inventory for order processing
NGINX hosted - XC virtual server
Reply With Quote
  #1007  
Old 08-04-2015, 09:06 AM
 
mendyo mendyo is offline
 

Member
  
Join Date: Jul 2011
Posts: 20
 

Default Re: X-Cart - reBOOT - Responsive Template

Phil,

I am updating my site and want to know if I need to purchase an update to go from 2.32 to the latest version. I believe you are very close to releasing the latest version 4.7.3. Do you have an availability date?

Please let me know what I need to do ASAP as my developer needs to know how to proceed.

Best,

Mendy Ouzillou
__________________
X-Cart Gold 4.4.3

BCS Engineering:
Global Product Options
Advanced Product Ratings and Reviews
Shipping Insurance
Authorize.net DPM Module

Cart On Steroids:
Abandoned Carts Reminder

RPX:
Janrain Engage

The XCart Store:
Xbanners

WebsiteCM:
CDSEOpro with patches
Remember Anonymous Cart

xcartmods.co.uk:
Customer Testimonials
Smart Comments
Social Bookmarking (with extra mods)
Reply With Quote
  #1008  
Old 08-05-2015, 08:23 PM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,964
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Originally Posted by mendyo
Phil,

I am updating my site and want to know if I need to purchase an up to date to go from 2.32 to the latest version. I believe you are very close to releasing the latest version 4.7.3. Do you have an availability date?

Please let me know what I need to do ASAP as my developer needs to know how to proceed.

Best,

Mendy Ouzillou

Hi Mendy!

Phil is testing now. You can keep up to date here --> https://www.xcartmods.co.uk/reboot/#tab3
Quote:
reBOOT v4 nearly ready, coming early August ...

5th August - Final testing / optimization in progress ...
So should be very soon

Hope this helps!

Paul (The Meteorite Exchange, Inc.)
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote

The following 2 users thank elmirage001 for this useful post:
ITVV (08-05-2015), PhilJ (08-06-2015)
  #1009  
Old 08-06-2015, 06:54 AM
 
mendyo mendyo is offline
 

Member
  
Join Date: Jul 2011
Posts: 20
 

Default Re: X-Cart - reBOOT - Responsive Template

Thank you Paul. I did see that and was hoping for a more definitive date.

My developer is stuck until I can get the latest release which seems well worth waiting for.

Mendy
Reply With Quote

The following user thanks mendyo for this useful post:
elmirage001 (08-06-2015)
  #1010  
Old 08-06-2015, 10:07 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Hi All, it will be released on Monday 10th. Apologies to everyone for the delay, but better to be safe than sorry.

I'm just finalising the product page and the header layouts. I'll be optimising, documenting and testing all weekend in readiness for Monday.

PM me or go on my live chat for a preview link.

Settings
__________________
xcartmods.co.uk
Reply With Quote

The following 4 users thank PhilJ for this useful post:
chamberinternet (08-06-2015), elmirage001 (08-06-2015), ITVV (08-06-2015), voodoo1967 (10-15-2019)
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4


Thread Tools

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 06:37 AM.

   

 
X-Cart forums © 2001-2020