frankwp3
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Customer Reviews] Translate pluginThere are two methods:
1 Change the text in the core files:
* Search an replace text in frontend_review_form.html in the folder wp-customer-reviews\include\templates
* deactive and reactive the plugin
You will loose the changes when you update the plugin2. Change text with Javascript:
If you have jquery support (if not add in the head)
Add custom js in your footer:
$(“div.wpcr3_button_1.wpcr3_show_btn”).text(‘YOUR NEW CREATE A REVIEW TEXT’);Forum: Plugins
In reply to: [Manual Related Posts] 1.8.3 update stopped showing my related postsSame problem. 1.8.1 was fine – update to 1.8.3. and no related posts shown..
Forum: Plugins
In reply to: [Simple Download Monitor] Add email address to log exportThank you for the suggestion, however I need the email addresses in the export. Any suggestion how to get this done?
Allaerd, Your plugin works perfect for importing products. But is it possible to import variations?
Sorry ignore my previous comment
I updated the style.css in woocommerce-delivery-notes\templates\print#letter-header .heading img { width: 60%; /* changed from 25%*/ height: auto; }Edit the css in woocommerce-delivery-notes\css
Adjust the height in
#company-logo-placeholder.loading {
height: 200px; /* increase from 20px*/
}Worked for me.
rgds
frank