luispma
Forum Replies Created
-
Forum: Plugins
In reply to: [Reaction Buttons] How To Add Pictures Inside of Buttonnot sure how to edit posts here, but never mind, fixed it on my own. turns out we had edited the core php file to remove the text link. Thanks!
Forum: Plugins
In reply to: [Reaction Buttons] How To Add Pictures Inside of Buttonhi,
i have added images via css, but the text link “buttons” still appear, blocking the reaction count from appearing: https://pmablog.staging.wpengine.com/music/new-blur-there-are-too-many-of-us
I recently updated the plugin to its most current version. When I built my site, we were using version 1.4, and this did not happen. Here is my live site with the text links not appearing:
https://prettymuchamazing.com/music/new-grimes-bleachers-entropy
I can’t for the life of me figure out why this is happening. ??
I hope to figure it out soon, I really want to use the percentage option instead of displaying absolute numbers!Forum: Plugins
In reply to: [Reaction Buttons] [Plugin: Reaction Buttons] Display reaction countThank you! That works perfectly.
Forum: Plugins
In reply to: [Reaction Buttons] [Plugin: Reaction Buttons] Display reaction countWow, thank you very much! I’m not particularly good at even the simplest php editing. I added this to my theme:
<span class="head"><?php _e('Reactions') ?></span> <span class="body"><?php reaction_buttons_click_count($post_id); ?></span>
And the reaction click count is not showing up. What am i doing wrong?
Forum: Fixing WordPress
In reply to: Tags/Categories function failing randomly?bump?
Forum: Fixing WordPress
In reply to: RSS feed loading homepage?!I’m thinking it may be a problem with the Feedburner smith plugin. is anyone else having issues with this?
Forum: Fixing WordPress
In reply to: How to export by month or break up big exported WXR files?@ jamespoling / anyone who can help
I tried adding ‘php_value memory_limit 256M’ to my .htaccess file, but after I did, my whole blog would get a ‘500 Internal Server Error’
What can be wrong?