Joehann
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Strings not getting translatedSure! And done;)
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Strings not getting translatedHi Tobias,
thanks for the quick response! Can I send you the URL of the page via mail?
Regarding the file – I tried the file “lang-de_DE.php”. I didn’t edit anything, because the translated strings in the file are already correct. They are simply not taken over.Hi Danny,
can I send you the URL via email? It’s a staging site of a client, so I’d rather not make it public. Thanks.Forum: Plugins
In reply to: [AI Engine] Words LimitFound the solution to the problem – it was the number of sections, which i haven’t set.
Forum: Plugins
In reply to: [AI Engine] Words LimitOkay, I understand. But what I don’t understand:
If “750 words consume approximately 1,000 tokens”, why do I get only 400-700 words with a 4096-token-limit? Shouldn’t I get texts with around 3000 words if I ask for it? Right now my limit seems to be less than 1000 tokens, because I only get 700 words at best.I have the same problem. Unfortunately the code does not work for me, nothing changes. For me it would also be ok if there was no preset value in the field at all. Just the placeholder, that would be enough.
Forum: Plugins
In reply to: [Glossary] tag in termsIs it possible to use the tags in your shortcodes?
Like this if I want to show only entries of the tag “SEO”:
[glossary-terms order=”desc” num=”3″ tag=”seo”]- This reply was modified 1 year, 7 months ago by Joehann.
Forum: Plugins
In reply to: [Glossary] tag in termsI asked ChatGPT. This should work (works for me at least):
add_action('init', 'glossary_register_taxonomy_for_object_type'); function glossary_register_taxonomy_for_object_type() { register_taxonomy_for_object_type('post_tag', 'glossary'); }
Thank you!
Unfortunately, this does not work. I always get the message that I don’t have an account in this workspace yet.
Forum: Plugins
In reply to: [AnyWhere Elementor] ShortcodesHi Anand,
I am using the free version. And I’ve placed the shortcode in an Elementor-template.- This reply was modified 1 year, 8 months ago by Joehann.
Thank you for the quick response!
I would like to open a support ticket, but as I said, I can’t find any way to do so. Here ( https://support.wp-eventmanager.com/portal/en/signin ) I find a Sign-in-form, but no Sign-up-form. Can you help me with that?Could someone please help me out?! We have already put a lot of time into editing our event calendar and would now even like to buy some of the add-ons. However, not if half of our events are not displayed at all.
I find it a bit irritating to say the least that I can’t even get a response to my request. Looking at the other threads here, your support seems to be working great. So please, don’t leave me hanging here like that.
Yes, it freaking did! I made it. Thank you!
I know about these two classes and the option to use nth-child. My problem is that the order of rows changes dynamically, so it makes no sense for me to work with nth-child. I definetely need a way to tag every <td> with a class which equals the value/content of the <td>-tag.
My goal is to insert background-images into the <td>-tags of a certain column via CSS based on the class of the tds. So i.e. all tds with the class “horse” get the background-image of a horse.