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
  #771  
Old 12-26-2014, 07:42 PM
 
Pitak Pitak is offline
 

Advanced Member
  
Join Date: Jun 2012
Posts: 87
 

Default Re: X-Cart - reBOOT - Responsive Template

Phil, I'm using the Homepage countdown alert today, I'm setting the countdown date/time to the past so that it kinda shows only the expired message.

And I'm getting this after the expired message at the Homepage:

{/literal}{$lng.lbl_reboot_countdown_expired_message }{literal}

Any idea what's causing this and how to fix it?
Thanks and Happy New Year 2015!!! <3
__________________
X-Cart Gold Plus v4.6.6
xcartmods.co.uk reBOOT Template v3.52
Reply With Quote
  #772  
Old 12-26-2014, 09:01 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Any idea what's causing this and how to fix it?
Hi Pitak, please see attached.

Upload skin/reboot/custom/widgets/home_countdown.tpl

Then replace the countdown CSS code in skin/reboot/css/reboot.css with the CSS code in css.txt
Attached Files
File Type: zip countdown_fix.zip (1.8 KB, 2 views)
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
Pitak (12-26-2014)
  #773  
Old 12-26-2014, 09:33 PM
 
Pitak Pitak is offline
 

Advanced Member
  
Join Date: Jun 2012
Posts: 87
 

Default Re: X-Cart - reBOOT - Responsive Template

Phil, when I do the above, my homepage now does not load (it's a blank page). I've cleared Templates/Cache. So I undo the changes and cleared Template/Cache again, and now it's back.

Maybe there's some typos in the code?
__________________
X-Cart Gold Plus v4.6.6
xcartmods.co.uk reBOOT Template v3.52
Reply With Quote
  #774  
Old 12-26-2014, 09:40 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Strange, I am using the same code here.

Double check that the countdown messages HTML code is valid. Or revert to plain text and see if that fixes it.
__________________
xcartmods.co.uk
Reply With Quote
  #775  
Old 12-26-2014, 09:44 PM
  Vacman's Avatar 
Vacman Vacman is offline
 

X-Adept
  
Join Date: Sep 2005
Location: Torrance, CA
Posts: 792
 

Default Re: X-Cart - reBOOT - Responsive Template

Hey PhilJ, got a weird one (for me).

When I upgraded to the new one a couple of weeks back, the Testimonials didn't make the migration.

I do have the old database however. Is there a way to import those over safely?
__________________
Carl Tice

X-Cart 4.6.6
X-Payments 3.0
ReBOOT 3.4.1

PHP 5.6.30
MySQL 5.6.35
Linux 2.6.32-042stab120.18
ionCube PHP Loader v4.7.3
Perl 5.10.1
Reply With Quote
  #776  
Old 12-26-2014, 10:26 PM
 
Pitak Pitak is offline
 

Advanced Member
  
Join Date: Jun 2012
Posts: 87
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Originally Posted by PhilJ
Double check that the countdown messages HTML code is valid. Or revert to plain text and see if that fixes it.
The HTML code is valid. However after I remove all HTML codes and use just plain texts, it worked. I'd like to use HTML codes if possible though.

Thanks. <3
__________________
X-Cart Gold Plus v4.6.6
xcartmods.co.uk reBOOT Template v3.52
Reply With Quote

The following user thanks Pitak for this useful post:
PhilJ (12-27-2014)
  #777  
Old 12-27-2014, 04:18 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Hey PhilJ, got a weird one (for me).

When I upgraded to the new one a couple of weeks back, the Testimonials didn't make the migration.

I do have the old database however. Is there a way to import those over safely?

Hi Carl, open the backup DB in a text editor, locate the testimonials SQL, copy it to a new file, then you should be able to re-patch the current database with that SQL code.

If the testimonials SQL lines begin with INSERT INTO, change to REPLACE INTO.
__________________
xcartmods.co.uk
Reply With Quote
  #778  
Old 12-27-2014, 07:32 AM
  Vacman's Avatar 
Vacman Vacman is offline
 

X-Adept
  
Join Date: Sep 2005
Location: Torrance, CA
Posts: 792
 

Default Re: X-Cart - reBOOT - Responsive Template

OK - I just wanted to be sure that there wasn't something obscure I needed to do. PHPAdmin should work as well.
__________________
Carl Tice

X-Cart 4.6.6
X-Payments 3.0
ReBOOT 3.4.1

PHP 5.6.30
MySQL 5.6.35
Linux 2.6.32-042stab120.18
ionCube PHP Loader v4.7.3
Perl 5.10.1
Reply With Quote
  #779  
Old 12-27-2014, 08:32 AM
  Vacman's Avatar 
Vacman Vacman is offline
 

X-Adept
  
Join Date: Sep 2005
Location: Torrance, CA
Posts: 792
 

Default Re: X-Cart - reBOOT - Responsive Template

Actually, I am now confused. When I look at both the old DB and the new one, I see all the testimonials in there, but on my dev site, it is only displaying the giberish "Lorem Ipsum..." ones. Where is it pulling those from?
__________________
Carl Tice

X-Cart 4.6.6
X-Payments 3.0
ReBOOT 3.4.1

PHP 5.6.30
MySQL 5.6.35
Linux 2.6.32-042stab120.18
ionCube PHP Loader v4.7.3
Perl 5.10.1
Reply With Quote
  #780  
Old 12-27-2014, 01:33 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

You need to add the code to auth.php to query the testimonials table (see the testimonials install.txt file).

Otherwise, the footer will just display the hard coded testimonials that are in skin/reboot/custom/footer/footer_content_TR.tpl

Is the actual testimonials.php page displaying the correct testimonials? If not, then you'll need to re-add them from the backup database.
__________________
xcartmods.co.uk
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



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:49 PM.

   

 
X-Cart forums © 2001-2020