-
AuthorPosts
-
April 9, 2015 at 3:10 pm #425976
1) I ‘ve never had Blog Post Comment Count checked in the Enfold ->Blog Layout -> Blog Metadata Entry, yet the count shows up in a big purple circle over the comment. How do I get rid of it? ( see http://50.87.248.159/~dominjd2/2015/03/16/life-by-design-self-love/ ) for example
2) Is there any way for a reader to see a previous or next arrow anywhere when reading a blog post? Or do they need to either click on Blog in the menu or one of the “You May Also Like” suggestions at the bottom – which aren’t chronological. My old WP.com had that and I found it practical ( see example http://dominiquehurleyart.wordpress.com/2015/03/23/intuitive-sparks-aanl-painting-workshop/)
3) I was hoping there would be an option in Blog Layout ->Single Post Style to have the post without a photo at the top. The small photo makes a huge empty column under it, which makes the post too long. The large photo is annoying because it’s not a full photo (so it doesn’t replace the one in the post), and no matter where the person has their mouse – even in the big white space beside the photo, the big purple circle hides the image and causes stress (in me anyway). See http://50.87.248.159/~dominjd2/2015/04/09/new-painting-ive-got-your-back/ for example. I don’t have a child theme – is there a way to change that?
4) What does “Blog Post Allows HTML tags” mean? What would be a reason to have that on? It doesn’t look great, but I don’t know if it’s needed.
Thanks.4)
April 10, 2015 at 8:34 pm #426765Hi dominiquehurley!
please always use different tickets for different questions, so you will get a faster reply (because other moderatos can work at the same time on different tickets) and other will find their answers easier in this forum.
1.) use this code in Quick CSS to hide it:
.comment-count { display: none !important; }
2.) I already can see the preview button for the next post on your posts:
3.) Use this to hide the preview image:
.small-preview img, .big-preview img { display: none !important; }
4.) It means that you can use HTML code inside of your blog posts.
Best regards,
AndyApril 10, 2015 at 8:45 pm #426770OK – will separate in the future. Thanks. Help forums are new to me.
2) thanks – hadn’t seen those arrows, especially the one on the right because of the sidebar.
4) Do you mean only I can see the bunch of code that appears at the bottom of my post? My readers won’t? See screenshot https://www.dropbox.com/s/vsx9zody88mtg1l/Screen%20Shot%202015-04-10%20at%204.09.22%20PM.png?dl=0
P.S. Does your team work on weekends or only M-F?
Thanks!
- This reply was modified 9 years, 7 months ago by dominiquehurley.
April 13, 2015 at 6:58 pm #427734Hi!
4.) No, everyone can see this to be able to use HTML code when commenting. You want to hide it? if yes use this code:
.form-allowed-tags { display: none; }
Like written in our support policy we usually work from monday-friday.
Let us know when you have some more questions about the theme.
Regards,
AndyApril 13, 2015 at 7:20 pm #427752Thanks. Resolved.
-
AuthorPosts
- The topic ‘4 Formatting Questions for Single Blog Posts’ is closed to new replies.