X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   X-Cart - reBOOT - Responsive Template (https://forum.x-cart.com/showthread.php?t=66570)

PhilJ 11-18-2019 02:55 AM

Re: X-Cart - reBOOT - Responsive Template
 
Yes, those 3 steps are correct and safe to perform to remove the WP blog.

peggyr 11-19-2019 12:39 PM

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

zone1creative 11-29-2019 04:13 AM

Re: X-Cart - reBOOT - Responsive Template
 
2 Attachment(s)
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.

PhilJ 11-29-2019 05:14 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Pinakin, look for the setting "Minicart button display" in the reBoot Settings > Theme.

zone1creative 11-29-2019 07:11 AM

Re: X-Cart - reBOOT - Responsive Template
 
Phil you have thought of everything!

peggyr 01-16-2020 05:54 PM

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

peggyr 01-17-2020 09:04 AM

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.

PhilJ 01-19-2020 03:23 AM

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}

PhilJ 01-21-2020 01:13 AM

Re: X-Cart - reBOOT - Responsive Template
 
Use truncate
Quote:

{$post.post_title|truncate:30:"...":true}

PhilJ 01-21-2020 12:40 PM

Re: X-Cart - reBOOT - Responsive Template
 
2 Attachment(s)
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 :D

UPDATED 30th JAN TO HANDLE SPECIAL CHARACTERS BETTER


All times are GMT -8. The time now is 03:07 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.