- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Hi,
1. If you have set a page for shop, then you can customize a part of the woocommerce https://www.screencast.com/t/ucI0qux7T9
Also is possible with custom css and WooFramework Shortcodes -> https://docs.woocommerce.com/document/shortcodes/
2. Shortcodes included with WooCommerce
WooCommerce One Page Checkout
Thank you for your understanding.
Hi,
Please read this topic https://bbpress.org/forums/topic/remove-default-css/
Hope you can solve your problem.
Thank you.
Hi,
The only way to do this is to add a custom css in Newspaper>Theme panel>Custom Code> Custom css
.td-pulldown-filter-display-option li:nth-child(5) {
display: none;
}
See resulstshttps://www.screencast.com/t/Vd62Z5zk
Thank you.
I ask as I am using youzer and I have noticed the conflicting css between the two.
https://cimmarian.com/activity
I notice styles.css uses #buddypress
Is there an easy way to turn off all #buddypress?
Hi,
Please put this custom css in Newspaper>Theme panel> Custom code > Custom css
https://www.screencast.com/t/Z2tVhrfpFA6
.td-module-meta-info .td-module-comments{
display: none;
}
Hope this will help you.
Thank you for your understanding.
I do, but my user won’t right here and right now. As far as I had to take care of the bug by myself, here I post the solution, hoping it will be useful for others.
On Custom CSS, add:
.td_block_wrap:not(.horizontal-swap) .td-module-meta-info { flex-shrink:0!important; }
On advanced CSS under tablet portrait and mobile, add:
.td_module_wrap.td-meta-info-hide .td-module-meta-info {
flex-shrink: 0;
}
Hello Dollrotica,
Yes, indeed, when you set up your page as a Shop page, it will be boxed to the normal theme’s layout. As a quick solution, in this case, is to use such a custom CSS code and add width:90%. Below is a simple example a shop page with sidebar ->
.woocommerce-page .td-container{
width:90%;
}
The result is here -> https://www.screencast.com/t/nNVxIuNapOTz
Regarding Search product functionality, please check here -> https://docs.woocommerce.com/document/woocommerce-product-search/#prettyPhoto
Thanks for your understanding!
hi
my site on mobile don’t look like the mobile theme
this is my website : http://www.loviak.com
and please do you have a plugin that eliminate render bloking js and css ?
Hello guys,
First, congratulations for this amazing theme. I install WP latest version and the theme, but in my console I have some errors and a strange calling for style.css and js from the root. I mean mydomain.ro/style.css I know that this file is in the root of theme’s folder.
I activate also https on my site, from cPanel, I change also https in WP, general settings.
My domain is cultivaprofitabil.ro
Also, when I acces theme panel, in admin I have over 100 erros in console 🙂
I send already an email to contact@tagdiv.com, Sunday.
I can give you on email all my details, logins etc.
Thank you very much!
I upload theme to my /wp-content/themes folder, like the other theme I was using before.
The theme will not work as I received the following message:
Broken Themes
The following themes are installed but incomplete.
Name Newspaper
Description Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.cssstylesheet.

