schrotty
Forum Replies Created
-
Sorry, I forgot to give feedback. It’s working again now! Thank you so much!
Update: It no longer works from version 1.0.259 onwards!
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] Tooltipy and Search & FilterHi, I’m using S&F 1.2.18 and Tooltipy 5.5.9. The error occurred after a WordPress update. However, reverting to the old WordPress version did not bring any improvement. So, using ChatGPT, I created a suitable plugin. However, it’s very specifically tailored to my website and therefore not suitable for others.
My recommendation: Use ChatGPT or another AI to create your own plugin. It’s really quite easy. I was surprised myself! For me it was the perfect solution and I not longer need Tooltipy.
Forum: Plugins
In reply to: [A-Z Listing] Shortcode not works right since 1.6.0Here is the link to my website: Hobby von A-Z .
It displays text like “<span class=”entry-title-primary”>Aquarium</span> <span class=”entry-subtitle”>Faszinierende Unterwasserwelten in deinem Wohnzimmer</span>” instead of “Aquarium”. This is incorrect.
The plugin allows adding subtitles on posts and pages. Here you can get it: Subtitles .
I not have customised the default template, it is a standard template of wordpress. I have onlay customised the “site-branding.php” to display title and subtitle on the header image. But the use of the original file does not change anything, the error remains.
So, I hope my writing is displayed correctly!
Forum: Plugins
In reply to: [A-Z Listing] Shortcode not works right since 1.6.0The problem arises in connection with the plugin subtitles. But I want to continue to use both plugins! So I searched for the cause of the conflict and I have installed the different versions of your plugin successively. The change occurs from 1.6.2. (Not 1.6.0 as I wrote). The reason is a supplement in file partials/class-a-z-listing.php line 692 in 1.8.0: “global $post;”. After removing this entry, everything works fine again.
What is this entry for? Is there any problem when it is removed again? Anyway, for me it’s better without this entry.Forum: Plugins
In reply to: [A-Z Listing] Shortcode not works right since 1.6.0Sorry, it’s my first topic I opend as a newby. By opening “edit HTML” I see instead of “<” the string “< ;” and instead of “>” the string “> ;”. The span is represented as a text. But if I change it in < and >, the presentation is correctly.