nichere
Forum Replies Created
-
I just added a new slider
click to slide doesnt work
align centre only works with visual view when I use the align feature in WordPress itself, not in the plugin. Then it automatically resizes the images (makes them appear smaller than the size I wanted).I have added custom css align centre and have to add click to slide in JS as previously. Cheers
actually just realised, you can make a 40 slide template and duplicate it. Issue solved I think
Not sure if this is possible but here goes,
Photographers like myself need to upload 20-30 photos at a time. So having a way to implement 30 – 40 slides in one go would improve user experience. Otherwise, it is very time-consuming. Especially if one is always uploading, gets very tedious quick.
Great. I keep an eye on some famous street photographers websites, they usually use Squarespace. I guess Squarespace is where the new tech trends come from in this. Its good to see you implement this new style.
cool
Forum: Themes and Templates
In reply to: [OceanWP] change comment form “Leave a Reply” textYes, works thank you
Forum: Themes and Templates
In reply to: [OceanWP] site titleThank you
yes that css worked. It stopped the flickering on the ipad.
Is that going in your next update along with the click to slide option?I would def put them in there.
when using ipad pro IOS 13.4.1
Hi Simon, Any ideas as to why this flicker of image happens when sliding?
Forum: Themes and Templates
In reply to: [OceanWP] change comment form “Leave a Reply” textI am not using a form plugin. Thanks
Forum: Themes and Templates
In reply to: [OceanWP] footer dropping when loadI took the footer off. The problem is, when i use a slider and i have various size images, the footer adjusts to fit each various size image. What i want is for the footer to stay in one position without moving up and down. Is it possible or not?
Maybe try naming the variables ‘owl1’, ‘owl2’…
so you would have:
var owl1 = jQuery…
owl1.trigger…YES worked, thanks. This feature seems to be standard now, in places like squarespace,
definitely include it in the next update.
I added this
`<script>
var owl = jQuery(‘#slim’);
jQuery(‘#slim’).click(function() {
owl.trigger(‘next.owl.carousel’);
})
</script><script>
var owl = jQuery(‘#bkk’);
jQuery(‘#bkk’).click(function() {
owl.trigger(‘next.owl.carousel’);
})
</script>But it seems it will only work for 1 and not both
Yep, That’s the one. Now we are moving forward. Cheers.
Is it possible to apply this sitewide to all, rather than just the one #slim ?