Search result for: inline
Page 7 / 7
Prev
# | Post Title | Result Info | Date | User | Forum |
RE: Inline of style "wpdiscuz-frontend-css-inline-css" | 9 Relevance | 2 weeks ago | willGreeny | How-to and Troubleshooting | |
I get it, but can you at least provide me code to remove the inline wpdiscuz produces, or tell me where to comment this out, so I can load it myself as an external file? | |||||
RE: Inline of style "wpdiscuz-frontend-css-inline-css" | 9 Relevance | 3 weeks ago | willGreeny | How-to and Troubleshooting | |
I appreciate that, but you can at least tell me where the inline code is being injected - so I at least comment it out, or better yet, some php that blocks it from loading? | |||||
RE: Inline of style "wpdiscuz-frontend-css-inline-css" | 9 Relevance | 3 weeks ago | willGreeny | How-to and Troubleshooting | |
My colors are set in stone and never going to change, neither are any of the settings in wpdiscuz - can you provide some code to disable it inline and I'll load the same CSS as an external file? | |||||
This is BAD! Seriously | 7 Relevance | 5 months ago | Sterling | Inline Commenting | |
If you have a post and it's under a specific category, and there are inline comments associated with that post, moving the posts does not remove the comments but they stop being "inline" comments. This means once a post is published into a specific category, don't change your mind or alter it in any way, otherwise all that comment associated data will go away and you'll just a long thread of "regular" comments. Is this by design or a bug? Thank you, -Sterling | |||||
RE: (SQL) Relating wp_wc_feedback_forms items to wp_comments | 7 Relevance | 8 months ago | Asti | Inline Commenting | |
Hi, The wpdiscuz_feedback_form_id meta key in the wp_commentmeta table can be used to retrieve the IDs of the inline comment feedback forms. SELECT * FROM `wp_comments` c JOIN `wp_commentmeta` m ON c.`comment_ID` = m.`comment_id` AND m.`meta_key` = 'wpdiscuz_feedback_form_id' JOIN `wp_wc_feedback_forms` ff ON ff.`id` = m.`meta_value` WHERE c.`comment_post_ID` = 1 AND ff.`unique_id` = '0sdbxr5cfy' The SQL above gets the inline comments with unique_id = 0sdbxr5cfy for the post ID = 1. The wp_ is just a prefix, in your case, it may differ. | |||||
(SQL) Relating wp_wc_feedback_forms items to wp_comments | 7 Relevance | 8 months ago | rocky | Inline Commenting | |
Hi - first off, fantastic product - thank you so much for this! I'm trying to programmatically pull comments out of the WordPress SQL database.This works well when I relate wp_posts table and wp_comments tables. However, I'm struggling to link inline comments to content within the wp_comments table.There doesn't seem to be a way to identify which comments relate to which inline unique_id within the wp_wc_feedback_forms table. I assume I should be looking somewhere else? Any help would be appreciated! Many thanks, R | |||||
No «Comment» button on post editor in ENFOLD theme. | 7 Relevance | 2 years ago | Lito | Inline Commenting | |
I am trying to implement inline Commenting, but I can't get the «Comment» button on post editor as you show on this page. I am using the latest WordPress, wpDiscuz 7 and ENFOLD theme. Attachment : Screenshot 2023-06-24 at 3.43.58 PM.png Any help most welcome! | |||||
RE: how do you change text size inside wpdiscuz-feedback | 7 Relevance | 3 years ago | Asti | How-to and Troubleshooting | |
Another question - i noticed when you click View All Comments button for inline bubble - it takes you to Comments section where it filters comments by inline Feedback. I want it to display All Comments by default instead of forcing user to click View All Comments button in comments section. Is there setting to do that? I'll ask the developers and let you know. | |||||
RE: how do you change text size inside wpdiscuz-feedback | 7 Relevance | 3 years ago | hellosquishy | How-to and Troubleshooting | |
Thank you. That worked and looks much better. Another question - i noticed when you click View All Comments button for inline bubble - it takes you to Comments section where it filters comments by inline Feedback. I want it to display All Comments by default instead of forcing user to click View All Comments button in comments section. Is there setting to do that? |
Page 7 / 7
Prev