Forum Replies Created
-
AuthorPosts
-
Rolf
KeymasterHi Carrington, have you set the the Browser & device compatibility options (height and/or width) under “Miscellaneous” on Settings > Media?
Rolf
KeymasterHi Carrington, our apologies for the inconvenience. Somehow the form submissions were filtered out as spam. Good thing: your last message did come through. Thank you for insisting and trying again!
We’ll have to rethink our spam filters, currently being applied to all forms, not just the public ones…
Rolf
KeymasterUpdate: I’ve been able to reproduce the issue and it looks like you found a bug.
While we’ll work on fixing it, could you switch to either the Legacy or the fancyBox2 script version on Settings > Media? It’s the first option in the Fancybox section.
The Legacy version will give you the script as it was in previous versions, while fancyBox2 is a more modern version with touch support but that’s not relevant in case of iframes…
Rolf
KeymasterHi Carrington, my apologies for the late reply. I’ve checked your page and see what you mean. I’ll try to reproduce this and will let you know asap.
Rolf
KeymasterHi Thiago, which version are you currently using?
Rolf
KeymasterThat looks good (even without the !important) just add an
overflow:hidden;
🙂Rolf
KeymasterIn that case, try:
.fancybox-title-over { top: 0; bottom: initial !important; }
Rolf
KeymasterHi Chris,
Moving the title to the top depends on which Title option you are using. If set to the (default) option “Float”, then you can try with the following CSS. Adjust the value
-15px
if it does not vertically align with your close button (depends on several factors)..fancybox-title-float { top: -15px; bottom: initial; }
To keep the arrows visible you can use the following CSS which will do two things: make the arrows permanent and move them to the outer border like the close button (so they do not permanently cover the lightbox content.
#fancybox-left,#fancybox-right { width: 0; } #fancybox-right span { left: auto; right: -15px !important; } #fancybox-left span { left: -15px !important; }
Rolf
KeymasterTo make the hands fatter, increase the
lineWidth
value. TheendAt
value sets the length of each hand…Rolf
KeymasterHi Ken, it looks like you found a bug. The noseconds parameter is ignored unless you explicitly set it to 1 (or true) like
noseconds=1
. It will be fixed in the upcoming release, but in the meantime just add=1
to hide the second hand.To add a digital view to the clock, you can set the parameter
showdigital="digital24+"
but this cannot be done in combination withshowdigital="date"
.The
font
parameter applies only to the date/digital text and it must be in a very specific format to work. What are you trying to do? Make the text larger or in a different font face?To change the hour and minute hand colors, you’ll have to create a custom theme. The following example is a very basic one with blue hands:
[coolclock skin="custom" radius="60" showdigital="date" noseconds="1" align="center" background_image="http://fremontcountydems.org/staging/wp-content/uploads/1872-2022-CANONCITY-DEMOCRATS.png" background_stretch="contain"] { "hourHand": { "lineWidth":5, "startAt":-15, "endAt":50, "color":"#267EB9" }, "minuteHand": { "lineWidth":3, "startAt":-15, "endAt":65, "color":"#267EB9" } } [/coolclock]
This is the result:
Rolf
KeymasterHi Ken, indeed we are planning a block to replace the widget for the next release. In the meantime there is the shortcode. PLease know that the widget is basically the same as setting parameters on the shortcode, so all that you created with the widget is (in theory) also possole with the shortcode.
Have you read https://premium.status301.com/knowledge-base/coolclock/shortcode/ ?
Please tell me what you wish to accomplish exactly so I can give you more specific instructions 🙂
Rolf
KeymasterHi, first activate the Stock Ticker option on Settings > Google News > Advanced. Then, edit the post where you wish to apply a stock ticker to and find on the right side (normally below Tags) the section Stock tickers. Add the stock as you would add a tag: type the code and hit Enter to create a new stock or select any proposed existing stock ticker. Use a comma to add multiple stocks.
A stock ticker must be prefixed by the name of its stock exchange, and must match its entry in Google Finance. For example: NASDAQ:TSLA would correspond with https://www.google.com/finance/quote/TSLA:NASDAQ (notice the search field at the top in contrast with the URL path)
Rolf
KeymasterOk and what if you include Video but not Structured Data?
Rolf
KeymasterThese Video and Structured Data post types, what plugin are they from? And what is the Structured Data post type for?
Could you please try removing these custom post types temporarily from the news sitemap to see if the stock ticker and keywords start working for regular Posts then?
Rolf
KeymasterOk, I could not find any of your public IP addresses in our block list but I did the requests from your site admin in our logs. They all received a 200 (OK) status response which does not explain the “Service Unavailable or Too many request” your are getting from your admin… In short: I cannot explain the error :/
Please download the latest version from your account page https://premium.status301.com/account/ (Downloads tab) and install that zip through the admin Plugins > Add new > Upload as a new plugin. You’ll get the choice to update the existing but older version, answer Yes 🙂
Our apologies for the inconvenience. Please let us know if this happens again at the next update!
-
AuthorPosts