|
|
"Banners: Slideshow" addon
Posted 02 February 2011 - 09:03 PM #21
Thank you very much for those who worked on this and shared with us!
Posted 07 February 2011 - 08:43 PM #22
After a bit of testing I realize that the error was when the banner has a link.
Since I'm not a programer I'm not sure if I did it the right way, but the problem stoped after I simply deleted the call to function from the code. I don't know if this can lead to unwanted consequences (probably, yes) but anyway, it solved my problem and everything seams fine so far.
If anyone want to try, you just have to replace:
onclick="window.location.href='{$banner.url|fn_url}';
on the 50th line of 'your_skin/addons/banners_slideshow/blocks/slideshow.tpl' by this one:
onclick="window.location.href='{$banner.url}';
It worked for me on CS-Cart v2.0.15
Posted 15 February 2011 - 11:28 PM #23
Accordion.tpl does not show in the Container drop down but instead it shows in the Blocks drop down. I'm stuck. Any insight on this please?
Attached Files
Posted 23 February 2011 - 08:31 PM #24
-nowhere to select which banners
-no images shown
CS-Cart 2.1.3 ver. working fine
Posted 04 March 2011 - 08:18 PM #25
sixnin9 said:
Installation
Step 1. Download and extract the files to your site root.
Step 2. Open /addons/banners/schemas/block_manager/structure.post.php and replace
'addons/banners/blocks/original.tpl'with
'addons/banners/blocks/original.tpl' => array (), 'addons/banners_slideshow/blocks/slideshow.tpl' => array ()Step 3. Clear your site cache (necessary to make the new Appearance show)
Done. Now "Slideshow" is an option when creating a "Banners" block.
Notes:
-The slideshow scales to the largest banner graphic you've selected.
-Slide order is determined by order in which the banners are created.
-The slide text box title is the Banner Name.
-The slide text box text is the Banner Alternative text.
-The slide link is the Banner URL.
Caveats:
-You can only create 1 slideshow per page. Multiple slideshows conflict and break.
-Slide links currently do not suport "Open in a new window"
-Slide duration is determined by the settings found in /skins/yourskin/customer/addons/banners_slideshow/blocks/slideshow.tpl
-I have only tested this in CS-Cart 2.1.1, but it should work in 2.*
That's it!
Glen
im having issues with this, i replaced the code and cleared cache and all. but nothing pops up in the banner addon, i dont see slideshow or anything there?
Posted 19 March 2011 - 12:47 AM #26
sixnin9 said:
Installation
Step 1. Download and extract the files to your site root.
Step 2. Open /addons/banners/schemas/block_manager/structure.post.php and replace
'addons/banners/blocks/original.tpl'with
'addons/banners/blocks/original.tpl' => array (), 'addons/banners_slideshow/blocks/slideshow.tpl' => array ()Step 3. Clear your site cache (necessary to make the new Appearance show)
Done. Now "Slideshow" is an option when creating a "Banners" block.
Notes:
-The slideshow scales to the largest banner graphic you've selected.
-Slide order is determined by order in which the banners are created.
-The slide text box title is the Banner Name.
-The slide text box text is the Banner Alternative text.
-The slide link is the Banner URL.
Caveats:
-You can only create 1 slideshow per page. Multiple slideshows conflict and break.
-Slide links currently do not suport "Open in a new window"
-Slide duration is determined by the settings found in /skins/yourskin/customer/addons/banners_slideshow/blocks/slideshow.tpl
-I have only tested this in CS-Cart 2.1.1, but it should work in 2.*
That's it!
Glen
Hi lads
refering this post... I did set up this slider and It seems to work perfect in IE8, MOZ, CHROME, I said it seems because in the installation files there are some arrow images but I dont see them in the front end when the slider loads, so I dont know really if these arrows should appear in the front end.
Well my question is... WHERE I CAN CHANGE THE COLORS OF THE NUMBERED SQUARES THAR ARE LOCATED UNDER THE SLIDER OF THE FRONT END? they are blue and looks like from the BASIC theme of cs-cart, but I have check the code from all the files of the slider and doesnt refer to the basic skin.. in fact it doesnt refer to any skin....
Your help will be appreciated
Posted 04 April 2011 - 03:19 PM #28
Any help would be greatly appreciated!
Posted 04 April 2011 - 05:57 PM #29
hydrogend said:
Any help would be greatly appreciated!
Did you activate the banner manager and add a banner?
Silver-Logic Web & Print Services
http://www.silver-logic.com
(503) 213-3551
I offer Website Design, Management, Hosting and Graphic Design services. I'm located in Portland, OR and have been using CS-Cart since 2009 and doing Website design since 2003. I would love to hear about your next project!
Posted 04 April 2011 - 06:56 PM #30
hydrogend said:
Any help would be greatly appreciated!
After your opening <body> tag you have an ID called "wrapper" I think the problem is the slider also uses a style called "wrapper". Try changing your style from "wrapper" to something unique like "wrapper-page" or something and see if it works then.
Silver-Logic Web & Print Services
http://www.silver-logic.com
(503) 213-3551
I offer Website Design, Management, Hosting and Graphic Design services. I'm located in Portland, OR and have been using CS-Cart since 2009 and doing Website design since 2003. I would love to hear about your next project!
Posted 04 April 2011 - 06:57 PM #31
hydrogend said:
Any help would be greatly appreciated!
Silver-Logic Web & Print Services
http://www.silver-logic.com
(503) 213-3551
I offer Website Design, Management, Hosting and Graphic Design services. I'm located in Portland, OR and have been using CS-Cart since 2009 and doing Website design since 2003. I would love to hear about your next project!
Posted 04 April 2011 - 08:58 PM #32
Please see attached image and if anyone can help me fix this so the login menu pops up over the slideshow I would really appreciate it
Thanks!
Attached Files
Posted 05 April 2011 - 07:24 AM #33
jhagg said:
Please see attached image and if anyone can help me fix this so the login menu pops up over the slideshow I would really appreciate it
Thanks!
Silver-Logic Web & Print Services
http://www.silver-logic.com
(503) 213-3551
I offer Website Design, Management, Hosting and Graphic Design services. I'm located in Portland, OR and have been using CS-Cart since 2009 and doing Website design since 2003. I would love to hear about your next project!
Posted 05 April 2011 - 07:40 AM #34
rmsilver7 said:
Sent you a PM thanks...
Posted 05 April 2011 - 06:06 PM #35
Posted 05 April 2011 - 06:16 PM #36
jhagg said:
I am no expert but you need to edit slideshow.tpl change z-index value
My guess would be this line
Quote
Change z-index: to larger or lower value...
Alternatively you should change login z-index in styles.css available in your template directory..
http://www.w3schools...pos_z-index.asp
Posted 05 April 2011 - 07:29 PM #37
Brandon
Posted 05 April 2011 - 07:45 PM #38
http://www.in-homeau...store/index.php
Please let me know if you can help, I tried the suggestion above with no luck....
The problem is with Internet Explorer,.........Chrome and Firefox work perfect....
Posted 05 April 2011 - 08:15 PM #39
Darius said:
My guess would be this line
Change z-index: to larger or lower value...
Alternatively you should change login z-index in styles.css available in your template directory..
http://www.w3schools...pos_z-index.asp
Wow I redid adding z-index to the following code in styles and it fixed the problem...I made it all value 100 and now it is priority, thank you to all!!! Hopefully this didnt break anything else lol but heres the code to help anyone else with this problem...
Check one more bug off my cs-cart to do yay
/* Log in/out styles */
#sign_io, #sign_io a, #sign_io a:hover {
color: #ffffff;
z-index:100;
}
.login-popup {
border-color: #5f5d68;
background-color: #ffffff;
z-index:100;
}
.login-popup .error-text {
color: #fd0000;
z-index:100;
}
.login-popup .form-field label, .login .form-field label, #sign_io .login-popup a, #sign_io .login-popup a:hover {
color: #000000;
z-index:100;
}
.login-popup .form-field .input-text {
border: 1px solid #95949b;
background: #ffffff url('images/icons/icon_username.gif') no-repeat 6px 4px;
z-index:100;
}
.login-popup .form-field .password {
background-image: url('images/icons/icon_password.gif');
z-index:100;
}
.login .form-field label.cm-required, #login .form-field label.cm-required {
background-image: none;
z-index:100;
}
/* /Log in/out styles */
Why the login menu wouldn't already be set this way by default is a mystery but oh well....
Posted 08 April 2011 - 07:02 AM #40




