Re: Responsive Sheffield Blue
Quote:
Originally Posted by
adb34
This web link does not work try thishttp://juniper.edenjewellerysupplies.co.uk//
Re: Responsive Sheffield Blue
Thanks! I completely forgot most layout changes are controlled by the admin.
BTW! What can I do if I want to modify the way the brands are displayed?
I would like to use a 6 column layout, to display the brands, but my attempts have failed. I did change the class but the column is not displaying the labels properly. Therefore my question is do I have to modify the listing(script that generates the listing I mean) or, do I have to manually input each line, as a define using other column classes as an example?
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
adb34
The link is not working.
This is not a problem with the Responsive Sheffield Blue package. There is a patch posted to the older Sheffield Blue template support thread to fix this. Also, the problem is fixed in the newest version of the Sheffield Blue package.
Thanks,
Anne
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
icecold
Thanks! I completely forgot most layout changes are controlled by the admin.
BTW! What can I do if I want to modify the way the brands are displayed?
I would like to use a 6 column layout, to display the brands, but my attempts have failed. I did change the class but the column is not displaying the labels properly. Therefore my question is do I have to modify the listing(script that generates the listing I mean) or, do I have to manually input each line, as a define using other column classes as an example?
You can modify the tpl_mega_menu.php and stylesheet_mega_menu.css files. If you read through the Pure CSS Mega Menu support thread or do a forum search I believe that this question has already been answered in detail.
Thanks,
Anne
Re: Responsive Sheffield Blue
Hi
Thank you for your response a few days ago regarding image size on the index page. All seems to now be a uniform size at the moment
One question which has probably been asked before, but scanning the thread I cant quickly find.
How do you add an image as a backround in the header.
Many thanks
Grandpa
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
grandpaj
Hi
Thank you for your response a few days ago regarding image size on the index page. All seems to now be a uniform size at the moment
One question which has probably been asked before, but scanning the thread I cant quickly find.
How do you add an image as a backround in the header.
Many thanks
Grandpa
You will use css to do this. If you post a link to your site and a screen shot of what you are trying to do I can let you know what element to put the background image on. Or, you can install firebug and use firefox to figure this out.
Thanks,
Anne
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
You will need to change the width of the slide show and then remove the call for it in the tpl_main_page.php file and add it to the define_main_page.php.
Thanks,
Anne
Hi Anne
As I think you can probably guess Im pretty new to Zen Cart.
Please excuse my ignorance, but where exactly do I find the tpl_main_page.php file with the code that nees to be remove to the define_main_page.php. I seem to have looked everywhere except the right place.
(Will look at header next.)
Many thanks
Grandpa
1 Attachment(s)
Re: Responsive Sheffield Blue
Hi
Heres where I would like to add header image
and the url I hope
w w w . g r a n d p a s . c o . n z/Z e n
Cheers
Grandpa
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
grandpaj
Hi Anne
As I think you can probably guess Im pretty new to Zen Cart.
Please excuse my ignorance, but where exactly do I find the tpl_main_page.php file with the code that nees to be remove to the define_main_page.php. I seem to have looked everywhere except the right place.
(Will look at header next.)
Many thanks
Grandpa
I am sorry, take a look in includes/templates/responsive_sheffield_blue/common/tpl_header.php for this:
Code:
<?php
if ($this_is_home_page) {
?>
<?php
if (RSB_SLIDES_STATUS == 'true') {
?>
<?php require($template->get_template_dir('tpl_home_slider.php',DIR_WS_TEMPLATE, $current_page_base,'common')
. '/tpl_home_slider.php');?>
<?php
} ?>
<?php
} ?>
You will remove it from that file and add it to the includes/languages/english/html_includes/responsive_sheffield_blue/define_main_page.php
Thanks,
Anne
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
grandpaj
Hi
Heres where I would like to add header image
and the url I hope
w w w . g r a n d p a s . c o . n z/Z e n
Cheers
Grandpa
There are instructions for adding your logo and tagline in thre readme.html file included in the template package.
Thanks,
Anne