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
  #991  
Old 06-04-2015, 12:10 AM
 
Freakmode Freakmode is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

With the Social Sharing option on each product the Pinterest button does not show an image when used
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote
  #992  
Old 06-04-2015, 07:39 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 Freakmode
With the Social Sharing option on each product the Pinterest button does not show an image when used
Try the following

In skin/reboot/custom/product_sharing_buttons.tpl

Change:
Code:
<a class="btn btn-danger ttip_n" title="Pinterest" href="//pinterest.com/pin/create/button/?url={$http_location}/{$canonical_url}&media={$http_location}/image.php?type=T&id={$product.productid}&description={$product.product}" target="_blank"> <i class="fa fa-pinterest"></i> </a>
To:
Code:
<a class="btn btn-danger ttip_n" title="Pinterest" href="//pinterest.com/pin/create/button/?url={$http_location}{$smarty.server.REQUEST_URI}&media={$product.image_url|amp}&id={$product.productcode}&description={$product.product}" target="_blank"> <i class="fa fa-pinterest"></i> </a>

If your store is HTTPS see Steve's post http://forum.x-cart.com/showpost.php?p=384126&postcount=13 to set $http_location = $https_location so you don't have to manually change the {$http_location} code in all your templates.
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote

The following user thanks elmirage001 for this useful post:
Freakmode (06-05-2015)
  #993  
Old 06-05-2015, 04:02 AM
 
Freakmode Freakmode is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Cheers pal, that works really well now.
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote

The following user thanks Freakmode for this useful post:
elmirage001 (06-05-2015)
  #994  
Old 06-07-2015, 10:43 PM
 
Bluemonk Bluemonk is offline
 

Advanced Member
  
Join Date: Apr 2010
Posts: 47
 

Default Re: X-Cart - reBOOT - Responsive Template

Is it possible to post a product page video that is not hosted on youtube or vemio? The video is hosted elsewhere and I have the video URL.

Thanks in advance.
__________________
X-cart Gold V4.7, Ultra skin
Reply With Quote
  #995  
Old 06-07-2015, 11:57 PM
 
Freakmode Freakmode is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Phil the fix you did for pagination in our new arrivals can you remember what is was as it also needs to be implemented in "On Sale"
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote
  #996  
Old 06-08-2015, 04:33 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Is it possible to post a product page video that is not hosted on youtube or vemio? The video is hosted elsewhere and I have the video URL.
Hosted MP4 videos will be possible in v4. For now you'll have to make do with youtube and vimeo.

Quote:
Phil the fix you did for pagination in our new arrivals can you remember what is was as it also needs to be implemented in "On Sale"
skin/reboot/customer/main/pagination.tpl
Code:
{assign var="navigation_script" value="new_arrivals.php"}
and
Code:
{assign var="navigation_script" value="on_sale.php"}
(replace the code in green with your rewritten page names, including forward slashes)
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
Freakmode (06-08-2015)
  #997  
Old 06-08-2015, 07:49 AM
 
Freakmode Freakmode is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Another one Phil. Is there a list of changes between default template and reBoot for structured data markup? We use the CDSEO plugin but its giving lots of errors since the change of template.
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote
  #998  
Old 06-17-2015, 01:20 PM
 
kosch kosch is offline
    
Join Date: Jun 2015
Posts: 1
 

Default Re: X-Cart - reBOOT - Responsive Template

This template is looping javascript on every image on the page including the sliders. Is there anyone who knows what is causing this? It's happening on the demo site as well. If I resize the window it takes a few seconds to refresh, too.
__________________
-kosch
Reply With Quote
  #999  
Old 06-23-2015, 03:47 PM
  tam10's Avatar 
tam10 tam10 is offline
 

eXpert
  
Join Date: Mar 2007
Posts: 252
 

Default Re: X-Cart - reBOOT - Responsive Template

What can i do for the site images to load faster?
__________________
Tammy
x-cart gold + 4.7.2
x-cart 5.2.10

Reply With Quote
  #1000  
Old 06-30-2015, 07:47 PM
  bullfrog's Avatar 
bullfrog bullfrog is offline
 

eXpert
  
Join Date: Oct 2004
Location: Oregon, USA
Posts: 366
 

Default Style lost when "Use speed-up tool for CSS" is checked

I have two 4.7.2 sites setup, both with reBOOT 3.5.1. I developed the sites with the "Use speed-up tool for CSS" option in X-Cart admin unchecked because I can use all the nice Firefox tool add-ons during development.

Now that one of the sites has gone live, I checked the speed-up tool box. Style based on the edited theme css file disappeared. In my case I used 02.css. Below is an image link to the before and after site appearance of the live site. I'm not sure if other reBOOT css files are no longer working.

I went to my other development url (zzzzap.com) and the same is happening there.

Does anyone have experience with this? Any advice about what I can do to use CSS minifying after the site is live? Thanks.

http://croakcity.com/use_of_speedup_tool.jpg
__________________
Bullfrog ~~~ X-Cart Gold v4.7.2 (2) v4.7.8. ⌠If the road is easy, you're likely going the wrong way.■ ― Terry Goodkind
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



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 01:22 PM.

   

 
X-Cart forums © 2001-2020