Few Changes Needed

Posted in: Newsmag
Post count: 196

Hello, I am re-doing the latest theme from 1.7 on 3.(I forgot but latest). But I have noticed a few things changed. I am working with the Child Theme so if I update, I won’t loose anything.

First Question:

From previous install, there was a header.php section in the Child Theme, now there isn’t (only 2-3 files). I needed to add some code in the header. How would I go about doing this?

Second:
I successful removed the Comment button that displayed on the homepage with the following code:
.page .td_module_wrap .meta-info {
display: none;
}

However, it still displays the comment button, date and author on tag and category pages. I wanted to have this removed site-wide. How would I go about this?

Post count: 6535

Hi

Note that the child theme was also update and if you’e using V 1.7 the update must be done clean, by this I mean that you have to upload a fresh copy of Newsmag theme and also update the child theme.
You can create you own header.php in child theme as that file can be overwritten there. For more details about child theme support please check this link: https://forum.tagdiv.com/newsmag-child-theme-support/

Since V 3 we added option which allows you to deactivate post meta on modules. They can be found in theme panel > block settings: http://screencast.com/t/8spjYmoTgf

Thanks!

Post count: 196

Can I just copy and past the header.php file from the main template into the child?

Post count: 6535

Hi

Yes you can copy the header.php file in child theme.
Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.