match858
Forum Replies Created
-
Also, I forgot to ask about moving the gallery to the listing too.
When I do this, all the images are shown stacked, rather than in a slide show
Once again, awesome support.
Can I ask how the zoom height is set by default? I cannot find how to zoom out on the map image as default.
Awesome, thanks. Great support.
Forum: Themes and Templates
In reply to: [Radiate] Responsive Header Image@themegrill Is there a way we can chat privately?
Forum: Themes and Templates
In reply to: [Radiate] Responsive Header ImageThank you, great support.
I’ll look into the js resolution in the long run but for now I’ve used the media queries as suggested.
Forum: Themes and Templates
In reply to: [Radiate] Responsive Header ImageOh yes, its strange that it doesn’t work from the child css but it does from the customiser.
1 last question if I may? When the image rescales on smaller screens the container remains the same size and leaves a large space beneath the image before the content. Is there a way this can respond too?
Forum: Themes and Templates
In reply to: [Radiate] Responsive Header ImageHi and thanks again.
What I want to achieve is a fixed size image without repeat down to 1000px screens and then a 100% sized image on screens below 1000px. I have used the following css in my child theme stylesheet.
#parallax-bg {
background-size: 1000px;
background-repeat: no-repeat;
margin-top: 64px;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}@media screen and (max-width: 999px) {
#parallax-bg {
background-size: 100%;
}
}This achieves the look I was after down to 1000px, but does not make the image responsive after 1000px.
Any help would be appreciated.
Forum: Themes and Templates
In reply to: [Radiate] Responsive Header ImageThanks for the info. Is there a way to keep the header image within the bounds of the content width?
Forum: Plugins
In reply to: [WP Parallax Content Slider] Slider position with shortcodeI’m not sure I understand.
Do you mean is this me? The answer is no.
Do you mean do I have the same issue? The answer is no, other shortcodes position as perfectly. This lead me to believe that the issue was with your plugin.I have told you of the workaround I a using on your web site https://jltweb.info/realisations/wp-parallax-content-plugin/ under the username Matthew
Forum: Plugins
In reply to: [Captain Slider] Remove Slider LinksIf only that were the case.
Take a look at https://dpowerconstruction.co.uk the slider is being used in the banner for a fading image rotation and despite no link being written into the Slider Settings – Slide Link, they link to the slide post at the permalink address.
I realise this isn’t the intended use of the slider, but I intend to use it in the sidebar on other pages with other sliders with links.
Your help would be appreciated.