salabinha
Forum Replies Created
-
Forum: Plugins
In reply to: [Amazon Link] Product Advertising API 5Paul,
How can we test to see if the plugin is still working?
The images and links are still there, but how do I know I’m getting the amazon referral fees from them?
Thanks!following… I need this. Thanks Rogier.
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Pinterest SHARE is blankSo today I’ve been checking to see if I find the problem. I have found there are some bugs but I’m not sure exactly where.
As I change the settings in the plugin’s styling and advanced tabs, my Pinterest button works and then it doesn’t.
I left it in a way it works, but the first image (featured image) to be pinned does not have the ALT TXT info. Instead, it’s grabbing my meta tag text.
Can you please check on this?
Thank you!
P.S.I’m using both ADDER and PLUS because the adder does not currently have all the same features from the plus that I need.
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Pinterest SHARE is blankThanks Brandon. I’m actually using both plugins and the one that isn’t working with pinterest is the Added, not the Plus (it’s placed just above the recipe box)
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Pinterest SHARE is blankI’m still getting the blank page even after the updates.
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Pinterest SHARE is blankI’m having the same problem. I’ve updated the plugin but sharing on pinterest is not showing the featured image, text and link to post. Here’s the link to my site:
https://livinghealthywithchocolate.com/desserts/apple-chocolate-cake-glutengraindairy-free-paleo-8623/Please note that it’s the buttons above the recipe box and not in the side of the page.
Forum: Plugins
In reply to: [Comment Image] moving upload above post comment buttonHi Stefano, I was able to move the order of things by using CSS. Just wanted to let you know.
Forum: Plugins
In reply to: [Comment Image] moving upload above post comment buttonThank you Stefano. So I’m using a Genesis theme. Is there an “action” I can add to the function.php to make this change?
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Manage subscriptions not workingthank you again ??
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Manage subscriptions not workingI think I got it now….
If I check the box for the option I am already subscribed to, I get the update = 0.
But if I choose a different option the update = 1.
I guess there’s just no update if someone chooses from one of the options that they are already subscribed to.
Anyway, thank you for your help and for looking into it.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Manage subscriptions not workingHere’s my site https://bit.ly/1Pa1BfY.
All posts have comments. Please let me know if you need anything else. You can email me through the site also.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Manage subscriptions not workingReedyseth, thanks! I did what you said and below are the errors that popped up on my header. I then tried to update the subscription and continued to get a Subscriptions updated: 0
————
Errors:Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Right Sidebar” sidebar. Defaulting to “sidebar-1”. Manually set the id to “sidebar-1” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home3/bluepaci/public_html/livinghealthywithchocolate/wp-includes/functions.php on line 3792
Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Header Widget” sidebar. Defaulting to “sidebar-2”. Manually set the id to “sidebar-2” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home3/bluepaci/public_html/livinghealthywithchocolate/wp-includes/functions.php on line 3792
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /home3/bluepaci/public_html/livinghealthywithchocolate/wp-includes/functions.php on line 3624Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Manage subscriptions not workingReedyseth, thanks for your reply. How do I put my site into debug mode?
Forum: Plugins
In reply to: [Amazon Link] Plugin stopped workingPaul, thank you so much!! It’s working now ??
Forum: Plugins
In reply to: [Comment Image] Plugin stopped workingProblem fixed for me! My problem was with the server. I had to add a piece of code to my .htaccess file to tell Apache to allow up to 5MB to be uploaded to the server.
<Files *.php>
SetInputFilter PHP
LimitRequestBody 5242880
</Files>