4 ways to make blogger comment form visible in both mobile and desktop view

One of the problem blogger facing is how to display comment box both in desktop and in mobile especially if you are using customised template, But don't worry I will show you 4 ways which you can make blogger comment box visible in both mobile and desktop view.
First option.
  1. First make sure you login to your blogger admin area.
  2. Click settings link at left hand side
  3. Scroll down and click comment and share setting.
  4. Go down you will see drop down option set the drop down to "embedded" .
  5. Click show Google+ comment box to "YES option".
  6. Make sure to save the settings at right hand side top at admin area.
After that check you website.


Second option if the first option didn't work.
  1. Login to blogger admin area
  2. Click theme option at the left hand side
  3. Click edit html
  4. Ctrl+F keys(window), Cmd+F(Mac)
    Copy this ]]></b:skin> and paste in the search box on the top right corner and hit enter key to take you right to the code's position(with yellow shade)‎ 
Copy this code ‎
.mobile .blogger-iframe-colorize {
display: block !important;
}
.blogger-iframe-colorize {
display: block !important;
}

And paste the above code ]]></b:skin> inside  and save. 
 Remember picture.

Third option the it didn't work for you!
  1. Click the theme option.
  2. Use Ctrl+F key to find ]]><b:skin>
  3. Scroll slowly down wards you will see .commment-form{display: none}
  4. Replace it .commment-form{ display: block;}
  5. And save.


Fourth option
:‎
  1. Still inside HTML editor.
  2. Jump to widget drop down and select blog1 or blog2 depending on your theme.
  3. Scroll slowly and look for comment form
  4. Look for style='display: none' replace with style='display: block'
And save
Thanks

Post a Comment

Comment Here by clicking below link

أحدث أقدم

Comments