JRCode
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] Choose between viewing PDFs or downloading themThanks! ??
Is there a function to recover the full path where the PDF is?
example: https://domain.com/wp-content/uploads/dlm_uploads/2023/06/name-file.pdf- This reply was modified 1 year, 1 month ago by JRCode.
Forum: Plugins
In reply to: [Download Monitor] Choose between viewing PDFs or downloading themSorry, quick question: is there a way to check the redirect to file option in bulk?
Forum: Plugins
In reply to: [Download Monitor] Choose between viewing PDFs or downloading themThank you very much, I had seen that solution but I didn’t understand it. I thought it meant my general .htaccess and couldn’t remove it
Forum: Plugins
In reply to: [Download Monitor] Fire event when download reaches 100%Get class/id message on DEV mode and try this:
<?php add_action( 'admin_head', function () { ?> <style> .class-message{ display:none; } </style> <?php } );
- This reply was modified 3 years, 3 months ago by tobifjellner (Tor-Bjorn “Tobi” Fjellner).
Forum: Plugins
In reply to: [Back In Stock Notifier for WooCommerce] Form not showingHello,
The css code did not affect the appearance of the container. When applying the latest update everything worked correctly. Maybe there was some code or style compatibility issue.It already works correctly.
Thank you.
Forum: Plugins
In reply to: [Waitlist Woocommerce ( Back in stock notifier )] Button LocationHi,
I change the button position with a custom css styles.Add on my style.css this:
a.xoo-wl-btn.button.btn { position:absolute; margin:-10px 0; }
This styles move the button under variation description (on my web). Customize your own styles to get that you want.
Regards