claired8
Forum Replies Created
-
Sorry I just commented here as someone else had already commented on this topic saying they also had the same problem. I’ve created my own thread: https://ww.wp.xz.cn/support/topic/problem-with-template-override and linked to this one.
Hello,
I think I’m having the same problem. (Sorry if it’s a different problem).
I’m trying to override this template: /wp-content/plugins/business-directory-plugin/templates/search-form.tpl.php
I’ve placed the template here: /wp-content/themes/active-theme/business-directory/search-form.tpl.php
But the override is not working. Can you advise please?
If I make the changes in the plugin folder, I get what I am looking for on the front end (I did this to check I could actually do what was needed in this file), copy that file to the child theme (putting the unedited version back in the plugin folder) and it no longer works.
Thank you,
ClaireOkay thank you. I’ll try some other plugins and come back to you if I can’t find anything suitable.
That’s my latest changes, but only because I pasted it into the advanced tab. If I put the content in the Content tab, it doesn’t show my latest changes.
The shortcode was working when I first installed the plugin, I pasted the shortcode into the content area and the first time I saved it all was okay. The shortcode worked fine then. But when I made further changes in the Content tab, these changes were not shown, but the shortcode continued to work.
The shortcode only stopped working when I tried pasting everything in the Advanced tab.
When will the fix be live? And in the meantime can you post the code?
Thank you.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce email system is sending the wrong emailsHello,
I have the same problem. It’s printing Item_meta: Array multiple times for each product in an order.
I’m using the latest version of WooCommerce 2.3.13 and WordPress is up to date.
The code that produces this output in the emails is found in /woocommerce/templates/emails/email-order-items.php and the section of code is (around line 40):
// Variation if ( $item_meta->meta ) { echo '<br/><small>' . nl2br( $item_meta->display( true, true, '_', "\n" ) ) . '</small>'; }The code is commented with Variation, but I’m not using product variations. Possibly a misleading comment, but if it is for variations it’s not checking properly. And then there’s the problem that it’s displaying Item_meta: Array multiple times.
Thank you, Claire.
Forum: Plugins
In reply to: [Really Simple Share] Google custom search embedded in pluginYou can remove the Google Custom Search. It’s an option under Really Simple Share > Share Options > General Options.
Hope that helps.
It should be off by default though.