Jump to content

[SOLVED] Gloss-Pro Theme


Recommended Posts

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 :D

Link to comment
Share on other sites

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?

Cheers
Frank

Link to comment
Share on other sites

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?

Cheers
Frank


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

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

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

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

  • 2 weeks later...


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

  • 2 weeks later...
  • 2 months later...
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 details

User 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 UTC


Message: 'jQuery' is undefined
Line: 13
Char: 1
Code: 0
URI: http://localhost/loja/js/jquery/jquery.easing.1.3.js


Message: Object expected
Line: 75
Char: 2
Code: 0
URI: http://localhost/loja/index.php


Message: Object expected
Line: 27
Char: 1
Code: 0
URI: http://localhost/loja/themes/avalanche/js/tools/treeManagement.js


Message: 'jQuery' is undefined
Line: 15
Char: 1
Code: 0
URI: http://localhost/loja/js/jquery/iutil.prestashop-modifications.js


Message: 'jQuery' is undefined
Line: 13
Char: 1
Code: 0
URI: http://localhost/loja/js/jquery/ifxtransfer.js


Message: Object expected
Line: 495
Char: 1
Code: 0
URI: http://localhost/loja/modules/blockcart/ajax-cart.js


Message: Object expected
Line: 306
Char: 4
Code: 0
URI: http://localhost/loja/index.php



cheers
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...