Zen Cart Logo
Forums / Addon Templates / Stirling Grand Responsive Template

Stirling Grand Responsive Template

Views: 141,769

Results 221 to 240 of 527
4 Mar 2014, 8:03 PM
#221
sbnhpv avatar

sbnhpv

New Zenner

Join Date:
Jan 2014
Location:
Madison, Wisconsin, United States
Posts:
8
Plugin Contributions:
0

Stirling Grand Responsive Template

paul3648:

Here's my solution for the "larger image" problem:

responsive.css line 4 change

img{max-width:100%;height:auto;border:0;}

> to 
> ```
img{height:auto;border:0;}

Add

img{max-width:100%;}

> to the bottom of the 
> ```
@media (min-width:768px) and (max-width:979px){

section (around line 263).

I did all of that and it didn't work out real well. I would also like to get rid of the tagline below the header image if possible!

4 Mar 2014, 8:12 PM
#222
sbnhpv avatar

sbnhpv

New Zenner

Join Date:
Jan 2014
Location:
Madison, Wisconsin, United States
Posts:
8
Plugin Contributions:
0

Re: Stirling Grand Responsive Template

Could I simply download and embed my logo in the background image that the cart is floating on top of? Then upload a transparent logo and delete the text for the tagline? Where do I find the background image if that is possible?

5 Mar 2014, 4:34 PM
#223
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Stirling Grand Responsive Template

SBNHPV:

Could I simply download and embed my logo in the background image that the cart is floating on top of? Then upload a transparent logo and delete the text for the tagline? Where do I find the background image if that is possible?

That is not the best way to accomplish it. It will cause a lot of other problems, the background image is a small repeating image in includes/templates/stirling_grand/images

Thanks,

Anne

5 Mar 2014, 4:37 PM
#224
sbnhpv avatar

sbnhpv

New Zenner

Join Date:
Jan 2014
Location:
Madison, Wisconsin, United States
Posts:
8
Plugin Contributions:
0

Re: Stirling Grand Responsive Template

picaflor-azul:

That is not the best way to accomplish it. It will cause a lot of other problems, the background image is a small repeating image in includes/templates/stirling_grand/images

Thanks,

Anne

Fair enough. What then is the best way to accomplish my goal? What problems would it cause if I created a background image with my logo embedded?

5 Mar 2014, 5:11 PM
#225
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Stirling Grand Responsive Template

SBNHPV:

Fair enough. What then is the best way to accomplish my goal? What problems would it cause if I created a background image with my logo embedded?

The best way is to use the logo functionality in zen cart for your logo and then either hide other header elements or adjust their positioning in the includes/templates/stirling_grand/common/tpl_header.php file, using css, or both.

Thanks,

Anne

5 Mar 2014, 7:25 PM
#226
sbnhpv avatar

sbnhpv

New Zenner

Join Date:
Jan 2014
Location:
Madison, Wisconsin, United States
Posts:
8
Plugin Contributions:
0

Re: Stirling Grand Responsive Template

picaflor-azul:

The best way is to use the logo functionality in zen cart for your logo and then either hide other header elements or adjust their positioning in the includes/templates/stirling_grand/common/tpl_header.php file, using css, or both.

Thanks,

Anne

This should be the easiest and most important mod to any website. It is incredibly ridiculous that Zen Cart has made it nearly impossible to change the size and placement of the logo in the header! I love the software, but am baffled by this oversight!

5 Mar 2014, 10:49 PM
#227
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Stirling Grand Responsive Template

SBNHPV:

This should be the easiest and most important mod to any website. It is incredibly ridiculous that Zen Cart has made it nearly impossible to change the size and placement of the logo in the header! I love the software, but am baffled by this oversight!

It is not impossible to change the size and placement of the logo. All I am saying is that if you upload a logo that is a different size than the recommended logo size for the template, you may have to make adjustments.

Thanks,

Anne

6 Mar 2014, 6:36 PM
#228
denliv avatar

denliv

Zen Follower

Join Date:
Jul 2004
Posts:
103
Plugin Contributions:
0

Re: Stirling Grand Responsive Template

I have an issue with the prices jumping out of alignment as soon as the template switches to min-width mode on the product listing page. It's ok in column layout but not row layout, which we prefer. Any ideas? I switched to column layout till fixed so I can't post a link, but you can see a screen grab of the problem here: denliv.com/prices

6 Mar 2014, 7:35 PM
#229
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Stirling Grand Responsive Template

denliv:

I have an issue with the prices jumping out of alignment as soon as the template switches to min-width mode on the product listing page. It's ok in column layout but not row layout, which we prefer. Any ideas? I switched to column layout till fixed so I can't post a link, but you can see a screen grab of the problem here: denliv.com/prices

This template was coded specifically to use the column layout so I did not spend much time on the rows layout. If you want to use the rows layout you might have to make some adjustments in the responsive.css

Thanks,

Anne

12 Mar 2014, 3:30 AM
#230
thatguy avatar

thatguy

New Zenner

Join Date:
Mar 2014
Posts:
2
Plugin Contributions:
0

Re: Stirling Grand Responsive Template

Hi Anne... let me first just say that this template is a first class, five star effort... six stars, even... and I thank you very much for it - and will be donating to you. I was thrilled to come across it.

I'm currently upgrading/recreating a 1.39 site in 1.51 and have a fair amount of experience tweaking Zen through php/css and sql queries. What would be your recommended route for breaking out product categories along the top bar (in the full screen "desktop" version)? Two categories would be okay, but I would really like three, with products dropping down just as they already do. I have no problem moving the other links to make room, so bar space is not an issue.

Ideally, these would carry over in the middle responsive version, but as long as the categories could still condense (or disappear entirely) at smaller screen sizes, that would be fine, too. I explored some ways including messing with "manufacturers" (it's all one manufacturer, but someone suggested that as a hacky way of going about it). There was another solution in Mega Menu which involved querying, but this proved fairly unsatisfactory in the responsive environment... and I also might have borked the whole menu in the process, so I decided to give up and go back to the (very nice) default.

I didn't want to spend too much longer on a wild goose chase without at least first getting your opinion on what method might work best for this inside your template, if any. The existing cart has legacy product urls (or at least product id's) that I would like to maintain because of google. Any ideas? Thank you.

12 Mar 2014, 3:04 PM
#231
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Stirling Grand Responsive Template

ThatGuy:

Hi Anne... let me first just say that this template is a first class, five star effort... six stars, even... and I thank you very much for it - and will be donating to you. I was thrilled to come across it.

I'm currently upgrading/recreating a 1.39 site in 1.51 and have a fair amount of experience tweaking Zen through php/css and sql queries. What would be your recommended route for breaking out product categories along the top bar (in the full screen "desktop" version)? Two categories would be okay, but I would really like three, with products dropping down just as they already do. I have no problem moving the other links to make room, so bar space is not an issue.

Ideally, these would carry over in the middle responsive version, but as long as the categories could still condense (or disappear entirely) at smaller screen sizes, that would be fine, too. I explored some ways including messing with "manufacturers" (it's all one manufacturer, but someone suggested that as a hacky way of going about it). There was another solution in Mega Menu which involved querying, but this proved fairly unsatisfactory in the responsive environment... and I also might have borked the whole menu in the process, so I decided to give up and go back to the (very nice) default.

I didn't want to spend too much longer on a wild goose chase without at least first getting your opinion on what method might work best for this inside your template, if any. The existing cart has legacy product urls (or at least product id's) that I would like to maintain because of google. Any ideas? Thank you.

I am so happy that you like the package and have found it useful ;)

