Michael Junker
Forum Replies Created
-
Thanks for helping me, excellent customer support even with free version plugin.. Thanks for the help again
Forum: Plugins
In reply to: [WooCommerce] New order emailthe length is the major problem and all the fluff. Plain and simple is what I need. Something like this
http://work.empreferredsolutions.com/wp-content/uploads/2016/01/img010.jpg
Forum: Plugins
In reply to: [Author: WNCCN Web Development] Shortcode unread countJust for your information I spoke to Robert from symposium pro yesterday. And he confirmed everything. Just a FYI Robert and I are close friends
Forum: Plugins
In reply to: [WooCommerce] Shipping dropdownI have sites down to mobile devices now. Major BIG PROBLEM
Forum: Plugins
In reply to: [WooCommerce] Shipping dropdownOkay. Understand that but now I have sites that have my customer choices on mobile devices and now they don’t
Forum: Plugins
In reply to: [Author: WNCCN Web Development] Shortcode unread countTurns out your code was not correct, as per Symposium Pro service team, and the widget is working properly. Just as I said from the begining of this thread. Aslo you proved the widget was working and is working by your previous post.
Forum: Plugins
In reply to: [Author: WNCCN Web Development] Shortcode unread countThe widget does not control what [wps-alerts-mail]show or does not show. that is a wp Symposium shortcode.
Forum: Plugins
In reply to: [Author: WNCCN Web Development] Shortcode unread countI’m sorry but this is a support forum for Wp Symposium Pro Profile widget, not Wp Symposium Pro. We are a third party producer, not Wp Symposium Pro. Any questions about their short codes needs to be directed to their support forum not here.
try this [wps-forum-show-posts slug=”xxx”]
that short code itself is wrong, so it will not display what you are trying to do. Did you check with Symposium Pro??
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] packing slip sent to warehousethank you, yes it does
Forum: Plugins
In reply to: [Youtube Playlist Thumbs] player not workingForum: Plugins
In reply to: [Prevent Concurrent Logins] Admin bypassthat worked Thank you
Forum: Plugins
In reply to: [Prevent Concurrent Logins] Admin bypassupdated my plugin to omit admins as follows
function pcl_bypass_roles( $user_id ) { $whitelist = array( 'administrator', 'editor' ); // Provide an array of roles to bypass $user = get_user_by( 'id', absint( $user_id ) ); $roles = empty( $user->roles ) ? array() : $user->roles; $intersect = array_intersect( $roles, $whitelist ); if ( ! empty( $intersect ) ) { return false; } return true; } add_filter( 'pcl_prevent_concurrent_logins', 'pcl_bypass_roles' );once activated no one is limited any more not even subscribers.
Forum: Plugins
In reply to: [TubePress] How to Alienate All your Users in One DayI have switched to Youtube Playlist Thumbs it looks more like Youtube
https://ww.wp.xz.cn/plugins/youtube-playlist-thumbs/
sorry tubepress but since your last update i no longer install your plugin. what you did is like wordpress doing an update and only 3 pages showing of your website unless you pay for the rest to show. Not fair you make the pro now do what the free version did. Should have thought about that before you released.