Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION Can anybody fix this?
#1
http://getsimple.webcrow.jp/index.php?id=home

https://purecss.io/layouts/side-menu/

Left side of this theme

Almost done!!!
Reply
#2
You are missing

class="pure-menu-link"

Code:
<a href="http://getsimple.webcrow.jp/index.php?id=home" title="Home" class="pure-menu-link">Home</a>

on each of your A tags in the menu .

That should fix it.
My Github Repos: Github
Website: DigiMute
Reply
#3
<ul class="pure-menu-list">

<?php get_navigation(return_page_slug()); ?>

</ul>

How should you fix "li" part?
Reply
#4
Code:
<?php get_navigation(return_page_slug(), "pure-menu-link "); ?>
Reply
#5
Thanks a lot, Carlos, I'LL try.
Reply
#6
<ul class="pure-menu-list">
<li class="pure-menu-item">
<a href="#" class="pure-menu-link">About</a>
</li>
</ul>

=====================================
<ul class="pure-menu-list">
<?php get_navigation(return_page_slug()); ?>
</ul>

How do you arrange this code?
Reply
#7
Sorry, the tip I posted is not valid for what you need.

Possible solutions are using the I18N plugin with Custom Rendering for navigation ( http://mvlcek.bplaced.net/get-simple/mul...-rendering ) or the Custom Navigation plugin ( http://get-simple.info/extend/plugin/cus...tion/1051/ )
Reply
#8
you can add the class with jquery. If you don't want to use a script look at the pure css and copy all the declarations for the pure-menu-item class and put them in your own theme css  for nav li  and the same for pure-menu-link to nav li a .
Reply
#9
Thanks a lot, I'll try!!!
Reply
#10
I gave up!

You are genius! teach me please.
Reply




Users browsing this thread: 1 Guest(s)