Leussink
Forum Replies Created
-
Forum: Plugins
In reply to: [Push Notifications for WordPress (Lite)] Cant get iOS notifications to workOk, I will use a real iPad for push notifications. When I open the app I see got the popup that the app can send me push notifications and the iPad is also visible at the token page in the WP plugin.
Any idea what my issue might be?
Forum: Plugins
In reply to: [Push Notifications for WordPress (Lite)] Cant get iOS notifications to workI have seen the FAQ.
– My SSL certificate is valid as I seen in the member center.
– Password is 100% right.
– I am running the app from Xcode, so do I need to set everything to developement? (I think that I am doing things wrong here, how to debug this??, Do I need a production provisioning profile for running via Xcode? Or do I need a development provisioning profile? And do I need to run the certificate in Sandbox mode or without sandbox mode?) Maybe you can share screenshots with me from your apple member center?
– How to test this?Hope you can help me out because I am struggling a long time with this, and hoped that the new documentation helped me out.
Forum: Plugins
In reply to: [Firelight Lightbox] Auto load youtube in popup at homepageForum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Event page blankFixed it myself with this line:
echo is_wp_error( $cat_parents = get_category_parents($category[0], true,’ ‘ . $delimiter . ‘ ‘)) ? ” : $cat_parents;
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Event page blankHmm… this is the code:
Line 377 is this line: echo get_category_parents($category[0], true,’ ‘ . $delimiter . ‘ ‘);
//If you have a single post assigned to one category.
//If you don’t set a post to a category, WordPress will assign it a default category.
if ($num_cat <=1) //I put less or equal than 1 just in case the variable is not set (a catch all).
{
echo get_category_parents($category[0], true,’ ‘ . $delimiter . ‘ ‘);
//Display the full post title.
echo ‘ ‘ . get_the_title();
}
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Event page blankThese errors do I see when I click on a event:
Notice: Undefined offset: 0 in /home/dennis/domains/kvdehuier.nl/public_html/wp-content/themes/resportsive/functions.php on line 377
Catchable fatal error: Object of class WP_Error could not be converted to string in /home/dennis/domains/kvdehuier.nl/public_html/wp-content/themes/resportsive/functions.php on line 377
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Event page blankDebug gives me many errors. I do not know how to fix them. And what could be the problem.
Deactivating wont work.
The default theme works fine!
So what the best next step?
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] No countdownThanks man works perfect!