Okay
  Public Ticket #200591
Inline text links & Lightbox
Closed

Comments

  • Peter started the conversation

    Hello,

    Two questions from me today;

    1. As standard, text links are just coloured, not underlined. Is there anyway to add an underline to these links, without effecting menu's, headers etc?

    The CSS I've managed to create does it globally, to every link on the site.

    2. On http://peterdavidgrant.com/up-till-now/

    The first image (scroll down a little) has the 'pp' extra class name added, but when clicked, the lightbox doesn't appear. Am I doing something wrong?

    Cheers,

    Peter 

  •  8,470
    Tahir replied

    Hey Peter!

    1: Yes you can make the links section page specific by adding in the appropriate classes which can be seen if you Right-Click in Chrome Browser and Choose Inspect Element from the menu. Click on the different sections and you will see the css applied to them on the right panel .

    2: Try adding the images like this, add the pretty_photo class in the anchor tag :

    Morocco_077

    All the Best,

    -T


    ThemeNectar Support Team 

  • Peter replied

    Hi T,

    Sorry for slow reply.

    1. I've given up on this, I cannot work out what class/div to call, so it only applies to content within P. Perhaps I am being a noob, but I am missing something!

    2. All I see my picture, no code? 

    Cheers,

    Peter 

  •  8,470
    Tahir replied

    Try this now:

     <a href="http://peterdavidgrant.com/wp-content/uploads/2014/04/Morocc.jpg"><img src="http://peterdavidgrant.com/wp-content/uploads/2014/04/Morocco.jpg" alt="Morocco_077" width="2000" height="1360"></a>

    Cheers


    ThemeNectar Support Team 

  • Peter replied

    Hi Tahir,

    Still not working...

    Lets start again, if I want an image, added in the text, to be clickable, and go full screen in the lightbox is this possible?

    Cheers,

    Peter 

  •  8,470
    Tahir replied

    Hey Peter! 

    You can do same with image though correct HTML to add a button with an icon that links to a video would be:

     
    http://pastebin.com/3wzzDdeu
    
    

    Cheers


    ThemeNectar Support Team