Jump to content
kristjan72

Tooltip Position

Recommended Posts

kristjan72

Hi

I have just udated to 2.3.1, and now the tootlips which weren't working at all, are working, which is great. However, the positioning is not working. I have the following shortcode on the frontpage of my site.

[pl_tooltip tip="Played by Mark Killeen" location="top"]banker [/pl_tooltip]

but the tooltip still shows up to the right! Ironic, as the udate was all about fixing positioning. I'm very happy that the tooltip is working at all though!

Question 2. Is there any way to style the link for a tooltips and popovers differently to other links, to make it differentiate between links that are clickable?

thanks

kk

Share this post


Link to post
Share on other sites
Danny

Hi,

1. The demo code appears to be incorrect, you should not use location="" but position="".

So the correct code is this:

[pl_tooltip tip="Played by Mark Killeen" position="top"]banker [/pl_tooltip]
I will get the demo page code updated as soon as possible. 2. Add this to your custom CSS:

a[rel="tooltip"] { color: red; }
a:hover[rel="tooltip"] { color: black; } /* styles the hover */[/code]

  • Like 1

Please search our forums, before posting!

Share this post


Link to post
Share on other sites
kristjan72

Thank you, both solutions worked perfectly!

Share this post


Link to post
Share on other sites
Danny

No problem, happy to help!

The topic was marked as resolved.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Similar Content

    • jeomiland
      By jeomiland+
      Howdi
      Am following a couple of tutorials about making custom shortcodes and making them available in your site. They recommend to make a "my_custom_shortcode.php" file in wp-content folder so it survives Core wordpress and Theme updates. However, they then say to place a couple lines of code in the theme functions.php file. The one in pl-framework theme folder does not look like the best place to put that code and I can't see a shortcodes.php file in the theme.
      So where is the best place and way to add custom shortcodes to a Pl5 project?
      Thanks
      john erik
    • Jason
      By Jason+
      Any chance you can add anchors to the tabs shortcode (similar to ultimate shortcode plugin)?
      Just annoying having to use that plugin rather than pagelines one
       
      <h2>Tabs anchors</h2> [su_tabs] [su_tab title="Tab 1" anchor="First"] Tab 1 content [/su_tab] [su_tab title="Tab 2" anchor="Second"] Tab 2 content [/su_tab] [su_tab title="Tab 3" anchor="Third"] Tab 3 content [/su_tab] [/su_tabs] Use next links to switch this tabs <a href="#First">Open tab 1</a> | <a href="#Second">Open tab 2</a> | <a href="#Third">Open tab 3</a>  
    • Jason
      By Jason+
      Any solution to map section not rendering inside tab shortcode.
      (Map sits inside 3rd tab so map not visible on page load)
      Also this just seems to effect the map section. Map shortcode renders fine.
      I want to use the map section for finer control over markers and locations
      Renders fine if in first page.
       
      Thanks
    • bnapoli
      By bnapoli+
      On my site www.anewbeginning.com the "toggle" function mysteriously stopped working.  I have tried all browsers, tried disabling plugins, removing all the relevant CSS but still cant understand why it isn't working.
      The toggle is placed on this page: http://anewbeginning.com/?page_id=15965 and http://anewbeginning.com/?page_id=10779 but it does not display.
      On my other Platform5 websites, that exact code works fine: see here http://4aa.d11.myftpupload.com/?page_id=123
      Code is the same. Please help, thank you!
    • micstepl
      By micstepl+
      Pagelines seems to "disallow" the (a) usage and/or (display) of shortcodes.
      Specifically I need shortcodes in "description" of "tag/catagory" in order to display images/fontawsome, before a category.
      Please can you provide a fix for me to allow. 
×