alvaroprudente
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Problem with Nav Menuthanks… that worked fine!
And I’ve learned something new…Forum: Themes and Templates
In reply to: Problem with Nav Menugreat aproach…
unfortunately it doesn’t seem to change anything…
<script type="text/javascript"> jQuery(document).ready(function() { jQuery('.menu li a').first().addClass('home'); }); </script> </body>
result:
<tr><td colspan="2"> <nav id="access" role="navigation"> <div class="menu"><ul><li ><a href="https://2012.ficvaldivia.cl/" title="Inicio">Inicio</a></li>
off course jquery is integrated in the header:
<script type="text/javascript" src="https://2012.ficvaldivia.cl/wp-content/themes/19_ficv_wordpress_theme/scripts/jquery-1.7.2.min.js"></script>
hmmmmmm……
and I tried
.menu ul li a
tooForum: Themes and Templates
In reply to: Problem with Nav Menuno, or indirectly via copy paste and other plugins…
So I would need some starter help to do so…thx
Forum: Themes and Templates
In reply to: Problem with Nav Menualways the first… and it has the same name, it’s the spanish translation of home…
Forum: Themes and Templates
In reply to: Problem with Nav MenuThx for the reply…
Yes… and no…I don’t see a way to assigne to the menu entry inicio a unique bg-image as it seems to have no specific css-class.
The rest of the menu entries has individual css classes so it’s quite easy to indivudually change the bg image. I’m strugglink with Inicio or Home, which via menu definition doesn’t get an individual css-class…Hope that’s clearer
Forum: Themes and Templates
In reply to: Menu Rollovers with multiple images using CSSOK… I’ve got it…
the wordpress generated nav_menu is in my case:
(check that by looking at you page and view the sourcecode)<nav id="access" role="navigation"> <div class="menu"> <ul> <li class="page_item page-item-37"><a href="https://2012.ficvaldivia.cl/?page_id=37">Festival</a> <ul class='children'>...</ul> </li> <li class="page_item page-item-62"><a href="https://2012.ficvaldivia.cl/?page_id=62">Competencia</a> <ul class='children'>...
css:
.page-item-37 { background-image: url('images/festival.png'); } ... .page-item-62 { background-image: url('images/competencia.png'); }
remember: if an entry has directly a class assigned, it’s css is easily accesible by
.classname
Forum: Fixing WordPress
In reply to: Dashboard Users Menu MissingOK After playing around I got it…
The new beta Installer Plugin from WPML cannibalizes the Users Menu…
at least in my installation…
not so good…