Sinkadus
Forum Replies Created
-
Great to hear! Looking forward to the update ??
Great! Looking forward to the update – and glad my problems could be of help ??
Yes, I tried 2.12.1 also. That didn’t work for me. Got this error:
Fatal error: Uncaught TypeError: method_exists(): Argument #1 ($object_or_class) must be of type object|string, null given in /home/s73952/domains/fashionave.se/public_html/wp-content/plugins/registrations-for-the-events-calendar/inc/class-rtec-wpml-lite.php:32 Stack trace: #0 /home/s73952/domains/fashionave.se/public_html/wp-content/plugins/registrations-for-the-events-calendar/inc/class-rtec-wpml-lite.php(32): method_exists() #1 /home/s73952/domains/fashionave.se/public_html/wp-content/plugins/registrations-for-the-events-calendar/inc/admin/class-rtec-admin.php(885): RTEC_WPML_Lite::wpml_is_active() #2 /home/s73952/domains/fashionave.se/public_html/wp-includes/class-wp-hook.php(324): RTEC_Admin->options_page_init() #3 /home/s73952/domains/fashionave.se/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #4 /home/s73952/domains/fashionave.se/public_html/wp-includes/plugin.php(517): WP_Hook->do_action() #5 /home/s73952/domains/fashionave.se/public_html/wp-admin/admin.php(175): do_action() #6 /home/s73952/domains/fashionave.se/public_html/wp-admin/plugins.php(10): require_once('/home/s73952/do...') #7 {main} thrown in /home/s73952/domains/fashionave.se/public_html/wp-content/plugins/registrations-for-the-events-calendar/inc/class-rtec-wpml-lite.php on line 32
Forum: Plugins
In reply to: [LiteSpeed Cache] Error retrieving Domain KeyThanks for pointing me in the right direction. It was a plugin that created the issue.
Forum: Plugins
In reply to: [LiteSpeed Cache] Error retrieving Domain KeyOh, and when I execute this (https://app.spikemetoden.se/?rest_route=/litespeed/v1/token) in an incognito window, I get this:
{"code":"rest_cannot_access","message":"Endast autentiserade anv\u00e4ndare kan komma \u00e5t REST API.","data":{"status":401}}
Tried to deactivate all plugins, but no change…
Ah my bad – good work!
Forum: Plugins
In reply to: [Smash Balloon Social Photo Feed – Easy Social Feeds Plugin] Source invalidThanks, now it works. Classic reboot solution ??
Forum: Plugins
In reply to: [Loops & Logic] Replace ‘Custom Content Shortcode’ with thisYes, that did the trick. Amazing support for an amazing plugin. Will immediately leave 5 star review.
Thank you so so much!
Forum: Plugins
In reply to: [Loops & Logic] Replace ‘Custom Content Shortcode’ with thisThank you! Also, I was sooo close to cracking it myself, since my solution to get “konstn?r” to work was this:
<Loop taxonomy=portfolio-category post=current> <Field title /> </Loop>
And I tried to fit this within if/else. Probably just missed the “exists” variable…
Anyway – big thanks! Also: did you see my initial follow up questions, regarding if there is a variable to have the output as links, and my problem with konstn?r looping out okay, but not beeing visible for the search tool…
Forum: Plugins
In reply to: [Loops & Logic] Replace ‘Custom Content Shortcode’ with thisOkay, so this is from your documentation about if/else:
<If subject comparison value> The condition is true. <Else /> The condition is false. </If>
And this is my code (that you provided, and that is not working):
<If check="{Taxonomy teknik}"> <Taxonomy teknik /> <Else /> — </If>
I’m pulling my hair here, why is the if/else part not working? Can you please please advice.
Forum: Plugins
In reply to: [Loops & Logic] Replace ‘Custom Content Shortcode’ with thisSorry for nagging, but any chance I can get any help with making “if/else” to work?
Forum: Plugins
In reply to: [Loops & Logic] Replace ‘Custom Content Shortcode’ with thisUpdate: with this code I can loop out the taxonomy for “Teknik” and “Material”, but I can’t get it to work inside an “if / else query”. Can you hava a look?
<Taxonomy teknik> <Term title /></Taxonomy>
Forum: Plugins
In reply to: [Loops & Logic] Replace ‘Custom Content Shortcode’ with thisI spoke to soon, actually the ONLY part that worked, of your replacement code, was the first one containing the title:
<Field title />
All other parts just didn’t put out anything. I managed to change the next part (Konstn?r) by myself:
<Loop taxonomy=portfolio-category post=current> <Field title /> </Loop>
But both of the next taxonomy (if / else) didn’t work, and I can’t figure out how to get them to work. Can you advice?
https://dev.inuti.se/collection/fredrik-ehnbom/ic03-2023-006/
- This reply was modified 1 year, 2 months ago by Sinkadus.
Forum: Plugins
In reply to: [Loops & Logic] Replace ‘Custom Content Shortcode’ with thisAlso, I started a dev site to try this out, and got everything but the portfolio-category to work (“displayed below title “Konstn?r”). At this link there is first the CCS plugin output, and after the L&L output. As you can se, the artist name is not visible for the L&L output. Can you advice, something wrong in the code you gave me??
Thanks!!
Forum: Plugins
In reply to: [Loops & Logic] Replace ‘Custom Content Shortcode’ with thisJust checking in, any thoughts of my follow up questions?