Forum Replies Created

Viewing 15 posts - 121 through 135 (of 164 total)
  • Posted in:
  • davidll
    Member
    Post count: 205

    Hello

    Having the same issue – how did you fix it?

    in reply to: Adding Widget Title to Latest Tweets Element #131971
    davidll
    Member
    Post count: 205

    I had the same problem.
    Fix:

    Open latest-tweets.php
    neighborhood/includes/swift-framework/page-builder/builder/shortcodes/latest-tweets.php

    Line 37

    $output .= "\n\t\t\t".'<h4 class="spb_heading"><span>'.$title.'</span></h4>';
    change to
    $output .= "\n\t\t\t".'<h4 class="spb_heading"><span>TWITTER</span></h4>';

    in reply to: Major Issues after update to V2.01 #131962
    davidll
    Member
    Post count: 205

    Thanks John – I’ve just updated and hit the panic button!
    Your tip worked – lifesaver.

    David

    in reply to: Shortcode button scaling in slider #128270
    davidll
    Member
    Post count: 205

    Hi Mohammad

    That does effect the button – and its better – but it still doesn’t retain its position / size in relationship with the circle – refer to the same link above to view.

    But thanks so much at looking at this – and pointing me in the right direction.

    D

    in reply to: Shortcode button scaling in slider #128241
    davidll
    Member
    Post count: 205
    This reply has been marked as private.
    in reply to: Product Fade overlay problems #124377
    davidll
    Member
    Post count: 205

    Yep, the latest update fixed the issue.

    Thanks all.

    D

    in reply to: Product Fade overlay problems #124110
    davidll
    Member
    Post count: 205

    deactivated all the plug-ins

    Fade option doesn’t work

    in reply to: Product Fade overlay problems #123952
    davidll
    Member
    Post count: 205

    Hello Ed

    This CSS doesn’t fix it for me.
    I even tried adding !important; – you can see it load in the second image (slight flick) – but once the page has loaded… no fade.

    Still – the other two options (from side / from above) work

    D

    Sorry – but is there a quick way that I revert before the theme update? These feature not working is a real issue

    in reply to: Product Fade overlay problems #123838
    davidll
    Member
    Post count: 205

    Hey

    Turn off all plugins. Have the same issue.

    As mentioned – when I switch it to ‘slide in from left/right’ it works, and then switch it to ‘slide in from bottom/top’
    It works

    Fade – nothing

    D

    in reply to: Product Fade overlay problems #123836
    davidll
    Member
    Post count: 205
    This reply has been marked as private.
    in reply to: Product Fade overlay problems #123801
    davidll
    Member
    Post count: 205

    I was just about to post the same question…
    Just updated today.

    The Fade has stopped working in the Product Overlay Transition Type.

    When I switch it to left / right – it works.

    Anything we can do to fix?

    in reply to: page heading to H2 #102955
    davidll
    Member
    Post count: 205

    Sorted via:

    .page-heading h1 {
    font-size: 28px !important;
    }

    But is there away to change it to h2 – just for future know how

    D

    in reply to: Zoom / text colour on Masonry Gallery #97176
    davidll
    Member
    Post count: 205

    Ok – sorted it.
    If anyone wants to disable the zoom on the text:

    figure.animated-overlay figcaption {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    in reply to: Zoom / text colour on Masonry Gallery #97166
    davidll
    Member
    Post count: 205

    I think I was a little to quick.

    This helped me with the text colour – but not the ‘zoom’.
    I tried to change ‘none’ to ‘0’ but the zoom still happens

    Any help welcomed

    David

    in reply to: Zoom / text colour on Masonry Gallery #96970
    davidll
    Member
    Post count: 205

    Perfect. Thx Rui

Viewing 15 posts - 121 through 135 (of 164 total)