Matt
Forum Replies Created
-
I’ve moved on to Fluent SMTP, but I would be interested to hear if the fix worked. Thanks again, I hope this report helped other users.
Yes, 2.4.2. I mentioned the update on 2/21/23 I believe was the 2.4.2 release. Thank you! This has occurred on multiple websites on different hosting platforms.
Thank you!
@andrewsupport Thank you for your response. Would you mind providing more clear instructions for steps 3, 4 and 6?
Step 3: There is no mpdf folder in /plugins. But there is one in “pdf-print’ directory. Did you mean to say navigate to “/wp-content/plugins/pdf-print/”?
Step 4: Do you mean to remove the entire mpdf folder from here?
Step 6: Paste the vendor folder to uploads? Do you mean that I should be uploading the vendor folder to the uploads directory? What about the mpdf folder it was part of? does that not need to be anywhere since it was removed in Step 4 and then it was not used in Step 5.
Is there just a link you can send that has better instructions?
Forum: Plugins
In reply to: [Font Awesome] Multiple JS errors on updateHaving the same issue.. PLUS another issue when using multiple tinymce editors on a page (which is not uncommon!):
[DOM] Found 6 elements with non-unique id #font-awesome-icon-chooser-media-button: (More info: https://goo.gl/9p2vKq)
Forum: Plugins
In reply to: [Yoast SEO] 15.2+ – The Events Calendar ConflictMore info can be found here: (duplicate issue)
PHP Warning on Calendar, The Events Calendar Although these support tickets show as resolved, Note this issue does not appear to be resolved as of today.Hi Andrew, Thanks for the quick reply! I didn’t look into the plugin code yet, but you provided me with a clue to resolving this we we can still use the plugin. There’s an add_action() function that runs to remove the styles. In our custom theme, we just added a remove_action(). I figured I would reply back and post this for anyone looking for the same issue.
Thanks again!
if ( is_plugin_active('tinywym-editor/tinywym-editor.php') ) { remove_action( 'admin_init', 'twym_remove_editor_styles', 999 ); }
Line 413 of functions.php is causing problems too. You are closing the ‘#snippet-box’ div too soon. I think the ‘#snippet-box’ div was intended to wrap around the ‘itemtype’ div.
$product .= '</div>';
I believe products have the same issue. On lines 500 – 501 of functions.php
$product .= '</div> </div></div><div class="snippet-clear"></div>';
There is an extra closing div there that breaks page layouts.
- This reply was modified 6 years, 5 months ago by Matt.
Doesn’t matter what theme you’re using. It breaks all href links on the site. This is an urgent problem.
Hi Matt W,
I see now. The reason for using the plugin was because there is a certain page I want to restrict for a custom role. We have Woocommerce and I don’t want the custom role we created to be able to access the ‘My Account’ section, since that role does not need to purchase anything and should not be able to access their account to change anything. So I was hoping this plugin was able to do that based on what the UI appeared to be saying. I assumed that if that user was logged in, it would check to see if that is the user that was checked and then restrict the page.
Thanks for your help.
-Matt
Matt W,
So here’s the way to reproduce: under the About page of the site, I want to limit only Subscribers from seeing the page. I do not want to limit Public Users (anonymous users) or anyone else. I decided Subscribers are not worthy enough to see the About page. Is that possible? It seems once I check on any roles, the access is removed from the Public Users.
Below is the only thing I have configured on said About page:
Restrict Access by User Role
Choose the User Role(s) that you wish to restrict.
[Subscriber is checked]
Thanks again!
-Matt
Matt W,
I did some extensive testing, removing all plugins, changing the theme and nothing worked, so I compared configurations. The issue happens after you check off any of the roles within this section of the settings:
Public Access Roles
Check the user roles that you do not wish to be available for selection via the Public Access metabox.
Exclude Public Roles:
If you leave the setting alone, the plugin works as expected.
-Matt
Thanks! Looking forward to it since it solves a project requirement.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Defeats the purpose of child-themes..?Child theme instructions are here for anyone who needs it:
https://help.time.ly/customer/portal/articles/944421-how-do-i-create-a-child-theme-in-version-1-9-And here are more docs: https://time.ly/documentation/reference-calendar-theme-structure/