Kabyy
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Calendar Events issue: single event urlOkaye that was just the tooltip div which is displayed on hover which was making the event link uncickable, but the day link (listing all event this day) was still clickable. Just need to fix the css then…
Marked as solved, sry about the silly question.
Forum: Plugins
In reply to: Calendar Events issue: single event urlmarked as solved
Forum: Plugins
In reply to: Calendar Events issue: single event urlOk will do, sry and thanks for your answer
Forum: Themes and Templates
In reply to: Design "This entry was posted…" line at the end of default postHi Mikedev !
Thanks a lot for your answer, already looking at it !
About theme /childtheme, I am adding dedicating post-types and want specific stuffs so I think I’ll edit the Twenty Twelve theme !
Many thanks,
Kaby
Forum: Themes and Templates
In reply to: Image in menuPage item was 56 I mean…
Forum: Themes and Templates
In reply to: Image in menuOMG I love you !
ID was still 56 but I was missing the “menu” id !
Thanks so much I’ve been looking for hours without even seeing it !
Bye
Forum: Themes and Templates
In reply to: Image in menuHere is my menu code:
<nav id="access_home" role="navigation"> <div class="skip-link screen-reader-text"><a href="#content" title="Skip to content">Skip to content</a></div> <div class="menu"> <ul> <li class="page_item page-item-108 current_page_item"><a href="http://www.mywebsite.com/">Home</a></li> <li class="page_item page-item-56"><a href="http://www.mywebsite.com/?page_id=56">Notre offre</a></li> <li class="page_item page-item-60"><a href="http://www.mywebsite.com/?page_id=60">Qui sommes nous ?</a></li> <li class="page_item page-item-2"><a href="http://www.mywebsite.com/?page_id=2">Sample Page</a><ul class='children'> <li class="page_item page-item-104"><a href="http://www.mywebsite.com/?page_id=104">test</a></li></ul></li> <li class="page_item page-item-58"><a href="http://www.mywebsite.com/?page_id=58">Vos attentes</a></li></ul></div> </nav>Why should I write in my css to consider the good
<li>item according to you ?Thanks
Forum: Themes and Templates
In reply to: Image in menuNope and it makes me crazy… 🙂
But we are two persons working on this wordpress website so i guess we are creating problems for each others. No that I know it SHOULD be ok, i’ll try to identify what could have done the other that could possibly make a problem with this image.
Tanks !
Forum: Themes and Templates
In reply to: Image in menuHi and thanks for your quick answer !
I tried aswell and coded this:
#access_home li.page-item-56{ background-image: url(http://www.mywebsite/wp-content/themes/twentyten_child/images/button_offer.png);Is it wrong ?