Marioline
Forum Replies Created
-
Forum: Plugins
In reply to: [ACF Galerie 4] Instructions for use on frontend?Yep, that works, thank you very much!
Forum: Plugins
In reply to: [ACF Galerie 4] Changing sort orderExcellent, thank you!
Forum: Plugins
In reply to: [ACF Galerie 4] Changing sort orderOK, thank you!
Forum: Plugins
In reply to: [ACF Galerie 4] Uploaded images cannot be deleted?TL;DR : all good now ??
Thanks for your replies. I was expecting the edit and trash buttons to appear on mouseover, like they did with the previous ACF gallery plugin, but nothing happened when I was testing.
However, I just found out that you have to publish the post first – and then you can delete images after. When I first installed it on a live site and realized I had uploaded and added an image from another (competitive) site, I tried to delete it immediately and couldn’t. So I deleted the plugin and temporarily went back to the old one. And tested the new one on a local site, doing the same thing. Until just now ??
Thanks for this plugin, it’s the only thing missing from the free version of ACF that I need, and can’t afford the yearly cost of PRO for that.
Forum: Plugins
In reply to: [Meteor Slides] permanently show prev next buttons in sliderHi Ilse,
In meteor-slides.css change this class:
.meteor-slides ul.meteor-nav {
display:none;to:
display:inline;(line 103 in my stylesheet, but you may have a different version)
I also needed to change the “zoom”, this is how I did it:
– open simple-google-map-short-code.php
– change line 52: “zoom: 15,” to whateverTo remove the marker, delete lines 57/60
(var marker = new google.maps.Marker({ position: location, map: map_<?php echo $map_id ; ?> });
Great little plugin btw, thanks!
Forum: Plugins
In reply to: [Responsive Slider] not showing on custom themeAlthough this is quite an old post, I had the same problem and someone else may find this useful:
In my – also very basic – theme in footer.php this was missing:
<?php wp_footer(); ?>
(place just above the </body> tag)
The link to responsive-slider.js will then appear in the footer, and the slideshow works fine for me now.