You have to find <label><?php the_title(); ?></label> in vslider.php in vslider Plugin.
Add a
tag
<label><?php the_title(); ?></label>
That should do the trick!
You have to find <label><?php the_title(); ?></label> in vslider.php in vslider Plugin.
Add a
tag
<label><?php the_title(); ?></label>
That should do the trick!
I've found the tag <label><?php the_title(); ?></label> in vslider.php
and you say "add a tag <label><?php the_title(); ?></label>" but the tag is already written in the file... so what I have to do ?
I am sorry again,
I meant replace it by <label><?php the_title(); ?></label> <br>
tag was recognized as enter to new line by the forums. :)
lol
I've put the <br /> but nothing change :(
Try inserting the tag inside the label
<label><?php the_title(); ?> <br /></label>
If it doesnt work please post you url here again [ i removed it from this forum ,for security reasons and to avoid spam on your site]
Thanks,
( v )
It doesn't work... as you can see : http://wordpressplugin.ovh.org/
"Code is poetry" but it's also sometime mystery ;)
I've found the solution : insert the
tag on the Edit Options Page at the end of heading text :) But it's not an elegant solution :/
Oh no, I missed the second part to the above solution,
in vslider.php file
replace <label><?php echo $options['heading'.$x.'']; ?></label> by `<label><?php echo $options['heading'.$x.'']; ?><\label>'
( v )
The above solutions should insert the br tag, and you dont need to insert it manually. However what you are doing manually by inserting the br tag at the end of the tittle and what the above solution does are technically one and the same thing.
just that you do not require to add br tag after every title.
Thanks,
( v )
You must log in to post.