David Radovanovic
Forum Replies Created
-
Forum: Plugins
In reply to: [Glossary] Hint Out Of Viewportthis might be a simple fix: https://css-tricks.com/collision-detection/
Forum: Plugins
In reply to: [Glossary] Hint Out Of ViewportHow about for premium users? Surely a CSS fix for the meantime?
Forum: Reviews
In reply to: [Glossary] Breaks Everytime I upgradeProblem is that WordPress wants to update the free version.
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] Email Message ModificationsRead the FAQS. Answers appear in Woocommerce Settings >> Email
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] Email Message ModificationsInstead of messing with template files, is there a way to disable display of all prices in emails?
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] Email Message ModificationsI’d like to remove the price column and total rows completely.
Also, I made modifications to admin-new-rfq.php and customer-rfq.php after coping the original files to /mychildtheme/woocommerce/emails/. However, if you look at the screen capture of emails you’ll notice a second table with all the info duplicated. Any ideas?Do I need to comment out any of these lines of code?
<?php do_action('woocommerce_email_after_order_table', $order, $sent_to_admin, $plain_text); ?> <?php do_action( 'woocommerce_email_order_details', $order, $sent_to_admin, $plain_text, $email ); ?> <?php do_action( 'woocommerce_email_order_meta', $order, $sent_to_admin, $plain_text ); ?> <?php do_action( 'woocommerce_admin_email_order_meta', $order, $sent_to_admin, $plain_text ); ?> <?php do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email ); ?> <?php do_action( 'woocommerce_email_footer' ); ?> <?php gpls_woo_rfq_add_filters_normal_checkout(); ?>Forum: Reviews
In reply to: [Glossary] Breaks Everytime I upgradeI had two instances of your plugin installed. I uninstalled both, then reinstalled the pro. All seems good so far.
Thanks for your quick response.
Forum: Plugins
In reply to: [Glossary] Breaks Title TagsIve applied:
h2 span.hidden.glossary-tooltip-content.clearfix { display: none; }though there may be a better way.
thanks!
Forum: Plugins
In reply to: [Redirection] “feed” 404 pagesthanks!!
Forum: Plugins
In reply to: [Redirection] “feed” 404 pagesAh… thanks! The “feed” URLs are referring from someone in Paris. So there’s not much I can do right? See https://www.diigo.com/item/image/53kq/9bm3 for screen capture. If it was from a broken link then it would be referring from some page on my site or another external site, correct? Thanks again.
- This reply was modified 8 years ago by David Radovanovic.
Forum: Plugins
In reply to: [Events Made Easy] Export To Migrate SiteAlso, I am migrating subsite to standalone site. In other words, the prior site was a subsite on a multisite environment.
Forum: Plugins
In reply to: [Events Made Easy] Export To Migrate SiteGreat. Can you reply with which tables? And what if I don’t have phpmyadmin installed, i.e. use MySQL command line? Thanks
Forum: Plugins
In reply to: [Events Made Easy] Export Events made Easy database to another siteWhat would the EME database tables be?
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] Hooks/Filtersthanks