My Heading text doesn't appear

Started 11 months ago by Jean-Marc Latest reply from ohbrooke
  • This topic is resolved
    1. 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!

      Posted 11 months ago #
    2. Jean-Marc
      Inactive

      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 ?

      Posted 11 months ago #
    3. 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. :)

      Posted 11 months ago #
    4. Jean-Marc
      Inactive

      lol

      Posted 11 months ago #
    5. Jean-Marc
      Inactive

      I've put the <br /> but nothing change :(

      Posted 11 months ago #
    6. 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 )

      Posted 11 months ago #
    7. Jean-Marc
      Inactive

      It doesn't work... as you can see : http://wordpressplugin.ovh.org/
      "Code is poetry" but it's also sometime mystery ;)

      Posted 11 months ago #
    8. Jean-Marc
      Inactive

      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 :/

      Posted 11 months ago #
    9. 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 )

      Posted 11 months ago #
    10. 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 )

      Posted 11 months ago #

    Reply »

    You must log in to post.