cyberoma
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [Push Notifications for WordPress (Lite)] How settings in IonicResolved.
Forum: Plugins
In reply to: [Push Notifications for WordPress (Lite)] How settings in IonicI managed to get the tokens and send a test notification , but after create a new post, I do not receive the notification. What should I have done wrong?
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Button close dont' work mobileOk, nice =)
Can disregard, the user privilege was not configured correctly. Sorry, great plugin .
Very nice, worked perfectly, look the code final:
add_filter('asl_result_image_after_prostproc', 'asl_image_from_cf_array', 1, 2); function asl_image_from_cf_array($img_url, $post_id) { $img = get_field('imagem', $post_id); if ( is_array($img) && count($img) > 0 ) { $img_url = $img['sizes']['thumbnail']; } return $img_url; }Thanks.
Forum: Plugins
In reply to: [Ajax Pagination and Infinite Scroll] Help!! Plugin don't work in my siteFinally succeded , was missing in my template the wp_header and wp_footer , so it was not carrying the css and javascript.
Thanks for the help.
Forum: Plugins
In reply to: [Ajax Pagination and Infinite Scroll] Help!! Plugin don't work in my siteDon’t work, i am using a template created by me, this can be a problem?
The button to load more does not appear.
I do not know what to do.
Viewing 7 replies - 1 through 7 (of 7 total)