Bryan Lee Posted May 6, 2009 Share Posted May 6, 2009 Could anyone config this tab to move to new local? Please help me out. Link to comment Share on other sites More sharing options...
Bryan Lee Posted May 8, 2009 Author Share Posted May 8, 2009 Have no ideal? where are you? Link to comment Share on other sites More sharing options...
San Diego Posted May 8, 2009 Share Posted May 8, 2009 hibackend - modules - position - move a module - dropdownmenue and hook it where you want it to appearsd Link to comment Share on other sites More sharing options...
Bryan Lee Posted May 9, 2009 Author Share Posted May 9, 2009 hibackend - modules - position - move a module - dropdownmenue and hook it where you want it to appearsd Thanks for your reply, but i can't see the item after i try to follow your guide. Please give me more detail, picture if you can.Best regards, Link to comment Share on other sites More sharing options...
San Diego Posted May 9, 2009 Share Posted May 9, 2009 hii just misunderstood you a bit sorryfor this you need to do a little bit coding-first make sure in category.tpl of your theme{include file=$tpl_dir./product-list.tpl products=$products} !!!!!{include file=$tpl_dir./product-sort.tpl},{include file=$tpl_dir./pagination.tpl} !!!!!!like this without !!! {elseif !isset($subcategories)} {l s='There is no product in this category.'} {/if}{else}{l s='This category is currently unavailable.'} {/if}than change your global css of your theme:line 1489 - form# products sort formad: float: left; margin-left: 9em;line 1459form paginationad: margin-bottom: -2emplay arround how you like it.sd Link to comment Share on other sites More sharing options...
San Diego Posted May 9, 2009 Share Posted May 9, 2009 one more tippif you install firebug extention for firefoxyou can find out your way and try changes of your themesd Link to comment Share on other sites More sharing options...
Bryan Lee Posted May 10, 2009 Author Share Posted May 10, 2009 one more tippif you install firebug extention for firefoxyou can find out your way and try changes of your themesd Dear San Diego,Great, I got it. I did code like you guide me, but still have little error like the picture attach file, i mean the poisition not the same when you use search, special and categories funtion. I use firebug to change my theme but i'm newbi, i dont know how to use it. thanks. I attach all my .tpl for you. Pls help me out.My tpl.zip Link to comment Share on other sites More sharing options...
Bryan Lee Posted May 10, 2009 Author Share Posted May 10, 2009 one more tippif you install firebug extention for firefoxyou can find out your way and try changes of your themesd Dear San Diego,Great, I got it. I did code like you guide me, but still have little error like the picture attach file, i mean the poisition not the same when you use search, special and categories funtion. I use firebug to change my theme but i'm newbi, i dont know how to use it. thanks. I attach all my .tpl for you. Sorry my English and Pls help me out. Link to comment Share on other sites More sharing options...
San Diego Posted May 10, 2009 Share Posted May 10, 2009 hii gave you the margin for the right part of it with -(minus)2em i rememberthis is if it is underneath not on top of the productsneed more details to help what you want to do exactlysd Link to comment Share on other sites More sharing options...
Bryan Lee Posted May 13, 2009 Author Share Posted May 13, 2009 hii gave you the margin for the right part of it with -(minus)2em i rememberthis is if it is underneath not on top of the productsneed more details to help what you want to do exactlysd Hi, This is every thing I did: 1. Change value on themes/mytheme/category.tpl........... {if $products} {include file=$tpl_dir./product-sort.tpl} {include file=$tpl_dir./pagination.tpl} {include file=$tpl_dir./product-list.tpl products=$products} {elseif !isset($subcategories)}...........2. Change value on themes/mytheme/search.tpl........... {include file=$tpl_dir./product-sort.tpl} {include file=$tpl_dir./pagination.tpl} {include file=$tpl_dir./product-list.tpl products=$products}{/if}...........3. Change value on themes/mytheme/prices-drop.tpl........... {if $products} {include file=$tpl_dir./product-sort.tpl} {include file=$tpl_dir./pagination.tpl} {include file=$tpl_dir./product-list.tpl products=$products}...........Actualy 3 step above I only move position {include file=$tpl_dir./pagination.tpl} upper the {include file=$tpl_dir./product-list.tpl products=$products}. Right?4. Change value on themes/mytheme/css/global.css/* pagination.tpl */div.pagination { margin: 1em 0.7em; /* origin: margin: 1em 0; */}ul.pagination { list-style: none; float: left;}and form.pagination { text-align: right; margin-bottom: -2em /* Added */ /*float: left; Added*/and /* product-sort.tpl */form#productsSortForm p{ height: 1em; margin: 0.5em 0 1em 0; /* origin: 0.5em 0 0 0; */ float: left;}form#productsSortForm p label, form#productsSortForm p select{ float:left; /*origin: float:right; */}form#productsSortForm p select{ font-size:1em; }After all, I type ipod to search, the result like the "By search.jpg", I clik to All special, the result like the "By Special.jpg", and I clik to any sub-catory button, ex accessories, the result like the "By catologies.jpg". You note the red line, the position of "Sort by" form is higher than "Result per Page". I mean I want to config the horizontal position of "Sort by" form is equal "Result per Page" but I can't. After that I try to change margin-bottom: -2em to margin-bottom: -0.2em but nothing change. how can i do that? Please help me out. Tks Link to comment Share on other sites More sharing options...
San Diego Posted May 13, 2009 Share Posted May 13, 2009 i tried it a bit but had no more time so farthe point is that the pagination has two partsso as soon you have more than one side of articels in a categoryall gets massed up. i can bring these two in one line but this does not help for the futureso i need to know why you want to do it and what you want to reach with it except the look.to use firebuck is easy. you open your side than you klick on the little buck in your right bottom corner of your firefoxthan the window get all the code of your side, there you can change and play how you likeand see the changes in realtime, without touching the code.sdoh and sorry my lines i told don´t match yours, because i changed my global css so much allready. Link to comment Share on other sites More sharing options...
San Diego Posted May 13, 2009 Share Posted May 13, 2009 ok changed it so you can checksdi used the presta template global css it is a txt file can´t ad a css script so you need to change it back to a css. global.txt Link to comment Share on other sites More sharing options...
Bryan Lee Posted May 14, 2009 Author Share Posted May 14, 2009 ok changed it so you can checksdi used the presta template global css it is a txt file can´t ad a css script so you need to change it back to a css. Hi San Diego,When I use the global.css you give me the problem the seem. Long time thinking, I think we must add "padding-top:0.5px;" in "form.pagination {"then problem solvedex:form.pagination { text-align: right; padding-top:0.5px; /*Added*/}Thank you so much. Link to comment Share on other sites More sharing options...
San Diego Posted May 14, 2009 Share Posted May 14, 2009 ok glad i was able to helpsd 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