Re: Responsive Sheffield Blue V 2.0!
I just installed this template on a zen cart installation 1.54.. The template looks great and runs great on the front end . But my admin section is so slow its going to be non workable. Did i overlook something ? There are no errors everything is working as it should but it now takes about 10 seconds for each page load on the back end only.
Re: Responsive Sheffield Blue V 2.0!
could it be a server curl issue?
try deleting this file:
YOUR_ADMIN\includes\auto_loaders\config.responsive_sheffield_blue.php
does that help? removing that file will stop that installer from checking for a newer version on zencart and checking for newer version files, it's the only thing I can think of that would cause a slow admin from just the template.
Do you have any other modules installed?
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
roberttimmons
I just installed this template on a zen cart installation 1.54.. The template looks great and runs great on the front end . But my admin section is so slow its going to be non workable. Did i overlook something ? There are no errors everything is working as it should but it now takes about 10 seconds for each page load on the back end only.
Yes, I agree, remove this file after installation:
YOUR_ADMIN\includes\auto_loaders\config.responsive_sheffield_blue.php
I have this on a list to fix in the next update ;)
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
Can my slider images be centered and downsized just a little so that I have my left and right columns displayed on the sides of them?
Here is demo 1.54 site is located at www.gelcandlecompany.com/demo
Thank you Anne and thank you guys for the help!
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
spawnie69
Can my slider images be centered and downsized just a little so that I have my left and right columns displayed on the sides of them?
Here is demo 1.54 site is located at
www.gelcandlecompany.com/demo
Thank you Anne and thank you guys for the help!
What I would do if it was me (Anne may have another opinion) is in the
includes/templates/responsive_sheffield_blue/common/tpl_header.php
remove
PHP Code:
<?php
if ($this_is_home_page) {
?>
<?php
if (RSB_SLIDER_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 } ?>
and put it in the:
includes/templates/responsive_sheffield_blue/common/tpl_main_page.php
right after:
HTML Code:
<!-- eof upload alerts -->
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
RFree190
ADD CUSTOM MENU ITEMS TO TOP MENU
Can I add custom menu items to the top menu?
I would like to add and/or edit the name of a menu item and place custom links under that header.
Is this possible?
Thanks!
Rick
I would like to find where/how to modify the header menu drop downs as well ...
Cheers,
-Eric
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
BrotherRE
I would like to find where/how to modify the header menu drop downs as well ...
Cheers,
-Eric
You can edit the includes/templates/responsive_sheffield_blue/templates/tpl_modules_categories_tabs.php file.
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
bislewl
What I would do if it was me (Anne may have another opinion) is in the
includes/templates/responsive_sheffield_blue/common/tpl_header.php
remove
PHP Code:
<?php
if ($this_is_home_page) {
?>
<?php
if (RSB_SLIDER_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 } ?>
and put it in the:
includes/templates/responsive_sheffield_blue/common/tpl_main_page.php
right after:
HTML Code:
<!-- eof upload alerts -->
I tried out what Bislewl recommended and it appears like this www.gelcandlecompany.com/demo
Looks like the slider is a little in the blue as you can see. Can this be moved a little?
I was hoping that Important Links, Best Sellers and Specials column would appear on the right side and Newest, Features and Specials would be appear directly underneath the slider instead of so far down.
Re: Responsive Sheffield Blue V 2.0!
I just checked on my phone and theres 2 slider image on top of each other.
www.gelcandlecompany.com/demo
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
spawnie69
I tried out what Bislewl recommended and it appears like this
www.gelcandlecompany.com/demo
Looks like the slider is a little in the blue as you can see. Can this be moved a little?
I was hoping that Important Links, Best Sellers and Specials column would appear on the right side and Newest, Features and Specials would be appear directly underneath the slider instead of so far down.
Take the margin-top off of the .content-slider in stylesheet_flex.css
Thanks,
Anne