Digital experiences for all disciplines
Forum Replies Created
-
-
December 5, 2014 at 8:01 pm in reply to: Custom Post Type ”Team Member”, Change back to Permalink base ”/team/” #133907
Hello
Having the same issue – how did you fix it?
I had the same problem.
Fix:Open latest-tweets.php
neighborhood/includes/swift-framework/page-builder/builder/shortcodes/latest-tweets.phpLine 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>';
Thanks John – I’ve just updated and hit the panic button!
Your tip worked – lifesaver.David
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
This reply has been marked as private.Yep, the latest update fixed the issue.
Thanks all.
D
deactivated all the plug-ins
Fade option doesn’t work
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
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 worksFade – nothing
D
This reply has been marked as private.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?
Sorted via:
.page-heading h1 {
font-size: 28px !important;
}But is there away to change it to h2 – just for future know how
D
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); }
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 happensAny help welcomed
David
Perfect. Thx Rui
-