Daniel McClure
Forum Replies Created
-
@jeherve I can’t say for sure but I’m pretty sure I updated JetPack first. Both the plugin and WordPress were updated within a 24 hour period but not necessarily at the same time. There is a small chance that JetPack was updated via InfiniteWP however I’m pretty sure I updated it via the WordPress dashboard updates page and definitely updated WordPress itself this way.
Just wanted to confirm another story. One of my sites had serious front end errors after the custom CSS from JetPack was not carried over to the customizer. Luckily I found the safecss entry in the database and manually moved it over myself but not before some serious head-scratching!
Forum: Plugins
In reply to: [BitMate Author Donations] Nothing HappensYou will need to have a bitcoin wallet installed on your computer/mobile that understands the Bitcoin URI scheme. If you don’t then nothing will happen, but a user is still presented the address for manual addition to a wallet in this case.
Forum: Plugins
In reply to: [BitMate Author Donations] Plugin does not workThe latest plugin update includes a fix where the author had not set a bitcoin address. Was there something else you needed?
Forum: Plugins
In reply to: [BitMate Author Donations] the_content EMPTYThanks for sharing your results. I’ve actually implemented the fix in a slightly different way and everything should work as expected in the latest version and has been tested to WP 4.7.
This would be a great addition! Tempted to code it up myself, do you have a GitHub repo?
This was also the issue on a site I worked on for a client. Missing (actually conditional) wp_footer.
This still seems to be broken for Facebook Instant Articles?
Hey Thomas,
Love the plugin! The fact that “Custom” adds an automatic fix for Genesis could be better documented. Spent ages trying to work out why the plugin was double firing after manually adding to the theme in my original installation as well.
Keep up the great work ?? Do you have a Bitcoin donation address?
Daniel
I’m encountering this issue on an AWS EC2 instance. Have tried both chmod and chown solutions above. Any further ideas?
Forum: Plugins
In reply to: [SSH SFTP Updater Support] Conflict with Visual ComposerThis is a strange one, I’m still seeing this after the latest update as well. They can’t be used together and you can’t just turn off a plugin responsible for half of your front end.
Forum: Hacks
In reply to: Problem Trying to Sum SQL decimals with specific IDThanks for such a prompt and detailed response. For anyone else viewing this it’s important to note you don’t deactivate the plugin but rather you deselect any widgets using the checkbox after completing the instructions.
I added this custom function to the themes functions.php and made it echo to the head to automatically manage the process for all page templates:
function custom_fixed_widget() { if(is_single()) { ?> <!-- Script Version 1 --> <?php } else { ?> <!-- Script Version 2 --> <? } }
Forum: Fixing WordPress
In reply to: Hello everyoneIf these are images on your site then go into the post or page editor. Click HTML view and then you should see some tags that say img. You need to add the code I put above before the character that looks like >
Forum: Fixing WordPress
In reply to: how do i find my rssYour feed is automatically set up by WordPress. You can usually find it at https://yourdomain.com/feed/ or if you need one of the alternate ones then check out this page for more informations.