netschmiede24
Forum Replies Created
-
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Exact match for filter neededah yes – the long form works.
Any idea how I can sort the results randomly ?
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Exact match for filter neededecho pods()->template( 'Reise-Liste' );
This will only display the template ONCE. I need to display it in a LOOP for every item in the loop.
So I need to find how to change the last line of this code here:
/* Start the Loop */
while ( have_posts() ) {
the_post();
get_template_part( 'template-parts/content', get_post_format() );If I use echo pods … then this will not fill in the content from the post custom type.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Exact match for filter neededHi,
thanks for getting back to me about this. I found an “archive.php” in my theme – and I can copy it to a “taxonomy.php” in my child theme and then add stuff to it, so the output will change. But I am still not understanding how to modify the output to a template I created with pods.
Right now the part of the loop for the archive looks like this:
get_template_part( 'loops/loop', 'blog-' . siteorigin_setting( 'blog_archive_layout' ) );
I have a pod template called “Reise-Liste” which I would prefer as a loop. What do I change to make my template the default?
Thanks,
AstridForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Placeholder for search filterThat worked, thanks. ??
Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] Rate limit exceededThat is good to know. But what is the daily limit…? I only sent two test mails before. Am I already blocked after sending two tests?
Thanks,
AstridYes, I tested it and it seems to work.
Thanks,
AstridForum: Plugins
In reply to: [WooCommerce] Shortcode block translationWell, that wasn’t helpful at all. See here: https://www.ads-software.com/support/topic/woocommerce-shortcode-block-translation/#post-18106980
Do you have any other idea?
Thanks,
AstridForum: Plugins
In reply to: [WooCommerce] Shortcode block translationThanks – no translation updates are available. I just opened a support ticket with Loco Translate and hope they can help.
Forum: Plugins
In reply to: [WooCommerce] Shortcode block translationThere is no singular/plural tab for German translations. Here is a screenshot of the woocommerce_de_DE.po file:
And here is the translations, I added:
But as you can see, for example on this link: https://www.rieder-maerkte.de/standort/dueren-obi/ (at the bottom), the shortcode still displays “Es wurden keine Produkte gefunden.”
Next attempt was to use the “Say What” Plugin that you suggested. I set it up as follows:
Unfortunately this doesn’t change a thing.
Any other ideas? The snippet that @chris2201 mentioned doesn’t work either.
Thanks,
Astrid- This reply was modified 5 months ago by netschmiede24.
Same issue here – just noticed it (last update was 1 month ago). So came here to see, if there was a fix. I do not see a fix – but looking at the link that @punkconnoiseur provided, this feed is recent. Can you let me know what you did to fix it?
Thanks,
Astrid- This reply was modified 6 months, 1 week ago by netschmiede24.
Yes, that workaround solved it. However, the shortcode worked perfectly within the widget before – so something must have changed recently that causes it to have issues now.
Hi there – the page is built with the Siteorigin Layout builder – and the particular shortcode is imbedded in a mirror widget in order to control the layout (background color, padding etc.).
I found out that if I rebuild that page with the Gutenberg editor – and putting Siteorigin Layouts everywhere – and ONLY replace the Mirror Widget for the Facebook feed with a simple Siteorigin Widget (instead of adding the Mirror Widget within the Siteorigin Layout), then the page will save. So it’s got something to do with the combination of Siteorigin Layout Builder and your shortcode. There are three other Mirror Widgets on the site, which will work without a problem.
Best,
Astrid
Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] Slow renderingForum: Plugins
In reply to: [Contextual Related Posts] Output has disappearedOK – now, after toggling the options again, I get the output I wanted. Whatever it was, but it’s fixed – so thank you. ??
Forum: Plugins
In reply to: [Contextual Related Posts] Output has disappearedInstalled it – but that doesn’t change anything.