kayamurer
Forum Replies Created
-
Hi Laura,
Thank you for your quick response and for passing on my suggestion to the Forminator team!
I completely understand that you can’t provide a timeline at the moment, but I really appreciate that it’s being considered. I’m excited to see the great features you continue to add to the plugin. Thanks again to you and the whole team for your hard work!
Best regards,
Kaya MurerForum: Plugins
In reply to: [Beautiful Cookie Consent Banner] Uncaught TypeErrorHi Nikel
Thanks for taking a look at the error. Great to hear that it is fixed with the next update.
Kind regards
Forum: Plugins
In reply to: [Simple Lightbox for WordPress] Markup to use plugin with htmlHello,
thank you for your helpful answer.
I was able to get your plugin working with loops and logic and beaver builder when using the markup you provided.
Kind regards
KayaHi,
Thank you for the super quick answer.
The “merge” option was exactly what I needed. I have now built a template using your code examples and everything works as desired.
Thanks for the fantastic support!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Exclude class from custom excerptI guess I expressed myself a little inaccurately. I actually meant that Beaver Builder only renders its layouts (with all classes etc.) when the page content has been processed by the_content. This does not seem to be the case with the Beaver Builder theme on the search results. I am already in contact with Beaver Builder support and trying to find a solution. Thanks Mikko for your support.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Exclude class from custom excerptI think i found the problem. In this forum thread https://community.wpbeaverbuilder.com/t/getting-bb-page-content-for-a-post/5553/3 a staff member from beaver builder wrote that the beaver builder content is only rendered within a loop using the the_content function with this example. So i guess that’s why all the tags are missing and the classes. This is the example from beaver builder support:
query_posts( array( 'post_type' => 'page', 'p' => $pageId, ) ); while (have_posts()) : the_post(); the_content(); endwhile; wp_reset_query();
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Exclude class from custom excerptI guess yes. All page builder and layout specific tags are removed in the search results. Also all classes are stripped off. this is the corresponding page where the class is set. https://schaerholzbau.pincgestaltet.ch/kompetenzen/holzbau/
Maybe i can try to create a different search.php template and use that. Or do you have any other idea?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Exclude class from custom excerptThanks! Now i can see the whole contents of the found pages (I guess that’s correct?) I still see the unwanted contents wrapped in a div with class relevanssi_noindex. But on the results page the class is stripped off from the tag.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Exclude class from custom excerptThis just throws the following error:
Parse error: syntax error, unexpected ';', expecting ')'
- This reply was modified 1 year, 11 months ago by kayamurer.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Exclude class from custom excerptHi Mikko,
Thank you for your quick reply.
I think it is the excerpts from Relevanssi. If I delete the plugin, the excerpts change. Even if I activate and deactivate the option to generate user-defined excerpts, the excerpts change.
I just saw that there are known incompatibilities with the Page Builder Beaver Builder, I think this may be the problem.
Please excuse me for not having seen this before.
Forum: Plugins
In reply to: [VenoBox Lightbox] caption not showing@li-an : Thanks for your reply. I also use a different gallery. My website is built using Beaver Builder – maybe that’s where the problem comes from.
Forum: Plugins
In reply to: [VenoBox Lightbox] caption not showingHi, I have the same problem as Li-An.
If “Caption text value” is selected under “Item Title” it won’t show. Other options work.
Hi Patrick
Thank you very much for your answer. It’s good to hear that the developers will take care of the problem. I will use your temporary solution until an update is released.
Thank you and have a nice day
- This reply was modified 3 years ago by kayamurer.
Forum: Plugins
In reply to: [Simplelightbox] Image grouping (Beaver Builder Plugin)Hallo. Ich dachte vielleicht sei es m?glich das Plugin mit Beaver Builder kompatibel zu machen so dass es Galerien aus verschiedenen Modulen korrekt gruppiert oder eben nicht gruppiert. Ich konnte das von mir gewünschte Verhalten aber inzwischen mit einer anderen Lightbox erreichen.
Forum: Plugins
In reply to: [VenoBox Lightbox] Different galleries are unintentionally merged into oneHi,
I tried to manipulate the attributes according to the beaver builder documentation. I found out that it is enough to give each gallery its own id. VenoBox then recognizes this and now sets the data-gall attributes correctly and uses a different one for each gallery.
Thank you for your answer and your advice. Keep up the good work, VenoBox is really great.