Jump to content

Comment box not showing

Recommended Posts

Site URL: https://shelahknits.com

Hello,

I am having trouble setting up my comments on my blog. The comment box is not showing.  I tried setting it up on the Blogging section and on each blog post itself, even tried adjusting my spacing and margins.  Did someone else encounter this?  Please help.

Thank you so much.  I appreciate your help.

- Shelah

image.thumb.png.693700f901fdfb037236746807cc3028.png

Link to comment
  • 2 months later...
13 hours ago, BillyK said:

Thanks I followed this and now the Comment box appears which is great. 
But can people leave comments without having to leave their email address? Anonymous comments is enabled. thanks

If you enabled anonymous & it doesn't work, you can contact Squarespace Customer Care (email/livechat)

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 1 month later...
  • 1 year later...
1 hour ago, IanRubin said:

I want members to be able to comment below each blog post.

See my recent post here:

 

About me: I've been a SQSP User for 18 yrs. I was invited to join the Circle when it launched in 2016. I have been a Circle Leader since 2017. I don't work for Squarespace. I value honesty, transparency, diversity and good design ♥.
Work: I founded and run SF.DIGITAL, building Squarespace Extensions to supercharge your commerce website. 
Content: Views and opinions are my own. Links in my posts may refer to SF.DIGITAL products or may be affiliate links.
Forum advice is free. You can thank me by clicking one of the feedback emojis below. Coffee is optional.

Link to comment
  • 4 months later...
On 5/28/2022 at 8:40 AM, michaelscottoverholt said:

The code below did not work for me. I've tried it multiple times. No luck. 

/* Show comment box */
.squarespace-comments .new-comment-area.anon-comments-off.logged-in-commenting-unsupported {
    display: block;
}

Can you share link to a blog post?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 2 months later...

Ditto. Injected the code. Refreshed website and opened on Incognito on Chrome. Still comment box not showing. 

Edit: Fixed!

You have to go to individual blogs to enable comments. My understanding is since the blogs were already created, enabling global settings didn't update the switch.

Edited by ZeeshanMahmud
Link to comment
  • 3 weeks later...
14 hours ago, copanobay said:

Hi all!
 

Our comment box isn't showing despite:
1) injecting @tuanphan's code, above.
2) enabling comments on each blog post.
3) enabling comments in global settings. 

Here is an example blog post:

https://www.texashistorytrust.org/texas-history-news-and-opinion/randolph-b-campbell


Any other suggestions? 

Try adding to Design > Custom CSS

.squarespace-comments .comments-content.read-only .new-comment-area {
    display: block;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Thank you, Tuan!

When I add that snippet in addition to the original one posted in this thread...also without the original snippet, I get this error when trying to leave a comment:

/api/comment/CreateComment?crumb=BTZKPykaqDhCZmM4YTgwZTY2MjI5YjZiYWRmMWRiZmI1YmVkMWVl  (JSON)

Authorization Denied: You do not have enough permissions

I have to fill out the "comment as guest" form, although we have anonymous comments enabled...then that error message comes up on desktop and mobile. 

Link to comment
On 9/13/2022 at 1:34 AM, copanobay said:

Follow up for @tuanphan...

When I open an incognito window, I don't get the error, I guess because it doesn't view me as being logged in as admin.

But people will still have to enter an email address and name to comment as guest. I think I'll leave it that way.

Okay. If you still help with any other problems, just comment here

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 2 months later...
22 hours ago, PatrickR70 said:

Hello, 

I tried the code above multiple times and it did not work for me. 

https://helix-radish-xjza.squarespace.com/config/pages

Would appreciate some help! -  🙂

https://helix-radish-xjza.squarespace.com/blog/coldemailingtips

Have you enabled Blog Comment in Settings > Blogging > Comments Settings?

image.thumb.png.d0ec9f3eb3bf54548f9ea36a3c6510a4.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 4 months later...

@tuanphan I realized today comment box on my post wasn't showing. Added the additional Custom CSS code from above. Comment box is now showing but getting the error message saying I don't have permission to post. All comments are turned on each post and in the general settings. Thoughts?

Error message: 

/api/comment/CreateComment?crumb=BYjBaBlb7hYMNTE1ODM3YmZmOTY5ZjY3YzU1N2U2ZGFmZWMwNmYx  (JSON)

Authorization Denied: You do not have enough permissions


Most recent blog post for example: https://www.allinforjennings.com/blog/0mi3l1r0m5omw4205blay6eok6v1td

 

Link to comment
17 hours ago, LEF08 said:

@tuanphan I realized today comment box on my post wasn't showing. Added the additional Custom CSS code from above. Comment box is now showing but getting the error message saying I don't have permission to post. All comments are turned on each post and in the general settings. Thoughts?

Error message: 

/api/comment/CreateComment?crumb=BYjBaBlb7hYMNTE1ODM3YmZmOTY5ZjY3YzU1N2U2ZGFmZWMwNmYx  (JSON)

Authorization Denied: You do not have enough permissions


Most recent blog post for example: https://www.allinforjennings.com/blog/0mi3l1r0m5omw4205blay6eok6v1td

 

It looks fine to me. You try checking it again

image.thumb.png.821c15a64b61154b8ef7832233dec328.png

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Hi @tuanphan - thank you so much for the quick response! When I try to enter my comment, it looks like it posts and says "awaiting moderation" and then I scroll up and get the error message again. Upon refreshing, it's no longer there. I deleted the Custom code and re-entered it but still doesn't appear to be working. Code I entered pictured below. Any other potential suggestions? I appreciate your help either way!

image.png.2296cae751e12c3f271d3e5e533dace8.png

image.thumb.png.484edde35e327c9a38888281957c4e98.png

Link to comment
On 5/6/2023 at 5:31 AM, LEF08 said:

Hi @tuanphan - thank you so much for the quick response! When I try to enter my comment, it looks like it posts and says "awaiting moderation" and then I scroll up and get the error message again. Upon refreshing, it's no longer there. I deleted the Custom code and re-entered it but still doesn't appear to be working. Code I entered pictured below. Any other potential suggestions? I appreciate your help either way!

image.png.2296cae751e12c3f271d3e5e533dace8.png

image.thumb.png.484edde35e327c9a38888281957c4e98.png

You try remove the code & contact SS Customer Care.

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.