rubberdragon
Forum Replies Created
-
wonderful, thank you, that works : )
resolved, found css snippet by searching for colour used, and added display = none.
#hotspot-1922 .leaflet-tooltip, #hotspot-1922 .leaflet-rrose-content-wrapper
{
background: #ffffff;
border-color: #ffffff;
color: #82847d;
display: none !important;
}Not sure whether that’s the best way to do it, you may have a better solution : )
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Button Link to URLWe didn’t resolve the issue.
Found workaround, added button with link outside of the form!Forum: Plugins
In reply to: [WP Munich Blocks - Gutenberg Blocks for WordPress] Image Height Not Workingof course, thank you, that works, why didn’t I think of that : )
Forum: Plugins
In reply to: [WP Munich Blocks - Gutenberg Blocks for WordPress] Parallax Background ImageIndeed, thank you : )
Thank you. Will try that and update on progress.
Thank you so much, great news. Added that to my page and now need to work out how to redirect search results to that page or how to edit search.php! Will update.
Forum: Themes and Templates
In reply to: [LSX] Update 1.7.3 H1.archive-title Error?Have solved it temporarily by adding the following css, but had to edit each page to add an H1 title.
header.archive-header {
display: none;
}