I don't have an available play spot right now so I can't download and see. Hoping the author will pop in.
The things I would expect to see in the CSS don't seem to be there.
Printable View
I don't have an available play spot right now so I can't download and see. Hoping the author will pop in.
The things I would expect to see in the CSS don't seem to be there.
I need to remove "Brands" from this Megamenu. However, it seems to be built up from the database. I have looked through all the mega menu code and even surfed the database entries but I just cannot find that one item.
Attachment 19663
You've taken them out but, the easy way is to view with inspect while the brands is showing. Then you can see the class of the <li> that's presenting the data styling in includes/templates/fluorspar/css/stylesheet_header_menu.css.
.brands is a guess since it appears in the aforementioned stylesheet.
Adding li.brands {display:none;} where it will load last in the css chain will keep the menu item from displaying. We recommend creating a stylesheet_zcustom.css for such additions. Makes it easier at upgrade/change.
Now that you have Brands back, the entry to make it go away is:
Code:li.manufacturers-li.fullwidth {display: none;}
I do not know if this is the right place for this question. I am getting the following warning....
This appears to be telling me that no_picture_MED.gif exists. This used to happen in pairs with the LRG image until I created these images and placed them in the appropriate folders. The LRG error has now gone away...but this one persists?Code:[05-Jul-2021 19:31:33 UTC] Request URI: /index.php?main_page=product_info&products_id=293, IP address: 167.114.158.215
#1 getimagesize() called at [/includes/templates/fluorspar/templates/tpl_modules_main_product_image.php:23]
#2 require(/includes/templates/fluorspar/templates/tpl_modules_main_product_image.php) called at [/includes/templates/fluorspar/templates/tpl_product_info_display.php:51]
#3 require(/includes/templates/fluorspar/templates/tpl_product_info_display.php) called at [/includes/modules/pages/product_info/main_template_vars.php:153]
#4 require(/includes/modules/pages/product_info/main_template_vars.php) called at [/includes/templates/fluorspar/common/tpl_main_page.php:315]
#5 require(/includes/templates/fluorspar/common/tpl_main_page.php) called at [/index.php:94]
--> PHP Warning: getimagesize(images/medium/no_picture_MED.gif): failed to open stream: No such file or directory in /includes/templates/fluorspar/templates/tpl_modules_main_product_image.php on line 23.
This is happening on every product that does not have a product image. Once I create a load a base, Medium and Large product image, the problem goes away.