Page 12 of 21 FirstFirst ... 21011121314 ... LastLast
Results 111 to 120 of 204
  1. #111
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,448
    Plugin Contributions
    11

    Default Re: Template Fluorspar

    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.

  2. #112
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: Template Fluorspar

    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.

    Name:  Screen Shot 07-04-21 at 12.07 PM.PNG
Views: 161
Size:  80.2 KB

  3. #113
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: Template Fluorspar

    Quote Originally Posted by g2ktcf View Post
    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.

    Name:  Screen Shot 07-04-21 at 12.07 PM.PNG
Views: 161
Size:  80.2 KB
    Oh, removing all the manufacturer's from the Configuration side works! However, we do have a couple of manufacturer's that I would like to add to the products, I just do not want that menu item.

  4. #114
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,448
    Plugin Contributions
    11

    Default Re: Template Fluorspar

    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.

  5. #115
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: Template Fluorspar

    Quote Originally Posted by dbltoe View Post
    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.
    I will have to go back and look again but I do not remember seeing that class.

  6. #116
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,448
    Plugin Contributions
    11

    Default Re: Template Fluorspar

    Now that you have Brands back, the entry to make it go away is:

    Code:
    li.manufacturers-li.fullwidth {display: none;}

  7. #117
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: Template Fluorspar

    Quote Originally Posted by dbltoe View Post
    Now that you have Brands back, the entry to make it go away is:

    Code:
    li.manufacturers-li.fullwidth {display: none;}
    Ha! I did an upload with EP4 earlier and accidentally put the Manf back in! lol That was the element that I was looking for though. Thanks!

  8. #118
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: Template Fluorspar

    I do not know if this is the right place for this question. I am getting the following warning....

    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 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?

  9. #119
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: Template Fluorspar

    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.

  10. #120
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: Template Fluorspar

    Quote Originally Posted by dbltoe View Post
    Now that you have Brands back, the entry to make it go away is:

    Code:
    li.manufacturers-li.fullwidth {display: none;}
    Finally got around to doing this. Worked like a champ! Thanks!!

 

 
Page 12 of 21 FirstFirst ... 21011121314 ... LastLast

Similar Threads

  1. theme277 from template monster and replacing with new template
    By DarkAngel in forum General Questions
    Replies: 0
    Last Post: 8 Nov 2012, 07:17 AM
  2. Can't seem to get template on the admin/tools/template selection
    By avmejias in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 19 Aug 2012, 07:39 AM
  3. Replies: 8
    Last Post: 29 Apr 2011, 07:53 PM
  4. Template selection page not viewable after uploading custom template
    By mek113 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 28 Apr 2011, 05:16 PM
  5. open_basedir restriction in effect - trying to use tm001 template monster template
    By prantiC in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 10 Aug 2007, 10:02 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR