Hi,

I am wondering if there may is a kind of 14 day test version. I like to install it on my local machine and check if I am able to customize look and feel like I have in mind. If yes I am happy to pay for it. If not I will deinstall it. Many thanks for your feedback.

Best,

Daniel

Hi, I’m getting error on Google search console about structure data. I tried to find the cause but unable it fix it and it seems to problem in theme in structure. Kindly check and fix it next update.

I’m using theme version 1.9 but discussion is going on about 3.0 what is the version between 1.9 to 3.0. I’m having issue with google analytic. I’m writing that in another question.

Dear sirs,

I read something on site about “how to integrate Anspress notification to Buddypress notification” but seem have no final answer.

Now I need to show BP notif count on main menu by code below. It works well with all BP notif but not get any notif from Anspress. How to BP can show notif from AP? please help.

function my_nav_menu_notif_counter($menu) {      
        if (!is_user_logged_in())
                return $menu;
        else
                $notif = '<li><div style="color:red;font-weight:bold; margin-left:10px;margin-top:10px;background:#fff;padding:0 3px 0 3px;border-radius:4px">'. bp_notifications_get_unread_notification_count( bp_loggedin_user_id() ) .'</div></li>';
                $menu = $menu . $notif;
                return $menu;
}
add_filter( 'wp_nav_menu_items', 'my_nav_menu_notif_counter' );

Thanks a lot.

When a user submits a question nothing happens letting the user know their question was submitted. Right now the screen just stays on the page with the question still on it. How can I fix this?

When a user sets his answer to Private on a public question, the answer is still visible when logged out. The answer as well as the text that the answer is marked as private are visible. If the question is set to Private, it is not visible when logged out. Am I doing something wrong?

Example (in dutch…)