Sinkadus
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Error when trying clicking ‘add to cart’I had not, and now when I did I found a plugin that caused the conflict. Thanks for being so kind to point this out!
Forum: Plugins
In reply to: [Loops & Logic] Replace ‘Custom Content Shortcode’ with thisThanks! Will try to replace CCS with this then.
Two follow up questions:
- With CCS I recently noticed that the short code for “konstn?r” (artist)
[field taxonomy=portfolio-category]
Did loop out the name of the artist, but this name was then NOT accessible with the search function on my collection page for all the artwork (https://inuti.se/collection/). Do you think L&L will solve this?
2. Would it be possible to tweak the short codes and make the looped out names into links?
Forum: Plugins
In reply to: [Polylang] Going to wrong language page of a productIssue found and solved! For me it was a conflict with the redirection function in “Permalink manager lite”. Switched that off, and now it works again.
Forum: Plugins
In reply to: [Polylang] Problem with WooCommerceIssue found and solved! It was a conflict with the redirection function in “Permalink manager lite”. Switched that off, and now it works again.
Forum: Plugins
In reply to: [Polylang] Going to wrong language page of a productSame (or very similar) problem for me: https://www.ads-software.com/support/topic/problem-with-woocommerce-42/
Forum: Plugins
In reply to: [Polylang] Problem with WooCommercenew subdomain for problem solving: https://whynot.sinkadus.com/produkter/stay-silver
(deactivated polylang on the other one)
Forum: Plugins
In reply to: [Polylang] Problem with WooCommerceAnyone? It’s really weird, when I try to change language on single product pages, the only thing turning to Swedish is the breadcrumbs. The header and the content stays English. Soooo weird, and pretty troublesome…
Fingers crossed there is an easy fix!
Forum: Plugins
In reply to: [The Events Calendar] Translate “cost”Hi again, solved it by syncronizing the .po files in loco. Apparenty there was some problem with the location of the files and the translations. Now I can see “cost” and all the other strings.
Forum: Plugins
In reply to: [The Events Calendar] Translate “cost”Thanks, I’ll try that. But this string really should be accessible through the language files in the plugin.
Great!
Forum: Plugins
In reply to: [The Events Calendar] Translate “cost”Hi, thanks for getting back. Should have said that I already use Loco Translate, it is with this plugin that I accessed the language files, and didn’t find this string.
So back to square one, can you help?
Forum: Plugins
In reply to: [The Events Calendar] Remove slug notificationNope, notification popped back again. Solved it with a plugin: https://www.ads-software.com/plugins/wp-hide-backed-notices/
Forum: Plugins
In reply to: [The Events Calendar] Remove slug notificationIt seems to! Will let you know if it shows up again.
Did you consider my suggestion, regarding the option to only use the slug for pretty permalinks, and not the archive page?
Any news on this? Would also like to hide the Link from the admin bar.
Maybe some kind of version of this code for the functions.php:
//Hide comments from admin bar function remove_comments(){ global $wp_admin_bar; $wp_admin_bar->remove_menu('comments'); } add_action( 'wp_before_admin_bar_render', 'remove_comments' );
- This reply was modified 1 year, 6 months ago by Sinkadus.
Forum: Plugins
In reply to: [The Events Calendar] Remove slug notificationIt comes back, sometimes within a few hours, this last time it took almos a week. I don’t think my system setup has anything to do with this. Your plugin does NOT want me to use the same /name/ for the single-event slug, and my event page. There really should be a setting like “Use only for permalink/URL, not page archive” (for us Users who prefer to build our event page with a page builder but still want permalink structure to be accurate – which is important for breadcrumbs).
Anyway, here is my setup:
Plugin: latest (free)
WordPress: Latest
Php version: 8.1.16
Theme: Impeka (1.5.0)