Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- internetking created topic »password problem« 25. May
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
pnJoomla theme
-
- Rank: Registered User
- Registered: Oct 10, 2008
- Last visit: Oct 19, 2008
- Posts: 4
I am using Zikula 1.0.2 and trying to setup the pnJoomla theme. However, I cannot get the background/rollover images to show in the left menu. Has anybody got this working with Zikula? I see in the comments in the download area someone needed to edit a template file but gave no details. -
- Rank: Developer
- Registered: May 17, 2004
- Last visit: Apr 08, 2010
- Posts: 386
for my part, i tested only on the pn0.8 dev version,
this rollover is done by a CSS, perhaps you can look what's different compare to the demo
http://www.ingénieurs.org/demo/
http://community.zikula.org/module-Database-viewpub-tid-4-pid-76.htm
edited by: mumuri, Oct 19, 2008 - 10:17 AM -
- Rank: Registered User
- Registered: Oct 10, 2008
- Last visit: Oct 19, 2008
- Posts: 4
In your instructions you say not to use extmenu.css for the left menu block. Is there another stylesheet that we're supposed to use? Everything on my test site is setup exactly as the demo, only the left menu shows as plain text with no background. -
- Rank: Developer
- Registered: May 17, 2004
- Last visit: Apr 08, 2010
- Posts: 386
as far as i remember the picture look like this,

i said not to include extmenu.css, because there was some possible conflict with the :hover CSS property (which will change the position of the background in order to display only the bottom picture)
you should look where this :hover property is stored in the CSS
http://www.ingénieurs.org/demo/index_fichiers/template_css.css
edited by: mumuri, Oct 12, 2008 - 08:04 AM -
- Rank: Registered User
- Registered: Oct 10, 2008
- Last visit: Oct 19, 2008
- Posts: 4
I have found the offending code.
The start of the left block code, on my site, generates like this:
Code
<!-- Left Block Start -->
<div class="pn-block pn-blockposition-left pn-bkey-extmenu pn-bid-13">
<!-- deb boite 3-->
<!-- deb boite 1-->
<div class="moduletable">
<h3> </h3>
<ul>
<div id="navcontainer_13" class="navcontainer">
<ul class="navlist">
This doesn't work, shows no images.
The correct code looks like this:
Code
<!-- Left Block Start -->
<div class="pn-block pn-blockposition-left pn-bkey-extmenu pn-bid-13">
<!-- deb boite 3-->
<!-- deb boite 1-->
<div class="moduletable">
<h3> </h3>
<ul>
<div id="navcontainer">
<ul class="navlist">
This works perfectly.
The question is, where is the source for this code? I can't find the template where this comes from.
-
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2446
May be a special template in /themes/pnJoomla/templates/blocks ?
Edit: Ah! editing one of my Extended Menu blocks
i realize that the code belongs to the extmenu template.
But thinking that you need id="navcontainer" to make it work
i would recommend you to search in your styles
and replace #navcontainer to .navcontainer ...
it's a bad idea to use the id in that case.
edited by: nestormateo, Oct 17, 2008 - 01:43 PM
--
- Mateo T. -
Mis principios... son mis fines -
- Rank: Developer
- Registered: May 17, 2004
- Last visit: Apr 08, 2010
- Posts: 386
note that if you don't like red, there are other picture to customize this rollover -
- Rank: Registered User
- Registered: Oct 10, 2008
- Last visit: Oct 19, 2008
- Posts: 4
-
- Rank: Developer
- Registered: May 17, 2004
- Last visit: Apr 08, 2010
- Posts: 386
eventually, if you send me the updated version, i will put it back to my serveur
thus other won't have problem
- Moderated by:
- Support
