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 01-21-2020 03:05 PM

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.

PhilJ 01-30-2020 12:32 PM

Re: X-Cart - reBOOT - Responsive Template
 
breadcrumbs.tpl updated to support special characters and validate better.

zone1creative 01-31-2020 02:04 AM

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 :D

UPDATED 30th JAN TO HANDLE SPECIAL CHARACTERS BETTER


Thanks Phil, This is to do with data-vocabulary being depreciated by google.

PhilJ 01-31-2020 02:29 AM

Re: X-Cart - reBOOT - Responsive Template
 
@pinakin no, just structured data for the breadcrumb ^

PhilJ 02-14-2020 03:22 AM

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.

jmccunep 03-07-2020 11:53 AM

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

PhilJ 03-07-2020 11:59 AM

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.

peggyr 03-11-2020 05:36 PM

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

PhilJ 03-12-2020 02:48 AM

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.

dpcompany 03-12-2020 04:28 AM

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.


All times are GMT -8. The time now is 10:06 PM.

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