Stagger Lee
Forum Replies Created
-
Yes, exactly that.
I mean it is not first time, or I am to sensitive person. It lasts for years. I come to www.ads-software.com to educate myself about plugins, it is not Facebook that people are here to spend spare time.
So it goes shortly:
– Plugin Screenshots are small and blurry even on big screens.
– Clicking to make image bigger, and clicking back arrow sets you back on image number one. Despite you maybe were on next last image.
– Many plugins have, how to call it, “nested” screenshots. Backend previews with very similar images. Sometimes you have no clue what image have you seen, and what next you need to see.When I search suitable plugin(s) for my project I really search many of them. And as they say one image says more than thousands of words.
Thank you for reply.
Forum: Plugins
In reply to: [Enlighter - Customizable Syntax Highlighter] I want to replace CrayonThis display:none will hide snippets in backend, Gutenberg editor.
For this I use custom backend CSS file.– On front-end everything looks nice and good.
– Backend is a bit different story.If we assume all of us will move to Gutenberg soon or later. And of course Enlighter plugin is not magic and cannot mess with converting blocks in database on its own, means need human intervention for each Post and block.
I decided for lack of time to leave it as it is in editor. When I need to edit one Post I will convert blocks and make Enlighter blocks in order.But, to do this snippets need to be visible. (Remember we just hide them with display:none in mandatory Enlighter HTML tags).
When visiting a Post, and need for edit is there, of course you have to see snippet, to be able to work with it and convert it to Enlightner block.I use custom backend CSS file. But you can use your own functions snippet:
function my_custom_backend_css() { echo '<style> .EnlighterJSRAW {display:block !important;} </style>'; } add_action('admin_head', 'my_custom_backend_css');
Forum: Plugins
In reply to: [Enlighter - Customizable Syntax Highlighter] I want to replace CrayonIt could be easy if Crayon did not make a mess of HTML tags. Empty spaces in code without any logic. Then not only one empty space, randomly, but 2, 3, and even 4. Means for each converting operation you have to do 3 more. But OK, a bit of free time and now my non-public website with developing snippets looks very nice and modern.
Developer of Crayon moved from WP to another platform, so there is nothing to wait. Move on.
Use this, helps a lot. Better than any installable plugin.
https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
Here is help code to make you move faster. Push this via Interconnect script, and repeat for each Crayon line with 1, 2, 3, or maybe even 4 empty spaces after decode:true”
<pre class="lang:php decode:true"> <pre class="lang:css decode:true"> <pre class="lang:default decode:true"> <pre class="lang:js decode:true"> <pre class="EnlighterJSRAW" data-enlighter-language="php" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="true" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="" style="display: none;"> <pre class="EnlighterJSRAW" data-enlighter-language="css" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="true" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="" style="display: none;"> <pre class="EnlighterJSRAW" data-enlighter-language="generic" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="true" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="" style="display: none;"> <pre class="EnlighterJSRAW" data-enlighter-language="js" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="true" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="" style="display: none;">
- This reply was modified 6 years, 6 months ago by Stagger Lee.
- This reply was modified 6 years, 6 months ago by Stagger Lee.
- This reply was modified 6 years, 6 months ago by Stagger Lee.
- This reply was modified 6 years, 6 months ago by Stagger Lee.
Forum: Reviews
In reply to: [Gutenberg] Change1 star again. Just for ruining my favorite WP portal (WP Tavern) with Gutenberg bull.
OK, I switched to pure buttons and it works. I tried to adapt buttons to Bootstrap design and have a bit mouseover hover effect. But not so big deal.
I have the same problem. No cache plugin, no console errors. Is it correct ?
<a href="#" id="cookie_action_close_header"
- This reply was modified 6 years, 7 months ago by Stagger Lee.
Syncing works now, strange.
Does not matter anymore for me as I can bulk reconnect Sites. Much more pleasant than my initial problem with FTP client and renaming folder, just to be able to login in backend.It needs an exorcist, not developer.
Of course I could not be logged in all Live websites. So I choosed 2 I had this problem yesterday with. And now those 2 are success, and third one failed. Tipically third one has not “Save request fields” activated.
This (third one) was success on first syncing. That is why I have problem to explain what is happening.
- This reply was modified 6 years, 9 months ago by Stagger Lee.
Sorry for delay, could not do it last night. Now syncing works. Maybe because I am already logged in. Will try to log out and clear all database entries first.
Only pure domain URL of website with Cerber, and slash at the end.
I revert my opinion about finding other anti-spam plugin.Realized something meanwhile. Syncing does not work, but later I can in MainWP dashboard filter Sites by not connected and reconnect them at bulk. So not so big problem for me now. Still would be nice just because of so many MainWP installations around if you could find some solution.
MainWP developers are very quick to reply to support problems. Send them an e-mail and maybe they can do majority of work to fix this problem.
I will mark it now as resolved. Half-resolved somehow.
And most important for other Users of both plugins. Use less restrictive policies (allow AJAX) on the Antispam admin setting page, has to be enabled. To not end in IP block.
- This reply was modified 6 years, 9 months ago by Stagger Lee.
It is not resolved.
Still blocks syncing. But with this option activated improvement is no IP block, and I have not to rename Cerber folder with FTP client, to be able to login in website backend.– Syncing option is blocked.
– Sites – Reconnect option is allways working.So, some half solutions exist.
User can filter Sites by state, status. And bulk reconnect them all. Info, as help for other Users with the same problem.- This reply was modified 6 years, 9 months ago by Stagger Lee.
- This reply was modified 6 years, 9 months ago by Stagger Lee.
It still blocks syncing.
Spam form submission denied, but no IP blocked now.I give up. If it continues will have to use some other anti-spam plugin. Updating plenty of websites from one central place is way more important than choice of anti-spam plugin.
OK, thanks it works.
What are negative consequences by disabling it ? Few real life examples.I had some conversation with MainWP developer:
https://www.ads-software.com/support/topic/cerber-security-antispam/
Could you make something from this URL with help of this manual ?
Under: How to exclude requests from inspectionThe other alternative without regex seems as not possible. Unless allowing all wp-admin/admin-ajax.php calls.
And regex is really difficult, so if you can help a bit.Maybe I just need to exclude a PHP file called from inside MainWP Child folder, or ? Don’t get it all.
- This reply was modified 6 years, 10 months ago by Stagger Lee.