glura
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sequel] Displaying Paypal button (form) next to textIt works in html.
See https://jsfiddle.net/w6w5uc91/
the button will display to the right of the label.However, when using this form code on a page using the sequel theme, the form button will display below the text with a large gap between text and button.
thanks,
garyFYI for all,
Petfinder will list their current status at https://pro.petfinder.com/helpFrom there, they have a link to their helpdesk, which is https://pro.petfinder.com/help-desk/
You can check on their status and report issues through the links above.
thanks,
garyForum: Plugins
In reply to: [List Petfinder Pets] List new additions firstI had commented out the foreach stmt what was there using /* */
I pasted to https://pastebin.com/XGKrRP7F
thank you,
garForum: Plugins
In reply to: [List Petfinder Pets] List new additions firstHi Rawrzors,
I just tried pasting into where I thought it went, judging by what you posted. No pets were listed after I tried it.
But my petfinder-listings.php looked different than what you had at the link. I have the latest version of the plugin which was rolled out recently, so maybe the source I have is different than yours if you haven’t updated yet.I placed the code right above: $bigfile = “”;
But in my source, right above $bigfile = “”;
Is: foreach( $pets as $dog ){that’s different than what you have. I’m not experienced enough to go messing around with it to try to figure it out ??
btw, I emailed petfinder’s api support to get an update. Got a response today:
“We are working on a new API system, hopefully to be reeled this year, but I don’t have any other information available at this time regarding sorting arguments.”thanks,
garyForum: Plugins
In reply to: [List Petfinder Pets] List new additions firstI’m the admin for our Petfinder ID and when I look at the data for the pets, I think it can only be the Petfinder System ID (i.e. pet id that shows up in the URL for a specific pet on Petfinder) that this API’s results are sorted by.
I’ve tried modifying birth date, date added, case in names, adding special characters in names to check ascii sort, and nothing is changed.
The Petfinder System ID for the pet has to be a unique ID and probably a Primary key for them, so it makes sense their function call returns in that order. The index their query uses is mostly likely sorted by that key and hence that is the order the results are returned in.thanks,
garyForum: Plugins
In reply to: [List Petfinder Pets] List new additions firstanyone have any updates on sorting capability?
Currently, it appears to be sorted by Petfinder System ID in ascending order. The latest pet added has the largest value, and thus shows last.Thanks,
GaryForum: Plugins
In reply to: [Digg Digg] Pinterest position on floating sidebarForum: Plugins
In reply to: [Digg Digg] Pinterest position on floating sidebarForum: Plugins
In reply to: [Digg Digg] Fix Pinterest Button Positioning — Vertical FloatThanks. That fixed it for me too.
Forum: Plugins
In reply to: [Add Link to Facebook] [Plugin: Add Link to Facebook] Won't Authorizewill do. thanks!
Forum: Plugins
In reply to: [Add Link to Facebook] [Plugin: Add Link to Facebook] Won't Authorizecrap, didn’t realize that. the forum doesn’t let me edit that post either.
Forum: Plugins
In reply to: [Add Link to Facebook] [Plugin: Add Link to Facebook] Won't Authorizeok. thank you for the clarification.
Yahoo is hosting it, so will contact them.Thanks,
garyForum: Plugins
In reply to: [Add Link to Facebook] [Plugin: Add Link to Facebook] Won't AuthorizeDo the app settings for the facebook app have anything to do with this error (i.e. could a wrong value there contribute?)
I have the same issue as the original poster.cURL error 77: Array( [url] => https://graph.facebook.com/oauth/authorize?client_id=311753838843065&redirect_uri=http%3A%2F%2Fadoptapetfm.org%2Fblog_cats%2F&scope=read_stream,publish_stream,offline_access&state=al2fb_auth_e66fbb0834
Our website is https://www.adoptapetfm.org
I’ve recently added the wordpress blog to the site and that is at https://adoptapetfm.org/blog_cats/When trying to authorize the “Add link to Facebook” plugin, I run into the error above.
I found the faq that states: “Problem with reading the SSL CA cert: the certificate files on the hosting server are not accessible or missing”
Does something like the SSL folder need to under https://adoptapetfm.org/blog_cats/ ????
This blog is being added to our site, so the path above is not the root of the domain, however when setting up “Add link to Facebook”, this is what it indicates as the Website > Site URL. So, could it be looking under that for the SSL folder of the site? If so, it’s not under that path. Is there something needed to be done in the facebook app settings to possibly point it to the correct path.
sorry in advance if I am not clear, this is unfamiliar waters for me ??
thanks,
gary