Newspaper "sections"

Posted in: Newspaper
Post count: 2

Greetings to All!

I am using Newspaper Theme and encountered two problems.
1) When using sports demo I could not find a way to configure Video Play List.
2) And now I use Tech News demo and have not found a solution to remove/change sections in the main page

I would be grateful if you can help to solve the above mentioned problems.

Pal

Post count: 23312

Hello Palathil,

1)Please try to read our documentation regarding on Video Playlist element, from here -> https://forum.tagdiv.com/video-playlist-2/
2)All the changes you will have to make yourself from backend, like this -> http://screencast.com/t/zdtkyctLJz
Please be more specific regarding on your problems because I do not know how it looks your backend.

If you need more assistance in this regard, please provide more useful screenshots so I can identify your problem and also so I will be able to provide an accurate response. Also, you will have to provide your website URL.

Thanks.

Post count: 2

Greetings!

Thank you for your reply. Here is the screen captures. Some of the tutorials I saw on Newspaper theme have different menu items.

1) ordesong.org/ordesdata/how-to-change-header-sub-titles.jpg
2) http://ordesong.org/ordesdata/sections.jpg
3) http://ordesong.org/ordesdata/backend-menu.jpg

Thanking you,
Palathil

Post count: 23312

Hello Palathil,

Unfortunately, I do not exactly understand what do you want to do? Please notice that what you have shown me above is just a title of the block and you have control over this element when you edit the block in Visual Composer, like this -> http://screencast.com/t/Zx0bT42eT So, if you want to remove all the block title for sidebar section, you can use a bit of CSS to hide it. Try the code below ->

The code is ->

.td-pb-span4 .block-title{
display:none;
}

or if you want to get rid of it all the block title for the entire website, you can use the above code without first condition -> .td-pb-span4

If you refer to something else, please provide more details about what you want to achieve, so I will be able to provide a more accurate response.

Thanks for your understanding!

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