Flexer
Forum Replies Created
-
Forum: Plugins
In reply to: [Stock Ticker] Plugin not workingForum: Plugins
In reply to: [Stock Ticker] Plugin not workingForum: Plugins
In reply to: [Stock Ticker] Plugin not working…
Forum: Plugins
In reply to: [Stock Ticker] Plugin not working@urkekg Looking good. Installed alpha2, and instead of tiome outs I am getting the “Loading message” very cool.
Is there a way I can make the display in the North American way just untill you have the final 3.0 version ready?
Daveed
Forum: Plugins
In reply to: [Stock Ticker] Plugin not working@urkekg : Me again. Just noticed that I am getting consol response [Stock Ticker update quotes response: null] even with a value.
> Refreshing (soft) sometimes returns a value sometimes not.
> probably has to do with the API call, so understandable.Daveed
Forum: Plugins
In reply to: [Stock Ticker] Plugin not workingHi Aleksander<
Thank you for this.I installed the plugin on a staged install.
Got the API
Entered the symbol. Only need one for this site.
> This is on the Toronto Stock Exchange
So defined as per https://pypkg.com/pypi/alpha-vantage/f/alpha_vantage/alphavantage.py
TSE:SYMBOL in both widget and Global Setting
Got the value! But rather than $9.68 got $9,6800> So possibly a typo in the decimal?Thanks again for your hard work,
Daveed- This reply was modified 8 years, 7 months ago by Flexer.
Forum: Plugins
In reply to: [Stock Ticker] Plugin not workingAleksander I am too, looking forward to a solution and an updated version of your stock ticker plug-in.
Hi,
If admins are lookign at this thread: as of 2017-09-23 10:25 PM (EST) it seems that the attempts to login stopped. Approximately 24 hours after I put the rules in place.
Still odd that the HTACCESS rules were somehow superseceded, but i am not an Apache expert, so perhaps you have some ideas.
All the best
Daveedif you get a 404 perhaps that means the Wordfence WAF is still “seeing” that traffic and it needs to be blocked a bit differently in the .htaccess
Odd things to think about
1) When I test with a VPN I get the “IP tried to access a none-existant file” in the live traffic tab in WF
2) It actually says in the email “Used an invalid username ‘XXXXXX’ to try to sign in.”
3) One more odd thing, in my htaccess I wrote 403, yet when I try to access I get a 404.Hmmmmmm
Forum: Plugins
In reply to: [Photo Gallery by 10Web - Mobile-Friendly Image Gallery] Errors in HTMLHello and thank you for the hard work on this plugin.
I am also seeing these code snippets after installing to test your plugin. This is on the front end, is this supposed to be there?
<script type='text/javascript'> /* <![CDATA[ */ var bwg_objectL10n = {"bwg_field_required":"field is required.","bwg_mail_validation":"This is not a valid email address.","bwg_search_result":"There are no images matching your search."}; /* ]]> */ </script>AND
<script type='text/javascript'> /* <![CDATA[ */ var bwg_objectsL10n = {"bwg_select_tag":"Select Tag","bwg_search":"Search"}; /* ]]> */ </script>Hi
As mentioned @leleuf62 http://wp-events-plugin.com/documentation/event-attributes/ is the way to start. The issue I ran into was that you cannot have PHP if statements withing the event template using #_ATT{}, this means that if a custom field is not used the surrounding HTML will display.
What I ended up doing is using jQuery “.replaceWith” command and then have the php if statement away from the event shortcode template.
I am using ACF for the custom field, BTW.
Anyone has a better way?
DaveedForum: Fixing WordPress
In reply to: Template parameters of the_taxonomies( $args );hi @ironfish2,
I was also trying to change the AND, and I found a post on stack exchange http://wordpress.stackexchange.com/questions/193957/display-taxonomies-in-loop-with-template-args
- This reply was modified 9 years, 3 months ago by Flexer.
Forum: Plugins
In reply to: [WP FullCalendar] Using custom field as date/time@jb4560 have you figured this out?
Wondering if we have a hook, or our custom code will be lost everytime there is an update.
DaveedForum: Plugins
In reply to: [WP FullCalendar] Display CPT using a custom date fieldSorry to revive such an old thread, btw.
Forum: Plugins
In reply to: [WP FullCalendar] Display CPT using a custom date fieldHello,
I’m a dev, I’ll be happy to custom code this.
Is there a hook available, or do I need to install my changes after every update?
Thanks
Daveed