Zen Cart Logo
Forums / Addon Templates / Responsive Sheffield Blue v2.0

Responsive Sheffield Blue v2.0

Views: 309,679

Results 361 to 380 of 1,514
24 Sep 2015, 20:23
#361
roberttimmons avatar

roberttimmons

New Zenner

Join Date:
Apr 2010
Posts:
40
Plugin Contributions:
0

Responsive Sheffield Blue v2.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.

25 Sep 2015, 01:55
#362
bislewl avatar

bislewl

Totally Zenned

Join Date:
Dec 2011
Location:
Wisconsin, USA
Posts:
674
Plugin Contributions:
12

Re: Responsive Sheffield Blue v2.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?

25 Sep 2015, 13:45
#363
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive Sheffield Blue v2.0

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

30 Sep 2015, 18:19
#364
spawnie69 avatar

spawnie69

Totally Zenned

Join Date:
Sep 2005
Location:
Ocala, FL
Posts:
527
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.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 https://www.gelcandlecompany.com/demo

Thank you Anne and thank you guys for the help!

30 Sep 2015, 18:34
#365
bislewl avatar

bislewl

Totally Zenned

Join Date:
Dec 2011
Location:
Wisconsin, USA
Posts:
674
Plugin Contributions:
12

Re: Responsive Sheffield Blue v2.0

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 https://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
    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:

<!-- eof upload alerts -->
01 Oct 2015, 21:44
#366
brotherre avatar

brotherre

New Zenner

Join Date:
Aug 2009
Posts:
1
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

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

02 Oct 2015, 13:30
#367
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive Sheffield Blue v2.0

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

02 Oct 2015, 15:30
#368
spawnie69 avatar

spawnie69

Totally Zenned

Join Date:
Sep 2005
Location:
Ocala, FL
Posts:
527
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

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 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
<!-- eof upload alerts -->

I tried out what Bislewl recommended and it appears like this https://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.

02 Oct 2015, 15:43
#369
spawnie69 avatar

spawnie69

Totally Zenned

Join Date:
Sep 2005
Location:
Ocala, FL
Posts:
527
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

I just checked on my phone and theres 2 slider image on top of each other.
https://www.gelcandlecompany.com/demo

02 Oct 2015, 20:13
#370
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive Sheffield Blue v2.0

spawnie69:

I tried out what Bislewl recommended and it appears like this https://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

02 Oct 2015, 20:13
#371
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive Sheffield Blue v2.0

spawnie69:

I just checked on my phone and theres 2 slider image on top of each other.
https://www.gelcandlecompany.com/demo

You can make adjustments to the responsive_mobile.css if you need to move things around for phones.

Thanks,

Anne

06 Oct 2015, 02:15
#373
llmcdonald avatar

llmcdonald

New Zenner

Join Date:
Aug 2014
Location:
Etobicoke
Posts:
48
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Nevermind I figured it out...

Thanks for the Template.

06 Oct 2015, 13:19
#374
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive Sheffield Blue v2.0

llmcdonald:

Nevermind I figured it out...

Thanks for the Template.

I am happy that you figured it out ;) The icons used in this template are font awesome.

Thanks,

Anne

07 Oct 2015, 13:16
#375
fjbern1943 avatar

fjbern1943

Zen Follower

Join Date:
Apr 2015
Location:
United States
Posts:
144
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Can I assume we are talking about the "Manage the the slide show in Admin" and other text inside the banners? If so what do you change in the stylesheet_flex.css file?????????

07 Oct 2015, 13:18
#376
fjbern1943 avatar

fjbern1943

Zen Follower

Join Date:
Apr 2015
Location:
United States
Posts:
144
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Thanks for not sharing how you fixed it.

07 Oct 2015, 14:12
#377
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive Sheffield Blue v2.0

fjbern1943:

Can I assume we are talking about the "Manage the the slide show in Admin" and other text inside the banners? If so what do you change in the stylesheet_flex.css file?????????

If you want to change the dimensions of the slide show you need to change the css in the stylesheet_flex.css.

Thanks,

Anne

07 Oct 2015, 14:13
#378
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive Sheffield Blue v2.0

fjbern1943:

Thanks for not sharing how you fixed it.

How about this instead:

That's great that you solved your problem. Please consider posting your solution here so that others who have the same or similar question can benefit from your answer.

Thanks,

Anne

07 Oct 2015, 14:25
#379
fjbern1943 avatar

fjbern1943

Zen Follower

Join Date:
Apr 2015
Location:
United States
Posts:
144
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

I do not want to change the dimensions of the slide show. I want to get rid of the text ""Manage the slide show in Admin" , "Optimized for all devices", "Extensive Documentation", etc. etc.
Thanks in advance for your help.

07 Oct 2015, 14:31
#380
fjbern1943 avatar

fjbern1943

Zen Follower

Join Date:
Apr 2015
Location:
United States
Posts:
144
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

I apologize for my abruptness. So how do you get the addtoany feature to show on the product info page?????? By the way my copy of version 2 template did not come with any installation instructions??????