chimovski
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Bookings not limiting availabiltyThanks for the confirmation that it works for you. Must be some setting I’m using that is causing the availability to fail. Honestly, I’ve read through the availability settings and tried everything I could think of. Appreciate your effort though.
I have some other pre-sale questions on the product so I will start a new thread for those.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Bookings not limiting availabiltyThanks for the replies. It’s good to know the plugin should be doing what I want. It’s not the best look, on a Testwoo demo site with the most basic setup that the plugin doesn’t work as intended on something so fundemental. I wonder how many sales woocommerce is losing because their own test setup doesn’t work properly. I’ll keep this plugin in mind but going to look at other options now because of this.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Bookings not limiting availabiltyI can’t create a ticket as I’m using the https://testwoo.com/ www.remarpro.com demo.
- This reply was modified 3 years, 8 months ago by chimovski.
Forum: Plugins
In reply to: [Multiple Post Thumbnails] Setting secondary image as element backgroundGot it working: cpt of suites and secondary image of rollover-image. Used a variable and did the trick.
<?php $secondary_image_url = MultiPostThumbnails::get_post_thumbnail_url('suites','rollover-image'); ?> <a class="thumbOverlay" style="background-image:url('<?php echo $secondary_image_url ?>');" href="<?php echo the_permalink(); ?>"></a>
Forum: Plugins
In reply to: [Multiple Post Thumbnails] Setting secondary image as element backgroundOK I think my issue maybe because I wasn’t in the loop. But still not got it working. I have this now which displays the image fine as an img:
<?php if (class_exists('MultiPostThumbnails')) : MultiPostThumbnails::the_post_thumbnail( get_post_type(), 'rollover-image', NULL, 'thumbnail'); endif; ?>
But changing the the_post_thumbnail to get_post_thumbnail_url produces nothing. What am I doing wrong?
Forum: Plugins
In reply to: [Termly - GDPR/CCPA Cookie Consent Banner] Cookie Bar Persists on all PagesAny progress on this?
Bump.
Please could you remove the css file or alternatively provide a checkbox to disable your css?