Zen Follower
- Join Date:
- Jun 2011
- Posts:
- 195
- Plugin Contributions:
- 0
Views: 147,367
Zen Follower
Totally Zenned
gazag:
Why is it that when using this template i am getting the following show up when viewing my Who's online.. When i go to my user tracker it shows this on every other click, have i edited something wrong or is it meant to be like that?
I am sorry, but I don't know what that is referring to. When I look at the template demo site I see references to my computer looking at the site so maybe you are seeing the same.
Thanks,
Anne
Totally Zenned
I usually find that who's online sometimes shows funny results like that when there is something amiss with calling the file showing. Can you access that file?
Totally Zenned
just another thought.. mozzilla trying to access a css file for IE? perhaps thats why?
Totally Zenned
philip937:
just another thought.. mozzilla trying to access a css file for IE? perhaps thats why?
Yes, this sound like what is happening.
Thanks,
Anne
Totally Zenned
Hi Anne!
Starting another new project and was wonder how renaming the "abbington_mega" template folder names (to say, "widgets101") would affect the admin configuration settings that you've added.
I like to upload both versions so I can switch between the templates. This way I have my reference template (your abbington_mega) and my modified version "widgets101".
Thanks!
Totally Zenned
chadderuski:
Hi Anne!
Starting another new project and was wonder how renaming the "abbington_mega" template folder names (to say, "widgets101") would affect the admin configuration settings that you've added.
I like to upload both versions so I can switch between the templates. This way I have my reference template (your abbington_mega) and my modified version "widgets101".
Thanks!
You might need to also rename constants used in the sql patch since these will be the same, unless the admin settings will be identical for both versions of the template. I have not tried this so there may also be other issues that I am not thinking about.
Thanks,
Anne
Totally Zenned
picaflor-azul:
You might need to also rename constants used in the sql patch since these will be the same, unless the admin settings will be identical for both versions of the template. I have not tried this so there may also be other issues that I am not thinking about.
Thanks,
AnneNot sure about the new version, but in the past I have had no issues renaming the template folder using this or any other template.. It's an ease of use thing for me (for example, it makes template changes easier when I don't have to chase down all the overrrides)
New Zenner
Hi, I have recently come to an issue on the navigation bar on the product info page, please see the attached image file.
Maybe it is one of the plugins that made a mess on it, however, I can't seem to trace the problem.
I would really appreciate some of your valuable time by taking a look at it. Thank you very much!
Totally Zenned
wkwlb:
Hi, I have recently come to an issue on the navigation bar on the product info page, please see the attached image file.
Maybe it is one of the plugins that made a mess on it, however, I can't seem to trace the problem.
I would really appreciate some of your valuable time by taking a look at it. Thank you very much!
If you post a link to your site and the page where the error is I can take a look.
Thanks,
Anne
New Zenner
Hi, here is one of the product link
http://www.null-audio.com/store/index.php?main_page=product_info&cPath=65&products_id=228
Actually it is on all product page...
Totally Zenned
wkwlb:
Hi, here is one of the product link
http://www.null-audio.com/store/index.php?main_page=product_info&cPath=65&products_id=228Actually 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
New Zenner
picaflor-azul:
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!
Totally Zenned
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)overthehillweb(dot)com/vintage-laserdiscs/titanic
Totally Zenned
DivaVocals:
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)overthehillweb(dot)com/vintage-laserdiscs/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..
Totally Zenned
DivaVocals:
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)com/Laserdisc-Movies-USA/Still-Sealed-New-Laserdiscs/Prison-Laserdisc-1988-ID5270NW. When you click an image the search form is overlayed on top of the lightbox.. scratching my head
Totally Zenned
DivaVocals:
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)com/Laserdisc-Movies-USA/Still-Sealed-New-Laserdiscs/Prison-Laserdisc-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
Totally Zenned
picaflor-azul:
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!!!
Totally Zenned
DivaVocals:
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)
Totally Zenned
DivaVocals:
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:
#lbCenter, #lbBottomContainer {
position: absolute;
z-index: 9999;
overflow: hidden;
background-color: #fff;
}
To:
#lbCenter, #lbBottomContainer {
position: absolute;
z-index: 16000;
overflow: hidden;
background-color: #fff;
}
Fields marked required must be completed.
Tell staff why this post should be reviewed.