Forum Replies Created

Viewing 15 replies - 31 through 45 (of 270 total)
  • Thread Starter nootkan

    (@nootkan)

    Still 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?

    Thread Starter nootkan

    (@nootkan)

    The 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.

    Thread Starter nootkan

    (@nootkan)

    Gave up on this and found another way to do it.

    Thread Starter nootkan

    (@nootkan)

    Okay

    Thread Starter nootkan

    (@nootkan)

    Thanks

    Thread Starter nootkan

    (@nootkan)

    Okay

    Thread Starter nootkan

    (@nootkan)

    Never mind I found another plugin that work fine for me.

    Thread Starter nootkan

    (@nootkan)

    Okay thanks I’ll trying switching to php 7 to see if the plugin is what I need.

    Thread Starter nootkan

    (@nootkan)

    Hi 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?

    Thread Starter nootkan

    (@nootkan)

    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.

    Thread Starter nootkan

    (@nootkan)

    Thanks 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.
    Thread Starter nootkan

    (@nootkan)

    I’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
    Thread Starter nootkan

    (@nootkan)

    Yes 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.

    Thread Starter nootkan

    (@nootkan)

    Hi, 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:

    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)

    • This reply was modified 3 years, 7 months ago by nootkan.
    • This reply was modified 3 years, 7 months ago by nootkan.
    • This reply was modified 3 years, 7 months ago by nootkan.
    • This reply was modified 3 years, 7 months ago by nootkan.
Viewing 15 replies - 31 through 45 (of 270 total)