jbt-csm
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Advanced Math Captcha] PHP Error in includes/class-core.php:775 PHP 8.1Just wanted to add, that for PHP 8.1… another change is nescessary:
wp-math-captcha.php, line 86: change ‘private function __wakeup() {}’ to ‘public function __wakeup() {}’Forum: Plugins
In reply to: [WP Advanced Math Captcha] PHP Error in includes/class-core.php:775 PHP 8.1Cool. No fatal error anymore in debug.log …
Thanks for this!!Forum: Plugins
In reply to: [Advanced WordPress Backgrounds] The latest update causes bugs,@nk and ALL:
I can confirm that this conflict was successfully solved by the master! ??
Thank you very kindly! That was really quick!
Forum: Plugins
In reply to: [Advanced WordPress Backgrounds] The latest update causes bugs,Hi there,
I can report one issue with WP 5.5, too, sadly.
With AWB switched active, I can’t edit with the text editor from WP Bakery anymore. The WPBakery editor field
<textarea class="wpb-textarea visual_composer_tinymce content textarea_html wp-editor-area" rows="20" autocomplete="off" cols="40" name="wpb_tinymce_content" id="wpb_tinymce_content" aria-hidden="false"></textarea>
just displays nothing, no contents.
With the browser inspector, unter the tab ‘console’, one JS error is reported:
Uncaught ReferenceError: wpColorPickerL10n is not defined _create ... /wp-content/plugins/advanced-backgrounds/assets/vendor/wp-color-picker-alpha/wp-color-picker-alpha.min.js?ver=2.0.0:11 e Backbone
When switching the editor tabs “visual” and “text”, another JS error is reported for TinyMCE and the admin editor JS:
Uncaught TypeError: r is undefined e ... /wp-includes/js/tinymce/tinymce.min.js?ver=49100-20200624:2 r ... /wp-admin/js/editor.min.js?ver=5.5:2
Even though I can insert content to the white editor field, it is (luckily) NOT saved when clicking ‘Save’.
==> With AWB switched off, everything works fine.
My quick workaround: when editing contents, I switch off AWB and switch in on again when I’m finished.
Any help/information is greatly apprechiated!
Cheers,
Johannes- This reply was modified 4 years, 3 months ago by jbt-csm.
Forum: Plugins
In reply to: [ThemeGrill Demo Importer] ThemeGrill Demo Importer@anonymouskane – I’m not from ThemeGrill Support (!), but just a quick tip:
Usually, your provider keeps regular backups of your WP-database, so you can clean up the system and then try to re-import the data from the backup or your system can be resetted to a point of time before the breach…
Hope it helps.
Forum: Plugins
In reply to: [ThemeGrill Demo Importer] ThemeGrill Demo ImporterHi there, Ashish,
Thanks for caring!
… ‘alright’ means in this case, that there is no danger that the Demo Importer can be called up or mis-used by hackers?
I apprechiate your resonse.
- This reply was modified 4 years, 9 months ago by jbt-csm.
Forum: Plugins
In reply to: [ThemeGrill Demo Importer] ThemeGrill Demo ImporterHi Ashish,
thanks – but as you can read above, I wrote, that it is NOT listed in the list of plugins.
BUT it is listed under “Design/Appearance”.
Maybe that’s because the theme is an older version (Accelerate Pro 2.0.9)?Forum: Plugins
In reply to: [ThemeGrill Demo Importer] ThemeGrill Demo ImporterThe ThemeGrill Demo Importer is NOT listed in my Plugin-List.
However, it IS listed in the backend unter “Design/Appearance”.
How do I delete it from there??It’s also found within the foldertree of the theme – can I delete it from there?
Please reply ASAP.
Thanks!Forum: Plugins
In reply to: [Event List] Support for WP 5.0@mglong: I just checked: in my case, it’s PHP 7.0.33 – no problems so far.
Forum: Plugins
In reply to: [Event List] Support for WP 5.0Hello again,
just updated the live domain with several hundred events since 2016 to WP 5.1.1 while leaving Event List alone (still v0.7.12).
And [drumroll] all events are still there, both the upcoming events dispayed as well as older ones from, say, 2017.
… just sayin’ … ??
Forum: Plugins
In reply to: [Event List] Support for WP 5.0Thanks to the above folks for supplying informations and tipps!
We have like 400 events listed with Event List still at 0.7.12 and WP not yet updated to 5.x. Naturally, I’m really careful with the updates.
=> Have you ever tried to update WP to, say, 5.1.1 and keep Event List v0.7.12?
I just tried this on a test-Server. I had WP 4.9.8 and Event List v0.7.12 running – then I created 2 events. Next, I updated WP and Event List – the events were gone.THEN, I uploaded Event List v0.7.12 via FTP and – hey – both events were there again.
Could this be working for you too?
Cheers,
Johannes- This reply was modified 5 years, 8 months ago by jbt-csm.
Forum: Plugins
In reply to: [List category posts] Widget exclude current postsHi Monika21,
is it possible to exclude the current post of the listing?
Simplest way to accieve this would be to exclude it’s appearance in the frontend by triggering it’s CSS class.
The current post has the CSS class “current” – I use this to give it a highlight in the list of the current category posts. But as well you could give it something like
li.current { display:none; }
That would do the trick in the frontend.
- This reply was modified 6 years, 4 months ago by jbt-csm.
Forum: Plugins
In reply to: [List category posts] Titles missingHi there again,
sorry for bothering – just found out myself what went wrong: MY FAULT! ??
I had customized lcp_catlistdisplayer.php wrongly (blushing here) and so created my own bug.
My deep apologies to you! Hope you don’t mind…
Please keep up the good work!
Cheers,
JohannesForum: Plugins
In reply to: [List category posts] Titles missingHi Zymeth25,
thanks for replying!
I’m just setting up (re-launch) a new Homepage and LCP is a standart plugin for me for listing up the other posts of the same category.
– Since I also use WPBakery here, I deactivated it in order to see if there would be a conflict – but there’s none.
– Then I used the LCP sources from an other project where is works fine and copied them to the new project – no change visible.
– Changing the scope of categories in the widjet from ‘Current Category’ to ‘All’ or other does change the amount of LIs, but leaves them empty.
– Finally, I set WP_DEBUG to true. But there were NO errors reported at all.I’m puzzled! ??
The bottom line is this: When building the list, the data for title and link are not found somehow.
Any help is greatly apprechiated!
Cheers,
JohannesForum: Plugins
In reply to: [List category posts] Template like content.phpFine that you solved your problem.
Then again, I thought: ‘Why is it un-css-able.?’
Because you can easily hook all output if you point to it in CSS like
.lcp_catlist a { ...} .lcp_catlist img { ... } .lcp_catlist p { ... } ... etc.
Or do I miss your point here?
Cheers,
Johannes- This reply was modified 6 years, 5 months ago by jbt-csm.