Flexer
Forum Replies Created
-
Forum: Plugins
In reply to: [Stock Ticker] Unfortunately, we could not get stock quotes this time.Hi,
It seems that the file uploads/stock-ticker-custom.css gets removed from the server for some reason. Why would that be?
I had the Timeout at 4 and I was plying around with it already
Daveed
Forum: Plugins
In reply to: [Stock Ticker] Unfortunately, we could not get stock quotes this time.Hi
Just noticed something. It’s looking for this file https://crowncapital.ca/wp-content/uploads/stock-ticker-custom.css?ver=0.2.0 .
I re-saved the setting, this file is back, the plugin is functioning.
What do you think?
Daveed
Forum: Plugins
In reply to: [Stock Ticker] Unfortunately, we could not get stock quotes this time.Hello,
As of 4:30 EST both the dev (Plugin version: 0.2.0.1) and live (Plugin version: 0.2) of the site have stopped displaying the data.
Firefox Error console is again reporting
=====
Error: Firefox can’t establish a connection to the server at wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data.
Source File: https://public-api.wordpress.com/wp-admin/rest-proxy/#https://widgets.wp.com
Line: 451
====Daveed
Forum: Plugins
In reply to: [Stock Ticker] Unfortunately, we could not get stock quotes this time.Hi,
Done, no error.===
Stock Ticker SettingsSettings saved.
Plugin version: 0.2.0.1
====
Same server, both staging and live (still on version 0.2 are working)Daveed
Forum: Plugins
In reply to: [Stock Ticker] Unfortunately, we could not get stock quotes this time.Hi,
I have a dev version of the site I can work on.
To confirm, did you want me to delete the folder stock-ticker in the plugin folder and replace it with this? Should I first disable the plugin?
Daveed
Forum: Plugins
In reply to: [Stock Ticker] Unfortunately, we could not get stock quotes this time.Hello,
At 6:50PM EST the plugin started working again on my dev version of site where plugin was updated. I updated the plugin on live version of the site and it also began working.
The above error was not there. Perhaps it has something to do with the above error?
Thanks
DaveedForum: Plugins
In reply to: [Stock Ticker] Unfortunately, we could not get stock quotes this time.Hi,
No, I cannot find any error to do with Stock Ticker in the error log.
I am seeing this
===
Timestamp: 2016-06-01 5:43:10 PM
Error: Firefox can’t establish a connection to the server at wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data.
Source File: https://public-api.wordpress.com/wp-admin/rest-proxy/#https://widgets.wp.com
Line: 451
===
Can it be anything?Forum: Plugins
In reply to: [Stock Ticker] Unfortunately, we could not get stock quotes this time.Hi,
I updated the plugin and at 3:00PM EST the error came back.
I did what you suggested as well as cleared cache and it did not help.I reverted to the previous version of the plugin and that did not work either.
Any ideas?
Thank you in advance.
DaveedForum: Plugins
In reply to: [Stock Ticker] Unfortunately, we could not get stock quotes this time.Hi,
Thank you for the reply. It seems to be back.
Thing is – I did an update for your plugin, and a couple of others, and then noticed it. Rolled back the update and after a while it was back. I will do the updates again and let you know if the error comes back. Might be a conflict with another plugin or perhaps just a coincidence, and it had nothing to do with the update.
Thanks again for the great plugin
DaveedForum: Plugins
In reply to: [Stock Ticker] Unfortunately, we could not get stock quotes this time.I should add.
The plugin has been working perfectly for over a year.Thank you
DaveedForum: Plugins
In reply to: [WP Tiles WUD] Custom Post Type?Hi Danny,
Thank you for the update. Sounds wonderful.
May I make a suggestion that the PlugIn work with any Custom Post Type, to which jetpack portfolio is simply one type, created with the jetpack pluginDaveed
Forum: Plugins
In reply to: [WP Tiles WUD] Custom Post Type?Hi,
When I use the short-code with a custom taxonomy no tiles show.
In this case I was using the custom taxonomy “project type” from Jetpack “portfolio” posttype.Perhaps if I setup my own cpt and custom taxonomy it will work, just wondered if you knew what parameters are needed for the cpt and/or custom taxonomy declaration for the plugin to work.
Thank you
DaveedThank you so much.
I just noticed that, and resolved the issue, and the feed is working.Clifford was not to blame merely a coincidence
Forum: Plugins
In reply to: [Columns] Responsive ColumnsTo make these responsive, you must use media queries.
You can do this by over-riding the default styles as the dev suggests.
“Styles are in columns.css. If you’d like your own margins and stuff, dequeue the columns.css style during wp_enqueue_scripts with a priority of 11 or more.”To just do in your theme it will depend on how your theme does responsiveness in Twentytwelve as an example the “default” styles are for mobile so you add this to your child-theme css above the first media query
.columns-2 .column, .columns-3 .column, .columns-4 .column, .columns-5 .column, .columns-6 .column{
width: 100%;
}
Then for each column size you add back the default width
Below is for two columns.@media screen and (min-width: 600px) {
.columns-2 .column {
width: 47.5%;
}}
Hope this helps.
Nope. It was a new site.
But on the same server I host maybe 12 installs with the approximately same number and type of plugins, and this is the first time for this error. Even upgraded Jetpack on most of them.Thanks
Daveed