Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
Stitcher
I found the problem, although I'm not quite sure why it was happening. I used the developers tool kit (THANKS to USWEBORX!!:cool:) and found the link I needed to change in the includes/languages/english/extra_definitions/sheffield_blue/footer_menu_defines.php. Although the social icon I was clicking on was in the slider on the side, this link was the one that allowed it to take me to my page instead of the original.
Your welcome, Anne taught me about the Dev toolkit it has been a lifesaver!
1 Attachment(s)
Re: Sheffield Blue Template Support Thread
Hi Anne. How do you swap the location of the home/login/shopping cart and lang/currency displays? Thx.
Attachment 13766
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
gsdcypher
Hi Anne. How do you swap the location of the home/login/shopping cart and lang/currency displays? Thx.
Attachment 13766
You will do this using css and xhtml, editing the stylesheet.css and tpl_header.php file. If you post a link to your site I can take a look.
Thanks,
Anne
Re: Sheffield Blue Template Support Thread
hey i wanted to add the Sheffield Blue social header to my site but on a different template as far as i know i put all the files for it but it doesnt show how can i fix this problem?
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
Pablo_escobar
hey i wanted to add the Sheffield Blue social header to my site but on a different template as far as i know i put all the files for it but it doesnt show how can i fix this problem?
You can download the Social Network Sidebar plugin separately in the plugins section. This is the module I used.
Thanks,
Anne
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
picaflor-azul
If you install a new template, then you need to copy any override files for modules that you have installed on your old template to the new template override directory.
Thanks,
Anne
Thank you Anne,
The problem is fixed but it was actually unrelated to the other modules. I had accidentally mixed things up in the headermenu.php file.
1 Attachment(s)
Re: Sheffield Blue Template Support Thread
Hello Anne. I'm trying move my additional images to a pretty specific location. I would like them to be displayed to the right of my main image right under the box with the "add this to my cart" button. I also would want to remove the dotted line between the images and have them aligned to the left with very little padding between the images. Here is the actual product page.
Attachment 13789
I've already edited the tpl_product_info_display.php file a bit but I'm not sure what else to do. If you could point me in the direction what other files to edit or what to search for in the developers toolkit that would be great.
Thanks,
Hadley
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
dabbers
Hello Anne. I'm trying move my additional images to a pretty specific location. I would like them to be displayed to the right of my main image right under the box with the "add this to my cart" button. I also would want to remove the dotted line between the images and have them aligned to the left with very little padding between the images.
Here is the actual product page.
Attachment 13789
I've already edited the tpl_product_info_display.php file a bit but I'm not sure what else to do. If you could point me in the direction what other files to edit or what to search for in the developers toolkit that would be great.
Thanks,
Hadley
To remove the dotted lines add a .vDotLine{display:none;} to the bottom of your stylesheet.css file.
Add this to the bottom of your stylesheet.css file:
Code:
#productAdditionalImages{width:250px;float:right;margin-top:-200px;}
You will also need to set additional images image size smaller or at 2 images per row
Thanks,
Anne
Re: Sheffield Blue Template Support Thread
Hello! Quick question. How I am supossed to change method of viewing of "new - featured - special" to the more elegant option of showing it one after another on main page?
[All new products]
[All featured products]
Regards
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
vojtechjan
Hello! Quick question. How I am supossed to change method of viewing of "new - featured - special" to the more elegant option of showing it one after another on main page?
[All new products]
[All featured products]
Regards
You need to remove the tabbed home page modules plugin. You can probably just delete the includes/templates/sheffield_blue/templates/tpl_index_home.php file, but I have not tested this so you might have to remove more files from the plugin package.
Thanks,
Anne