Page 46 of 102 FirstFirst ... 3644454647485696 ... LastLast
Results 451 to 460 of 1017
  1. #451
    Join Date
    Jul 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: New! Template Package Update with Admin Interface!

    Hi, here is one of the product link
    http://www.null-audio.com/store/inde...roducts_id=228

    Actually it is on all product page...

  2. #452
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: New! Template Package Update with Admin Interface!

    Quote Originally Posted by wkwlb View Post
    Hi, here is one of the product link
    http://www.null-audio.com/store/inde...roducts_id=228

    Actually it is on all product page...
    This is not a template related problem. When you see a constant, it normally means that you are missing a language file. I would look at any modules you have installed or do a developers toolkit search for the constant to see what file is calling it to track down the problem.

    Thanks,

    Anne

  3. #453
    Join Date
    Jul 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: New! Template Package Update with Admin Interface!

    Quote Originally Posted by picaflor-azul View Post
    This is not a template related problem. When you see a constant, it normally means that you are missing a language file. I would look at any modules you have installed or do a developers toolkit search for the constant to see what file is calling it to track down the problem.

    Thanks,

    Anne
    Thank you for the advice, I was digging around the product info pages with NAVBAR_TITTLE constant

    In /includes/modules/pages/product_info/header_php_review.php
    around line83 I commented out
    $breadcrumb->add(NAVBAR_TITLE);

    Then the problem went away. Still trying to figure out which of my addon caused the conflict there.

    Thanks!

  4. #454
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: New! Template Package Update with Admin Interface!

    Hi Anne.. Got something strange happening and I'm a little stumped as to where to begin to correct this..

    On the product details page the mega menu isn't playing nice with my lightBox. If you click on the main product image for example, you can see the mega menu links are appearing inside the lightbox window. Any ideas on how I might push them to the background??
    http://clientlaserdiscvault(dot)over...rdiscs/titanic
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #455
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: New! Template Package Update with Admin Interface!

    Quote Originally Posted by DivaVocals View Post
    Hi Anne.. Got something strange happening and I'm a little stumped as to where to begin to correct this..

    On the product details page the mega menu isn't playing nice with my lightBox. If you click on the main product image for example, you can see the mega menu links are appearing inside the lightbox window. Any ideas on how I might push them to the background??
    http://clientlaserdiscvault(dot)over...rdiscs/titanic
    Nevermind.. It was just easier to uninstall my other lightbox module and use Zen Lightbox instead..

    There is for sure some sort of display conflict between the Lightbox module I was using (it's not Zen Lightbox) and the mega menu.. I can say that since I don't have the same issue with the CSS Menu module and this same lightbox.. So Zen Lightbox solves my issue and I'll just sort out later on my local server why the mega menu and the lightbox module I was using don't play nice together..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #456
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: New! Template Package Update with Admin Interface!

    Quote Originally Posted by DivaVocals View Post
    Nevermind.. It was just easier to uninstall my other lightbox module and use Zen Lightbox instead..

    There is for sure some sort of display conflict between the Lightbox module I was using (it's not Zen Lightbox) and the mega menu.. I can say that since I don't have the same issue with the CSS Menu module and this same lightbox.. So Zen Lightbox solves my issue and I'll just sort out later on my local server why the mega menu and the lightbox module I was using don't play nice together..
    ARRRRGH... may have spoken too soon.. So the mega menu no longer is showing on top of the the lightbox, but the search form does.. See here:
    http://www(dot)laserdiscvault(dot)co...-1988-ID5270NW. When you click an image the search form is overlayed on top of the lightbox.. **scratching my head**
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #457
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: New! Template Package Update with Admin Interface!

    Quote Originally Posted by DivaVocals View Post
    ARRRRGH... may have spoken too soon.. So the mega menu no longer is showing on top of the the lightbox, but the search form does.. See here:
    http://www(dot)laserdiscvault(dot)co...-1988-ID5270NW. When you click an image the search form is overlayed on top of the lightbox.. **scratching my head**
    You just need to adjust the z-index on the #navMainSearch in the stylesheet.css. Take it down to 5000.

    Thanks,

    Anne

  8. #458
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: New! Template Package Update with Admin Interface!

    Quote Originally Posted by picaflor-azul View Post
    You just need to adjust the z-index on the #navMainSearch in the stylesheet.css. Take it down to 5000.

    Thanks,

    Anne
    I KNEW it was something simple.. Thank you soooooo much!!! You are the BEST!!!
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #459
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: New! Template Package Update with Admin Interface!

    Quote Originally Posted by DivaVocals View Post
    I KNEW it was something simple.. Thank you soooooo much!!! You are the BEST!!!
    So that fixes the problem of the search box appearing on top of the lightbox.. but it stops the search form from working.. (I click inside the search form and am unable to do so)
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  10. #460
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: New! Template Package Update with Admin Interface!

    Quote Originally Posted by DivaVocals View Post
    So that fixes the problem of the search box appearing on top of the lightbox.. but it stops the search form from working.. (I click inside the search form and am unable to do so)
    HA! I made a slight change in the stylesheet_zen_lightbox.css.. So now the template and lightbox seem to play nicely together..

    From:
    Code:
    #lbCenter, #lbBottomContainer {
        position: absolute;
        z-index: 9999;
        overflow: hidden;
        background-color: #fff;
    }
    To:
    Code:
    #lbCenter, #lbBottomContainer {
        position: absolute;
        z-index: 16000;
        overflow: hidden;
        background-color: #fff;
    }
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 46 of 102 FirstFirst ... 3644454647485696 ... LastLast

Similar Threads

  1. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  2. v154 Abbington Mega 5.3 template not displaying properly
    By irishshopper in forum Addon Templates
    Replies: 1
    Last Post: 6 Mar 2015, 04:56 PM
  3. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  4. Turpy Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 3
    Last Post: 20 Feb 2012, 07:36 PM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM

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