- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Hi,
You can set a background ad like this – https://forum.tagdiv.com/background-ads/
But unfortunately when you set a background ad in the current theme version, it is not working properly. We are aware of this issue, and we are working to provide a solution as soon as possible. In the meantime you can try the quick fix provided below. We are sorry for any inconvenience created.
body {
cursor: pointer;
}
#td-outer-wrap {
pointer-events: none;
}
.td-main-content-wrap, .td-container-wrap {
pointer-events: auto !important;
cursor: default;
}
Try setting a background ad, then enter this code in Theme panel->Custom Css
– https://www.screencast.com/t/Anvf45jkFVNz
Thank you for understanding!
Thank you. This you posted: https://www.screencast.com/t/drJ0a2kSOZ9 is EXACTLY what I am looking for.
Is there a CSS code that I can input to UNIVERSALLY Make all the posts CUT off its header at 650 pixels in height?
Thank you! But there are some way for to show the author’s name, then I hide some of them with css?
Fixed catalog by adding to custom css this:
/* The Title of Woocommerce */
.woocommerce-loop-product__title{
line-height:20px!important;
}
Upsells products still dont’t know how to fix.
Кстати, как вы думаете избавлятся от разрыва (большой перенос появился между строками) в заголовках-названии товара в списке товаров? У меня такая же проблема.
Добавьте в Custom CSS:
(Add in в Custom CSS)
/* The Title of Woocommerce */
.woocommerce-loop-product__title{
line-height:20px!important;
}
Плюс в похожих товарах появилась плашка-подсветка под заголовком товаров – тоже не смог побороть.
I don’t know too.
Hi,
The top menu is hidden on mobile, please try this code and it should display the menu on mobile devices
– https://www.screencast.com/t/JFTBMiLY
The code must be entered in Theme panel->Custom Css
@media (max-width: 767px){
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;
text-align: center;
}}
Thanks
Hello,
It can be done with customization if you are confortable editing the post template.
You will have to copy over the meta information from another post template like the default post template for example and remove the meta from post style 7.
You would remove this part of the post style 7 code : https://www.screencast.com/t/6JUDasuXaDa0
And then copy over the header part from the default post template: https://www.screencast.com/t/tQJkHje7 and paste it into the post style 7 loo-single-7.php file: https://www.screencast.com/t/4cpnEBMQTkiX
It could need a bit of css for the white color:
.td-post-template-7 .td-post-title .td-post-author-name, .td-post-template-7 .td-post-title .td-post-author-name a, .td-post-template-7 .td-post-title .td-post-date, .td-post-template-7 .td-post-title .td-post-comments a, .td-post-template-7 .td-post-title .td-post-views{
color:black;
}
I hope this helps.
Thanks.
Hi, i have style problem with my shop after update woocommerce to 3.0.5
they make changes in php code and font(i use custom font function)\css from theme panel now working 50\50.
and they makes some css changes, that i can’t fixed (before all was Ok).
please, help me fix my shop.
Before update:
http://i.piccy.info/i9/2f78e13327365ddf557f4441e8e7af26/1493801454/65048/1142607/catalog_before.jpg
http://i.piccy.info/i9/14a2e3111ae84bd53ffe45740721c95c/1493801473/65726/1142607/upsells_before.jpg
After update:
http://i.piccy.info/i9/ef31298ec9b18620bc7a5754cba21a39/1493801497/67679/1142607/catalog_after.jpg
http://i.piccy.info/i9/77e656f60de2f71eebd2763abba2e128/1493801535/72149/1142607/upsells_after.jpg
I have a question.
I’m not use moble color.
I wanna change mobile background color and mobile menu bar color. What css code I should use?
I need your help. Thanks.
Hi,
Thanks for the extensive explanation and the CSS code. Colour of the text is now changed and site is very happy.
Best regards,
Trond
-
This reply was modified 9 years by
EU-uutiset. Reason: typo
Hi,
The color setting work like this.
If you have no other color selected for the heading background, the related articles and other blocks will grab the color from the theme accent color.
If you set a headers background color and text color, they will grab the color from there, not the theme accent anymore.
The related articles though does not grab the color as it has 2 colors. A black one for the non-active element and a white color for the active element.
If you want to change the color of the active element, please use this css code in the theme panel-> custm css box to change the related articles header text color:
.td_block_template_1 .td-related-title .td-cur-simple-item{
color: #ffcc00!important;
}
Thank you!
Hello modaestrat,
If you want to hide the “SHARE” title and the author box you should use a bit of CSS code to do that. Try the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-post-share-title, .author-box-wrap{
display:none;
}
Hope this helps!
If is not what you mean, provide more details so I will be able to provide am roe accurate response.
Thanks for the message!
Hello WakeUpCallProject,
The theme panel option is fully tested and seems to be applied at my end. Works as expected. Try to clear all your caches and then try to check your results.
For your second request, notice that the category description has an italic font style setup by default and if you want to change it, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-category-description{
font-style:initial;
}
Thanks for your understanding!
Hello team, i want to eliminate the padding space on logo menu but i cant write the custom css correctly Jajaja.
Thats what i want to do
[IMG]http://i65.tinypic.com/ojdn4w.png[/IMG]

