avejoes
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Email Template] No header imageI wish they would fix this. My new hack:
IN /wp-content/plugins/wp-email-template/classes/class-email-functions.php
line 40
change “src=”‘.trim” to “src=”http:’.trim”
Forum: Plugins
In reply to: [WP Email Template] No header imageI was able to fix this with this hack. Not sure if this is the right way, but it works till the developer gets it fixed correctly.
IN /wp-content/plugins/wp-email-template/classes/class-email-functions.php
In line 35 change
src="'.trimto
src="http:'.trimForum: Plugins
In reply to: [cformsII] Upgrade from cform III was able to get them to work by doing the following:
Deactivate 14.6 from DD (plugins/cforms)
Download the 14.6 version from https://wordpress.org/plugins/cforms2/developers/
Upload and activate.
Use the built in upgrader to get to the current version.Forum: Plugins
In reply to: [cformsII] cForms admin is broken in WordPress 4.2Same problem as naeemcoza. I can also confirm this problem happens as far back as 14.6 (I just moved over from the dd version).
Forum: Plugins
In reply to: [Jigoshop] Losing Text Changes on UpdateThanks Marcin, I will send a couple, but most of my changes are specific to our business.
Dusan, I will take a look at those. Thanks.