trip62
Forum Replies Created
-
Forum: Plugins
In reply to: [Trending/Popular Post Slider and Widget] Change colour of post titleEdit: Thanks for help @patelketan, that worked.
What must I edit to make the thumbnails clickable?
Thanks again
– Daniel- This reply was modified 6 years, 6 months ago by trip62. Reason: It works
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comments suddenly not working Android/Google phonesJust to add some additional info, if I disble the wpDiscuz plugin then comments are working fine again.
To me that means a recent update to the wpDiscuz plugin (I remember a couple) has brought about the situation – but of course I know that may mean something in my site is not compatible with your newer version/s. Plugin, theme, I don’t know.
It’s strange that it would only affect Android users. So…
1. Do you know of what could have changed in your recent versions as relates to Android users?
2. Do you have somewhere to download older versions of your plugin if I want to go back?Thank you.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comment color changed since update, not readable^ As in this screenshot: https://i.imgur.com/nf9LIXG.png
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comment color changed since update, not readableI still have a slight problem @gvectorssupport
The CSS code helped turn the comment color white for MOST comments but any comments that are long in length (and have ‘Read More’ button) still show in the darker color.
When you click ‘Read More’ the comment color is then all white.
Is there additional code to catch those longer comments?
Thanks.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comment color changed since update, not readableI wanted white text in my case, so I changed the code to
#wpcomm .wc-comment-right .wc-comment-text * {
color: #FFFFFF !important;
}Forum: Plugins
In reply to: [Comments - wpDiscuz] Comment color changed since update, not readableThanks, it works!
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comment color changed since update, not readableThat’s strange. What about those of us, like me, with a dark(ish) background that cannot work well with grey comments?
Hoping @gvectorssupport has the solution.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Voting enabled, no thumbs up/down images?Unchecking “Disable font awesome css loading” in Styling tab seemed to fix that and bring some new icons into the comments section.
Found this info at:
https://gvectors.com/forum/how-to-and-troubleshooting/missing-thumbs/So, solved!
Forum: Plugins
In reply to: [Comments - wpDiscuz] Since updating some funny things happened – font size?Thanks – your suggestion worked.
Any way to make the number of comments and “Comments on…” text be on the same line again?
Forum: Plugins
In reply to: [Comments - wpDiscuz] Since updating some funny things happened – font size?Will try that, thanks.
Question, will uninstalling take out plugin settings like colors etc or do those stay?
Forum: Plugins
In reply to: [Comments - wpDiscuz] Since updating some funny things happened – font size?Thanks for the speedy reply. Unfortunately I tried purging cache/CDN first and refreshes with no luck.
http://www.wrestlingdvdnetwork.com/full-content-listing-wwe-30-years-of-survivor-series-dvd/139976/
Check on comments on any post page like the above. On a desktop.
Longer comments where there’s a “read more” link, I can see those appear in the original larger font. When clicking “read more” the font is then smaller. That’s visible on the below link:
http://www.wrestlingdvdnetwork.com/wwe-confirms-no-blu-ray-for-summerslam-2017-dvd/139820/
When viewing the site/posts on mobile (which loads a WP Touch Pro version of the site) the issue is not present and those comments appear fine. To me that says the plugin is working as normal on WP Touch Pro but not on my desktop site.
Thanks for your time.
Solved, at least right now!
I later found that the comments were going straight to the ‘Spam’ section of WordPress Comments in the backend (when the user was told the comment was in moderation). There was no notification of pending comments as they were all sitting in spam.
The issue came since setting up Sucuri firewall (Cloudproxy) with my WP site.
Sucuri support advised enabling “IP Address Discoverer” in the general settings of their WP plugin (it might be in Cloudproxy web settings too, not sure).
Since enabling that comments are all working again. Phew. I’ll keep testing here and there for a couple of days to be sure.
Thanks for the prompt reply anyway.
Forum: Themes and Templates
In reply to: Can I change the size of the comment box on posts?That last code seems to have done the trick, thanks.
Perhaps any of them worked but I don’t think I was realising it had changed because somehow in Firefox I see no change immediately but in Internet Explorer I see the change right away (just tried this browser).
Forum: Themes and Templates
In reply to: Can I change the size of the comment box on posts?Hi, thanks for the replies but no luck.
esmi: By screen.css do you mean style.css? That is the only CSS I have in Apperance – Editor. In style.css the closest thing I found was:
#commentform textarea {
width: 100%;
padding: 2px;
}t31os_: I added that to style.css to test it but nothing at all appeared to change with the comment box.