neliuz
Forum Replies Created
-
Thanks! i will do it for sure ??
You are very kind and helpfull! I appreciate your help!
Thanks
Btw.. when i edit in firefox this one : #vslider_options .cs-title
and make padding 0 px , that black line disapears. How can i edit this one in css? and were can i find it?ok, will check for it!
Were do i find the css for vslider?
f.eks: #vslider_optionscontainer ?
Thanks
i can see this:
TypeError: $n(…).jCarouselLite is not a function
[Break On This Error]vertical:’true’
What does that mean and how do i fix this?
Thanks!
you mean add jquery to the header ?
Thanks for your reply ??
But that did not work for me ??
I have 2 images to test this slideshow.Both of the images are to big, like 1440x436px
But i set my slideshow to 960x300px
Maby that could be a problem?I really want this slideshow to work ??
Here is the site i am integrating it into:
https://www.glitretind.comThanks for your time!
Forum: Themes and Templates
In reply to: How to style a custom menu in wordpress?Hi David,
i have been trying to make this work..
But i cant remove the id of the
<li>
And the class of the<li>
is defined inside the backend of wordpress.Is it a good idea to give it a class in the backend?
This is my code so far:
<?php wp_nav_menu( array( 'container' => false, 'menu_id' => 'navigation', 'menu_class' => 'riis' , 'echo' => true, 'before' => '', 'after' => '', 'link_before' => 'hjem', 'link_after' => '', 'items_wrap' => '<ul id=%1$s>%3$s</ul>', 'depth' => 0, 'walker' => new description_walker()) );?>
Hope you can help me with this ??
Thanks
Cornelius
Forum: Themes and Templates
In reply to: How to style a custom menu in wordpress?Ok , Thanks David!
Will try and see what result i get ??
Will tell you how it went!
Forum: Themes and Templates
In reply to: How to style a custom menu in wordpress?Thanks!
Can i add several CSS-classes to the menu items?
Cause my menu consist of
<li>
having a class
and<a>
having a class. and a<span>
element.<a>
tag is inside the
<li>
tag!Thanks