- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
Hello !
That can be achieved by adding an extra class and hiding / showing the element using CSS. As you can see here I have added a flex block but you can use any element, added the weekend extra class: https://www.screencast.com/t/jhxUUGEG6ow ; And using this code I can hide it or show it whenever I want:
https://www.screencast.com/t/AAtH03H7JKs
The code is: .weekend {
display:none;
}
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
When you want to hide it simply set the class to none and when you want to display it set it to block
Thank you !
Hi,
Then you can add an ad per each device using a custom css, for example :
@media screen and (min-width: 1400px) {
<div style="width: 700px; height: 400px;">
<!-- your add -->
</div>
}
and
@media screen and (max-width: 900px) and (min-width: 600px) {
<div style="width: 400px; height: 700px;">
<!-- your add -->
</div>
}
You can set this code here in ad box -> https://i.imgur.com/JQ09xDJ.png
Hope this will help you better!
Thank you!
Hello !
In order to adjust page width you have to select every row of your page using the tagDiv Composer and then set the stretch mode you want like here : https://www.screencast.com/t/BkWwdHh6
In order to make the post page full width you will have to add a single post template and then edit it. Check more about how to have single post template here: https://tagdiv.com/customize-articles-with-single-post-templates/ And for the header you can do it here: https://www.screencast.com/t/xf56tQN0.
These are the ways you can increase your page width from theme options. Anything above this will require custom code which is not covered by the support team.
For the sidebar you can create and edit it using the CSS tab as you can see here: https://www.youtube.com/watch?v=fa7GenCHcBU&t=13s
Thank you !
Hi,
Unfortunately in exact the same way you display it is possible only with custom work and changes.
Unfortunately I think that the Linkedin need to be set manually in theme templates.
For example the date can be display withe time, for this you can use this WordPress guide: -> https://wordpress.org/support/article/formatting-date-and-time/ the settings for date need to be set in -> https://i.imgur.com/rjY6WB0.png -> https://i.imgur.com/wKwDSVN.png -> https://i.imgur.com/kGpyy2C.png -> https://i.imgur.com/NY9swxL.png
To display the category in line with date time, you need to edit the single post you are using:
– if is the default one edit this file -> wp-content/plugins/td-composer/legacy/Newsmag/loop-single.php
– if is a post template from 1 to 8 edit these files -> wp-content/plugins/td-composer/legacy/Newsmag/parts/single
What you need to do is to more the category function after meta info -> https://i.imgur.com/iQgicIb.png -> https://i.imgur.com/bxGUEQp.png after that add this custom css in theme panel to make the elements to be inline -> https://i.imgur.com/fLp8FTA.png also these files can be set in a child theme -> https://forum.tagdiv.com/the-child-theme-support-tutorial/ in this your changes will not be lost when the update will be made.
Thank you!
OK, but HOW do I change the image size for the single-post template? I tried setting image size (my images are sized before upload), and the size is ignored and the theme blows up the image – and I cannot find any CSS to change that. The images as I stated are way to big and significantly affect page load speed.
-
This reply was modified 5 years by
GregH.
Hello,
I was working on updating our existing Newspaper9 theme to Newspaper X by following the instructions at https://forum.tagdiv.com/install-via-wordpress/ . I was sure to unzip the file with documentation and upload only the Newspaper.zip file that was 1.2 mb inside of the larger folder. However, every time I attempted to upload it, it said that the style.css file had an invalid Theme header. I manually unzipped that folder to look and saw the following in the style.css file, though everything looks right from what I can see:
/*
Theme Name: Newspaper
Theme URI: http://tagdiv.com
Description: Premium WordPress template, clean and easy to use.
Version: 10.3.6.1
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
License:
License URI:
Text Domain: newspaper
Tags:black, white, one-column, two-columns, fixed-layout
…Table of contents, etc.
*/
Is there anything else necessary to enable to theme to upload properly? I completely deleted the existing Newspaper 9 installation to make sure they weren’t both writing to a /Newspaper folder, but that didn’t help either.
Thanks for any help you can provide.
Just for example some short css code to have description include only first paragraph.
Hi,
1. There is no need to make other pages, all you need to do is to create a category and assign to this category posts.
All categories are using templates. You can use standard templates -> https://forum.tagdiv.com/default-category-settings/ or cloud templates -> https://tagdiv.com/what-is-the-cloud-library/ (cloud templates can be edited with tagDiv Composer)-> https://i.imgur.com/vxN8vG1.png -> https://i.imgur.com/XBAi1be.jpg -> https://i.imgur.com/JvUnlLV.jpg
a) yes, on homepage you can display the articles from all categories.
b) yes, the category page will display only the articles that has assigned that category or are part from a subcategory from main category.
c) the featured category is just a filter that can be use to filter and order the articles, but if you are using standard templates and assign to one post this category, it will be hide(you can do this for any category using a custom css), you can check more in our guide from here -> https://forum.tagdiv.com/featured-posts-2/
d) yes, an article can be part from as many categories you want, there is no limit or restriction.
2. If you are using cloud templates, please try like this -> https://i.imgur.com/XRj95Ae.jpg check if the logo is not set in a small column or inner column from row or inner row -> https://i.imgur.com/JBuAaxN.png in my can I have two option, to change to another layout or change the width in css tab -> https://i.imgur.com/lBVEdr9.jpg after that just change the logo with from here -> https://i.imgur.com/gq3GmWH.jpg or -> https://i.imgur.com/Vf4i9yG.jpg
3. Unfortunately on standard footer template you can not add a link on the About us title, you can add html link only inside the box for that section -> https://i.imgur.com/j4r9Ko8.png ->https://i.imgur.com/xPtwrMa.png or you can use a footer template and and set a custom html in title text area -> https://i.imgur.com/qGz6I7v.png
4. That is big grid full 4 and is made to look like that with a custom css -> https://i.imgur.com/f8lQNIW.jpg but if you installed this demo, then your posts should be already display in this grid on homepage.
5. That is the mega menu with sub-categories, you can create one using our guide from here -> https://forum.tagdiv.com/mega-menu/
6. As long as these block do not have set a filer per category, will be auto populate, but if you want, you can edit the elements that you do not like or you want to display other type of category or sort -> https://forum.tagdiv.com/block-settings-guide/
Hope this will help you!
Thank you!
Hi,
You can do this using tagDiv Composer and in Style tab set the lowercase -> https://i.imgur.com/UjXSZMF.png or with a custom css -> https://i.imgur.com/boN3bVJ.jpg
.td-post-date {
text-transform: lowercase;
}
Thank you!
Hi,
There are only two solutions, you can use a custom css to hide the page title and let only the breadcrumbs or you can change the code from theme in wp-content/plugins/td-cloud-library/shortcodes/common/tdb_breadcrumbs.php add this code
$buffy .= td_page_generator::get_page_breadcrumbs(get_the_title()); and comment this one -> https://i.imgur.com/d0JXjS3.png in this way when you’ll add the breadcrumbs element it will look like this -> https://i.imgur.com/IwF83Rs.png -> https://i.imgur.com/oFneUqp.png
Hope this will help you!
Hello !
Please use this css code: .td_block_fancy_text .tdm-fancy-title2{
text-shadow: 2px 8px 27px rgba(0,0,0,.5);
}
If you want to edit your shadow edit this number: https://www.screencast.com/t/JT5Ak8ymg
Thank you !
Hello !
Please use this css code: .td-main-page-wrap {
padding:0;
}
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
Thank you !
Hi,
You can try this custom css ->
.ofkmEdaoFaxh p {
line-height: 1.5;
}
Hope it will help you!
Hello !
Please use this css code: .td-module-comments {
display:none;
}
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
Thank you !
CSS just makes the temperature font size smaller for only the tablet view. Seems to work fine, thanks so much!
Hello,
Thanks for responding. However, I am still not clear about any of the questions on which you gave me reply. Please try to explain in a little more detail. I am not a professional programmer. I hope you understand.
1) So you are saying that I should first create 4 categories and 4 different pages. Then I should assign each category with each different page. right?
Please check the image, I want something like this, if someone clink on the category from the header menu then it should take the viewer to a different page with such a introduction and then relevant topics. https://snipboard.io/y6pnfG.jpg
Now, I have sub questions for this.
a) The home page will have collection of all the articles from all the categories combined, right?
b) The category pages will have only relevant articles, right?
c) Please explain me about featured category. If I assign any article to featured category, then what exactly happens to that article?
d) Can I assign any article to multiple categories? For example, featured and health category at the same time?
2) I didn’t found any option in the cloud header to change the size of the logo in the header as well as in the footer. Please tell me how I can increase it using Custom CSS. Or with the help of image or graphics that which setting I should change to increase or decrease the size of the logo.
3) I have already written a short text in the box that you mentioned. However, I want to link a separate page to the Title “About us” in the footer menu. I hope you got my point. You gave me a box in the footer in which I can write something. However, there is no option to link the title to some other page.
And I also don’t see any option to customize or build the home page. How to do that? Please check the image.
https://snipboard.io/q98jek.jpg
4) I have installed the demo without content. Can you please tell me, how I can bring the same effects without slider. What exactly this is? Please check the image. https://snipboard.io/EkXFdG.jpg
5) Can you please tell me how to create this effect? Please check the image.
https://snipboard.io/ERG2tI.jpg
6) Last questions, there are numerous options on the demo home page. For example editors choice, popular post, must read and etc. All these sections will be automatically created or I have do something? I mean I have installed the demo without content. So, as I start to upload the content, everything will populate itself or I have do make these changes manually? https://snipboard.io/heo3v6.jpg
-
This reply was modified 5 years by
ranamj1987.
Hello
I’ve made my website by adjusting Magazine PRO demo to my needs. I’m using global category template for category pages. Post are displayed in “Block 11” and I can’t find an option to change color of text. In tagdiv Composer there are options: General, Filter, Style, Css, but none of them provide an option to change any color in this block. How can I do that?
In your Gossip demo one kind of buttons has a caret. How can I use (re-create) this for other buttons?
I tried to simply copy your CSS but that did not work.
Hi,
If you are using a cloud header you can make the menu sticky from website manager -> https://i.imgur.com/Wxw7fVm.jpg if you are using a standard header style, use the settings from theme panel -> https://i.imgur.com/Kes35H4.png
For ads, as long you use the responsive version, the settings made with tagDiv Composer will work -> https://i.imgur.com/uhF328t.png also on this https://prnt.sc/u3hx8byou have set the ad only on mobile menu that is different form the rest of theme, therefore there is no need to extra html tags.
As for amp that is because you try to enable it on cloud template, this will be enable on post, pages and other settings that you can check here -> https://i.imgur.com/h55QHdp.png (but for the moment the cloud templates can not be use as amp, for the moment is use the mobile theme for amp).
Is look that you set an inline css in your code -> https://i.imgur.com/5BtoKb4.png if you remove that padding-left: 40px!important; the banner will be display like this -> https://i.imgur.com/ZDGrwdr.png
Thank you!
Hi,
How to add an icon in menu -> https://forum.tagdiv.com/how-to-add-icons-in-menu/
You can use the font awesome but you need to include the link from ( https://www.screencast.com/t/BWblCnaNfbyx ) https://fontawesome.com/how-to-use/on-the-web/setup/getting-started?using=web-fonts-with-css in Newspaper>Theme panel> Analytics/js codes section header
https://www.screencast.com/t/PIfdBMFUdAi
Now from https://fontawesome.com/icons?d=gallery&s=regular you can get the icons ( https://www.screencast.com/t/LrzLKmgn ) and set in your text/menus.
In menus: https://www.screencast.com/t/SNn3t06pW
https://www.screencast.com/t/Wu07KHDZzU
In column text : https://www.screencast.com/t/t4DmszZsgcXB
If there is still a problem, let me know!
Thank you for your understanding.
a) Workaround ->
Use the Tools menu from CSSHero to “View as Unlogged”, and add the background image and settings as per screenshot below:
b) But why is not configuring the background image within Newsletter settings enough for it to show for logged and unlogged?
Is this normal behaviour?
Thanks again for any insight
Hello!
Using the beauty pro demo theme.
Created 5 sub category/menu’s under the main/parent one.
However, website only displaying 3 sub categories on the page.
Also tried the custom code CSS solution as :
#td-outer-wrap { overflow: visible !important; }
Still is not displaying all sub categories.
Please resolve.
Thanks
Hey Guys – I wonder if you can help me. I have a website using the theme Newspaper – it has a great mega menu facility for this news based website. The only issue I have is that on one drop down menu I have an A-Z Directory set up – I do not want it to display every sub-sub category if that makes sense? They are all housed under ‘Clubs’. Is there a way to hide the sub sub category through CSS as I have gone through the theme with a tooth comb and there isn’t a ‘switch off’ option for this. I attach some snapshots 1) The megamenu as it looks now 2) What I want to hide and 3) A snapshot of the menu. Would love some advice
Please explain, how to adujust banner coordinated-
I tried to use component align settins – can’t help
That’s why I have to set bad CSS – simple padding-left – https://prnt.sc/u3is48
Any correct workaround for this ?
Hi,
Please try this custom css -> https://i.imgur.com/sym8x2q.png
.recentcomments .comment-author-link, .recentcomments .comment-author-link a {
pointer-events: none;
}
Hope it will help you!