Re: All Business template Support Thread
Hi Anne,
WIth regards to this
"Currently the ezpages header nav and nav main are inside of the mainWrapper div. The main wrapper has a fixed width assigned to it in the stylesheet. You would have to change that width or move the expages and nav main div's so that they were not located inside of a div with a fixed width."
If I increase the #mainWrapper to 1300px I acheive more of what I want. I would need to adjust the padding on the currency, languages, shopping cart, etc which I believe I can do. However I can't figure out now how to center the sliding images or add padding to the left category box. Could you please assist?
Also instead of the blue hover over the categories (in the left sidebox) is there a way to create a bold black line around each item?
Much much appreciated,
Lynn
http://marketcafe-online.com
Re: All Business template Support Thread
Thanks! I'm trying #444444
Re: All Business template Support Thread
Dear picaflor-azul,
I loaded the JZOOM module,and i found the slider pics can not show one by one.The pics all show in array.
How could I deal with it.
thank you.
Re: All Business template Support Thread
Quote:
I loaded the JZOOM module,and i found the slider pics can not show one by one.The pics all show in array.
How could I deal with it.
I am sorry but I can not give you support for any third party modules. I suspect a conflict somewhere in the javascript. I would recommend contacting the authors of the jzoon and/or easy slider javascript for assistance.
Re: All Business template Support Thread
Quote:
Also instead of the blue hover over the categories (in the left sidebox) is there a way to create a bold black line around each item?
You need to edit the includes/templates/all_business/css/ stylesheet_betterCategoriesEzInfo.css
Quote:
However I can't figure out now how to center the sliding images or add padding to the left category box. Could you please assist?
The easy slider styles are in the stylesheet.css starting at /*bof easy slider*/
You probably want .sideBoxContent for the padding, but it is hard for me to tell unless you be more specific about where you want the padding, etc.
Re: All Business template Support Thread
Quote:
Originally Posted by
picaflor-azul
I am sorry but I can not give you support for any third party modules. I suspect a conflict somewhere in the javascript. I would recommend contacting the authors of the jzoon and/or easy slider javascript for assistance.
thank you for your timely reply.
I read all the files include in JZOOM.It has another Minfy module for minfy the js and css ,it let all the autoload as array.I disenable the minify module,the slider show well.
Re: All Business template Support Thread
Quote:
thank you for your timely reply.
I read all the files include in JZOOM.It has another Minfy module for minfy the js and css ,it let all the autoload as array.I disenable the minify module,the slider show well.
Great! Thank you so much for sharing your solution with the community :smile:
Re: All Business template Support Thread
Quote:
Originally Posted by
picaflor-azul
You need to edit the includes/templates/all_business/css/ stylesheet_betterCategoriesEzInfo.css
The easy slider styles are in the stylesheet.css starting at /*bof easy slider*/
You probably want .sideBoxContent for the padding, but it is hard for me to tell unless you be more specific about where you want the padding, etc.
Hi Anne,
I've made some changes to the stylesheet to expand the nav bars the full width of the site. I did this by modifying the #MainWrapper to 1300px. As you can see there are a couple of issues:
1. The nav bars don't seem to extend fully to the right
2. I cannot for the life of me figure out how to center the sliders without compromising the functionality. Can you please recommend.
I like the width as it is and I've added padding for the home/login/shopping cart bar and for the language. Much appreciated, Lynn
http://marketcafe-online.com
Re: All Business template Support Thread
Quote:
've made some changes to the stylesheet to expand the nav bars the full width of the site. I did this by modifying the #MainWrapper to 1300px. As you can see there are a couple of issues:
This is not a good idea. For customers with smaller monitors/lower resolutions it will create a scroll bar on the bottom for the site. If you want the navMainWrapper to use 100% of the page width without creating a scroll bar, you should move it outside of the fixed width div and then make the width 100% for the navMainWrapper. Here is a good tutorial:
http://www.w3schools.com/css/default.asphttp://www.w3schools.com/css/default.asp
Re: All Business template Support Thread
Quote:
2. I cannot for the life of me figure out how to center the sliders without compromising the functionality. Can you please recommend.
Add:
Code:
#slider {margin:0 auto;}
to your stylesheet.css