juanvillegas
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Share Buttons Adder] class clashThanks David, keep up the good work.
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Social counts appearing in the sidebarGreat thanks.
The excerpts option doesnt fix it, but looking at the code, it should. Not sure why. Maybe the bug is in “recent posts widget extended” plugin.
We are considering using plus.thanks again.
JuanForum: Plugins
In reply to: [Plugin: Woocommerce] Change add to cart button on product pagenever.. never edit a plugin’s file directly from the plugins folder.
you have to add that code in your THEMES’ functions.php file.Those numbers are the count of shares on each social network, im having a similar problem with the posts appearing in a sidebar.
Forum: Reviews
In reply to: [AddToAny Share Buttons] Spam Plugin!!!!!!you cant upvote/downvote a review, as its a review: a biased opinion of the personal experience a user had with the plugin.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] update messed up my homepageI had the same issue with a client. I think the problem is that it doesnt persist the configuration when the plugin is updated.
Author?
Forum: Plugins
In reply to: [WP Power Stats] bunch of php notices in logthanks, if I can help somehow, let me know
nice stuff!
Forum: Themes and Templates
In reply to: [Pinboard] Upload Image Erroryou are trying to access a nonexistent index in the array. try nclosing your code with isset() statements.
those warnings shouldnt come up to the live site, so you turn your WP_DEBUG constant off or set it to dump to a log
Forum: Themes and Templates
In reply to: [Techism] can't access my site :(have you tried reading your error more carefully?
parse error means the php code has an error of parsing.
syntax error means the php code has en error of parsing related to the syntax of the code.
then the error is described: unexpected “}”, then it tells you what file to look at, and then, as if it wasnt enough, exactly which line to look.
so all this means: you have a misplaced “}” symbol on line 53 of file functions.php
I had a similar issue and it turned out to be a wrong list id I was using. I was taking my list id from the url in my cm dashboard, when the correct list id is displayed when you click the change name/type link in your dashboard.
maybe that helps, cheers!
project’s page: https://github.com/juanvillegas/s2-stripe
Forum: Plugins
In reply to: [YOURLS Link Creator] Error in YOURLS Database Connection“%” just means that the user can log in to the database server from another domain (different to the one the server is running on). Makes sense? It basically means any other domain.. see: https://stackoverflow.com/questions/11629346/mysql-connection-from-a-different-domain
your clients would access yourls server using the json interface, its the same if you have one or 1000 clients, the setup is the same
Forum: Plugins
In reply to: [YOURLS Link Creator] Error connecting to APImm ok, can we follow up on github? Check the “issues” tab, and report it. Ill make sure to take a look at it.
Anyway, from that error you are getting my guess is that your settings are wrong. Double check the Yourls Custom Url option. This option has to point to your yourls server.
Forum: Plugins
In reply to: [YOURLS Link Creator] Error connecting to APIA client of mine needed it and the api was broken because yourls core was updated a while ago (it uses a different interface to communicate). Thats why yourls wp fails to contact the server side of yourls..
I didnt update the comments section, but you may compare (eg. using diff) the main plugin file (yourls-link-creator.php). I also added a few css changes under lib/css.
I will update the git repo with an appropiate readme file when I have some time ??
Forum: Plugins
In reply to: [YOURLS Link Creator] Error connecting to APImm I synced it 5 minutes ago using dekstop version, maybe try again?