Zen Cart Logo

Template Fluorspar

Views: 135,977

Results 281 to 298 of 298
7 Sep 2025, 3:28 AM
#281
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,677
Plugin Contributions:
0

Template Fluorspar

chadlly2003:

Just look at you site. Look like you got it.

Can i make one suggestion lets have zencart called the image size instead of the css. Once you make the changes below go to backend of zencart
and adjust your new 'product image size' there.

Once that is done look at how nice your images look on mobile and desktop. Big difference in quality of the image.

path: responsive.css
line:47
find this and remove....

img.listingProductImage{width:30%;}

> 
> path: responsive.css
> line:150
> find this and remove....
> ```
img.listingProductImage{width:60%;}

I have already removed these 2 codes from the file.

7 Sep 2025, 5:13 AM
#282
chadlly2003 avatar

chadlly2003

Totally Zenned

Join Date:
Jan 2015
Posts:
744
Plugin Contributions:
0

Re: Template Fluorspar

wmorris:

I have already removed these 2 codes from the file.

by remove the code it looks like it worked.
The images are now correctly sized. And the responsiveness from mobile to desktop is a lot cleaner.

Now have you gone into the backend of zencart you should be able to change the size if of the image
by going to be backend as mentioned in a previous post.

New Products Width
Product All Listing Width etc

7 Sep 2025, 5:24 AM
#283
chadlly2003 avatar

chadlly2003

Totally Zenned

Join Date:
Jan 2015
Posts:
744
Plugin Contributions:
0

Re: Template Fluorspar

I meant to say you have the option of going into the back end of zen cart and change the image size from the admin section as mentioned in a previous post.

9 Feb 2026, 11:54 PM
#284
don_wagner avatar

don_wagner

New Zenner

Join Date:
Jan 2009
Location:
Iowa, USA
Posts:
65
Plugin Contributions:
0

Re: Template Fluorspar

Is Fluorspar a total No-Go in 2.1.0? I really like the look and feel of Fluorspar, so installed it in 2.0.1 to see what would happen. My Store is a small subset of Zen Cart – Picture Gallery with Prices and a Contact Us email link for more information. No customer registration /login, no shopping cart, no shipping calculator or credit cards on file and such. There’s essentially no back end to it.

Here’s what I saw comparing Fluorspar with Responsive Classic:

Drop-down sorter on the New Products/Featured Products, etc. pages, but not one when you select Products by Category.

Not clear how to reconfigure the dropdown menu in the header. I did it originally (1.5.8), but looks like 2.1.0 is a completely different. In a pinch, I could live without the dropdown though.

That's about all I found that was potentially problematic.

Asking in my role as a store-owner – would definitely consider having a pro make the fixes if it’s feasible.

11 Feb 2026, 10:43 PM
#285
don_wagner avatar

don_wagner

New Zenner

Join Date:
Jan 2009
Location:
Iowa, USA
Posts:
65
Plugin Contributions:
0

Re: Template Fluorspar

I noticed that the pulldown "Sort by" products list is not present in Fluorspar when you select a category.

It's present when you select Responsive Classic, so I don't think it's based on my Admin settings.

What would it take to fix that?

17 Feb 2026, 9:12 PM
#286
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,677
Plugin Contributions:
0

Re: Template Fluorspar

I wonder if anyone can help me on the product info page. The area where the Model# and Manufactured is how can I add Product size and add a extra line for my Product Materials?

18 Feb 2026, 3:28 PM
#287
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,677
Plugin Contributions:
0

Re: Template Fluorspar

I am having some problems with the menu. How can I widen the menu list.
Here is the image what I am talking about.

19 Feb 2026, 12:22 AM
#288
chadlly2003 avatar

chadlly2003

Totally Zenned

Join Date:
Jan 2015
Posts:
744
Plugin Contributions:
0

Re: Template Fluorspar

wmorris:

I am having some problems with the menu. How can I widen the menu list.
Here is the image what I am talking about.

Give me a URL and I can take a look for you.

19 Feb 2026, 2:26 AM
#289
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,677
Plugin Contributions:
0

Re: Template Fluorspar

chadlly2003:

Give me a URL and I can take a look for you.

Sorry took so long I was working at my main job. Here is the link https://www.galaxyhomedecor.us for the desktop version.

19 Feb 2026, 3:40 AM
#290
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,768
Plugin Contributions:
9

Re: Template Fluorspar

It's all a result of the css rule and the width setting. Understand that you will need to make some major changes to the way it's built or specify a width based on screen size.

.mega-menu li ul li {    font-size: 1em;
    position: relative;
    margin: 0;
    float: left;
    text-align: left;
    width: 160px;
}
19 Feb 2026, 3:52 AM
#291
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,677
Plugin Contributions:
0

Re: Template Fluorspar

dbltoe:

It's all a result of the css rule and the width setting. Understand that you will need to make some major changes to the way it's built or specify a width based on screen size.

.mega-menu li ul li { font-size: 1em;
position: relative;
margin: 0;
float: left;
text-align: left;
width: 160px;
}


Ok, I have found that code. What do I need to change?
19 Feb 2026, 4:01 AM
#292
chadlly2003 avatar

chadlly2003

Totally Zenned

Join Date:
Jan 2015
Posts:
744
Plugin Contributions:
0

Re: Template Fluorspar

The reason you having that issue is because the text is too long for the size. To fix the issue lets create a word-break on that specific line.

put this at the very bottom of /includes/templates/fluorspar/css/stylesheet_header_menu.css

@media (min-width: 768px) {
    a[href*="cPath=14_26"] {
    display: inline-block;
    width: 100px;        
    word-break: break-word;
    }
}
19 Feb 2026, 4:19 AM
#293
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,677
Plugin Contributions:
0

Re: Template Fluorspar

chadlly2003:

The reason you having that issue is because the text is too long for the size. To fix the issue lets create a word-break on that specific line.

put this at the very bottom of /includes/templates/fluorspar/css/stylesheet_header_menu.css

@media (min-width: 768px) {
a[href*="cPath=14_26"] {
display: inline-block;
width: 100px;
word-break: break-word;
}
}


That didn't work still no change.
19 Feb 2026, 5:19 AM
#294
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,677
Plugin Contributions:
0

Re: Template Fluorspar

chadlly2003:

The reason you having that issue is because the text is too long for the size. To fix the issue lets create a word-break on that specific line.

put this at the very bottom of /includes/templates/fluorspar/css/stylesheet_header_menu.css

@media (min-width: 768px) {
a[href*="cPath=14_26"] {
display: inline-block;
width: 100px;
word-break: break-word;
}
}


I guess that will do. Can you also help me with another area? I need help in the product info pages. Where the Model, Weight and Manufactured part. I need help displaying the dimensions and add another line for my materials of the products.
19 Feb 2026, 3:05 PM
#295
chadlly2003 avatar

chadlly2003

Totally Zenned

Join Date:
Jan 2015
Posts:
744
Plugin Contributions:
0

Re: Template Fluorspar

wmorris:

I guess that will do. Can you also help me with another area? I need help in the product info pages. Where the Model, Weight and Manufactured part. I need help displaying the dimensions and add another line for my materials of the products.

there a few way to accomplish what your looking for. I would start with this plugin
https://www.numinix.com/numinix-product-fields-for-zen-cart-800

this will get the fields you want into the product page. Let m know if you need more assistance.

19 Feb 2026, 4:04 PM
#296
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,768
Plugin Contributions:
9

Re: Template Fluorspar

chadlly2003:

there a few way to accomplish what your looking for. I would start with this plugin
https://www.numinix.com/numinix-product-fields-for-zen-cart-800

this will get the fields you want into the product page. Let m know if you need more assistance.
Unfortunately, I would not classify that mod as ready for prime time. Especially if you are not familiar with code.

20 Feb 2026, 3:19 AM
#297
chadlly2003 avatar

chadlly2003

Totally Zenned

Join Date:
Jan 2015
Posts:
744
Plugin Contributions:
0

Re: Template Fluorspar

wmorris:

I guess that will do. Can you also help me with another area? I need help in the product info pages. Where the Model, Weight and Manufactured part. I need help displaying the dimensions and add another line for my materials of the products.

Do you have the dimensions and material information stored in the products table in the database? And are you just looking to display that information on the product page

2 Sep 2026, 3:04 PM
#298
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,677
Plugin Contributions:
0

Re: Template Fluorspar

How can I disable the slider on the index page? The best way.