Hello broinfo,
Sorry but the theme does not have any such an option that allows you to hide the post titles on the blocks but you can try using some custom CSS code for that. Try the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-module-title{
display:none;
}
Thanks.
Hi,
You could edit the block and modify it like this
– https://www.screencast.com/t/47gmF2DEM
Use the category IDs you want to exclude.
Or you could hide them with CSS, with a code. Example down below
– https://www.screencast.com/t/DII02arD
– https://www.screencast.com/t/Ez7D0H8iK
.td_block_popular_categories a[href*="travel"]{
display: none;
}
Thanks
Hello teknolojisk,
You should try using the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-header-border:before {
background-color: red;
}
Thanks.
Hi,
By a theme setting it is not possible. It could be possible if you use a plugin such as Adrotate, or maybe the ads could be hidden with CSS if you do not use Adsense only
– https://forum.tagdiv.com/topic/ad-blocks-ways-to-includeexclude-per-catagory/
I believe the AdRotate plugin has options such as the one you need, based on user feedback it works properly with the theme. Here is some documentation about it
– http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
– https://ajdg.solutions/manuals/adrotate-manuals/
Thanks
I created a child theme for some customizations as per your tutorial. I am noticing an issue with the td-composer “icon” element when editing a page. The icon menu on the left sidebar is full of blanks.
To recreate the issue:
* Set up a Newspaper-child theme and select it as the active theme. I’m using Newspaper 8.7.5, composer 2.3
* create a new page, editing in td composer
* drag the “icon” element into a row. this is the green icon element from td-multipurpose now embedded in composer.
* click the icon in the page to open the edit form on the left side. click the tiny icon on there to pull up the menu to choose a new icon. this is the menu which will have a bunch of empty place holders.
Diving into the browser debugger, I discover that the following resources are being requested directly from the child theme, which results in a 404 not found error:
/wp-content/themes/Newspaper-child/images/icons/newspaper.woff?15
/wp-content/themes/Newspaper-child/images/icons/newspaper.ttf?15
/wp-content/themes/Newspaper-child/images/icons/newspaper.svg?15#newspaper
/wp-content/themes/Newspaper-child/font-newspaper.css
The tutorial does not say we need to copy these over.
If I symlink the images directory and the css file to the originals in the parent theme directory, the td-composer icon element shows the icons in the menu when editing.
Is this the correct solution? Did I miss some setting in the child theme that controls this? Or is this a bug in the theme or td-composer?
Hi Catalin,
It still doesn’t work.
Bogdan wrote that I should paste the code in custom css so I made a mistake. Now I pasted it in javascript like on your screenshot.
But now we can still click on pictures and when we click on it, it opens the big version of the image.
So I removed the code.
Any solution?
Thank you Simon,
it worked, I added the custom CSS. May I ask, is there something like this also for the bullet list? For some reason, when I add a bullet list (using Page Builder) it doesn’t show the dots, I must add them there manually but then its not a real bullet list (as you can see on the page in the first comment)
Hi,
I cannot change the default color of the craft ideas theme which is yellow-orange. I would like to change it a different color. I have tried to do this using CSS and !important but I it won’t change.
Any help much appreciated
Shane
Hello salahsaqr,
I saw that you are using the Fitness Blog demo which has that color hardcoded in the style.css code. So, if you want to change this color to be the Accent Color you should comment out from the demo_style.css from here -> https://www.screencast.com/t/oR4oIkSR Now, it’s working fine because I made this change from your editor and now, your General Accent color will be applied as you can see here -> https://www.screencast.com/t/tVnN48nfqAb
Hope this helps!
Thanks for the message!
Hi,
The gallery has a different design for the image captions
– https://demo.tagdiv.com/newspaper/td-post-aston-villa-beat-liverpool-to-join-arsenal-in-the-fa-cup-final/
The caption is aligned to the right by default, there is no option to change this. I could give you a code which will center the captions, this is the result
– https://www.screencast.com/t/N8XIDK89Fkw
.td-gallery-slide-copywrite {
float: none;
}
.td-doubleSlider-1 .td-slide-item .td-slide-caption.td-gallery-slide-content {
text-align: center;
}
Maybe that would be a solution, if you should consider it enter the code in Theme panel->Custom CSS.
Thanks
Hey
Does anyone know is it new wordpress update or it’s new newspaper update (I suspect the latter) which removed lots of formatting options from formatting menu in visual editor?
Previously I was able to do that within few clicks via FORMAT menu:

But now this format menu is empty, lots of blocks stuff is missing:

