matthew2582
Forum Replies Created
-
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Link Builder credentials won’t saveSame here – cannot save changes
Forum: Plugins
In reply to: [AutoChimp] Where does get added to template code1. You have to create a Custom template in MC
2. Then Edit Code in MC
3. Code gets inserted around line 358
<!– // Begin Module: Standard Content \\ –>
<div mc:edit=”main” <table=”” border=”0″ cellpadding=”10″ cellspacing=”0″ width=”100%”>
</div></td></tr><tr>It is the div mc:edit=”main” that makes this work
Forum: Plugins
In reply to: [AutoChimp] Where does get added to template codeOK problem solved – here is the code that works to populate email with post content
<!– // Begin Module: Standard Content \\ –>
<div mc:edit=”main” <table=”” border=”0″ cellpadding=”10″ cellspacing=”0″ width=”100%”>
</div></td></tr><tr>Forum: Plugins
In reply to: [Prevent XMLRPC] WordPress vulnerability?After installing this plugin the mobile app on my iPad can no longer access my admin panels. The error indicates it is looking for the file this plugin is disabling. If I deactivate the plugin, the mobile app works. Any idea how to address this?