cvladan
Forum Replies Created
-
Forum: Plugins
In reply to: [The Icon Block] Can’t set width in PXSolved.
I’ve discovered a solution, and it is incredibly unintuitive! First you have to click on percentage value to turn it off and only then PX will be available for input.
Please, make it somehow more intuitive.
Thanks- This reply was modified 1 month, 1 week ago by cvladan.
… ‘publicly_queryable’ must also be set to true.
So ‘Show in REST‘ and ‘Publicly Queryable‘ both must be set to true.
- This reply was modified 1 month, 1 week ago by cvladan.
Forum: Plugins
In reply to: [WordPress RSS Feed Retriever] FIXED: PHP 8.x ErrorThanks
Forum: Plugins
In reply to: [Custom Fonts] Can I include italic font files?Thanks 😉 but hurry, please
Forum: Plugins
In reply to: [Custom Fonts] Can I include italic font files?OMG.
I can’t believe this is offered as “a solution”.Simply answer that it can’t be done with this plugin.
Please author, whenever you have time, add a simple “font-style” select box and a little code to this plugin.
* Explanation why this is not a solution at all:
With the proposed solution, the user would need to go and edit all the texts on site and replace every italic font variation to separate “font italic”. This is really NOT a solution.
Great! Thanks! I’ll try it immediately
Forum: Plugins
In reply to: [WP-Optimize - Cache, Clean, Compress.] How to change prefix of images backup… additional notes:
- other users are also suggesting the same thing, for example: https://wordpress.org/support/topic/feature-suggestion-unsmushed-suffix/
-
the “other” Resmush.it plugin has already this option in development roadmap:
move unsmushed pictures to another folder
Forum: Plugins
In reply to: [Glue for Yoast SEO & AMP] Google Tracking Code will not saveIt is obvious that you must check JSON validity; not for the whole thing, but only what’s inside
<script>
tag. There a lot of online tools for that, one example would be this. Anyway, here is my “whole raw thing” that is working great:<amp-analytics type="googleanalytics" id="analytics1"> <script type="application/json"> { "vars": { "account": "UA-00000000-0" }, "triggers": { "trackPageview": { "on": "visible", "request": "pageview" }, "trackClickOnSomeShit" : { "on": "click", "selector": ".dummy_any_css_selector", "request": "event", "vars": { "eventCategory": "DummySomeCategory", "eventAction": "DummySomeAction" } } } } </script> </amp-analytics>
Please note that there is some event tracking included, and that is not mandatory. But I just wanted to include whole thing.
- This reply was modified 5 years, 8 months ago by cvladan.
Forum: Plugins
In reply to: [Glue for Yoast SEO & AMP] Google Tracking Code will not saveForum: Plugins
In reply to: [Glue for Yoast SEO & AMP] Google Tracking Code will not saveYes, the whole <amp-analytics> thing.
Forum: Plugins
In reply to: [Glue for Yoast SEO & AMP] Google Tracking Code will not saveOk. I get it… If not using [Google Analytics by MonsterInsights](https://wordpress.org/plugins/google-analytics-for-wordpress/), then you must include the whole Javascript bunch… in raw format.
Forum: Plugins
In reply to: [Glue for Yoast SEO & AMP] Google Tracking Code will not saveFor me also… not saving?
Forum: Plugins
In reply to: [Exports and Reports] Issue with api is_plugin_active (fix included)Thanks, useful for me.
Ok. I get it. This is not a bug.
It is expected to be like this.It blocks frontend AJAX calls because it not only blocks wp-login.php,
but also wp-admin folder.Do note the option name – is is quite clear:
Hide “wp-login.php” and “wp-admin” folder
And admin-ajax.php is inside wp-admin folder 🙁
Anyway, I think that authors should separate these two options.
– Hide “wp-login.php”
– Hide “wp-admin” folder- This reply was modified 5 years, 11 months ago by cvladan.
Same problem here 😉