iu7489
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [eStar] How to make the grid cards equal heightSuper ?? Thank you!
I just updated it and it works perfectly on desktop and tablet view. On mobile view, they’re not equal height yet… and I can’t decide if that’s all right and I should overlook it or if they should be the same there, too… (OCD) ??Forum: Themes and Templates
In reply to: [eStar] How do I enable a grid layout for a page or archive?I found the settings in the customizer when I browsed to the archive page ??, but I’d like to know if it’s possible to set this setting via
functions.php
, please?Thank you.
Forum: Plugins
In reply to: [Meta Box] Disappearing post type after updateThank you! Updating the CPT extension to 2.0.2 did the trick ?, and everything works fine now. Adding the parameter to my admin URL did not appear to do anything but give me a 404 page not found error.
On a side note: the PHP code is now displayed in a light code editor instead of the dark one ?? Any chance of returning it to what it was?
Forum: Plugins
In reply to: [Really Simple CSV Importer] Plugin still works with WP v5.3.2Update: It also works perfectly well with WordPress v.5.4.1 (May 10, 2020) ??
So I hope it’s not removed from the repository due to lack of updates. ??
Forum: Themes and Templates
In reply to: [Twenty Nineteen] markdown and smart quotes@mattneub Hello Matt,
I was facing the same problem with all themes (including Twenty Nineteen) after I decided to switch to Markdown. I was able to “fix” this by adding the following to
functions.php
:/** Disable Curly Quotes */ remove_filter('the_content', 'wptexturize'); remove_filter('the_title', 'wptexturize'); remove_filter('the_excerpt', 'wptexturize');
You can add (or remove) any filters as per your preferences. I hope you and others find this helpful.
- This reply was modified 5 years, 7 months ago by iu7489.
Forum: Plugins
In reply to: [Media Playback Speed] Can the available speed values be customized?I am sorry for my late reply, I was ill and did not access the forums until now.
Yes, your advice and instructions worked perfectly. Thank you!
For the time being, I just changed the default plugin array – as a quick test and because I still need to read up on writing filters.
But once I understand filters I will use them instead, since it is not a good idea to change default plugin files.
Once again, thank you so much for you advice and assistance.
Forum: Plugins
In reply to: [Media Playback Speed] Can the available speed values be customized?Thank you for your quick reply!
Unfortunately, I don’t know how to write basic plugins ??
Can you tell me how to write a filter that will only show 0.75, 1.25, and 1.5, please?
The recent update (1.1.4) still does not correct the issue on Safari in iOS 10.3.3 (as described in my previous post).
And I am not sure if I should open a new topic for this, or keep it in this thread since it is directly related to it (yet unresolved)… but I figured I would try here first.
I am also experiencing a similar problem when I use a mobile device to view websites that use this plugin.
It works fine on a desktop.
But on my iPhone (5c, with iOS 10.3.3) and using Safari: the language selection button does not work at all, regardless of how many times I click it. The website behaves as if it is not there. I can ‘select’ the language name, but it is not ‘clickable’, if that makes any sense.
However, if I switch to Firefox on the same device, it works perfectly fine.
I did not try any other mobile browsers or devices besides the above mentioned.
PS. Fantastic plugin, by the way. I have seen how it works on the back & front end, really neat work. You have all done a great job, and I hope you never forget that with this plugin you have managed to give people an easy way to communicate their message across different languages. That is not an easy thing to do, and it is a great achievement. Thank you with all sincerity.