- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hello,
Please check your custom css as it could not be compatible in the current version anymore.
Thank you!
Hi,
Unfortunately I cannot view the screenshot you provided
– https://www.screencast.com/t/b6RmIsEJnvrd
The space between the latest articles pagination and footer section could be reduced if needed, like this (default padding is 48px)
– https://www.screencast.com/t/y3wy9hSCXm6S
.page-template-page-pagebuilder-latest .td-main-content-wrap {
padding-bottom: 12px;
}
The code will work on pages with the latest articles template selected. It can be entered in Theme panel->Custom CSS.
Thanks
Hi my pages are going blue and not responding, ive recently bought WPBakery Page Builder , i thought this was causing the problems, but the company say The issue at your end is arising from the theme or a custom code added by it. The theme uses the following CSS code which adds the background at your end:
body {
background-color: #99acbf;
}
You can see that it works fine when a default theme like twenty sixteen is used at your end.
please advise about this
Hi,
I just updated the theme and plugins to the newest version and something strange happend to the social sharing icons. Looks like the styling is missing. See attached image.

How am I fixing this? Is it something I have forgotten to update?
Thank you for your reply.
I managed to get closer to what I need but I have a few issues:
1 – When I set “my page” (Woocommerce -> Settings -> Products -> Display) as “Shop page”, then “my page” won’t honour the styling that I created with tagDiv composer, but if I don’t set the page as “Shop page” I get the styling.
2 – Even though I selected a sidebar, and I created a new one just to make sure, there is no sidebar in the frontend in either pages, in the one set as “Shop page” and in the “standard” one.
3 – The Featured Image is not visible either in the default “Shop page” and in “my page”.
4 – To get the styling as per your demo page shown here https://demo.tagdiv.com/newspaper_tech/shop/
I used the “Text With Title” element, it seems the only one which could generete a text label with a line, but in the front end page I get this message:
“Html code here! Replace this with any non empty text and that’s it.”
Is there a workaround to avoid such message because I don’t need any text here but I like the style.
Please see below the code generated by the tagDiv composer:
[vc_row][vc_column][td_block_text_with_title custom_title="Mugs" header_color="#0a0a0a" header_text_color="#ffffff" separator="" tdc_css=""][/td_block_text_with_title][product_category per_page="12" columns="4" orderby="" order="DESC" category="mugs"][/vc_column][/vc_row][vc_row][vc_column][td_block_text_with_title custom_title="T-Shirts" header_color="#0a0a0a" header_text_color="#ffffff" separator="" tdc_css=""][/td_block_text_with_title][product_category per_page="12" columns="4" orderby="" order="DESC" category="t-shirt"][/vc_column][/vc_row]
It’s me again – I have found code in template css to change hover color, altered it and put it into custom CSS. Here it is:
.td_default_btn:hover,
.td_round_btn:hover {
background-color: #4db2ec !important;
}
So now only the problem with multi purpose buttons text size remains.
P.S. Which code should I add to Custom CSS section if I want to enlarge text size of Buttons from Multi purpose plugin (not default Buttons on posts)?
Add this code in Custom CSS section of Theme Panel:
/* Remove comments count in Author Bio */
.td-author-comments-count{
display:none!important
}

