Okay
  Public Ticket #274600
Decrease Dullness but Have Clickable Images
Closed

Comments

  •  1
    Drew started the conversation

    Hey, love the flexibility of this theme!

    Issue: I'm trying a couple things:

    1) 3 Column Image Gallery (screenshot, top version)

    Pro: Zoom Effect

    Con: Would like images to go to other content

    Con: Would like to scale back some of the dullness/gray opacity

    2) Just a text box with a 3 Column Short Code, with an image within each column

    Pro: Full color

    Pro: Can link the image to more content/different URL

    Con: No special interactivity (rollover zoom or color)

    I'm totally open to other options too!  Gotta replicate this a couple times on the page too... 

    Thanks!

  •   Tahir replied privately
  •  1
    Drew replied

    Ok Tahir, thanks for the input.

    Can you speak or give some insight on that gap/padding below the images??

    I thought it was odd that that's occuring

  •  8,840
    Tahir replied

    Hey Again!

    Which images are you referring to ?. 

    Thanks


    ThemeNectar Support Team 

  •  1
    Drew replied

    Check that screenshot… look at the space just below the 3-panel of images.  

    It's a gap of negative space that's appearing in both attempts.

    The top one, I've used Visual Composer and used a Row… and separate elements within (Image Gallery, Text Block under it)

    Bottom example: All within a text block, shortcodes creating the 3 columns, text *immediately* after… still get the gap/padding

  •  8,840
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    body .wpb_wrapper > div.wpb_gallery.wpb_content_element {
        margin-bottom: 0px !important;
    }
    
    
    body .col.span_4.centered-text {
        margin-bottom: 0px !important;
    }
    
    
    
    Thanks


    ThemeNectar Support Team 

  • [deleted] replied

    Hi guys! Is it possible to have an image gallery photo click to other content? Right now it goes to a light-box / prettyphoto and I would like to link to another page. I really like the layout of the full width 4 column layout but would rather use it as a link to another part of the website.

    If you have a suggestion, I would greatly appreciate it. I'm comfortable with js / custom code.

    http://grab.by/BuHQ

    ps. if it's not possible, no worries, just checking.

  •  8,840
    Tahir replied

    Hey Ryan!

    Sorry for the delay, i had the ticket flagged so that the developer could respond but he has been really busy . There is a custom link option in the "Nectar Slider Style" so you could replicate it for the full width 4 column. The relevant code can be found in "Salient/nectar/tinymce/shortcode-processing.php" .

    Best,

    -T


    ThemeNectar Support Team