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)

christindall 03-26-2015 10:05 PM

Re: X-Cart - reBOOT - Responsive Template
 
Sounds like a perfect solution! Thanks so much! :)



Quote:

Originally Posted by PhilJ
Hi Chris, I've never really kept a list of live stores using reBOOT, that I would give out, mainly for licence holders privacy.

However I do quite often get asked for URLs, so I've just added a new section to the docs page, with a form that allows anyone to opt-in to have their store listed, if they so wish.


xtech 03-30-2015 01:03 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil,
Have there any custom form builder in x-cart where all data will entered in database and data will receive in an email id.

How to achieve that?

Thank you.

Vacman 04-03-2015 12:08 PM

Re: X-Cart - reBOOT - Responsive Template
 
Some of my product descriptions have click-able links in the text. I want to add a highlight (possibly underline as image shows). I know this would be a .css mod, but not sure where to look.

http://www.vacsew.com/images/activelink.png

PhilJ 04-03-2015 12:27 PM

Re: X-Cart - reBOOT - Responsive Template
 
You can go one further and add the Glossary addon.

So certain specified text will show a tooltip with text of your choice.

Demo

Vacman 04-03-2015 12:38 PM

Re: X-Cart - reBOOT - Responsive Template
 
Maybe? I'll take a look at it. Basically it is just an active link.

PhilJ 04-03-2015 12:53 PM

Re: X-Cart - reBOOT - Responsive Template
 
Add to skin/reboot/skin/reboot.css
Code:

.highlightme { border: 3px solid #B4E7F8; border-top: none; border-right: none; border-left: none; }
Then wrap your link text, or any text with...
Code:

<span class="highlightme"> ... </span>

Vacman 04-03-2015 01:13 PM

Re: X-Cart - reBOOT - Responsive Template
 
Went to d/l but the link on your site is broken. ;)

xtech 04-06-2015 09:45 PM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil,
I want to add html in category description and want to display it in responsive view so that it will display uniformly irrespective of device.How to achieve that?

Thanks,
xtech

PhilJ 04-06-2015 10:06 PM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

I want to add html in category description and want to display it in responsive view so that it will display uniformly irrespective of device.How to achieve that?
That depends on what kind of HTML you want to display. If you want to use columns in the descriptions, utilise the Bootstrap responsive grid system.

xtech 04-07-2015 12:47 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by PhilJ
That depends on what kind of HTML you want to display. If you want to use columns in the descriptions, utilise the Bootstrap responsive grid system.


Thank you for your help.I have added this code in head tag
HTML Code:


{literal}
<style>
.erb-image-wrapper img{
    max-width:100% !important;
    height:auto;
    display:block;
}
</style>
{/literal}


and call the html code in body
<div class="erb-image-wrapper">
My code here
</div>
But it is not working in Firefox.Can you please provide me browser specific code?

Thanks.


All times are GMT -8. The time now is 11:31 PM.

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