Hi,
Please go to Admin Dashboard >> Pages >> Edit Page(that you want to Edit).
Now copy below line of code and paste into Page Editor in Text Mode.
<a href="#" data-toggle="tooltip" title="Add Contant Here">Hover Content</a>
<a href="#" data-toggle="popover" title="Popover Header" data-content="Some content inside the popover">Toggle popover</a>
Now Click on Visual Mode and Update the Page.
Thanks.
I tried to modify the registration page Admin Dashboard >> Pages >> Edit Page “Registration” (that is the page that I’ve set as registration page for buddypress plugin). I pasted the code you provided but I don’t see any change in the regitration page..
May be I have to work direcrly with php/css file? let me know if I have to provide you any additional information..
Thanks
HI,
Please see below attachment of Edit Page.
Image1
Image2
Please follow above given image instructions.
Thanks.
I think I understood..
If I paste you code in a blank page it works showing me two possible example of what I’m looking for, but I would like to obtain something more (may be too much đ )
I would like to have tooltip or popover, for example, on registration form field names (username, email and other custom wordpress/buddypress fields)
I also tryed to add the code you proposed in description fields, and it seems to do something working, but the field name has a character number limit, so the function is cut (and may be add html in field name is not the best solution).
Another way should be to find the template files introducing the code inside them, but this approach requires to heavily modify core files.
Just let me know if I’m right or if you have additional solution to propose
Thanks!!
HI,
Please share your site URL.
Or you can see below example for Hover on Registration Form.
<input data-toggle="tooltip" title="Add Your Content Here" type="name" name="user_name" id="user_name" class="enigma">
In this you can change content for any fields.
Save the changes.
Thanks.
Thank you!
with “label” (instead of “input”) it did the trick. The only problem is that I have to write in register.php file the code you provided for each label, but what is importat is to achieve the goal!
The last think: can you write down the similar code (of the last one you wrote) for popover (I think definitely popover is better because can be used also for mobile media)
very very thanks! đ
Hi,
The below example is for Popover.
<input data-toggle="popover" title="Popover Header" data-content="Some content inside the popover" type="email" id="email" name="email" class="enigma">
Thanks.
this is my same question . please help us for my site :
http://india-tour.ir