Formatting issues after v3.6 update

Posted in: Newspaper
Post count: 28

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

Post count: 3343

Hi,
Please make sure you have replaced all files via FTP, seems like you have some incomplete style there.

Please replace all file again via FTP.

Thanks!

Post count: 28

Hi Marius,

I did as you advised. I completely removed the entire Newspaper theme via FTP and then did a clean install with v3.6 thru FTP.

I am still experiencing the same problems as listed above.

Post count: 3343

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

Post count: 28

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?

Post count: 854

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.

Post count: 28
Post count: 854

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.

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.