- 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
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
Our site uses flex block 1 for most of the home page (it’s a local news site), and it works well. Every block has one or two excerpts, and most of those blocks allow one excerpt to include an image. However, not every story has an appropriate photo, so some times there is a big empty space where the photo would normally be placed. Is there any way to just display an extra excerpt below an excerpt that is missing an image? If not, is this something that could be solved with some CSS? For example, if Hide Image is false in a block, could the number of excerpts be incremented in that block for every excerpt that has no image? Editing the design of the flex blocks every day is not something we want editors to do.
Hello,
You are probably uploading the whole theme package. You have to upload only the theme zip file, not the whole package which contains other items
– https://help.market.envato.com/hc/en-us/articles/202821510-Theme-is-missing-the-style-css-stylesheet-error
Install via WordPress -> https://forum.tagdiv.com/install-via-wordpress/
Install via FTP -> https://forum.tagdiv.com/install-via-ftp/
Let me know the results!
Thank you!
In the upload to the theme to wordpress the answer was that the theme has no style.css.
Hi,
Indeed there you’ll need to use a custom css for example you can use this code
.td-header-main-menu, .td-header-main-menu {
height: 0px;
}
.td-header-menu-wrap {
min-height: 0;
}
Set the code in the theme panel > custom code> advance css> phone.
Now for the breadcrumbs are usually on posts and are set in each post style, the path on those files is wp-content/plugins/td-composer/legacy/Newsmag/parts/single/loop-single-1.php now for some templates the code is set in loop-single-x.php for others in single_template_x.php
-> https://i.imgur.com/Eu4RHa8.png
-> https://i.imgur.com/1fvgJhe.png
The code for breadcrumbs is set on this path -> wp-content/plugins/td-composer/legacy/common/wp_booster/td_page_generator.php -> https://i.imgur.com/tZQcd4S.png
I hope this will help.
Thank you!
Hello!
Please make sure this is not a caching problem , a plugin conflict or any custom CSS.
Let me know the results!
Thank you!
Thank you! Its worked. I add this text for style.css
/*
Theme Name: Newspaper
Theme URI: http://tagdiv.com
Description: Premium WordPress template, clean and easy to use.
Version: 11.3.2
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
License:
License URI:
Text Domain: newspaper
Tags:black, white, one-column, two-columns, fixed-layout
————————————-
Table of content:
————————————-
1. Variables
2. Mixin
3. Normalize
4. Theme Grid
5. Header
6. Typography
7. Modules
8. Post and Page
8.1 Page
8.2 Post template
8.3 Comments
8.4 Gutenberg
8.5 Galleries
9. Misc
10. Footer
_ _
| \ | ___ _ _ _ ___ ___ ___ ___ ___ _ _
| |/ ._>| | | |<_-<| . \<_> || . \/ ._>| ‘_>
|_\_|\___.|__/_/ /__/| _/<___|| _/\___.|_|
|_| |_|
~ tagDiv 2021 ~
Thanks for using our theme !
Our portfolio is here: http://tagdiv.com
*/
Hello,
Edi with tagDiv Composer, select the row and you can change the image in the tab called CSS => https://i.imgur.com/ilKQ9cG.jpg
Thank you!
Hi southfans, that section in red rectangular is the “Latest article” section, you can remove it from homepage like this -> https://i.imgur.com/Nfi1DOC.png edit the page then set the page template on default -> https://i.imgur.com/HnkR8V7.png in this way the code for that section will no longer load fort the page set as homepage.
Another solution is with css (but this is not indicated):
.home .td-pb-article-list {
display: none;
}
The above css will hide the latest section but only for the page set as homepage.
I hope this will help you!
https://drive.google.com/file/d/1osyrEMaG_aNcUWf38rGyuxv5ZluzlF78/view
Please share any css code to hide this red part in image from the homepage only.
journeyofresilience.com
My website is completely messed up (sidebar is misplaced, CSS is visible all over the place, formatting on pages is messed up). I built it with TagDiv, and all of the TagDiv plugins were disabled when I tried to get in to edit the site.
I activated them all again, and I get a spinning circle when I try to open TagDiv to edit anything.
My site shows some issues. Looking at the mobile theme, it shows that it has always changed. What is the cause and what should be done about it? And when that happens, the articles also change, and why would this happen?
My site: http://www.udumuslive.com
Hi,
The point is that most of the elements from tagDiv Standard Pack can be replaced so you can disable it to load a less css.
Here is an article about the elements from this plugin https://tagdiv.com/newspaper-theme-update-standard-pack-or-tagdiv-cloud-templates/ also here is the topic from forum -> https://forum.tagdiv.com/topic/action-required-please-read-how-to-update-to-the-newspaper-theme-v-10/ about this.
Also the only problem that I see seems to be related to the logo -> https://i.imgur.com/LegmHc0.png when this is loaded is take a lot of space and after it is display is reduce to normal.
Thank you!
Hi,
For ‘Image Info Box’ you’ll need to combine the font awesome plugin with an extra class on element like this -> https://i.imgur.com/uUeAOFk.jpg then on that class you’ll add a css like this one ->
https://i.imgur.com/VPIWwxn.png
.my-extra-class .tdm-btn-text:before{
font-family: FontAwesome;
content: '\f392';
margin-right: 5px;
}
The css can be set in the theme panel > custom code> custom css.
I hope this will help.
When I write an article and insert a quote block I get this character difference
(oaragraph)….nuovo e soprattutto ad un progetto che punta molto su una linea verde. La libero originaria di Cortona:
(blockquote)L’INIZIO È STATO SICURAMENTE DIFFICILE, C’ERA PIÙ DIFFICOLTÀ A GIOCARE INSIEME, POI C’È IL LAVORO DELLA SETTIMANA….
I tried unsuccessfully in the custom css section to insert the following change:
.wp-block blockquote p, .wp-block .wp-block-freeform.block-library-rich-text__tinymce blockquote p, .wp-block blockquote.wp-block-quote p, .wp-block .wp-block-freeform.block-library-rich-text__tinymce blockquote.wp-block-quote p {
font-family: ‘Roboto’, sans-serif;
font-size: 15px;
line-height: 23px;
font-weight: normal;
font-style: italic;
text-transform: none;
color: #222222;
}.
In the previous wordpress theme there was no such anomaly with the Guttenberg editor. May you help me? (A colleague told me that this anomaly is also on the newspaper theme)
Good morning,
I need to add a custom class for different category, or at a featured image in order to customize the highlighted post in homepage via css.
Thank you
Hi Piotrk87, if you are using the woocommerce without the theme plugin tagDiv Shop, then there are no options in our theme to edit the woocommerce.
What you can do is to use a css -> https://pluginsforwp.com/blog/change-woocommerce-button-color/
I hope this will help you!
Hi Mara,
The most easy way will do with a custom css -> https://i.imgur.com/ZxnTQjz.jpg
.td-fashion-pro .wp-caption .wp-caption-text {
background-color: #fff;
border-left: solid 10px #fc8a00;
}
The code need to be set in the theme panel > custom code> custom css.
Thank you!
Hi,
I made some investigations on my install and I set the link of post in embed element and I also past the link directly in the post and the only class that is apply for me is
wp-embed-featured-image square this class “square” is make the featured image small, the class rectangular has no css to apply.
Those classes are coming from the posts and are used inside the iframe to display the featured image.
T looks that it can not set a css for the classes inside the iframe, this is not apply, that it is way the above code is not working.
Also I try some links from your website and this are look the same in post editor https://i.imgur.com/KVx2RGo.png does not matter if I use Newspaper or a default theme, therefore, I do not this this is related to the theme.
But if you want we can check this on your backend to be sure, for this we’ll need wp-admin access. You can provide it via email at contact@tagdiv.com and also include the link of this topic to can identify you.
Thank you!
Hello
**the corresponding url (You should see it on your mobile screen.)
https://kimstipguide.com/the-best-college-student-laptop/
I used the column function when writing the article.
However
on the mobile screen
Margins are not aligned.
Please tell me the CSS code so that the correct margin is displayed on the mobile screen.
Here is the address of the question description.
https://kimstipguide.com/wp-content/uploads/2021/12/21-12-03.jpg
thank you!
Hi,
I use default template (no tagdiv shop) for shop pages, including product page. I am not able to change the styling of add to cart button. Is there a setting in theme panel where this could be done, including colors / size of the button etc?
Styling with css does not work.
Image: https://ibb.co/J256ZsC
Hi Team,
I have a problem with CSS loading on my website. On some pages it works, on others it does not. I have tested and this is not a plugin caching issue, since all such plugins were disabled for testing.
The problem concerns the website as seen on mobile.
On this website, the tables are vertically scrollable: http://jakaoferta.pl/najlepszy-abonament-ranking-abonamentow/
On this one, they are not: http://jakaoferta.pl/abonament-w-sieci-otvarta-analiza-oferty/
I have applied CSS provided by plugin developer. This is anyway standard CSS targeting table ({overflow-x: scroll !important;
})
Also, I have tested the plugin on other template and there is no problem with scrolling.
Would you be able to help in order to troubleshoot the problem?
Piotr
Hello!
If you need to disable the link from that button then please apply this CSS code in the Live CSS:
.tdn_block_newsletter_subscribe button {
pointer-events: none;}
If this is not what you mean, then please provide more information about what you need to achieve, screenshots or a video in order to help you.
A solution for sending a screenshot/video is this:
Download, capture, send: https://www.techsmith.com/jing-tool.html
After making the screenshot, you will have a link, paste it here.
Thank you!
Hello,
To set the code you can use the element Raw CSS https://i.imgur.com/RhqCpmO.jpg and this is the code
.menu-item .tdb-menu-item-text .tdc-font-tdmp {
font-size: 24px;
position: relative;
top: 5px;
left: -2px;
}
@media (min-width: 768px) and (max-width: 1018px) {
.menu-item .tdb-menu-item-text .tdc-font-tdmp {
font-size: 20px;
top: 4px;
left: -1px;
}
}
.td-header-desktop-wrap .tdc_zone {
box-shadow: 0 -13px 10px 3px rgba(0, 0, 0, 0.12);
}
.td-main-content-wrap {
box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.12);
}
.td-footer-wrap .tdc_zone {
box-shadow: 0 13px 10px 3px rgba(0, 0, 0, 0.12);
}
.td-main-page-wrap {
overflow: visible !important;
}
.td_block_template_8 .td-block-title > *:before,
.td_block_template_8 .td-block-title > *:after {
height: 3px;
margin-top: -2px;
}
Thank you!
Hi,
From what I saw the iframe is set by default on “width: 600px; and height: 640px;” and sometimes the css code is overwrite with “width: 100%;”.
So the solution that I can suggest is to use this custom css :
body .wp-embed-featured-image img {
width: auto;
}
Set the code in the theme panel > custom code> custom css.
Hope this will help you!
Hi darem200, indeed you have the last theme version, Newsmag v5.1.
When you access the posts it looks like you have a plugin conflict, because, some css is overwriting the one from the theme. Please make a test using only tagDiv plugins.
Let me know the results!