joost de keijzer
Forum Replies Created
-
Forum: Plugins
In reply to: [Euro FxRef Currency Converter] [currency_legal] includes link to 403Yes, I see, thnx for your report.
I’ve updated the plugin. Also, the published currencies have changed. This was updated in v1.5.
Hi, thanks for the tip. I’ve updated the description with your link.
Forum: Plugins
In reply to: [Export media with selected content] Export XLM file is 0 bytes and emptyHi, I’ve just tested with WordPress 4.9 (bare install) and I can’t replicate your issue.
Forum: Plugins
In reply to: [Euro FxRef Currency Converter] Question/ scope for this plug-inHi,
My example are shortcodes you can place in your texts.
Forum: Plugins
In reply to: [Euro FxRef Currency Converter] Question/ scope for this plug-inHi,
Sorry for the late reply
Please review the examples on de plugin page or on de “help” tab in your WordPress edit screen.
You could insert something like:
[currency amount="1000" from="GBP" to="USD" iso=true between=" = " append="" round_append=""] = [currency amount="1000" from="GBP" to="EUR" show_from=false append=""]
into your text
Forum: Plugins
In reply to: [Euro FxRef Currency Converter] Plugin is erroring with latest updateThanks for the report.
It seems the ECB is blocking requests from user-agent “WordPress/<version>”, which is the default user-agent string WordPress uses when fetching data.
I’ve changed this string for my plugin and it seems to work fine now.
New version is 1.4, please report if this doesn’t fix your problem.
Forum: Themes and Templates
In reply to: [GeneratePress] .widget font-size set to 0You are right!
The child theme is hooking into the
generate_font_option_defaults
filter, but in my code I was searching for the (new) font_option keywidget_content_font_size
, so I didn’t find it :-/Thanks for the support, sorry for the inconvenience…
- This reply was modified 8 years ago by joost de keijzer.
Forum: Themes and Templates
In reply to: [GeneratePress] .widget font-size set to 0The site is https://www.inconcreto.nl/
The issue is with the right footer widget (it’s a quote).
In eg. FireFox dev tools, select the
aside.widget
and inspect the font-size css.I see:
in
inline:7
font-size is set to 17px (that’s my fix)
ininline:3
font-size is set to 0px (that’s GeneratePress, I’ve run through the code).Thanks!
Forum: Themes and Templates
In reply to: [GeneratePress] .widget font-size set to 0I haven’t changed any core files, I did create a child-theme, but not changing any of these settings.
I’ve fixed my issue on de live site using some custom CSS, so it’s not visible online any more.
Forum: Themes and Templates
In reply to: [GeneratePress] .widget font-size set to 0Hi,
Thanks for the quick reply.
I have invisible footer widgets because, after a GeneretePress update, the font-size became 0px.
v1.3.29 works fine, v1.3.46 the footers appear empty
I would say it’s a bug.
Forum: Plugins
In reply to: [Export media with selected content] Did not work for meI’ve just updated to v1.0.
That should also fix this bug…
Forum: Plugins
In reply to: [Export media with selected content] Did not work for meHi,
It’s a bug. Selecting a category somehow disables the Media export. I’ll try and fix.
Forum: Plugins
In reply to: [Export media with selected content] Did not work for meHi ReadK,
Sorry to hear this.
- What kind of export are you trying to make? (posts, pages, other?)
- How are the attachments “linked” (featured images, attachments in the body of the post, other?)
- When you open your export in a texteditor, do you find
<wp:post_type><![CDATA[attachment]]></wp:post_type>
items?
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Latest update breaks pluginHi,
Found this thread because of the
stLight is not defined
error.The
stLight
javascript object is part of the ShareThis javascript loaded inssba_page_scripts()
.The ShareThis javascript is only loaded when
accepted_sharethis_terms
is “Y”, butssba.min.js
is always loaded and generates this error when de ShareThis js is not there.Forum: Themes and Templates
In reply to: [Smallblog] Youtube videos showing twiceI’ve got the same problem with a Vimeo link.
It seems the
ods_remove_first_shortcode
function does not work with the WordPress autoembed feature.So when you embed a video by just pasting the Vimeo/Youtube url on a single line in your post, it is not recognized.
See
WP_Embed::autoembed
Workaround is to not just paste your url, but use the
[video]
shortcode:[video src="your/video/url"]