Ibby
Forum Replies Created
-
Forum: Plugins
In reply to: [Video Conferencing with Zoom] Zoom Meeting Not WorkingHi,
I think this issue has been caused by the recent security updates that Zoom has been doing following the backlash from the current health crisis (and the number of new users).
I’m sure the plugin author is working to correct this as quickly as he/she can!
We are using the exact same zoom_api_link shortcodes in our WordPress site which were working perfectly up until two days ago (5/4/2020).
It would be great if there were a quick workaround in the meantime; at this rate, I will have to just embed the meeting links into my posts manually…Forum: Plugins
In reply to: [Product Filter for WooCommerce by WBW] WC Product Category ThumbnailHi Nick,
Ah, is there no way to do this in the free version?
Thanks.
Forum: Plugins
In reply to: [User Role Editor] Administrator role missingBoth, I’m afraid. If I try to change a user’s role through Users > All users > Edit User, ‘Administrator’ is not available in the role dropdown.
If I enable “Show Administrator role at User Role Editor” in Settings > User Role Editor > General, the “Administrator” role does not appear in URE either.
Forum: Plugins
In reply to: [User Role Editor] Administrator role missingThis has happened to me also.
I tried to deactivate and activate again but the ‘Administrator’ role is still not available unfortunately.Could you please help with this?
Hi,
Thank you for such a fast reply!
I’ve submitted it to helpdesk.Forum: Plugins
In reply to: [WooCommerce] Review date incorrectHi @lorro,
Thank you very much for your response. Yes, I am using SiteOrigin Vantage for this site and the parent theme has not been updated to the latest release just yet.
Your answer has helped, thank you!
I will try your suggestions and see if this solves the problem.Forum: Developing with WordPress
In reply to: Plugin sub-menu pages recommended structure and linksAfter a short time off this to clear my head, I worked out the issues. Firstly, I had two question marks in my URLs which was causing the system to treat the second question markas a character. I changed the second one as per PHP guidelines to and ampersand:
<a href=\"admin.php?page=wise-calendar-update&action=edit&item=$rs[0]\">edit</a>
The second issue, which was kindly pointed out by a user in the php-code slack channel, was that all pages had the same prefix to avoid conflicts. This seemed to rectify all problems.Thank you very much @bcworkz, you were a great help and I learnt much from you.
Forum: Developing with WordPress
In reply to: Plugin sub-menu pages recommended structure and linksSorry, as I’ve never done this before, I’m not sure how to use that hook. Would it be in my functions.php? Is it a general function that would log errors, or does it have to go into my link somehow?
I ‘think’ everything else you advised is straightforward, but I’d have to give it a crack!Forum: Developing with WordPress
In reply to: Plugin sub-menu pages recommended structure and linksI’ve raised the priority of the function to 11:
add_action('admin_menu', 'my_menu_pages', 11);And the database user that is passing through the SQL and retrieving information has full privileges. I am of course, logged into wordpress as an Administrator so I am a bit confused. I’ve also tried deactivating all plugins except my custom plugin but I’m still getting that message.
Hmm, not sure how to even go about debugging this…
Forum: Developing with WordPress
In reply to: Plugin sub-menu pages recommended structure and linksI do have one small question which is sort of related: I want to do some subpage to subpage linking in my plugin and pass some parameters. However, every time I try do this within the plugin itself, I receive the “Sorry, you are not allowed to access this page.” message.
I have a query in my SQL that adds a row from the plugin. This row includes an ‘ID’ field with a number. I want to pass this number through my subpage link like so:
<a href=\"admin.php?page=wise-calendar-update?action=edit&item=$rs[0]\">edit</a>My ‘edit’ function is defined in wise-calendar-update.php and it works perfectly when I link directly to it. However, if I link directly to it, it doesn’t maintain the WP backend UI…
Forum: Developing with WordPress
In reply to: Plugin sub-menu pages recommended structure and links@bcworkz Thank you very much, this has helped immensely. I will follow your advice.
Forum: Plugins
In reply to: [Gallery PhotoBlocks] Galleries broken in WP5.1Strange, did the core update de-activate it?
As you said, this was the case, I re-activated and it gave me an update notice.Thank you, it’s working now.
Forum: Plugins
In reply to: [Easy Sidebar Menu Widget] Side menu closing after selecting submenuI’m not sure if the base code has changed but the script is not working as you described, for me at least. The submenu remains closed even when on one of its pages.
Probably I should put some time aside to actually look at it.Forum: Plugins
In reply to: [Easy Sidebar Menu Widget] Side menu closing after selecting submenu@eska66 Did you sideload a JS file in the header?
Or is it ok to stick it in script tags?I never know what’s the best way for small additions…
Forum: Fixing WordPress
In reply to: list order hidden (woocommerce) after upgrade 5.0.2Just had a panicked call from a client asking what happened. They had around 80 orders over the last two days and suddenly they’d all disappeared.
Please fix this. People’s livelihood’s do depend on it even if it is something simple to rectify (if they can understand that).