aktivbuerger
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: combine two categories for one archive page?Thanks you,?@bcworkz!
I didn’t write the code and I’m not a PHP specialist, but I’ll try to follow your steps.
Kind regards,
Regina.Forum: Developing with WordPress
In reply to: combine two categories for one archive page?Thanks a lot, @bcworkz!
This almost solves my problem, but can you transform this into shortcut / php-code?
We use a widget with [archivrubriken]
and this code in the functions.php:add_shortcode('archivrubriken', 'wp_archivecategories');
function wp_archivecategories()
$cat_ids = array('11', '210', '716', '13', '14', '17', '18', '722', '715', '720');
$arcats = array();
$content2='<ul>';
//11, 210, 716, 13, 14, 17, 18, 722, 715, 720
foreach ($cat_ids as $cat_id) {
//array_push($arcats, get_category($cat_id));
$arcat = get_category($cat_id);
$arcat_link = get_category_link($cat_id);
$content2 .= "<li class='archive_links'><a href=".$arcat_link.">" .$arcat->cat_name. "</a></li>";
}
$content2 .= '</ul>';
return $content2;
}Here I want to combine cat-id 13 with cat-id 727 and cat-id 14 with cat-id 728.
Kind regards,
Regina.Forum: Plugins
In reply to: [WP Multi Store Locator] Website not shownWe use the PRO version, but I can`t open a support ticket because our support expired …
Forum: Plugins
In reply to: [Import any XML or CSV File to WordPress] Category-Bug in latest versionHi,
I have the same problem: I drag & drop the category from my node, but after the import all posts have no (!) category at all.
Can you help?
Kind regards,
Regina.We have the same issue at the moment.
Events are booked, but the attendees don’t get our confirmation-e-mail.Thank you, Marcus!
My problem is solved now.Kind regards,
ReginaForum: Plugins
In reply to: [EU Cookie Law for GDPR/CCPA] Banner remains visibleThanks, I made the download and activation of this plugin, but no button appears on my site. Did you do something special?
Forum: Plugins
In reply to: [EU Cookie Law for GDPR/CCPA] Banner remains visibleHello? Anybody out there?
The problem is still on fire. Need help from the plugin developer!
Kind regards,
ReginaForum: Plugins
In reply to: [EU Cookie Law for GDPR/CCPA] Banner remains visibleNo, we use no caching plugin at all.
Kind regards,
ReginaForum: Plugins
In reply to: [EU Cookie Law for GDPR/CCPA] Banner remains visibleHello,
we have the same problem: The cookie-banner remains visible when I press the link ‘Okay’.
We use WordPress 5.5. and EU Cookie Law Version 3.1.4 (no other cookie-plugins).
https://www.campusaktiv.de/
Any ideas?Thanks & kind regards,
ReginaForum: Plugins
In reply to: [Yoast SEO] Site crashes after Yoast updateHi,
we have the same problem now:
The Plugin "Yoast SEO" needs an upgrade (14.4 -> 14.4.1)
After the update the website is not working anymore.Where can I find and clear the recommended cache?
Thanks in advance &
kind regards,
ReginaThanks for your reply.
We don’t use JETPACK, it’s not even installed.
Hi Michael,
so sorry for being late.
I had so much different work to do that I wasn’t able to test your suggestions so far, but I understand the principle. Thank you for your great help and support.Bye, Regina.
Hi Michael,
thanks for your reply.
Yes, that is exactly what I’m looking for.Bye, Regina.