grimbuehler
Forum Replies Created
-
Forum: Plugins
In reply to: [Wordfence Login Security] 2FA not working on php v8.xHi,
I had a plugin that was not ready for 8.x yet. After deactivating it, the 2FA was working as expected.
Thank you.
- This reply was modified 6 months, 4 weeks ago by grimbuehler.
Hi @mej,
thank you for your effort! For shure I’ll update my review… This was a quick solution for my ?small? problem!
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed column in media library missingHi @stanleylitespeed,
see for example /kino/kino-rex-bern/
But the problem is not with the images I think but with the table in the backend, the media library table.- This reply was modified 5 years, 7 months ago by grimbuehler.
- This reply was modified 5 years, 7 months ago by grimbuehler.
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed column in media library missingHi Stanley,
I know, but the images are mostly Jpg’s… They are compressed as it says on the Image Optimization page of LS.
See screenshot C:
https://my.pcloud.com/publink/show?code=XZk2T7kZ9iampzbED4yFDuV7Mcr43bVUAFsk
Best, MarcelForum: Plugins
In reply to: [LiteSpeed Cache] Litespeed column in media library missingForum: Plugins
In reply to: [Code Snippets] Exclude snippet on certain pagesHi Shea,
the script isfunction elementor_accordion_title() { if ( is_page( array( 309, 378, 398, 817 ) ) ) { ?> <script> jQuery(document).ready(function() { jQuery( '.elementor-accordion .elementor-tab-title' ).removeClass( 'elementor-active' ); jQuery( '.elementor-accordion .elementor-tab-content' ).css( 'display', 'none' ); }); </script> <?php } } add_action( 'wp_footer', 'elementor_accordion_title', 99 );
I found a solution like that (the opposite I’ve asked for: show only on certain pages):
function elementor_accordion_title() { if ( is_page( array( 309, 378, 398, 817 ) ) ) { ?> <script> jQuery(document).ready(function() { jQuery( '.elementor-accordion .elementor-tab-title' ).removeClass( 'elementor-active' ); jQuery( '.elementor-accordion .elementor-tab-content' ).css( 'display', 'none' ); }); </script> <?php } } add_action( 'wp_footer', 'elementor_accordion_title', 99 );
This works for me. But from Drupal I know a similar module where I had a option to ?exclude on? or ?show only on? as you have it like ?on Frontend? or ?everywhere?…
Thank you for your reply.
- This reply was modified 5 years, 10 months ago by grimbuehler.
Forum: Plugins
In reply to: [Language Switcher for Elementor] hide current languageMe too, I would like to know this…
I use Thunderbird 52.9.1 on Mac. But it’s the same on my iPhone mail client and even via webbrowser on the webmail of my mail provider. Just now it was coming a new order from a client with an user account (registered user) on this site. The mail of this order was ok…?! I’m confused.
New Screenshot: https://snag.gy/2atfDH.jpg
Thank you!
MForum: Plugins
In reply to: [Gravity Forms Sticky List] Some conditional logic on list itemsAny suggestions…?
Regards,
MarcelForum: Plugins
In reply to: [Gravity Forms Sticky List] Reorder function with empty Unique-ID fieldHi fried_eggz!
First: sorry for the delay. I checked it out today. It work’s exactliy like I hoped it. Thank you!Best, Marcel
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Reorder function with empty Unique-ID fieldAny suggestions…?
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Show own entries in Ultimate Member Profile tabOk, I see. Thank you. It works now.
Best; MForum: Plugins
In reply to: [Gravity Forms Sticky List] Admin permissions problemYES. That did the trick. Thank you!!
M