causelaunch
Forum Replies Created
-
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Refresh problemHi there,
I am experiencing this same refresh problem. Did you ever find a solution?
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Jumpy WidgetsHi there,
Did you ever find a solution to the jumping issue? I can’t figure it out and I haven’t been able to find any answers in the support forum.
Thanks for your help!
Your site is beautiful, btw 🙂
Forum: Plugins
In reply to: [Slideshow] Position Previous and Next Buttons for responsive designYou should look into media queries. They allow you to specify certain css styles based on the width of your device.
For example, the navigation images could be positioned at 50% on desktop and 30% on mobile. You could even replace the arrows with a smaller arrow image for mobile.
The basic format of media query is:
@media (max-width: 1140px) { /* Put CSS in here for any screen size smaller than 1140px */ }Learn more about media queries here.
Hope this helps!
Forum: Plugins
In reply to: [Slideshow] Slide to left/righ for only one by one image?I’d like to see an option for this as well!
Forum: Plugins
In reply to: [Slideshow] adjusting position of the description boxI’m also interested in doing this.
I tried to do it via css by giving the description box a negative bottom margin. Unfortunately, since the description is contained within the photo container, it gets cut off. Then I tried setting overflow to visible, but that messed up the cropping of the photos. I think the issue is more complicated than css because the description needs to be called outside of the photo container.
Email sent!
Thanks for the super fast response!