5ummer5 Posted October 29, 2008 Share Posted October 29, 2008 I have found the theme at www.prestathemes.com and i would like to use it however i am very reluctant to purchase it since it doesnt work in IE6 (check out http://www.prestathemes.com/demoshop8/)I dont suppose the creator is on this forum at all! Anyone else had a similar issue and fixed it?Thanks guys!5ummer5 Link to comment Share on other sites More sharing options...
nerdygurl Posted October 30, 2008 Share Posted October 30, 2008 Are you refering to the account section at the top going into the black?? If you go into the CSS you can make the right margin a bit more which brings it back into the white also removing for example the permanent information block and placing this in the left column also works and brings it back to get this to work for me before i fiddled the css i removed all the blocks to the left and after altered the margin in the css. either way same effect Link to comment Share on other sites More sharing options...
gsTrade Posted October 30, 2008 Share Posted October 30, 2008 whats actually the difference between the Pro-Gloss theme and the free light theme?And I'm not talking about the different colors!I've running the free Gloss theme at my shop and have also the IE Problems.is this because of the theme or because of prestashop v.1?CheersFrank Link to comment Share on other sites More sharing options...
5ummer5 Posted October 30, 2008 Author Share Posted October 30, 2008 Are you refering to the account section at the top going into the black?? I hadn't noticed that on my shop. My main issue is with the search bar and quick links at the top. Also the featured products on the homepage don't appear side by side like they should.Here is the link to my work in progress! :red: http://www.innoceywebdesign.co.uk/shoptest/prestashop_1.0/whats actually the difference between the Pro-Gloss theme and the free light theme?And I'm not talking about the different colors!I've running the free Gloss theme at my shop and have also the IE Problems.is this because of the theme or because of prestashop v.1?CheersFrank Well the main difference is just the colours. The other is the fact you are 'allowed' to remove the "created by......" at the bottom right of the footer. I would like to remove any other branding/links to any other site. If this wasnt an issue for you then you can just use the free one!Also since i have changed the colours myself etc would i need to purchase the full one or can i just remove the "created by......." anyway since i have made changes. Cheeky i know but ... %-P The problems u experience with IE6 will just be down to the theme itself and not prestashop.Hope that helps Link to comment Share on other sites More sharing options...
5ummer5 Posted November 4, 2008 Author Share Posted November 4, 2008 Ive solved the issues i was having :-) Link to comment Share on other sites More sharing options...
mr.v Posted November 5, 2008 Share Posted November 5, 2008 show me the template of "featured products" at home page please..it's very hard to re-design css template :sick: .i have no idea how to make it 2 column and how to re-align image, description, price, button. :sick: ooh...thank you in advance Link to comment Share on other sites More sharing options...
hai Posted November 5, 2008 Share Posted November 5, 2008 i m also would like to make a 2 column home page Link to comment Share on other sites More sharing options...
5ummer5 Posted November 6, 2008 Author Share Posted November 6, 2008 Hi Mr.v and hai,So you would both want a 2 column layout just for the homepage and the rest of the site to be set in the three column layout? Or a 2 column over the entire site? Link to comment Share on other sites More sharing options...
hai Posted November 6, 2008 Share Posted November 6, 2008 for begining, only for the entire site Link to comment Share on other sites More sharing options...
5ummer5 Posted November 6, 2008 Author Share Posted November 6, 2008 sorry, i didnt get what you meant. So just for the homepage? Link to comment Share on other sites More sharing options...
hai Posted November 6, 2008 Share Posted November 6, 2008 yes, like this:www.zadako.com Link to comment Share on other sites More sharing options...
Paul C Posted November 6, 2008 Share Posted November 6, 2008 I would simply make a copy of the default "prestashop" theme as a strating point.Remove all the module side boxes you want to the left column, and uninstall any that you no longer need (the right column should now be empty).Edit the file footer.tpl in your "new" theme directory and remove the right column code i.e. from this: {if !$content_only} <!-- Right --> {$HOOK_RIGHT_COLUMN} <!-- Footer --> {$HOOK_FOOTER} {/if} </body> </html> To This: {if !$content_only} <!-- Footer --> {$HOOK_FOOTER} {/if} </body> </html> Now you have two columns, but the center one will be too narrow, so you need to edit the css/global.css file in the theme directory to adjust the center column width:Change: #center_column { width: 556px; margin: 0 0 30px 0; } To: #center_column { width: 760px; margin: 0 0 30px 0; } That should at least get you started. You'll need to remember that any new modules you install that default to the right column will have to be moved to the left column using the Modules-->Positions tab in the Back Office!Paul Link to comment Share on other sites More sharing options...
hai Posted November 6, 2008 Share Posted November 6, 2008 Paul, think youi ll try it later Link to comment Share on other sites More sharing options...
mr.v Posted November 6, 2008 Share Posted November 6, 2008 just 2 column in featured products in default 3 layout homepage please. Link to comment Share on other sites More sharing options...
Paul C Posted November 6, 2008 Share Posted November 6, 2008 just 2 column in featured products in default 3 layout homepage please. [EDIT] wrong answer below. Did 2 column in home and 3 column everywhere else! I'm not sure that i understand what you mean by featured products? Aren't they only on the home page?Slightly more tricky but not much in header.tpl, replace: <!-- Center --> With: <!-- Center --> {if ($page_name=='index')}{else}{/if} Link to comment Share on other sites More sharing options...
mr.v Posted November 6, 2008 Share Posted November 6, 2008 i mean 2 column in featured product at homepage.please see this imagehttp://img50.imageshack.us/img50/1941/ss07tz8.jpgit's in red border Link to comment Share on other sites More sharing options...
Rob Posted November 7, 2008 Share Posted November 7, 2008 Back Office >> Modules >> Featured Products on the homepage >>Then enter number here: Settings Number of product displayedSee attached screen shot.Hope this helps. Link to comment Share on other sites More sharing options...
mr.v Posted November 10, 2008 Share Posted November 10, 2008 it's not number to show.i means number of column at center of homepage. Link to comment Share on other sites More sharing options...
tita Posted November 21, 2008 Share Posted November 21, 2008 yes, i need it.. Link to comment Share on other sites More sharing options...
rawkinrich Posted November 23, 2008 Share Posted November 23, 2008 I hadn't noticed that on my shop. My main issue is with the search bar and quick links at the top. Also the featured products on the homepage don't appear side by side like they should.Here is the link to my work in progress! :red: http://www.innoceywebdesign.co.uk/shoptest/prestashop_1.0/ Hey 5ummer5 I really like the theme you've created, is it available to download?Richard Link to comment Share on other sites More sharing options...
jhnstcks Posted December 7, 2008 Share Posted December 7, 2008 I have the css code and file alterations need to change the featured products module into a 2 colum boxed layout Link to comment Share on other sites More sharing options...
natasha80 Posted March 1, 2009 Share Posted March 1, 2009 Ive solved the issues i was having :-) i'm facing the same issues that you did.in this template the "welcome, cart" thing below search go out to the black area, but only in IE. In firefox no problem. It's not the css, where can i fix this?and i also get in IE errors:Webpage error detailsUser Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)Timestamp: Sun, 1 Mar 2009 20:25:44 UTCMessage: 'jQuery' is undefinedLine: 13Char: 1Code: 0URI: http://localhost/loja/js/jquery/jquery.easing.1.3.jsMessage: Object expectedLine: 75Char: 2Code: 0URI: http://localhost/loja/index.phpMessage: Object expectedLine: 27Char: 1Code: 0URI: http://localhost/loja/themes/avalanche/js/tools/treeManagement.jsMessage: 'jQuery' is undefinedLine: 15Char: 1Code: 0URI: http://localhost/loja/js/jquery/iutil.prestashop-modifications.jsMessage: 'jQuery' is undefinedLine: 13Char: 1Code: 0URI: http://localhost/loja/js/jquery/ifxtransfer.jsMessage: Object expectedLine: 495Char: 1Code: 0URI: http://localhost/loja/modules/blockcart/ajax-cart.jsMessage: Object expectedLine: 306Char: 4Code: 0URI: http://localhost/loja/index.phpcheers Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now