Nitzki
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] No Faqs are displayedHi Rustaurius,
thanks for all the help and replies. Now it works.
Best,
Nitzki
I’ve send you an Invite with Login/Pass via our WordPress-Blog. No message received?
How can I send you the login-data?
So I’ve deactivated all plugins, because maybe it could be failure of ACF and the use of custom post types. Same error.
And tried to add the line in the tt_s2_sc()function as mentioned in the post above after the following line
update_user_meta($user_ID, get_usermeta_keyname_frontend('s2_subscribed'), implode(',', $cats)); }But nothing happened, same error.
Hi mattyrob,
thanks for the reply. We only have registered users. I’ve excluded all categories except one. For this only category there are two subscribers. In the post there is only this one category called »Gartenpflege«, which is checked before the post is published.
We don’t use the API for something. We’ve installed some plugins for subscribe2:
1. TT Subscribe2 Frontend
2. Subscribe2 Widget ProBut deactivation has no effect to the errors.
https://dl.dropboxusercontent.com/u/3114621/sb2-wp-backend-1.png
https://dl.dropboxusercontent.com/u/3114621/sb2-wp-backend-2.png
https://dl.dropboxusercontent.com/u/3114621/sb2-error-message.pngBest Nitzki
Forum: Fixing WordPress
In reply to: keep home highlighted while listing a categoryDo you need anything else?
Forum: Fixing WordPress
In reply to: keep home highlighted while listing a categoryIn the Header its just this:
<nav> <?php if ( !function_exists('dynamic_sidebar') || dynamic_sidebar('Menu') ) : ?> <?php endif; ?> </nav>Forum: Fixing WordPress
In reply to: keep home highlighted while listing a categoryThe CSS:
http://pastebin.com/zi6LsjsYForum: Fixing WordPress
In reply to: keep home highlighted while listing a categoryFor the menu in the Header I’m using this:
in my functions.php I’m using this:
And my category.php looks like this:
(or do you want me to embed it in this form?)