Mike-Ism
Forum Replies Created
-
Hi Sorry for the delay in my reply. Yes I am using the divi theme.
I do not show drafts anywhere. https://i.imgur.com/I6vZFE7.jpg
Am I looking in the right place?
Could this be a bad install?
**UPDATE**
I uninstalled, deactivated, and deleted the plugin. Then I reinstalled it and attempted to make a post on the front end. No post was made.This is the shortcode I’m using for the form: [event_form]
On the same page I also have these shortcodes: [events_list]; [events_list]Hi
Thanks or your quick reply. I have tried adding events from the front end with all other plugins disabled, and on 2015 theme, but the same result, no record of the event anywhere.
By the way, theme I am planning to use is Divi (premium).
Forum: Plugins
In reply to: [User Role Editor] Showing the Tools menusI have been unable to track down the cause of my problems. This doesn’t work for me, but I have found a suitable alternative, so I don’t need to keep chasing this down.
Forum: Plugins
In reply to: [User Role Editor] Showing the Tools menusHi,
I have that capability enabled, yet the user is still unable to see the tools menu. Here are the selected capabilities for the moderator user type: https://i.imgur.com/f8URs1Z.jpg
I’m probably just missing something. Thanks!
Mike
Forum: Plugins
In reply to: [Better Font Awesome] conflict with Divi 2.4Sorry this should help clarify: https://i.imgur.com/R2b1Ywn.jpg
Sliders for text size become sticky. Those sliders are used throughout the theme now, and none of them work while better font awesome is active.
I hope this isnt a big one.
Forum: Plugins
In reply to: [Better Font Awesome] conflict with Divi 2.4The conflict involves the sliders they use in the new version of the theme, to adjust things like font size and padding etc.
resolved
This was a result of my testing a payment of $0.09 which is below the minimum for stripe payments.
Forum: Plugins
In reply to: [Floating Admin Menu] WP 4.0.1 Brokenlol read the main page of the plugin. This was integrated into the WP cor ewith version 3.8, so there’s no need to have this installed any more. I just found an admin-breaking bug in my site and through some investigation found out the cause was that I was redundantly running this plugin with 4.1.1 which already has it built in. Same with your version.
Forum: Plugins
In reply to: [User Specific Content] Add support to custom post typeSolved the issue with the help of a different community:
add_action('USC_add_meta_box','usc_add_metabox_to_ctp'); function usc_add_metabox_to_ctp($obj){ $post_types = array( 'portfolio', 'my_other_post_type', 'page', 'post' // etc ); foreach ( $post_types as $post_type ) { add_meta_box( 'User_specific_content', __( 'User specific content box'), array($obj,'User_specific_content_box_inner'), $post_type ); } }
Forum: Plugins
In reply to: [User Specific Content] Add support to custom post typeHi, I got this working, but could you please help me figure out how to use it on multiple custom post types? would it be like this:
add_action('USC_add_meta_box','usc_add_metabox_to_ctp'); function usc_add_metabox_to_ctp($obj){ add_meta_box( 'User_specific_content', __( 'User specific content box'), array($obj,'User_specific_content_box_inner'), 'portfolio' , 'movies' , 'reviews' ); }
Forum: Plugins
In reply to: [W3 Total Cache] I'm having a problem with my login/ register pagesseems the problem might be unrelated to w3 total cache, please delete this post. Thanks
Forum: Plugins
In reply to: [W3 Total Cache] I'm having a problem with my login/ register pagesproblem can be seen here: https://sscit.org/signup
Nothing will ever convince me to get roped into a monthly fee for a wordpress plugin. It might take longer to compress my images before I upload them, but I’m never going to sign up for the wpmu dev paid account for access to this plugin.