New Landing How can we help? Themeforest Theme Support Dante Enable the theme lightbox functionality not working

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Dante
  • #317379
    ckgerard
    Member
    Post count: 145

    Hi

    I have a portfolio item at the very bottom on this page:

    McGinnis | Daffy’s Gin

    I want the rollovers to work (to reveal additional information) but I dont want the buttons to go anywhere.

    I’ve tried switching off “Enable the theme lightbox functionality” in the theme options but it makes the whole portfolio diasapear.

    Any ideas how to fix this apparent bug?

    #317423
    David Martin – Support
    Moderator
    Post count: 20834

    Do you refer to these?

    Do you want to disable the link just for that page? If so, please add this to Theme Options => Custom CSS:

    .page-id-16944 figure.animated-overlay > a {
        pointer-events: none;
    }
    #317431
    ckgerard
    Member
    Post count: 145

    Thanks David,

    1. Sorry I don’t understand your question “Do you refer to these?”

    2. That code seems to work. Was I wrong in thinking that disabling lightbox functionality should do the same thing? Is it a bug?

    3. Finally, is it possible to remove the default shortcode icon that appears on those rollovers (this page only)? I thought “Disable Gallery Shortcode Override” would do it but it doesn’t seem to do anything… Can you advise?

    Best,
    C

    #317435
    David Martin – Support
    Moderator
    Post count: 20834

    1) My screenshot did not attach:

    2) Disabling the lightbox has stopped the lightbox appearing, you now simply get an external link to the image.

    3) Sure, please use this:

    .page-id-16944 figure.animated-overlay figcaption .thumb-info i {
        display: none;
    }
    #317440
    ckgerard
    Member
    Post count: 145

    Hi David – thanks again. That code worked.

    A couple more things I’ve noticed:

    1. Theme Options | Hover Overlay Opacity doesn’t seem to do anything either. I’d like to make the overlay more opaque, maybe 75%.

    2. The rollover text appears near the top of some thumbnails but in the middle for others – Is it possible they could all appear in the middle?

    3. I know Dante is one of your older themes – is it still fully supported?

    Best,

    C

    #317520
    David Martin – Support
    Moderator
    Post count: 20834
    #317534
    ckgerard
    Member
    Post count: 145

    Sorry – that’s my fault.

    http://www.daffysgin.com/mcginnis2/

    #317700
    David Martin – Support
    Moderator
    Post count: 20834

    No problem.

    1) Please add this to Theme Options => Custom CSS:

    figure.animated-overlay figcaption {
        background-color: rgba(255,255,255,0.3) !important;
    }

    2) Please add this to Theme Options => Custom CSS:

    figcaption .thumb-info-extended h4 {
        margin-top: 0 !important;
    }

    3) Yes, 100% without question. We have 1 lead dev and 2 WP devs and we all are active in the support forums to help you out directly.

    #317735
    ckgerard
    Member
    Post count: 145

    Thanks Dan – I’ve added both bits of code but neither appear to have worked. Any ideas what is going on?

    Best,

    C

    #317747
    David Martin – Support
    Moderator
    Post count: 20834

    There is an error in your CSS, you are missing a closing }.

    I amended that for you.

    #317751
    ckgerard
    Member
    Post count: 145

    Perfect – thank you very much.

    #317753
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help you out.

    If you have found the theme/support useful, we appreciate it if you can leave feedback on our item if you have the time as it really helps us out.

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.