- 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
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewspaperUsing Other Ads
- NewspaperBlock settings tutorial
- Using custom fonts
- Using typekit fonts
- NewspaperChild Theme Support
- NewspaperHow to Make the Site Faster
Hello,
Please how can I insert an advertising banner under the main menu and on all pages of the site?
On the home page I have inserted AdBox, but it is not shown on the other pages of the site (category,post,page,tag…).
https://snag.gy/GSErcM.jpg
I manually entered the AdBox code of the home page in the header-style-3.php file and the ads are displayed correctly on all pages. Of course I will remove the AdBox from the home page. https://snag.gy/2QYd5f.jpg
I just have to test better on mobile devices and possibly make some minor changes to the CSS. I will also remove unused CSS classes.
Some pages of my site:
http://cambiovita360.it/questo-e-solo-un-articolo-demo-stiamo-testando-il-sito/
http://cambiovita360.it/tag/italia/
http://cambiovita360.it/category/videos/
Please what do you think? Am I doing the right thing?
Thanks so much.
Gabriel
Hello
For a evolution site, we choose your excellent theme.
https://www.bs-communication.com/nos-references/
In the widget on the right the last one show a old plugin.
How we can achieve that the title Témoignages have the same form design that the 2 others, Actualités & Recevez les news de l’agence ! ?
I suppose throught a CSS code to paste in the theme CSS editor?
Regards
Hey i want to locate inside style.css the multipurpose 3 selectors , i have a problem with the initial css that my website is showing , the header is white , the menu is black and the hover is blue , and i want to write the one im using right now so it doesnt override the css . Can you point out to me the css line that i must change the color so i dont get this override every time my webpage is loading?
Hi,
You could use CSS to style the forms if needed, style them as you wish. Some more information here in their documentation
– https://wpforms.com/docs/how-to-style-wpforms-with-custom-css-beginners-guide/
Maybe that would be helpful for you. I could try and help you if you could mention what exactly you want to do, and provide a link to the form on your website.
Thanks
Hi,
1. There is a gradient there – https://www.screencast.com/t/R7rLNFv30C
Either make modifications in the theme stylesheet to it
– https://www.screencast.com/t/hSs3vZw7N
Or use a code to override it – https://www.screencast.com/t/Wlhdbkbjw6Rf
This is used in the example, make modifications to it if necessary, then enter it in Theme panel->Custom CSS code section
– https://pastebin.com/7anw3Uyg
2. There is a margin right set for the date on post template 7
– https://www.screencast.com/t/MiBnB8Zghp
You could remove that with a code like this
.td-post-template-7 .td-post-title .td-post-date {
margin-right: 0;
}
3. So maybe something like this – https://www.screencast.com/t/yavln0zMTbvv
.td_block_big_grid_fl_1 .td-big-grid-post .td-meta-align {
max-width: 1068px;
margin-left:auto;
margin-right:auto;
}
4. Maybe through code modifications in the post template files, for post template 7
– https://www.screencast.com/t/ldqJsyiGiGLU
You could try to change the structure of the post template, and make tests.
Thanks
Hi,
Indeed the images seem to be loaded but they are not visible. That should not happen, it could be caused by a plugin conflicting with the theme or maybe theme modification.
I could give you a code to make them visible (enter it in Theme panel->Custom CSS)
– https://www.screencast.com/t/Zc37BOKA
body.single.td-animation-stack-type1 .post .entry-thumb,
body.td-animation-stack-type1 .post img[class*="wp-image-"]
{
opacity: 1!important;
}
But it would be better to try and identify what exactly is causing this, it may cause other problems. Deactivate all plugins except theme plugins and check if this has any effect on the issue.
Thanks
Hi,
That would be possible, either by commenting or removing this line of code from this file
– https://www.screencast.com/t/iAwsEsRPXyu
Or by entering this code in Theme panel->Custom CSS
– https://www.screencast.com/t/oZzqJc6v7
.td_block_related_posts .td-related-right {
display:none;
}
Thanks
You could remove CSS from the theme stylesheet, that would be the theme stylesheet
– https://www.screencast.com/t/OT7Bbm5O6kL5
There will also be generated CSS but you should not make any modifications to that sections
– https://www.screencast.com/t/qk2uUob2w8p6
Make backups before modifying theme files to be safe in case something goes wrong.
Indeed that demo has design to remove the date, author an comment count on all modules
– https://demo.tagdiv.com/newspaper_what/
So enabling them in the theme panel will not do anything. In this case either remove the condition form the demo stylesheet
– https://www.screencast.com/t/yNTMlUgKLyL
Or override it with a different code in Theme panel->Custom CSS
– https://www.screencast.com/t/vVZ1skCM
.td-what .td_module_wrap .td-post-author-name,
.td-what .td-big-grid-post .td-post-author-name,
.td-what .td_module_wrap .td-post-date,
.td-what .td-big-grid-post .td-post-date,
.td-what .td_module_wrap .td-module-comments,
.td-what .td-big-grid-post .td-module-comments {
display: inline-block;
}
The better way would be to remove the code from the demo stylesheet instead of using additional code.
Hi. Would you care to include an option for the newsletter to change the font style of the subscribe button in a future update? I enlarged the font for the other fields, but I want to enlarge the subscribe button font without having to result to css.
(I also noticed some people in this forum repeat the same questions over and over sometimes. I would suggest you pin a post with like a “Read before posting” headline where you tell posters to first use the search bar to look for similar topics related to their problem before posting to see if they can find solutions posted earlier).
Any inputs for CSS class names for WPForm in Footer 3 if we were to align the Form with Newspaper’s theme (black) ? We are testing the site with both Contact Form 7 as well as WP Form. Supported plugin Contact Form 7 automatically picks up Newspaper theme’s CSS, while WPForm doesn’t and required hard coding CSS classes in their settings. Inputs appreciated.
Hi Bogdan,
I wish to retain the orange colour code #FFA500, however when you hover over an article on homepage or within a widget, it displays colour #fc7d46 which is what I do not want and am struggling to change it within settings.
Re the ad issue, prior to the update, I was able to move the sidebar widget lower to accommodate the ad using the css option within widgets, however as that setting is not available I am asking for assistance.
Many Thanks
(1)
Can I make the image overlay behind the text darker?
Posts, Style 7
Example Page:
https://cubanarts.xyz/2018/02/01/exploring-the-in-between-spaces-of-being-cuban/
CSS to target the background?
(2)
The Author/Date box on post pages doesn’t look good.
The padding is off?
You can see this on a post page:
https://cubanarts.xyz/2017/06/06/moving-things-cuban-video-art-in-the-us-southwest/
It should have equal padding around it like the following page:
https://cubanarts.xyz/
Is there basic CSS to correct this?
(3)
Can I match/align the tag, title and date area in the top header image to the content width on standard pages?
The top row (main image) is set to ‘Stretch row and content’.
The content below is set to ‘Stretch row’.
I’d like the title info to stay aligned with the content below as it does on ‘post’ pages.
Example Page:
https://cubanarts.xyz/
(4)
Is there any way to display the title info (heading, subheading and author/date) above or below a full-width header image?
Example:
https://cubanarts.xyz/2018/02/01/exploring-the-in-between-spaces-of-being-cuban/
Thank You!
Hi,
I deactivated all css minification and tried with all the plugins deactivated, cleaned cache, installed a fresh copy of the theme but still no luck.
Regards
Hi,
Please check your custom css as there is a code which overwrite the default one – https://www.screencast.com/t/98UZtO7bvXk – https://www.screencast.com/t/2iFKNWHXH
Thanks!
Hi,
I’m not really sure what would you like to achieve.
There are no other menu styles, you will need to use custom css if you want a custom design for it.
We will try to add more features for menu in future!
Thanks!
Hi,
The meta container background will remain even if the post meta are disabled.
If you want you can use this css to remove it:
.td_module_17 .td-module-meta-holder {
background-color: transparent;
}
Module 17 is used to create block 22 – https://www.screencast.com/t/vqOZ01oQsn4
Thanks!
Thanks for your reply.
Unfortunately, this wont be helpful.
Im looking of a way that will remove the two big articles and show only the other 5 that are smaller.
1st of those 5 should be article 0 from the loop, meaning that I dont need to hide this with CSS, i need to edit the specific shortcode, so it shows only the five articles of the bottom, but they will be the latest articles.
Hello,
Please remove any css minification or optimization on your site. You use a tool that converts the standard theme css and that appears to affect the proper functionality.
Thank you!
Hello,
There is also the js to consider. Not only the css works with breakpoints. Our theme also has js loaded elements. If you alter the js, there is another step to be taken as the theme uses the min js version so any change to the js will require you to minify the js file after the change and replace the tagdiv min js code with the new modified version and minifed of course.
Thank you!
hello,
We do not recommend removing the theme css as it is needed for the proper functionality of the theme. In the future we will change the css implementation in our theme but for the time being we do not recommend altering the structure of the css
Thank you!
Hello @contentedmal
You can increase the logo size by adding custom CSS
.td-header-style-8 .td-header-sp-logo img {
max-height: 160px;
}
Change that 160 to any size you want.
You can also try it without code, I can see you have a lot of transparent space on logo just decrease it, this will surely auto increase the logo size.
Refer: http://prntscr.com/iup5fj
Thank you for your understanding.
Hi,
You can use media queries such as those, there is also an Advanced CSS section in the theme panel where there is no need for them. They will be added automatically, you can enter code normally in them and it will apply for those specific widths
– https://www.screencast.com/t/KHe2bnNMHsgg
There is a guide about the browser inspector tool you could read
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
This tool is very useful to make various modifications around the website when there are no specific settings for them.
For example the breadcrumbs have a margin between them and the post categories
– https://www.screencast.com/t/dRGUU9ySgR
That could be remove like this
– https://www.screencast.com/t/PPm7mA7nsS
The inspector is a very powerful tool that can be used in this matter.
Thanks
Hi,
I followed the instructions in documentation to change fonts in the theme panel but the google fonts are not loading no matter which font I choose.
I get this error in the console: GET https://fonts.googleapis.com/css net::ERR_ABORTED
Even with the default fonts I still get the error.
The website is: https://texasborderbusiness.com
Hi.
I understand that part of this customization might be not covered by your support, however, since I want just to remove a thing, I opened up this ticket.
Im using a big grid 6 shortcode, which uses td_module_mx5.php
If I edit this file and remove the division of the module class, first two images dissapear, however, they count on posts loop, so its the same just like hiding them via CSS.
Im searching of a way that will completely eliminate those two posts, having the other 5 there instead, starting from post 0.