You can show all of the top categories by using the alternate category_ul_generator.php file found in the css horizontal drop down menu module:

http://www.zen-cart.com/downloads.php?do=file&id=1243

The upgrade should not effect your product urls at all since you will be using the same database ;)

Thanks,

Anne

13 Mar 2014, 4:19 AM
#232
thatguy avatar

thatguy

New Zenner

Join Date:
Mar 2014
Posts:
2
Plugin Contributions:
0

Re: Stirling Grand Responsive Template

picaflor-azul:

I am so happy that you like the package and have found it useful ;)

You can show all of the top categories by using the alternate category_ul_generator.php file found in the css horizontal drop down menu module:

http://www.zen-cart.com/downloads.php?do=file&id=1243

The upgrade should not effect your product urls at all since you will be using the same database ;)

Thanks,

AnneHi Anne...

Thank you for leading me in the right direction. Got it mostly working but couldn't figure out how to show subcategories under the categories. After a bit of hair pulling and reading (again) through the entire Mega Menu thread, I found this link:

http://nigeltsblog.blogspot.co.uk/2013/06/adding-seperate-category-dropdown-for.html

Which explains it step by step and works perfectly. Thanks again. Will be donating soon... the template is well worth it.

13 Mar 2014, 2:30 PM
#233
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Stirling Grand Responsive Template

ThatGuy:

Hi Anne...

Thank you for leading me in the right direction. Got it mostly working but couldn't figure out how to show subcategories under the categories. After a bit of hair pulling and reading (again) through the entire Mega Menu thread, I found this link:

http://nigeltsblog.blogspot.co.uk/2013/06/adding-seperate-category-dropdown-for.html

Which explains it step by step and works perfectly. Thanks again. Will be donating soon... the template is well worth it.

I am happy that you figured it out ;)

Thanks,

Anne

16 Mar 2014, 6:02 PM
#234
sbnhpv avatar

sbnhpv

New Zenner

Join Date:
Jan 2014
Location:
Madison, Wisconsin, United States
Posts:
8
Plugin Contributions:
0

Re: Stirling Grand Responsive Template

