Change in Template

Posted in: Newspaper
Post count: 3

I would like to know how to remove the little icon bellow the articles that display the date, comments and views in the articles. See picture below:

Any help appreciated.

Post count: 9544

You can turn these off for the post pages from the theme customizer panel under “post options.”

For the modules used on indexes/home page, you actually would need to comment those out on each “module” found here:
themes/Newspaper/includes/app/modules/

e.g., in td_module_5.php

        $buffy .= '<div class="meta-info">';
            //$buffy .= $this->get_author();
            $buffy .= $this->get_date();
            $buffy .= $this->get_commentsAndViews();
        $buffy .= '</div>';

add the // in front of the third item. This is also where you can uncomment the author name if you want that to show on the modules.

Hope that helped! 🙂

Post count: 3

I can’t find this options in the place you told me. I think I am still using version 1.1 so Is not there. I have downloaded version 3. Will updating to version 3 from 1.1 procedure will be the same as from version 2 to version 3?

Thanks.

Post count: 3343

Hello,
Replace all files via FTP. please get latest version 3.0.1.
Thanks!

Post count: 3

I did. Thanks. I found the way to get rid of the icons (fixing my original problem. Now the visual composer won’t work. I use Chrome and Firefox to edit the pages and posts. When I use Chrome, Visual Composer won’t go past the “Loadin, please wait. . .” stage and when I use Firefox, the plugin loads after a long time and after it does and I edit the posts, the save button won’t work.

Should I close this post since my original problem was fixed and create a new one for the other issue?

Thanks.

Post count: 3343

Hello,
Please check to have latest version 3.0.1

If you don’t manage it please give us access to your WP to take a look, send via email at contact@tagdiv.com mention in message title FOR MARIUS and paste a link from this conversation.

Thanks for the message!

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