Maik Bernstein
Forum Replies Created
-
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] “clear_on_hide” not workingWell, I got it.. It was some line of css, where I tried to use the conditional groups in my custom rows. The “display: contents;” part was the problem on my site and I figured it out an will find another solution.
Thanks for your help and again the troubleshooting link.Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] “clear_on_hide” not workingNo, there are no js-errors at first sight. But there must be sth. with the used theme and I´ll take a deeper look at it. (10mins later… It sounds strange, but some of my child theme CSS are causing this “error”.)
But thanks for pointing this out. This link was exactly what I was looking for.
I´ll let you know, when I figured it out or need further help.
- This reply was modified 4 years ago by Maik Bernstein.
- This reply was modified 4 years ago by Maik Bernstein.
- This reply was modified 4 years ago by Maik Bernstein.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] “clear_on_hide” not workingHey Jules.
Yes, like I wrote, I also imported my form into your form-tester and there´s everything fine. So I want to know, how to debug it on my end, because everything else work like a charm for me. 🙂- This reply was modified 4 years ago by Maik Bernstein.
Hi.
Is there any news here or a short answer?
I would be happy if there is a solution here. 🙂Thanks
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Redirect problemI´m interested in this too. Cause I´m using the Redirection Plugin and want to use it furthermore for different reasons. Like @piotrpl wrote, Rank Math creates also some weird redirects. I want to disable every redirect option from Rank Math, if this is possible?!
Hi and thanks for your reply.
Ok I understand. Please don’t get confused, because I just wanted to solve my problem with this inheritance selection. 😉
So since the inheritance itself will not work, how am I able to select an individual tag, ID or class on a page, when also just the direct (or first) parent selector seems to work. Let me show you what I want to achieve in detail for better understanding.
My html looks sth. like this:
<div id="container"> <div class="product-details"> ..(other containers) <div class="content-details"><p>Some Content</p></div> ..(other containers closing) </div> </div>I´m not able to select “#container” and “.product-details”. The parent class “.content-details” works fine. Any idea how to use “#container” or “.product-details”? Hope this helps to figure it out.
Regards
I´ve the same problem after updating. to version 2.1.0. There´s no result when filtering the products.
Great comment / review on this @dialogcrm. Thank you for these crystal clear words about this situation.
- This reply was modified 4 years, 5 months ago by Maik Bernstein.
Hi. What exactly does´nt work for you with Germanized?
I also have this problem with the thousand- and decimal-separator. Thanks for your workaround!
I have also a similar problem and solution, you can see here: https://ww.wp.xz.cn/support/topic/thousand-and-decimal-separator-issue/
Forum: Plugins
In reply to: [GenerateBlocks] GenerateBlocks and Woocommerce shop-pageThanks Leo.
Thats a good idea, to use the block element and hook it into the shop page.I´ll try this.It works as expected, thanks again for the tip.I also work on some lines of code to build up the archive pages where content works, like I explained and use the css it generates. Will let you know the status, if it´s interesting.
- This reply was modified 4 years, 11 months ago by Maik Bernstein.
Forum: Plugins
In reply to: [GenerateBlocks] GenerateBlocks and Woocommerce shop-pageWell, under certain circumstances the blocks will render correctly, but I still don´t see any 50% (or any other) width in frontend-css. I’m still finding out why it didn’t work out…
Some thoughts:
In my setup I also use a 15% sidebar (on main shop-page) and it seems, the 50% grid (container > grid > container1/2+container2/2) work, if the headlines don´t collide with the maximum width of 50%. If they do, the container stretches to the maximum need of the headline and so the 50/50 grid isn´t displayed properly.If I copy all the blocks and paste them to a regular (no-shop) page, it works like a charm. I also regnerate the external css-file in settings.
For me, it seems the dynamic css for the shop pages are not rendered correctly.
If you have any idea why, let me know. 🙂- This reply was modified 4 years, 11 months ago by Maik Bernstein.
- This reply was modified 4 years, 11 months ago by Maik Bernstein.
Forum: Plugins
In reply to: [PayPal Plus for WooCommerce] Zugriff nicht erlaubt woocommerceDanke für das Feedback @niklasinpsyde.
In meinem Fall war alles korrekt eingerichtet und PPP bereits aktiviert. AUch die Logs ergaben keine Auffälligkeiten. Ein Anruf bei Paypal hat ergeben, dass sich im Account des Kunden ein Problem eingeschlichen hatte und PayPal Plus “reaktiviert” werden musste. Wenige Tage später war das Problem behoben und der Checkout funktionierte wieder wie gewünscht.Forum: Plugins
In reply to: [PayPal Plus for WooCommerce] Zugriff nicht erlaubt woocommerceIch habe exakt das gleiche Problem und wäre ebenfalls an den Testdaten interessiert, soweit man diese noch nutzen kann.
Forum: Plugins
In reply to: [GenerateBlocks] Gutenberg-Code in Woo-Categories details/content areaHi Tom.
Thanks for this link, I´ve also found this and will use it to get the dynamic css.
I build the whished content on a simple page or blogpost with gutenberg and just want to copy the content itself (in code-view) to my product-category details, which are shown in frontend, to build a nice landingpage. In the past it was easy to build up any html or shortcode content (with any pagebuilder) and just copy the code into the wanted area, like widgets, categories etc.
In my newest tests the most grid-blocks (from GB-Plugin) generate the correct html in frontend and others don´t. I need to figure out where´s my problem atm. Also the most html (like headlines, img- or p-tags) seems stripped by the editor, while some blocks are working fine, like I said. I´ll also test around with standard themes and settings, but it seems something has changed in the way how the placed content in a category works. Now I´m a little confused how to achive this with gutenberg content like I said. I think my next test or way would be building a shortcode or some reference to the page content and just add it into my category. Hope this works for me.I´ll let you know if I got further with this.