I highly suggest you avoid this package. It is impossible to change the image in the header! I have wasted several hours of my own time and have even paid a professional to have a look. The amount of work it takes to do the most simple thing imaginable is completely mind boggling! Save yourself a HUGE headache and use something else! You will regret installing this!

16 Mar 2014, 7:51 PM
#235
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Stirling Grand Responsive Template

SBNHPV:

I highly suggest you avoid this package. It is impossible to change the image in the header! I have wasted several hours of my own time and have even paid a professional to have a look. The amount of work it takes to do the most simple thing imaginable is completely mind boggling! Save yourself a HUGE headache and use something else! You will regret installing this!

There are instructions in the readme.html file for changing the logo. There is also a tutorial in the FAQs section of this site with instructions on how to change the logo. This is one of the most basic changes that you will make to any template and literally thousands of users have made this change without getting headaches :lookaroun

Thanks,

Anne

17 Mar 2014, 4:11 AM
#236
sbnhpv avatar

sbnhpv

New Zenner

Join Date:
Jan 2014
Location:
Madison, Wisconsin, United States
Posts:
8
Plugin Contributions:
0

Re: Stirling Grand Responsive Template

picaflor-azul:

There are instructions in the readme.html file for changing the logo. There is also a tutorial in the FAQs section of this site with instructions on how to change the logo. This is one of the most basic changes that you will make to any template and literally thousands of users have made this change without getting headaches :lookaroun

Thanks,

Anne

True, I guess I should have been more clear. Changing the logo is easy as pie. If you want to make the logo larger than the tiny little space they provide for it. You are completely left out to dry! If you're cool with a barely readable little image tucked away in the upper left corner of your site, this zen cart thing is perfect for you! If you want something that looks good, you're in the wrong place!

17 Mar 2014, 11:54 AM
#237
jlizotte avatar

jlizotte

New Zenner

Join Date:
Feb 2012
Location:
Ohio, USA
Posts:
58
Plugin Contributions:
0

Re: Stirling Grand Responsive Template

SBNHPV:

True, I guess I should have been more clear. Changing the logo is easy as pie. If you want to make the logo larger than the tiny little space they provide for it. You are completely left out to dry! If you're cool with a barely readable little image tucked away in the upper left corner of your site, this zen cart thing is perfect for you! If you want something that looks good, you're in the wrong place!

SBNHPV,

With all due respect, you're off base with your comments about this template. Anne's FREE work is an asset to anyone running Zen Cart. I recently changed one of my sites to this template (Stirling Grand), and got incredible feedback from most of my wholesale customers. My sales and page views also jumped immediately.

The problem here is your perception of how the logo should be changed, or the software should work. And the solution is simple, find another cart/template that does work for you...or re-assess your expectation of how much work it is to get your logo the way you want it. You wouldn't buy a dump truck and then complain that you lost a drag race. So my suggestion is that your expectation of the tool you chose was incorrect. I'd suggest that you look for another cart/template that specifically allows for the type of logo changes you need.

The same concept can be applied to Zen Cart. It is a free shopping cart. If it doesn't work for you, you are free to use something different. The sense of entitlement here disappoints me. Both the cart and the template are free, but you've done nothing but bash them. The better solution would have been to realize that Zen Cart and/or Stirling Grand didn't fit your needs or expectations, and move on to something different.

There is no need to make blanket statements that someone will "...regret installing this" based purely on your misperceptions.

17 Mar 2014, 12:42 PM
#238
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Stirling Grand Responsive Template

SBNHPV:

I highly suggest you avoid this package. It is impossible to change the image in the header! I have wasted several hours of my own time and have even paid a professional to have a look. The amount of work it takes to do the most simple thing imaginable is completely mind boggling! Save yourself a HUGE headache and use something else! You will regret installing this!

Really? I changed my logo specifics one morning after downloading this template while walking my dog on my mobile phone. I've probably made hundreds of customizations to my site this way, it really is that simple. why be stuck at a desk.

17 Mar 2014, 1:49 PM
#239
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Stirling Grand Responsive Template

picandnix:

Really? I changed my logo specifics one morning after downloading this template while walking my dog on my mobile phone. I've probably made hundreds of customizations to my site this way, it really is that simple. why be stuck at a desk.

LOL :laugh:

Thanks,

Anne

19 Apr 2014, 8:11 PM
#240
aimwilk avatar

aimwilk

New Zenner

Join Date:
Jan 2011
Posts:
10
Plugin Contributions:
0

Re: Stirling Grand Responsive Template

picaflor-azul:

LOL :laugh:

Thanks,

Anne

I believe the person posting was just frustrated, as I am. Instead of lashing back that a person should know how to do this or go elsewhere, there should be a little more understanding that some people need specific support, e.g. 'change this in css, and this code in this template file' to adjust settings for larger logos. I am a designer and know html and have an intermediate knowledge of css. But when we're on a forum and we ask, I think the support should be there other than, 'You might have to tweak the style sheet'. That's my current frustration as well.