Florian
Forum Replies Created
-
Forum: Plugins
In reply to: [Disable Gutenberg] Layout misbehavior in Safari 18Same here
.cpel-switcher__list li:first-child:after{
content:’|’;
}Got it working this way:
Find:
#<h1 class=”jeg_post_title”>(.*)</h1>#mReplace with:
<div class=”jeg_post_title”>$1</div>Thank you for your great plugin!
Maybe something else is the Problem. As soon as I activate RegEx checkbox my site stops working.
Even this crashes the site:
/</h1>/ as soon I have RegEx active…
What could cause the issue? Thank you
Forum: Plugins
In reply to: [ACF: Better Search] How to return Custom Post Type TaxonomiesHello! Thank you for this awesome plugin! Helped us big time :).
It would also help us a lot to be able to search among the values of the taxonomy. Would pay for this feature for sure.
Hello, Thank you for your reply. Yes, would still need help ?? [email protected] or where can I get in tough with you more detailed? Thanks!
Fixed. Used the wrong quotation marks… Now it works.
Hi, please help me…
Hello, I do not want to push, but can you please take a look at this? Thank you ??
Thank you very much, worked perfect!
Forum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] Broken FilesSame here! PDF in Media is correct and opens fine in Browser or after download. The same file in the e-mail link is not working, 0 Bytes size.
Can you please help me here? How to remove the green checkbox and make it look like a normal checkbox without styling? Thank you
Thank you very very much!
Changed:
add_action(‘wp_footer’, maybe_hide_popular_posts’);To:
add_action(‘wp_footer’, maybe_hide_popular_posts);And it works!
Thank you very very much!, Super-cool! ??
- This reply was modified 4 years, 5 months ago by Florian.
Hello and thank you very much for you fast and friendly reply.
https://mvz-konstanz.webhomes.de at the top right you see “Aktuelle News” and I would like to hide also “Aktuelle News” if no posts are fitting the filter criteria of the shorttag.
Do you want access to the backend?
Thank you
Florian- This reply was modified 4 years, 5 months ago by Florian.