At the moment I do all that formatting stuff now manually via code, but it’s annoying, and other authors can’t do that, previously all you needed to do is select text and via format menu you were able to choose formatting you needed. Why it’s missing now?
Since this is Newspaper css classes and stuff, I think it was last newspaper update which removed these formatting settings from menu. But why? Can you guys add it back?
blockquote class="td_quote_box td_box_center"
Hello Nikolaas49,
Please provide some useful screenshots with your used code in Live CSS Box for further investigations.
Thanks.
Hi,
The links color could be set as you are creating the link
– https://www.screencast.com/t/bG5NyQudck
Or if you want to style them all at once, use a CSS code
– https://www.screencast.com/t/gk2WoaCLdg
The code can be entered in Theme panel->Custom CSS code. It will affect all the links in the page content once entered
.td-page-content a {
color: yellow;
}
The hover color will be the theme accent color
– https://www.screencast.com/t/rQh4iiC1s
Thanks
Hi,
The theme uses it’s own icons where needed, for all the other elements WordPress handles them, such as these ones
– https://www.screencast.com/t/8z4j8LRSt
You could remove it if that is what you want, I found a similar topic (there are others online)
– https://wordpress.stackexchange.com/questions/161476/how-to-remove-dashicons-min-css-from-frontend/161482
Hey,
I added block 18 on my archive page, and the post titles have orange color on (Hover), I didn’t find any option in TagDiv Composer, nor in Theme Colors to change it!!
Also, I tried to put some CSS but it didn’t work and still the same! I also realize that some settings are configured automatically from the last installing I made 3 months ago. My cache plugin is disabled and I cleared my browser cache, but that didn’t help as well!
By the way, also, my new favicon didn’t update.
Username:
Password:
https://www.obtaingreen.com/widegates/
Could you please “teach” me how to fix it?
Thanks!
Salah
Hello,
Indeed there is no option to changethe title specifically on category pages. You cqna try to add this css in your custom code section and change the color in the code to the one you seek:
.category .td-page-title{
color:green;
}
Thanks.
Hi Simion.
Thanks for the answer.
The second solution (Custom CSS) works.
Bye
Fabrizio
That is quite a result, congratulations. You could use online minification tools, like this one for example
– https://cssminifier.com/
Hi,
@Fabrizio Azzali If you use a different you could try removing the default one. Try this suggestion
– https://wordpress.org/support/topic/update-4-9-6-checkbox-comments-privacy-approved/
Or enter this code in Theme panel->Custom CSS
.comment-form-cookies-consent {
display:none;
}
Thanks
Hello,
you can change the css for each row in particular and have it hidden on mobile devices using the device icons like so: https://www.screencast.com/t/GEqqsHZHbRm
Thank you!
@mayuxi From what I can see after inspecting one of those posts, there is inline CSS used here in the post
– https://www.screencast.com/t/aSAj9YMoP
That is a meta which has been added either by a plugin or another implementation. However this is not acceptable by AMP. Try removing it and there will be no more errors.
Hey guys,
I have a raw html box for newsletter subscribers on the homepage I also want to add it through widgets. But when I do, the top of the box is cut off. I can’t figure out how to fix this, could you help me?
The way it should be: https://bit.ly/2L61Tr5 (Yellow block)
The way in comes out through widgets: https://bit.ly/2L2SLmL
Thanks!
Hi,
I see you use Adsense, so hiding them with CSS is not an option. You could try the Adrotate plugin, I believe this plugin has options like that, for more control over the ads. Many theme users recommend the plugin I mentioned. Some documentation about it here
– http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
– https://ajdg.solutions/manuals/adrotate-manuals/
You could give that a try. Maybe there will be at some point options like this in the theme.
In a coming theme update, there will be additions to the way the post templates are created. This will affect the post ads as well.
Thanks
Glad it works, maybe in the future the grids will be modified to display additional meta besides the title, by default.
If you make the modification as shown, the subtitle will be displayed above the title. You can place the code differently in the module if that is what you want. If you want to modify the subtitle visually, you can do that with CSS
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
I will try to help you if you could specify what you want to do exactly.
Solved custom CSS with:
.td-main-content-wrap,
.td-category-grid {
background-color: transparent;
}
.td-container-wrap {
background-color: transparent;
margin-left: auto;
margin-right: auto;
}
.td-header-gradient:before {
content: "";
background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMGAhQQCyEd++8AAAAUSURBVAjXY1AAQgMgdABCCBAAQQAT6AFRBPHcWgAAAABJRU5ErkJggg==');
width: 1%;
height: 0px;
position: absolute;
left: 0;
bottom: 0px;
z-index: 1;
}
took few hours to find out..
-
This reply was modified 8 years by
Lex404.