nootkan
Forum Replies Created
-
Forum: Plugins
In reply to: [Weather Forecast Widget] Embed More Than One On A PageStill no luck in trying to get two weather locations on one page to work. Have you been able to reproduce the problem on your end?
Forum: Plugins
In reply to: [Weather Forecast Widget] Embed More Than One On A PageThe website isn’t live yet. I am building and testing it on a local wamp server. The plugin seems to be working fine but not with two separate shortcode calls. I’ll keep experimenting with the shortcodes, maybe I am doing something wrong.
Forum: Developing with WordPress
In reply to: Remove Options From Dashboard For New User RoleGave up on this and found another way to do it.
Forum: Plugins
In reply to: [Admin Menu Editor] Is this plugin dead?Okay
Forum: Plugins
In reply to: [WP-Revive Adserver] Is the plugin dead?Thanks
Forum: Plugins
In reply to: [No API Amazon Affiliate] Customize TextOkay
Forum: Plugins
In reply to: [Weather Atlas Widget] How To Place in Content (Pages)Never mind I found another plugin that work fine for me.
Forum: Plugins
In reply to: [OWM Weather] Wont Activate on Local Wamp ServerOkay thanks I’ll trying switching to php 7 to see if the plugin is what I need.
Forum: Plugins
In reply to: [wp-forecast] Cant Get to workHi I decided to use another plugin that works fine with this location.
I was using the lat/lon for the location so maybe that was the problem.
The message was that the location couldn’t be found or something similar.
In any case, thanks for replying but I’ve moved on to another plugin sorry.
- This reply was modified 2 years, 11 months ago by nootkan.
My question is: What happens when we upgrade? Do we eventually have to pay for this new plugin or is it free also like WooCommerce PayPal Checkout Gateway?
Yes I have 3.20. I did what you asked but the last option: Alert me All Times Plugin Blocks Something Else? wouldn’t let me uncheck anything just check yes or no.
I decided to remove the plugin as the stopbbadbots plugin was working fine and I just wanted to try the antihacker plugin.
Forum: Developing with WordPress
In reply to: Remove Options From Dashboard For New User RoleThanks for the tips and advice. I did as you asked and removed my database changes and added this to my functions in my child theme which gives me the exact same thing as the database gave me.
`// New User Role and Capabilities
add_role(‘moderator’, __(
‘Moderator’),
array(
‘create_posts’ => true, // Allows user to create new posts
‘delete_pages’ => true, // Allows user to delete their own pages
‘delete_posts’ => true, // Allows user to delete their own posts
‘delete_published_pages’ => true, // Allows user to delete published pages
‘delete_published_posts’ => true, // Allows user to delete published pages
‘delete_private_pages’ => true, // Allows user to delete published pages
‘delete_private_posts’ => true, // Allows user to delete published pages
‘edit_pages’ => true, // Allows user to edit pages
‘edit_others_pages’ => true, // Allows user to edit others pages
‘edit_posts’ => true, // Allows user to edit their own posts
‘edit_others_posts’ => true, // Allows user to edit others posts too
‘edit_private_pages’ => true, // Allows user to edit private pages
‘edit_private_posts’ => true, // Allows user to edit private posts
‘edit_published_pages’ => true, // Allows user to edit published pages
‘edit_published_posts’ => true, // Allows user to edit published posts
‘level_8’ => true, // Allow user level 8
‘level_7’ => true, // Allow user level 7
‘level_6’ => true, // Allow user level 6
‘level_5’ => true, // Allow user level 5
‘level_4’ => true, // Allow user level 4
‘level_3’ => true, // Allow user level 3
‘level_2’ => true, // Allow user level 2
‘level_1’ => true, // Allow user level 1
‘level_0’ => true, // Allow user level 0
‘manage_categories’ => true, // Allows user to manage post categories
‘manage_options’ => true, // Allows user to edit options
‘moderate_comments’ => true, // Allows user to moderate comments
‘publish_pages’ => true, // Allows user to publish pages
‘publish_posts’ => true, // Allows the user to publish posts
‘read’ => true, // Allows a user to read
‘read_private_pages’ => true, // Allows user to read private pages
‘read_private_posts’ => true, // Allows user to read private posts
‘upload_files’ => true, // Allows user to upload files to media
)
);`Unfortunately no matter what else I try based on the links you provided I cannot seem to grasp how to write the php to remove the menu options I want to for the moderator role.
- This reply was modified 3 years, 6 months ago by nootkan.
Forum: Plugins
In reply to: [Event Calendar - Calendar] Manage Event Edit for all Calendars Not UpdatingI’ve just discovered that although the new update works fine for the administrator role it won’t work for the editor role or a new user role I created called moderator. Is this possible to do with the plugin?
Update: Never mind I figured it out.
You have to upgrade the user role level to 8 when creating or adding capabilities to new or existing roles in order to have access to the calendar>>manage event description text.
- This reply was modified 3 years, 6 months ago by nootkan. Reason: resolved issue
Forum: Plugins
In reply to: [Event Calendar - Calendar] Manage Event Edit for all Calendars Not UpdatingYes that resolved the problem. Thank you for the support. Much appreciated.
Now if you could only add an option to stop the promotional notifications to upgrade to pro for those of us who are satisfied with the bare bones version of your plugin that would be great!
I’ve upgraded my review.
Forum: Plugins
In reply to: [Event Calendar - Calendar] Manage Event Edit for all Calendars Not UpdatingHi, thanks for the reply. This did not work. The change won’t allow me to open the edit file it does nothing when I click the edit icon.
See screenshot:
I also see this when checking for errors using Dev Tools in the browser
load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils,jquery-ui-core&ver=5.7.1:5 JQMIGRATE: Migrate is installed, version 3.3.2
Total-Soft-Calendar-Admin.js:333 Uncaught SyntaxError: Unexpected token ‘&’
admin.php?page=Total_Soft_Cal%3FTS_CalEv_Nonce%3Dd8c42cae8c:368 Uncaught ReferenceError: TotalSoftCal_Edit is not defined
at HTMLElement.onclick (admin.php?page=Total_Soft_Cal%3FTS_CalEv_Nonce%3Dd8c42cae8c:368)