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
  #1421  
Old 11-18-2019, 02:55 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Yes, those 3 steps are correct and safe to perform to remove the WP blog.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
peggyr (11-18-2019)
  #1422  
Old 11-19-2019, 12:39 PM
  peggyr's Avatar 
peggyr peggyr is offline
 

X-Adept
  
Join Date: Dec 2005
Posts: 631
 

Default Re: X-Cart - reBOOT - Responsive Template

One other update needed to 'remove' the Wordpress blog was update, auth.php and remove the blog add on

# Remove BLOG add on
# if ($config['Reboot']['reboot_blog_addon'] == "Y") {
# include './reboot_blog_latest.php';
# }

Peggy
__________________
X-Cart GP 4.7.12 | XCARTMODS.CO.UK reBOOT (reDUX)4.7.12.8 | Live
IONOS Hosting | Linux | PHP 7.4.33 | MySQL 5.7
Reply With Quote

The following user thanks peggyr for this useful post:
elmirage001 (11-22-2019)
  #1423  
Old 11-29-2019, 04:13 AM
  zone1creative's Avatar 
zone1creative zone1creative is offline
 

eXpert
  
Join Date: Jan 2009
Location: Hove, UK
Posts: 341
 

Default Re: X-Cart - reBOOT - Responsive Template

Hi Is there a way we could show the basket total and number of items in the basket on reboot for desktop and mobile.

It would need to update on the add to basket popup too?

A bit like in the images attached.
__________________
Pinakin Patel
Zone1 Creative Ltd
http://www.zone1creative.co.uk/
Reply With Quote
  #1424  
Old 11-29-2019, 05:14 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Hi Pinakin, look for the setting "Minicart button display" in the reBoot Settings > Theme.
__________________
xcartmods.co.uk
Reply With Quote

The following 3 users thank PhilJ for this useful post:
elmirage001 (11-29-2019), peggyr (11-29-2019), zone1creative (11-29-2019)
  #1425  
Old 11-29-2019, 07:11 AM
  zone1creative's Avatar 
zone1creative zone1creative is offline
 

eXpert
  
Join Date: Jan 2009
Location: Hove, UK
Posts: 341
 

Default Re: X-Cart - reBOOT - Responsive Template

Phil you have thought of everything!
__________________
Pinakin Patel
Zone1 Creative Ltd
http://www.zone1creative.co.uk/
Reply With Quote

The following user thanks zone1creative for this useful post:
PhilJ (11-29-2019)
  #1426  
Old 01-16-2020, 05:54 PM
  peggyr's Avatar 
peggyr peggyr is offline
 

X-Adept
  
Join Date: Dec 2005
Posts: 631
 

Default Re: X-Cart - reBOOT - Responsive Template

Hi,

I had the same problem. I realized that trying Firefox on a different computer worked fine (3 cols across). But on my main computer, I got 2 cols across.

I tried to access https://www.zpz.cn/ but never got to a product layout, only to Chinese.

What fixed my system was to 'clear everything' in options -- and that cleared up my problem on my main PC -- but doesn't say others wouldn't run in to it.

You may want to try a test, and

1) either try using Firefox on another PC

2) clear all history as in attachment

While this is not something you could have a customer do, it may give you more information
__________________
X-Cart GP 4.7.12 | XCARTMODS.CO.UK reBOOT (reDUX)4.7.12.8 | Live
IONOS Hosting | Linux | PHP 7.4.33 | MySQL 5.7
Reply With Quote
  #1427  
Old 01-17-2020, 09:04 AM
  peggyr's Avatar 
peggyr peggyr is offline
 

X-Adept
  
Join Date: Dec 2005
Posts: 631
 

Default Re: X-Cart - reBOOT - Responsive Template

Hi,

I was able to get 3 columns of your site under firefox, when I MAXED the screen on my PC see attached

The product (recommended thumbnail size is 50x50-150x150) when you add a product. I have all my product thumbnails 150x150.

Your product image (the one I checked) appears to be 520x260. I don't know if this is causing your problem.

The different browsers may process resizing images differently, eg, working on Chrome and not on Firefox.
__________________
X-Cart GP 4.7.12 | XCARTMODS.CO.UK reBOOT (reDUX)4.7.12.8 | Live
IONOS Hosting | Linux | PHP 7.4.33 | MySQL 5.7
Reply With Quote
  #1428  
Old 01-19-2020, 03:23 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

@cheap, change your permalink setting in WP Admin. If the blog breaks, just ensure /blog/.htaccess is blank, then change permissions on it to 444 so it can't be written to.

In /skin/reboot/custom/footer/footer_content_BP.tpl

Replace {$post.guid} with {$post.post_name}
__________________
xcartmods.co.uk
Reply With Quote
  #1429  
Old 01-21-2020, 01:13 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Use truncate
Quote:
{$post.post_title|truncate:30:"...":true}
__________________
xcartmods.co.uk
Reply With Quote
  #1430  
Old 01-21-2020, 12:40 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Drop-in replacement for the breadcrumbs, to fix the "data-vocabulary.org schema deprecated" issue from Google.

Upload attached to /skin/reboot/customer

It includes JSON-LD stuctured data also

UPDATED 30th JAN TO HANDLE SPECIAL CHARACTERS BETTER
Attached Files
File Type: tpl bread_crumbs.tpl (1.1 KB, 13 views)
__________________
xcartmods.co.uk
Reply With Quote

The following 3 users thank PhilJ for this useful post:
elmirage001 (01-21-2020), peggyr (01-22-2020), zone1creative (01-31-2020)
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 10:24 PM.

   

 
X-Cart forums © 2001-2020