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
  #541  
Old 04-10-2014, 11:50 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

On the menu colors - I am using the custom theme. I copied your code into that file and although I can change background color I am not able to change the color of the text (Up state on clickable links - Home, View Cart, Help). When I inspect the element it does refer to a "sticky-wrapper" class..?

On .ico file, which one is the default one used with v2?
__________________
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
  #542  
Old 04-10-2014, 12:08 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
On the menu colors - I am using the custom theme. I copied your code into that file and although I can change background color I am not able to change the color of the text (Up state on clickable links - Home, View Cart, Help). When I inspect the element it does refer to a "sticky-wrapper" class..?

Edit skin/reboot/custom/reboot_head.tpl

Replace...

Code:
.sf-menu, .sf-menu li { background: {/literal}{$config.Reboot.reboot_style_M01}{literal}; } .sf-menu ul li { background: {/literal}{$config.Reboot.reboot_style_M02}{literal}; } .sf-menu a { color: {/literal}{$config.Reboot.reboot_style_M03}{literal}; } .sf-menu li:hover, .sf-menu li.sfHover { background: {/literal}{$config.Reboot.reboot_style_M04}{literal}; } .sf-menu a:hover { color: {/literal}{$config.Reboot.reboot_style_M05}{literal}; }

With...

Code:
.sf-menu, .sf-menu li { background: {/literal}{$config.Reboot.reboot_style_M01}{literal}; } .sf-menu ul li { background: {/literal}{$config.Reboot.reboot_style_M02}{literal}; } .sf-menu a { color: {/literal}{$config.Reboot.reboot_style_M03}{literal} } .sf-menu a:hover { color: {/literal}{$config.Reboot.reboot_style_M05}{literal}!important; } .sf-menu li:hover { background: {/literal}{$config.Reboot.reboot_style_M04}{literal}; } .sf-menu li.sfHover { background: {/literal}{$config.Reboot.reboot_style_M04}{literal}; } .sf-menu li.sfHover a { color: {/literal}{$config.Reboot.reboot_style_M05}{literal}; } .sf-menu li.sfHover li a { color: {/literal}{$config.Reboot.reboot_style_M04}{literal}; } .sf-menu li.sfHover li a:hover { color: {/literal}{$config.Reboot.reboot_style_M05}{literal}; } .sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after { border-top-color: {/literal}{$config.Reboot.reboot_style_M05}{literal}!important; } .sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after { border-left-color: {/literal}{$config.Reboot.reboot_style_M05}{literal}!important; }

Then set your colours in the reBOOT custom theme settings. It gives you a little extra control.

Quote:
On .ico file, which one is the default one used with v2?
favicon.ico - Here's a quick icon generator

Once uploaded to skin/reboot/ico , you'll probably need to clear your browser cache to see the icon update.
__________________
xcartmods.co.uk
Reply With Quote
  #543  
Old 04-10-2014, 02:21 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

Ok - I fixed the .ico problem, - Thanks!

With the new tpl code you provided, I still can't change the that drop-down menu hover, background, or text color.

And yes, I have been clearing the templates/X-Cart cache each time in the hopes that it would change.

It doesn't seem to matter what colors I pick, it doesn't stick. The weird part is that it obviously did work at one time as I ended up where I am color-wise.
Attached Images
File Type: gif ScreenHunter_01 Apr. 10 15.13.gif (29.6 KB, 3 views)
__________________
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
  #544  
Old 04-10-2014, 02:24 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Clearing the template cache may sort it, failing that please post a support ticket and I'll take a look.
__________________
xcartmods.co.uk
Reply With Quote
  #545  
Old 04-10-2014, 02:31 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

OK - Let me play around with it a bit more - I'll let you know.
The visual isn't at the top of the list for this week as it is.

Working on getting the Featured Cats working.
__________________
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

The following user thanks Vacman for this useful post:
PhilJ (04-10-2014)
  #546  
Old 04-10-2014, 04:47 PM
  jcorneli's Avatar 
jcorneli jcorneli is offline
 

Advanced Member
  
Join Date: Jul 2007
Posts: 74
 

Default Re: X-Cart - reBOOT - Responsive Template

Hi All,

I am having some trouble getting Wordpress to show on my homepage.
I am in version 4.63
The blog is up and working on the site.
When I follow the instructions 5a - a frame shows but the wordpress stories do not.
When I use 5b nothing shows on the homepage
I have checked the .htaccess and it is empty
I have done template cleanup, Clear templates/X-Cart cache, and regenerate image cache.

I have done this 4 times and can not find the issue.

Thanks

JEC
__________________
www.usapolicesupply.com
v4.6.3

Xcartmods reBoot Template
WebsiteCM CDSEO Pro SEO
BCS Multipe Upselling Links
Firetank Feed Manager

BCS Product Importer Updater Pro
BCS Drop Shipper Pro
BCS Quote Request Module
BCS Printable Online Catalog
Reply With Quote
  #547  
Old 04-10-2014, 04:50 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Hi JEC, could be a bunch of reasons why, post a ticket and I'll try and get it working for you.
__________________
xcartmods.co.uk
Reply With Quote
  #548  
Old 04-13-2014, 05:19 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

New v2 Addon - Masonry View for Product Catalog / Search Results
  • Displays products in a 'cascading' responsive style
  • Allows for variable height product boxes
  • Note: Displays on product catalog / search results pages only
  • Note: Does not include product descriptions in the results (as grid/row switchers do)
Get it here. (v2 addons tab) - Alt version that displays homepage products in masonry view also available.
__________________
xcartmods.co.uk
Reply With Quote
  #549  
Old 04-14-2014, 02:13 AM
  chamberinternet's Avatar 
chamberinternet chamberinternet is offline
 

X-Wizard
  
Join Date: Sep 2005
Location: Lancashire, UK
Posts: 1,470
 

Default Re: X-Cart - reBOOT - Responsive Template

Hi Phil ...

Just a suggestion (for the next version perhaps) -

To include a reBOOT version of a 404 page
As it currently stands, the 404 page is just the standard 'out of a box' XC error page.

Thanks
__________________
Developing in 4.7.x now (Dipping into v5 - Slowly!)
Have used 4.1.x, 4.2.x, 4.4.x, 4.5.x, 4.6.x & 4.7.x
Multiple Instances of X-Cart
MySQL 5.6.37
CentOS 7.4


Chamber Internet
- Lancashire, United Kingdom
http://www.chamberelancs.co.uk
Reply With Quote

The following 2 users thank chamberinternet for this useful post:
elmirage001 (04-14-2014), PhilJ (04-14-2014)
  #550  
Old 04-16-2014, 01:43 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
To include a reBOOT version of a 404 page
As it currently stands, the 404 page is just the standard 'out of a box' XC error page.
You could in fact use any static page as a 404 page.

Edit /include/func/func.core.php

After...
Code:
@header("HTTP/1.0 404 Not Found");
Insert...
Code:
header('Location: http://www.yourstore.com/pages.php?pageid=1');
Replace the URL and pageid=1 with your static page ID.
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
chamberinternet (04-17-2014), jcorneli (04-23-2014)
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:51 AM.

   

 
X-Cart forums © 2001-2020