Hi
I have all the posts settings with style 3 and after update the template the written text is fullwidth running behind widgets and the column. I need the texts to be aligned, I can not use a CSS style because that also touches elements of the homepage. There are something in the update of the style 3, I think. I need your help for to do this well.
I had the template Newspaper 7 and updated by FTP to 8.5. http://chilecientifico.com/las-regiones-se-toman-congreso-futuro/
I can’t upload theme from WP dashboard. When I’mt trying to upload with .ZIP file it says “style.css” is missing. How can I fix this? Thanks.
hi I have to implement an advanced search form. i have buy facetwp plugins but do not work because the class css called “facetwp-template” is missing.
I tried to insert it in the home page in the section “homepage latest articles”, “posts loop settings”, “extra class”.
When I add that CSS class, it’s not appearing on the front-end, so I don’t think that feature is working. Could you check the “Extra class” setting issue?
Sorry but css does not have such functionality. It cannot auto adjust it’s values. It is a static language.
Thanks.
Hello afratus,
You should use the media queries if you want to target only a specific device or width. Use the @media(min-width:767px) and your code or you simply place your code on Advanced CSS area from here -> https://www.screencast.com/t/2bB9EBh4
Hope this helps!
Thanks for the message!
Hello Berbi,
Try to use the code below and place it in Theme panel -> Custom CSS area.
body .td-header-main-menu {
background-color: #fff;
}
Hope this helps!
Thanks.
Hello Nestor1986,
Please notice that the speed of your website depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit our requirements.
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Basically, these are the theme requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks for your understanding!
Hi,
Glad you appreciate the new elements, we will try to add more in future updates along with other features.
The tagDiv composer cannot be used on posts, only on pages. Buttons in the post page could be created like this however
– https://forum.tagdiv.com/increase-users-engagement-add-custom-buttons-posts/
You could increase the text size for this kind of buttons like this
– https://www.screencast.com/t/fice7DX5f
.single .td_btn {
font-size: 25px;
}
Custom codes can be entered in Theme panel->Custom CSS section.
Thanks
Hello,
If you limit it to 1 post only, then you can use this css in the theme panel-> custom css box:
@media(max-width:767px){
.td-trending-now-post{
overflow:visible!important
}
.td-trending-now-wrapper{
padding-bottom:16px
}
}
Thank you!
Hi Catalin
as I wrote you I need to reach the grafic result in all widget title and blocks category.
The image you send me do not help me.
I do not want to use Tag div composer but a sitewide CSS for all the site.
Hi Simion,
I to have this problem but have gone ahead and changed the css style file. It did not work for me. Is there another fix? Thanks, Sam
hey guys.
first problem or problem but my client would love the height to be changed to like half the height size that big grid full 4 is. https://i.imgur.com/dP2o6nT.png I did it. so it was half the size. but lots of little details didn’t show up just right and didn’t look right on mobile/tablet.
so could someone show me the right CSS to make it right, with image, and text for desktop, tablet so on
the second problem we today saw is that the share button is missing
https://i.imgur.com/ikZFRhq.gifv
what to do there :D?
thanks again and have a lovely day
Hello,
Try to add this css in the theme panel-> custom css box:
.td-crumb-container{
padding-top: 10px;
}
Thank you!
Hello designr,
Please notice that our theme does not have any such an option that allows you to achieve 3 border colors above the footer section. This task involves doing such an additional customizations. You should use the Inspector browser with which to inspect the footer section of your website example. It is required to make some additional classes and then you should use such a custom CSS code for this. As a hint please check here -> https://www.screencast.com/t/bnSSre1g0H
Hope this helps!
Thanks for the message!
The code provided by Bogdan seems to have worked, the space is reduced like you wanted. If you want to completely remove it on mobile while leaving it as it is on desktop, there is a solution.
First move the code from the Custom CSS section in the Advanced CSS->Desktop. Then enter this one in the phones CSS section
– https://www.screencast.com/t/1laavicz
.td-main-page-wrap {
padding-top: 0;
}
The result will be no change on desktop, while on mobile the padding will be 0
– https://www.screencast.com/t/DFVmixMo
Thanks
Hello lukehodge,
You sohuld try using a bit of CSS code if you want to change the size of your logo.
The code is ->
@media (max-width: 1140px){
.td-main-menu-logo img {
max-width: 250px;
}
}
@media (max-width: 1140px){
.td-main-menu-logo img{
max-height: 60px!important;
}
}
Notice that we do not recommend to increase the size of that section because the logo can be easily broken. I suggest to load another logo size for the mobile version from Theme panel, clear all the caches and check the results. If you will check our demo, you will see good results in this case.
Thanks for your understanding!
Thank you Chito, You really helped me a lot with your css code 😉