After doing this, i have this problem.
The gap between titles and picture is getting longer while i scroll down.
And there is also a big gap below footer.
Please help me 🙂
Page css is below:
.td_top_authors {
margin-bottom: 64px;
}
.td_top_authors img {
position: absolute;
max-width: 70px;
left: 0;
/* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_top_authors img {
max-width: 55px;
}
}
.td_top_authors .item-details {
margin-left: 85px;
position: relative;
height: 70px;
top: 1px;
/* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_top_authors .item-details {
height: 55px;
margin-left: 70px;
}
}
.td_top_authors .item-details span {
font-family: 'Open Sans', arial, sans-serif;
padding: 3px 7px;
color: #fff;
font-size: 9px;
font-style: normal;
font-weight: bold;
margin-right: 5px;
}
.td_top_authors .td-active .td-author-post-count {
background-color: #4db2ec;
}
.td_top_authors .td-active .td-author-comments-count {
background-color: #4db2ec;
opacity: 0.8;
}
.td_top_authors .td-active .td-authors-name a {
color: #4db2ec;
}
.td_top_authors .td_mod_wrap {
min-height: 70px;
padding-top: 9px;
padding-bottom: 9px;
border: 1px solid #fff;
}
.td_top_authors .td_mod_wrap:hover {
border: 1px solid #ededed;
}
.td_top_authors .td_mod_wrap:hover .td-author-post-count {
background-color: #4db2ec;
}
.td_top_authors .td_mod_wrap:hover .td-author-comments-count {
background-color: #4db2ec;
opacity: 0.8;
}
.td_top_authors .td_mod_wrap:hover .td-authors-name a {
color: #4db2ec;
}
.td_top_authors .td_mod_wrap:hover .td-authors-url a {
color: #4db2ec;
}
.td_top_authors .block-title {
margin-bottom: 16px;
}
.td_top_authors .td-authors-url {
display: table;
position: relative;
top: -2px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #4db2ec;
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
}
.td_top_authors .td-authors-url a {
color: #000000;
font-family: 'Open Sans', arial, sans-serif;
font-size: 16px;
font-style: normal;
line-height: 18px;
font-weight: 600;
display: inline-block;
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_top_authors .td-authors-url {
display: none;
}
}
.td_top_authors .td-authors-name a {
padding-bottom: 4px;
font-family: 'Open Sans', arial, sans-serif;
font-size: 14px;
color: #c81820;
line-height: 18px;
font-weight: 700;
display: inline-block;
font-style: italic;
}
.td_top_authors .td-authors-name a:after {
content: "";
height: 96px;
position: absolute;
right: 0;
top: -15px;
width: 324px;
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td_top_authors .td-authors-name a:after {
width: 300px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_top_authors .td-authors-name a:after {
width: 228px;
}
}
@media (max-width: 767px) {
.td_top_authors .td-authors-name a:after {
width: 100%;
}
}
.td_top_authors .td-author-post-count {
background-color: #222;
}
.td_top_authors .td-author-comments-count {
background-color: #444;
}
-
This reply was modified 7 years by
arthale.
Hi,
There are similar topics with solutions you could try
– https://forum.tagdiv.com/topic/top-bar-in-mobile-menu-is-not-coming/
– https://forum.tagdiv.com/topic/top-navigation-not-showing-on-mobiles/
– https://forum.tagdiv.com/topic/the-top-menu-not-showing-in-mobile/
Use the Live CSS editor to test these codes, modify them is needed.
If you need help let me know.
Thanks
Hi,
1. You need to add an extra class and style with css.
Example:
https://www.screencast.com/t/KqQXiFsWXN
https://www.screencast.com/t/kvDdGK8oO
2. The “Column text” don’t allow schema.org elements.
Sorry for the inconvenience.
Thank you for your understanding.
Hi,
Unfortunately that can be done just with custom css
Please go in Newspaper>Theme panel>Custom code>Custom css and paste this css
.mfp-figure::before{
opacity: 0!Important;
}
See results:
https://www.screencast.com/t/Hv0hfrcL
Thank you for your understanding.
Hi! Can you help me with the css code to turn related article section from the bottom of the article to filter just the latest posts? Thanks!
I’m not sure I get. Do you mean edit css from “/wp-admin/theme-editor.php”? In that case as I said before I’ve already did all the changes on my child theme style.css Or maybe you mean “site/wp-admin/customize.php”? In that case it don’t seem to be set there.
At the moment it works only choosing “Open Sans” from Newspaper Theme Panel, but I’d like to choose my favourite font once for all instead of Roboto or at least understand where that font come from.
Thanks anyway for your answer, very kind.
Edit: Updates! Pages seem don’t work at all, they always show roboto even if I set it up on open sans. Bof, bof, bof…
-
This reply was modified 7 years by
mf_srls.
How to change from “roboto” to “open sans” on body, p elements of css?
I’m gettin mad about it. I’m asking for general, I used to code css and usually I know how to do it.
In this case I’ve some problems.
I tried to change it from the “tagdiv” panel and it doesn’t work (I’m speaking of the post content and page content).
Then I tryed to change every occurrence in the css, applying changes on child theme of course. Well everywhere it changes with the exception of what I need :,,,,-(
Viewing through firefox developer it shows “body, p { font-family: Roboto; }” the location is described as “inline:677” I can’t understand where this instruction is written, please someone help me,
Thanks a lot
P.S. Please ask me if me if someone needs further information or screenshots
Hello
I need to see my topbar content also in mobile devices, so I’d like you tell me how to achive this (I’ve got CSS skills)
My site is topbruselas.com
Thanks in advance.
The solution, i copy the demo css in to my child theme.
Thank you again
if it can help you, would appear to be patched (patched, not solved) applying css
Patch NOT APPLIED in order to let you see the bug, just to hel pyou focusing the problem.
.td_block_wrap:not(.horizontal-swap) .td-module-meta-info {
flex-shrink:0!important;
}
Hope it helps to fix the problem.
-
This reply was modified 7 years by
lukferroni90.
Awesome, its working. Thank you
But one question, i imported the whole demo in a local demo and i don’t see any custom code in the demo. I am doing something wrong ? or is not possible to recreate the site without the custom css?
Replace the above css with this one:
.page-template-page-pagebuilder-overlay-php .td-header-wrap .td-header-menu-wrap-full {
background-color: transparent !important;
}
Hope this will help you.
Thanks.
Even with the custom css, the overlay menu is not working.
Yes! I have all my menu’s now also on my mobile website. Thanks very much!
Should I open a new topic about the custom code? I asked these codes everywhere for help on different fora and also here when I was an absolute noob and had zero knowledge and now I am a little bit more smarter at webdesign and also know what HTML, CSS, javascript and php is.
Now I want to clean up a little bit, but I don’t know what these codes do.
Could you help me explain what these codes do so I can decide if I should delete them or keep them? Or should I open a different topic.
.menu-item-125 .sub-menu{
max-height:400px;
overflow:auto!important;
}
.category .td-page-title{ display:none!important }
.td_category_template_6 .td-category-header {
min-height: 400px;
}
.vc_tta-container .wpb_video_wrapper iframe {
height:100%!important;
}
.wpb_heading { display: block; }
Hi,
I’ve just inspect your website and I saw that you have set this custom css in Newspaper >theme panel>custom code >custom css
.menu-item-125 .sub-menu{
max-height:400px;
overflow:auto!important;
}
Please move this custom css in advance css set in in all section without phone section
https://www.screencast.com/t/mY5wu0s2
Thank you.