Phil McDonnell
Forum Replies Created
-
Forum: Plugins
In reply to: [List Petfinder Pets] Thumbnails not showingI currently have an updated working version of this plugin if you are interested. I displays all Petfinder photos using HTTPS:// now so it doesn’t break your site if you are using https/ssl.
I don’t have it on GitHub yet, but will shortly and possibly added into the Plugin Repository as well.
If you are interested in it please shoot me an email at pmcdonnell (@) gmail . com
~Phil
Forum: Plugins
In reply to: [List Petfinder Pets] ssl photos not loading@roxyanne17 @november20 @tumbledrylow
Hey all,
I currently have an updated working version of this plugin if you are interested. I displays all Petfinder photos using HTTPS:// now so it doesn’t break your site if you are using https/ssl.
I don’t have it on GitHub yet, but will shortly and possibly added into the Plugin Repository as well.
If you are interested in it please shoot me an email at pmcdonnell (@) gmail . com
~Phil
Forum: Plugins
In reply to: [Top Bar] Color picker not workingThanks for the reply and the info. There is always some browser that doesn’t support things isn’t there… LOL
I can’t say that it is a theme issue as I have set the default theme and deactivated ALL plugins but the Top Bar.
There is definitely something wrong with the Tiny Colorpicker as I said earlier their stand alone version doesn’t work properly.
The WP default will be the way to go then. Looking forward to an update when you get it rolled out.
Thanks,
PhilForum: Plugins
In reply to: [Top Bar] Color picker not workingSo I took it upon myself to update it so the picker is now using the HTML5 default built in picker.
Nothing really to do but get rid of your JS picker and add a color input to the form.
<div style='position:relative; top:5px; left:14px;display:inline;' id="colorPicker"> <input type="color" name="tpbr_color" value="<?php echo $current_color; ?>"> </div>Works in all modern browsers, tests Chrome, FF, Edge…
Hope that helps you put out an update faster!
Forum: Plugins
In reply to: [Top Bar] Color picker not workingThanks for getting back to me. I tried all of the switching themes, plugins, etc. I even downloaded the color picker you are using and it just doesn’t work by itself. Something must have changed since they created it and it doesn’t seem like they are updating it either.
Anyway, it would be good if you change it to the default one so that it is more standard across browser too.
I will keep an eye out for the update.
Regards,
PhilForum: Developing with WordPress
In reply to: WPDB not returning resultsOMG! Thank you both! It was 5am here when I was working on this and my eyes were just crossing…
So it turns out that the $order_numm is in fact a string, once I added the ‘ ‘ around the variable it worked!
You guys rock! Thank you so much…
Regards,
PhilForum: Plugins
In reply to: [Opening Hours] Breaks the tinymce visual editor@tim, I just tried it on my end with a default 4.5.1 install and my version of the plugin and all works as expected.
Forum: Plugins
In reply to: [Opening Hours] ShortcodeThere is currently only one shortcode [is-open] which just displays the following depending on your open status.
We’re currently open
We’re currently closed
Forum: Plugins
In reply to: [Opening Hours] Breaks the tinymce visual editor@tim, did you try my updated version here: https://wordpress.org/support/topic/fix-for-php-errors?replies=8
Let me know if you still have the same trouble after using my updated version.
Forum: Plugins
In reply to: [Opening Hours] Fix for PHP errors@eemoore Not sure what other thread you are talking about? I haven’t had any issues with my editor. You could download my file from above and give it a shot. Let us know if it is working for you. I would assume that the original plugin could have caused issues with anything if it was not compatible with your server at the time…
@waynep16, I didn’t forget about you, just haven’t had time to test your version yet. Hope to do it by the weekend.
Forum: Plugins
In reply to: [Opening Hours] Fix for PHP errors@waynep16 That is just a warning because of a strict non-conformance. You can send it to me at pmcdonnell -at- gmail I won’t have time to look at it till tonight. Should be simple enough to fix though…
Forum: Plugins
In reply to: [Opening Hours] Fix for PHP errors@waynep16, I don’t remember exactly, but know that I touched a bunch of things. You can use a compare program to look at the original and my version to see the differences. Mostly it was the way the PHP tags were used if I remember correctly. Let me know if I can help with anything.
Forum: Plugins
In reply to: [Opening Hours] 5 hours off from WordPress timezonePossible server time is incorrect? Not sure what timezone this plugin looks at, would have to dig into the code…
Forum: Plugins
In reply to: [Opening Hours] Error: PHP TagsForum: Plugins
In reply to: [Opening Hours] error