Hi,
I just updated to v3.6 and am now experiencing formatting issues across my website.
Please see here: http://www.screencast.com/t/YOA3x1WqaPd
http://www.screencast.com/t/PaFvqx97z6zO
1. My social icons in the widget is no longer showing up
2. Change the format of the breadcrumbs to show navigation,
example: Home > News > Post Title
3. Reduce the spacing between the breadcrumbs and the post title, it is too big.
4. Widen the spacing between the post tags and featured post image
5. Widen the spacing between the featured post image and the first line of post content
6. The color of the date and the comment options are too light to read, need to make them darker.
I know you guys have been very busy doing great work and I really appreciate it. Many thanks.
Best,
Nick
Hi,
The HTML structure is different from the original, are you sure that is the original theme without code touched?
see here the difference: http://screencast.com/t/uMS26lYwv
Hi,
I just figured out what was causing the problem and thought to post an update here to let others know in case they may have the same problems.
I have W3 Total Cache plugin installed, it is best to use the default Minify settings otherwise they will interfere with the HTML which is not good 🙂
But I am still having issues with #6: The color of the date and the comment options are too light to read, need to make them darker?
hi,
try using this css to change the color of the date:
.td_data_time{
color: #ff0000;
}
here: http://screencast.com/t/zLGeQV21
Thanks for you message.
Radu A.
Did not seem to work:
hi,
I thought that you are talking about this date : http://screencast.com/t/2bvSl04Ewn
try this
.similar-articles .meta-info .entry-date, p.logged-in-as {
color: #ff0000;
}
Note: if you use only :
.meta-info .entry-date, p.logged-in-as {
color: #ff0000;
}
you will change the color of the date in many places.
how did you add that lines after the ‘Post Comment’ button? i did not find that.
Thanks for you message.
Radu A.