Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
picaflor-azul
You can edit the includes/templates/sheffield_blue/templates/tpl_product_info_display.php file. You may also need to make some adjustments in the css.
Thanks,
Anne
Thanks for the quick response however I am only able to locate the review code in the default template using the method you recommend. Where is the reviews defined in your template?
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
brebix
Thanks for the quick response however I am only able to locate the review code in the default template using the method you recommend. Where is the reviews defined in your template?
never mind thanks
Re: Sheffield Blue Template Support Thread
Hi,
How do I remove the Home Page Slider Show and the media logos from my store? I found your help pages for adding and reducing the number of images but not how to remove the complete feature which is not appropriate for my store. Your help would be appreciated.
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
brebix
never mind thanks
I am happy that you figured it out ;) The sections in the tpl_product_info_display.php are well commented by the core deveolopers to make it easier to locate which code controls which element.
Thanks,
Anne
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
vesuvians
Hi,
How do I remove the Home Page Slider Show and the media logos from my store? I found your help pages for adding and reducing the number of images but not how to remove the complete feature which is not appropriate for my store. Your help would be appreciated.
One way is to remove the call for the slide show in the tpl_main_page.php file:
Code:
<?php
if ($this_is_home_page) {
?>
<div id="home-banner"><?php require($template->get_template_dir('tpl_home_slider.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_home_slider.php');?></div>
<?php
}
?>
Thanks,
Anne
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
picaflor-azul
One way is to remove the call for the slide show in the tpl_main_page.php file:
Code:
<?php
if ($this_is_home_page) {
?>
<div id="home-banner"><?php require($template->get_template_dir('tpl_home_slider.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_home_slider.php');?></div>
<?php
}
?>
Thanks,
Anne
Hi Anne,
I removed the code from the /common/tpl__main_page.php file but the Mega Menu now sits under the top of the main page - please see http://www.phillumeny.eu How can I resolve this new problem please?
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
vesuvians
Hi Anne,
I removed the code from the /common/tpl__main_page.php file but the Mega Menu now sits under the top of the main page - please see
http://www.phillumeny.eu How can I resolve this new problem please?
Additional Info: It appears that this problem only affects the Home Page - The other pages load in the correct manner!
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
vesuvians
Additional Info: It appears that this problem only affects the Home Page - The other pages load in the correct manner!
In the index_home.css file change to this:
Code:
#content-container {margin-top: 40px;}
Thanks,
Anne
Re: Sheffield Blue Template Support Thread
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
vesuvians
Thanks Anne - Looks Good
I am happy that it worked ;)
Thanks,
Anne