tea23hah
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments - wpDiscuz] Local Avatars Not ShowingThank you for checking on your end, I’ll give this a try!
Forum: Plugins
In reply to: [Comments - wpDiscuz] Local Avatars Not ShowingIt works fine for wpDiscuz and other profile builder plugins avatars (BuddyPress, Ultimate members, wpForo)
So what about this thread saying it completely blocks BuddyPress profiles? https://wordpress.org/support/topic/v7-completely-blocks-buddypress-profiles/
Forum: Plugins
In reply to: [Comments - wpDiscuz] Local Avatars Not ShowingIt uses the standard get_avatar() function. This seems to be an issue with your new version 7 as it worked perfectly fine before the update.
Forum: Plugins
In reply to: [Easy Table of Contents] Excerpt Issue with [toc] shortcodeYou are correct, it works fine with the WP excerpts. Thanks for your reply.
Thank you!
So what’s their different purpose in each line?
Regarding the filter you suggested, that should be pasted in the functions.php file of the theme?
- This reply was modified 5 years, 12 months ago by tea23hah.
Forum: Plugins
In reply to: [Easy Table of Contents] Excerpt Issue with [toc] shortcodeI will try to explain again.
There are certain plugins that generate an excerpt for posts, even WordPress does for category or blog pages. They just take the first 30 words or so and use that as an excerpt to show on category pages, or in Google search results. The SEO Framework for example.
Even when the TOC is at the top, the excerpts used to skip the TOC and start with the first 30 words following after the TOC. But when I insert the TOC with the shortcode, they don’t seem to skip it for the excerpt generation, even if I place the TOC further down in the content. The excerpt will look like “Heading1 Heading2 Heading3 Heading4 Here starts the actual content…” instead of “Here starts the actual content…”
Hope that was more clear.
SOLVED:
If anybody runs into this issue. Disable the option “Highlight Unread Comments” in WpDiscuz. It’s the option that sets the cookie and breaks everything.
Forum: Plugins
In reply to: [Easy Table of Contents] Plugin Conflict Ultimate ShortcodesSOLVED:
If anybody runs into this issue. Disable the option “Highlight Unread Comments” in WpDiscuz. It’s the option that sets the cookie and breaks everything.
Adding to this, it seems to that both plugins work together perfectly fine as long as Wpdiscuz is not activated.
The full error I am getting is:
TypeError: attributes[attributeName].split is not a function
set …://domain.com/wp-content/plugins/easy-table-of-contents/vendor/js-cookie/js.cookie.min.js?ver=2.2.1:8
<anonymous> …://domain.com/wp-content/plugins/wpdiscuz/assets/js/wpdiscuz.js?ver=5.3.5:51
jQuery 4and this seems to be the line in wpdiscuz that causes trouble: Cookies.set(wpdiscuzLastVisitKey, wpdiscuzLastVisit, {expires: wpdiscuzLastVisitExpires, path: window.location});
Forum: Plugins
In reply to: [Easy Table of Contents] Plugin Conflict Ultimate ShortcodesAdding to this, it seems to that both plugins work together perfectly fine as long as Wpdiscuz is not activated.
The full error I am getting is:
TypeError: attributes[attributeName].split is not a function
set …://domain.com/wp-content/plugins/easy-table-of-contents/vendor/js-cookie/js.cookie.min.js?ver=2.2.1:8
<anonymous> …://domain.com/wp-content/plugins/wpdiscuz/assets/js/wpdiscuz.js?ver=5.3.5:51
jQuery 4and this seems to be the line in wpdiscuz that causes trouble: Cookies.set(wpdiscuzLastVisitKey, wpdiscuzLastVisit, {expires: wpdiscuzLastVisitExpires, path: window.location});
- This reply was modified 6 years ago by tea23hah.
Forum: Plugins
In reply to: [Easy Table of Contents] Some sliders broken@sirlouen are you using Cloudflare by any chance?
Getting the following error in console:Source map error: Error: request failed with status 404
Resource URL: …domain.com/wp-content/cache/busting/1/wp-content/plugins/shortcodes-ultimate/includes/js/shortcodes/index-5.8.1.js
Source Map URL: index.js.mapRemoved the caching plugin, now I don’t get this error anymore but the issue remains.
—————————————–
Seems like this error is actually related to the issue:
TypeError: attributes[attributeName].split is not a function js.cookie.min.js:8:1…
set https://domain.com/wp-content/plugins/easy-table-of-contents/vendor/js-cookie/js.cookie.min.js?ver=2.2.1:8EDIT: okay seems like I am not the first one running into this issue. I have another install where both plugins work perfectly fine together.. any ideas why?
Forum: Plugins
In reply to: [Avatar Privacy] Upload from Media LibratyAwesome, appreciate your quick replies and thanks for making this plugin!
Forum: Plugins
In reply to: [Avatar Privacy] Upload from Media LibratyGreat, thank you very much!
Is the uploader of the plugin making sure users can only upload pictures?
Would you recommend disabling any .php in the upload folder of your plugin for security reasons?