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
  #1411  
Old 10-10-2019, 11:19 AM
 
elmirage001 elmirage001 is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Originally Posted by PhilJ
Mad, what have I started? So much to do.

Hi Phil !

Wow! I better start sleeping now

A couple of questions please.

1. Are you changing from WordPress to your own CMS?
2. Is there a way to incorporate "srcset" into reDUX?

My WooCommerce competition is killing me when it comes to Google displaying my images in my listings. WordPress makes use of srcset and my blog post images display nicely but because x-cart does not use srcset Google does not display many of my images like they do for WooCommerce.

Thanks again for all you do!

Paul
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote
  #1412  
Old 10-13-2019, 05:26 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Hi Paul,

1) There's basic blog functionality available, whereby you just elect one of your parent categories as the main blog category, example.

Or you can use the included Wordpress addon, example.

2) reDUX uses lazysizes for general lazyloading, so there is scope to use SRCSET in X-Cart, but there's also JSON-LD to encourage Google in the listings.

Don't forget the image sitemap generator also.

You can PM me your competitors URL(s) and I'll take a look to see how they are doing it.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
elmirage001 (10-13-2019)
  #1413  
Old 10-13-2019, 03:55 PM
 
elmirage001 elmirage001 is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Hi Phil !

Quote:
Originally Posted by PhilJ
1) There's basic blog functionality available, whereby you just elect one of your parent categories as the main blog category, example.

Or you can use the included Wordpress addon, example.

Perfect!!

Quote:
Originally Posted by PhilJ
2) reDUX uses lazysizes for general lazyloading, so there is scope to use SRCSET in X-Cart, but there's also JSON-LD to encourage Google in the listings.

Don't forget the image sitemap generator also.

You can PM me your competitors URL(s) and I'll take a look to see how they are doing it.
lazysizes uses size and picture so that should work and JSON-LD will be the icing

Thank you so much! Paul
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote
  #1414  
Old 10-15-2019, 02:17 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

For those using the Wordpress blog, I've found a workaround for the script-loader.php issue.

In /blog/wp-content/themes/alienship/functions.php

At the end insert...
Code:
if (!is_admin()) { wp_deregister_script('jquery'); wp_register_script('jquery', '', '', '', true); }
After that, future wordpress updates should not break the blog.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
elmirage001 (10-15-2019)
  #1415  
Old 10-27-2019, 10:08 PM
 
Pitak Pitak is offline
 

Advanced Member
  
Join Date: Jun 2012
Posts: 87
 

Default Re: X-Cart - reBOOT - Responsive Template

When I access the admin page, I've to login multiple times for it to work. The first time I login, it loads the admin page. But when I click on any other links on the page, I've to login again. This happens about 2-3 times consecutively. Then it seems to work normally. Does anyone know how to fix this?
__________________
X-Cart Gold Plus v4.6.6
xcartmods.co.uk reBOOT Template v3.52
Reply With Quote
  #1416  
Old 11-02-2019, 12:29 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 I have noticed that firefox 70 is rendering grid viewing like so on reboot/bootstrap 3


any ideas on a solution?


2019-11-02 08_26_25-Mega - reBOOT Template v4.7.11.png
__________________
Pinakin Patel
Zone1 Creative Ltd
http://www.zone1creative.co.uk/
Reply With Quote
  #1417  
Old 11-16-2019, 10:49 AM
  peggyr's Avatar 
peggyr peggyr is offline
 

X-Adept
  
Join Date: Dec 2005
Posts: 631
 

Default Re: X-Cart - reBOOT - Responsive Template

Hi Phil,

I must be missing something obvious, but can't seem to find how to generate an html out of the entries in languages for FAQs Q and A.

I understand how to update a file, like {**{include file="custom/footer/footer_heading.tpl" title=$lng.lbl_reboot_footer_heading_CT} *} Where I can add an 'html' file, such as frequently_asked_questions.html

Should I be able to generate an html file from the languages FAQs entries, or are these enabled some other way. I'm missing something, but can't figure out what.


Thanks.

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
  #1418  
Old 11-17-2019, 05:40 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Hi Peggy, create a new FAQ static page and use this code...
Code:
{include file="custom/faqs/general_faq.tpl"}
Ensure "Parse Smarty tags in the content of embedded static pages" is checked in Admin > General Settings > Misc

Then use the admin reBOOT menu to modify the Q&A language labels.

Or you can edit and apply the attached SQL patch which contains all the Q&A's.

If you want to display product FAQs, install the 'Product Additional Data' addon.
Attached Files
File Type: sql reboot_patch_just_the_FAQs.sql (21.8 KB, 1 views)
__________________
xcartmods.co.uk
Reply With Quote
  #1419  
Old 11-17-2019, 08:48 AM
  peggyr's Avatar 
peggyr peggyr is offline
 

X-Adept
  
Join Date: Dec 2005
Posts: 631
 

Default Re: X-Cart - reBOOT - Responsive Template

Hi Phil,

What I needed was to create a static page with the following

{include file="custom/faqs/general_faq.tpl"}

THANKS!

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
  #1420  
Old 11-17-2019, 04:36 PM
  peggyr's Avatar 
peggyr peggyr is offline
 

X-Adept
  
Join Date: Dec 2005
Posts: 631
 

Default Re: X-Cart - reBOOT - Responsive Template

Hi Phil,

I've decided I do NOT need/want the wordpress blog add-on into reboot.

I'd like to clean up my store from the un-needed files.

In addition to 'unchecking' the blog admin in the reBoot templates,

Can I just

1) delete the blog folder

2) remove the update to .htaccess for the blog access in the root directory

3) delete the wpxxx tables from the db?

Of is there some 'uninstall' of the wordpress blog that needs to be done?

Thanks

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
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:19 AM.

   

 
X-Cart forums © 2001-2020