- 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
Hi,
1) – 2) The default beige color is set form the theme panel as a theme general accent color here: http://screencast.com/t/B0ioJvXAua
3) You can change the block title background color from here: http://screencast.com/t/2LqnRTpVNj
4) You can change the background and hover color for the submit button with this custom css:
.form-submit input[type=submit]{
background-color:red;
}
input[type=submit]:hover{
background-color:grey
}
Thank you!
Hi
For pages you have to use page-id-abc class in css, here is an example:
.page-id-abc .td-header-rec-wrap{
display:none;
}
Thanks!
Hi!
I would like to replace the block titles with images. I searched throughout the forum and I read that you guys don’t support it? Is there a way to work around this with some custom CSS/Javascript. I tried some things myself but it didn’t work..
Great theme btw!
Hi
Are yu using mobile theme plugin? If so you will have to add the ad code in mobile theme > mobile ads: http://screencast.com/t/O6FDDfl5q
i assume that ADS PRO is a plugin that you’re using to manage ads. We didn’t tested this plugin and we’re not aware of its functionality in order to provide an answer. Also it’s not recommended to deed parts of theme’s code, it’s better to overwrite that code. The custom css can be added in theme panel > custom code> custom css and won’t be lost when the theme is updated.
Thanks!
Hello,
This will not be so easy to do. You first need to create the block on a dummy page and filter it to show 3 posts and the category you want to show or specific posts by using block settings: https://forum.tagdiv.com/block-settings-tutorial/
If you want to have the black background you will also need a bit of css to adjust it as that element is custom made.
You can assign a custom css class to your element like so: http://screencast.com/t/nUwW45WrzGl, then set your background for the row to the color you want and use this css:
.mycustomclass{
margin-bottom: 48px;
padding-top: 48px;
background-color: #222;
}
After you set it up properly and you are happy with the results, it;s time to move it on posts.
You can use a do_shortcode function: https://developer.wordpress.org/reference/functions/do_shortcode/ and place the shortcode for your block inside it. Then add the function to the theme files here: http://screencast.com/t/6zk43xa1t2hL
I hope this helps.
Thank you!
Hello,
The theme does not provide options to remove those setting. They can be removed either by hiding them with css like so:
.td-social-google, .td-social-pinterest{
display:none!important;
}
Or by removing the code for them from the php files: http://screencast.com/t/4n9S6AymqV
Thank you!
Hi,
The sidebar ad needs to be implemented with this method: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
If it;s a custom ad, and you have access to the image itself, you need to edit it in an image editor and decrease it;s size. Alternatively you can use css to scale it if you have the proper skills. Our theme provides ad dimensions but only for adsense.
Thank you!
Hi
These customizations falls beyond the support can offer. Support refers to explaining how current features works, fixing any bugs related with the theme and helping users understand its functionality. Any custom modifications which involve changing the default behavior are not included in support policy and you will have to make them by yourself or hire someone if you’re not aware of the steps that must be taken.
The code for login can be found here: http://screencast.com/t/VxOruYHgA
To hide some blocks on mobile you can add a custom class for theirs row in Visual Composer and use it in css with media queries to hide them on mobile: http://screencast.com/t/VJdrs9bX6
Thanks!
Hello,
1) Unfortunately our theme does not allow such a secondary menu spot on the mobile menu. It will have to be made custom but it will be no easy task unfortunately as there is no such spot for a secondary menu and it has to be created from scratch. We suggest hiring a developer to help out on this task.
2) The space can be adjusted with css by using the browser inspector and removing any extra padding. The space comes from the author name and date. I will need access to your site so I can provide the proper code though.
3) The comments color can also be changed with css as there is no setting for them in the theme panel. You can use this code:
.td-module-comments a{
background-color:grey!important;
}
4) I have tested the zoom-out issue on our end but we do not get a zoom-out effect. Please also test our demo at demo.tagdiv.com/newspaper to see if you still gfet a zoiom on our demo. Try to write a comment and see. I tested on android and ios but there was no zoom. it could be a local issue, maybe due to plugins.
5) Again I weill need access to your site so I can figure out which module is being used there and check it;s code to see if there are any hidden options available to fill the space. For some the category tag or author/date was hidden with css as a design choice.
6) Again, I will need access to inspect the different module. The old access you provided for us via email does not work anymore so please create an account that is working so we can login on your site and send us the login info via email at contact@tagdiv.com Alswo include a link to this topic.
7) The code for each section of the pull-down filter can be found here: http://screencast.com/t/xhWykDVv
8) As for the custom title you set to your contact form, it will grab the theme accent color. If you want to change it you need to change the code a bit. Try this one:
<div class="block-title mycustomclass"><span>Contact Form</span></div>
and then use this css to style it:
.mycustomclass span{
background-color:Red!important;
}
.mycustomclass{
border-color:red!important;
}
Thank you!
Hi
This is not an easy task and you’ll need some customizations in order to achieve that. All images displayed in mega menu have the same size and to make one of theme bigger you could try a specific css but this will affect all mega menu. Please provide a link where I can inspect this and maybe I can help.
Thanks!
I also have a Samsung s3 and is showing a blue screen after homepage is loading, in explorer default browser.
Adding the Sjoerd’s code in Custom CSS doesn’t fix it.
WP Version 4.5.3
Newsmag – version: 3.0
update: but didn’t delete the 2 lines he deleted, will do this too and see.
I use ADS PRO in the previous version, I get advise from the author this:
Please delete display: table; styles from the style.css file (line 19748).
But now i cant find this.
or there is some costum css code that I add that. So I do not need to edit for each upgrade Newspaper.
Thx
Hi andy,
How to get the ajax login code? i want insert it in a page and use it?
and please i need a css code to hide some blocks on mobile design..
Hi,
I am trying to change the image display/thumbnail size and the font size of a specific submenu in my megamenu for posts. Basically I want that one of the megamenu’s submenu shows bigger images. Is that possible? I seem not to be figuring it out with css.
The submenu item is named: .menu-item-4934
Best,
Gabo
Hello,
So this topic is likely more beat to death than a horse at the battle of the somme, yet I’m still having issues with styling “Next” and “Previous” for post pagination.
Trying to avoid messing with code – as that’s usually how I break things.
This website shows what I’d like to have present on my posts, yet I’m a bit confused.
Since it’s in wordpress, I’d suspect the author used a plugin to simplify the standard pagination without any custom CSS or the like.
Are there specific pagination plugins that work well with NewsMag?
Hi,
This will be no easy task to do as links are not a general thing you can target with css and all of them will become styled as you want. There are links on images, on modules and blocks post titles, or block titles, inside the post content, inside the menu, in the sidebar, and all of them under different containers and different css. You will have to inspect the links that you want to change and use css to style the ones you want. There is no general code that will apply correctly for all links. We had this request a few times before and we did try to help out but this is a complex task and we cannot offer any customization services at the moment.
Thank you!
Hi,
You can increase the font size for these elements to make them more visible with a bit of css:
.td-post-next-prev-content span{
font-size:25px!important;
}
I hope this helps.
Thank you!
Hi guys,
I am moving my site from Newsmag to Newspaper and adding a lot of new content, some of which has new requirements. I have worked out how to disable ads for posts in specific categories, but I would also like to disable comments for specific categories. Is this possible with some custom CSS?
Many thanks,
stuart
Hi,
Please try this css solution in Theme Panel > Custom Css until we will fix it in the next theme version:
body {
cursor: pointer;
}
#td-outer-wrap {
pointer-events: none;
}
.td-header-container, .td-container {
pointer-events: auto !important;
cursor: default;
}
Hope this helps!
Hi
By default the theme does not have an option to change the background color only for a page but you can achieve that using this css in theme panel > custom code> custom css:
.page-id-abc{
background-color: red;
}
Just replace abc with numerical if of the page where you want to change the background color. To get page’s id follow this link: http://screencast.com/t/3pZpRpCjEc
Hope this helps!
Thanks!
Hi
Yes you will have to update the code for each post where you want to hide the ad. The code can be added in theme panel > custom code> custom css: http://screencast.com/t/fVCF9ObMfA
Thanks!
Hi,
The custom css box does not accept html inside it. You need to only use css , not div tags or a tags directly. It cannot work that way. If you want to add a background to a particular category you need to only use the css like so:
.category-53 .td-category-header {
background-image: url("http://enewsvid.com/wp-content/uploads/2016/05/enewsvid_background.jpg");
background-size: 100%;
background-repeat: no-repeat;
background-position-y: -110px;
}
I hope this helps.
Thank you!
Hi,
This is a known issue and is caused by a css rule you added to your logo to re-size it. Please remove the css from the theme panel. if you want to have a re-size you need to use another css code as the logo css got changed in newspaper 7.
You can use this code instead:
.td-header-sp-logo img {
width:130px!important;
}
Thank you!
Hi
You can try to insert the ads in page content using Visual Composer and make them visible only on mobile devices. For example you can add a new row in Visual Composer where will be inserted an add, then use a css class for it to hide it on desktop and tablets: http://screencast.com/t/oUTqsjamp
Use this code to make that row visible only on mobile:
@media (min-width: 768px) {
.mobile-ads {
display: none;
}
}
I hope this helps.
Thanks!
Thanks!
Curious but do I have to implement this code each time for each post to avoid adsense?
Furthermore, just to be sure, which file should I implement the custom css code in?
Thank you Catalln.