Eliminate the space top and bottom.
Im running default demo, latest newspapper. (header style 6)
I dont know css but i try .td-main-menu-logo {padding: 0px;} jeje and dont work.
I hope can help me.
Regards
OK, what link do you mean that you want?
What are you thinking to do? To add them in main menu and work with CSS?
Thanx so much for your help!! it did work 🙂
One last question, is it possible to hide with CSS or remove the “All” feature in the Ajax?:
https://unityweb.com.mx/tecreview/wp-content/uploads/2017/05/cat-1.png
Regards
Hi,
You can use this code in the theme panel-> custom css box or advanced css if you want to alter the amrgins for responsiveness:
.td-header-style-12 .td-a-rec-id-header > div{
margin: 24px auto 24px auto !important;
}
Thanks.
Hello,
Not all blocks can be handled individually in our theme. The related articles color is grabbed from the theme accent color you set here: https://www.screencast.com/t/j19gs2osq This color will be grabbed by multiple elements on your site including links, hover colors and block/widget titles.
If you need further customization to the related articles element, you will need to use css to customize the colors for this block in particular. Please let us know if you need to customize the related articles element and specify how you want it so we can provide the proper code.
Thank you!
Hi,
You should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-post-next-prev{
display:none;
}
Thanks.
Hello ebhelloworld28,
The CSS method does not work properly anymore so you have to use the alternative implementation. Please follow this topic: https://forum.tagdiv.com/topic/newspaper-7-mega-menu-icons-not-showing-in-mobile-theme/
Thanks.
Hello,
If you want to remove the g+ and pinterest share icons, you can add this custom css in the theme panel-> custom css box to hide the icons:
.td-social-google, .td-social-pinterest{
display:none!important;
}
Thank you!
Hello Vibrancy Marketing,
Unfortunately, our theme does not have any such an option that allows you to make this change, sorry! As a quick solution in this regard would be to add a simple HTML in the menu section, like this -> https://www.screencast.com/t/cjbjrQWmC Notice that after these changes you will need to make some additional customization with a custom CSS for better results.
Thanks for the message!
Hello guys,
Does this process include a new icon in the Header or Footer? I ask why when I activate a social network, it appears in both Header and Footer.
And besides the CSS code, do not I need to put any other code in Header and Footer? If I want to put any icon, just create a name for it in the file td_social_icons.php such as ‘myicon’ => ‘Myicon’ and ready? How will the system understand that this new icon is to appear in the Header and Footer?
And the image of the icon, where can I place it, in the specific folder next to the other icons already inserted or can I put in the / uploads folder normally?
I thank you.
Rodrigo Carlos
Hello,
2) I have tested the bullet points on my site but they are exactly the same: https://www.screencast.com/t/YyE2lFum the html code and css is exactly the same as well, 15px on both and the same font family. Yours could get a css from a plugin maybe. Please disable all plugins except visual composer, clear cache and reset cdn files.
3) The excerpt will grab the titles as well. Not the post title, but any title added after it. If you want, you can add a custom excerpt to each post so the theme excerpt system will not grab the text automatically, but rather show the content added here: https://www.screencast.com/t/zcVx7IQVSO
Thank you!
Hi,
If you want to have clean images, without any gradient, you could use style 2 and also add this custom css in Theme PAnel > Custom Css:
.td_block_image_box.td-image-box-style-2 .entry-title a:empty {
display: none;
}
If it is not what you mean please provide a link to a page where you use Image Box and provide more details.
Thanks!