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
  #1431  
Old 01-21-2020, 03:05 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

@ cheap, try this instead...

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

Replace...
Code:
<ul class="angles footer"> {foreach from=$blog_latest item=post name=post} <li><a href="{$post.post_name}">{$post.post_title}</a></li> {/foreach} </ul>
With...
Code:
{foreach from=$blog_latest item=post name=post} <div class="footer-truncate{if $smarty.foreach.post.last} last{/if}"><i class="fa fa-angle-right"></i> <a href="{$post.post_name}">{$post.post_title}</a></div> {/foreach}
Then in /skin/reboot/css/reboot.css

At the end insert...
Code:
.footer-truncate { margin: 0; padding: 8px 0; border-bottom: 1px solid rgba(0,0,0,.1); width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .footer-truncate.last { border-bottom: none; } .footer-truncate a:link { color: #fff !important; text-decoration: none !important; padding-left: 3px; }
Then clear the template cache.
__________________
xcartmods.co.uk
Reply With Quote
  #1432  
Old 01-30-2020, 12:32 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

breadcrumbs.tpl updated to support special characters and validate better.
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
elmirage001 (02-06-2020), peggyr (01-30-2020)
  #1433  
Old 01-31-2020, 02:04 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

Quote:
Originally Posted by PhilJ
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

Thanks Phil, This is to do with data-vocabulary being depreciated by google.
__________________
Pinakin Patel
Zone1 Creative Ltd
http://www.zone1creative.co.uk/
Reply With Quote
  #1434  
Old 01-31-2020, 02:29 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

@pinakin no, just structured data for the breadcrumb ^
__________________
xcartmods.co.uk
Reply With Quote
  #1435  
Old 02-14-2020, 03:22 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
how to change blog to other fold name, say news?
There's not a quick way of doing that unfortunately, but you'll need to change references to /blog in your root .htaccess file and reboot_blog.php file.

You'll obviously need to change the WP config settings and need to change the posts and images absolute paths in the WP database tables - example SQL patch code is provided in the WP blog addon install.txt file.

There's more general info on 'moving' a WP site here.
__________________
xcartmods.co.uk
Reply With Quote
  #1436  
Old 03-07-2020, 11:53 AM
 
jmccunep jmccunep is offline
 

Advanced Member
  
Join Date: Nov 2003
Posts: 68
 

Smile Re: X-Cart - reBOOT - Responsive Template

ReBoot must be adding the See Also tab and its contents, and adding content to the Recommended tab. Both tabs are displayed below each product in my store.

How/where is the content of those tabs modified, besides through the Related Products link under Product Management for each product?

See attached image.
__________________
J McCune Porter | twinoakshammocks.com
X-Cart Gold version 4.7.11, unix server
X-Cart reBOOT Template by X-Cart Mods
Reply With Quote
  #1437  
Old 03-07-2020, 11:59 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

'See Also' products are your defined 'upselling' products in product modify. You may know them as Related Products, if you have changed the language label.

Recommended are from the 'recommended products' module.
__________________
xcartmods.co.uk
Reply With Quote
  #1438  
Old 03-11-2020, 05: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,

Should reBOOT 4.7.11 work with PHP 7.4? I'm going to upgrade to 4.7.12 and want to use PHP 7.4 when I do. Should reBOOT 4.7.11 work as well?

It may have been mentioned earlier in this thread, but I didn't see it.

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
  #1439  
Old 03-12-2020, 02:48 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

@ Peggy, yes it should work fine, I don't foresee any issues, but I'm still waiting for CPanel to release PHP 7.4 for EasyApache4, which should be any day now.

For the moment, I'm updating the old and new reBOOT templates to support v4.7.12.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
elmirage001 (03-13-2020)
  #1440  
Old 03-12-2020, 04:28 AM
 
dpcompany dpcompany is online now
 

eXpert
  
Join Date: Oct 2008
Posts: 313
 

Default Re: X-Cart - reBOOT - Responsive Template

Yeah, I recently spoke with my host regarding PHP 7.4 for cPanel, but they didn't have a definite release date. When it gets released, if someone could post and update in this thread to let others know, I am sure others would appreciate it as much as I would.
__________________
Michael

Development
X-Cart Gold Plus v4.7.12
- php 7.3
- reBOOT reDUX
- other goodies

X-Cart Gold v4.7.7
- reBOOT Template
- XPayments 3.0.2
- Abandoned Cart Reminder
- BCSE Reward Points
- BCSE Stock Notify
- XPDF Invoices
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 02:17 AM.

   

 
X-Cart forums © 2001-2020