- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hi,
For what I can see you are using a RTL language, please notice that our theme is not full compatible with RTL; also please provide me a link where I can inspect this problem, in this way I will be able pro provide you an working css.
Thank you for your understanding!
Hello !
For Ordinated lists you can do it like this: https://www.screencast.com/t/1rOmUAkO8U
Also please take a look at more about how to set styles to html elements here: https://www.w3schools.com/html/html_css.asp
I hope this was helpfull !
Thank you !
Hi,
That demo uses a cloud post template for posts, so the template can be edited with the composer. That background color is set for the column from what I can see.
Please edit the template with the composer and select the column, than in the CSS tab remove/change the colors as needed – http://prntscr.com/obyeps
More about the cloud library plugin here – https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
If you have more questions let me know.
Thanks
Hi,
In order to achieve what you want please try this custom css
-> https://www.screencast.com/t/rxfAie5vM
.footer-email-wrap {
color: transparent;
margin-left: -75px
}
.footer-email-wrap a{
font-weight: 800;
}
You need to set the code in the Theme panel> Custom code> Custom css
Hope this will help you!
Thanks.
Good evening,
Is there any way to create a different hover color for the menu text and the sub menu of the header?
Please visit my site to see the current situation.
I would like to have a yellow colored bar to underline the text once the mouse floats over, but I would like to keep the pink color to highlight the article titles in the sub menu.
Hopefully I’ve missed on option for this or have the possiblity to add custom CSS to fix this.
Many thanks in advance for your help!
Best regards,
Eduard
Hello Tagdiv support,
I have 2 issues:
1. I would like to move the Above Post ADS (YOUR ARTICLE TOP AD )to Left a little bit because as you can see my website is RTL

However in MOBILE, they are 1000% responsive , just in DESKTOP there is this issue.
2. Since I bought the theme, the ( YOUR ARTICLE INLINE AD ) never appears even though I set them after 2 paragraphs, In mobile AMP they appears after 2 paragraphs, but in desktop or when I visit my website via mobile they don’t appears , how can I fix this?
3. If you visit my website via mobile, you will see that the Search button is on the menu button like an error, I want to disable the button of search for mobile.
I used this CUSTOM CSS under Mobile theme in THEME PANEL but it didn’t work
#td-header-search-button-mob {
display: none;
}
.header-search-wrap {
display: none;
}
Hi
I am facing a problem. Site is showing the pages that doesn’t exist, but opening like a homepage.
https://bcss8.com/page/2/
https://bcss8.com/page/3/
https://bcss8.com/page/4/
….. And so on.
How to solve this problem.
Is there any other solution? Ie: a plugin? CSS code?..
Open to your advice.
Hi,
Unfortunately there is no setting for this in our theme, this can be achieve only making change in theme core.
You could try this solution
-> https://www.screencast.com/t/nhov88jSu you need to set this code in each module where you want to have the subtitle with link on int to the post.
You can get the code from here ; but notice that you need to make those changes after each update, because since Newspaper v9.7 the child theme is working only for the functions.php and style.css files.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Thank you for your understanding!
Hi,
Indeed the menu in mobile version is not working on post and you get some errors in console -> https://www.screencast.com/t/koEbs3qZrFI
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all plugins and child theme ( if you are using ) and let only the tagDiv Composer , clear all cache, deactivate the cache plugin and try again.
Here are some resources I found online, maybe they are helpful
– https://coffeencoding.com/load-google-fonts-5x-faster-in-wordpress/
– https://stackoverflow.com/questions/54277912/ensure-text-remains-visible-during-webfont-load-not-getting-resolved-in-google-p
– https://css-tricks.com/snippets/css/using-font-face/
– https://developers.google.com/web/updates/2016/02/font-display
Let me know the results!
Thanks.
Hello !
Please add this custom css code in order to activate your dropdown menu arrows:
.td-mobile-content .td-icon-menu-right {
display: inline-block;
}
The code need to be set in Theme panel> Custom code> Custom css
Thank you!
Hi,
1. That doesn’t have a font setting in the theme panel, if you want to modify the description font in the default author page template, it could be dome with some CSS
– http://prntscr.com/oadqzr
If you need help with it let me know. Here is the code used in the emxample
.author .author-box-wrap .desc {
font-size: 15px;
}
2. I see the mobile theme is active, you could do that with some CSS as well, for example
– http://prntscr.com/oadtrt
.wp-block-image figcaption {
font-size: 15px;
line-height: 26px;
}
The mobile theme has a dedicated custom CSS section, so the codes entered there will apply only to it – http://prntscr.com/oaduv3
If you need help with it let me know. I should note that in coming updates the mobile theme (which currently does not have any font settings) will receive font settings in the theme panel.
3. That is not actually Helvetica, this font is not being loaded. So the next font in line in the font family is loaded – http://prntscr.com/oadw1n – http://prntscr.com/oadw9k
Please edit the page with the tagDiv composer, click on the text elements and choose different fonts and colors as you want – http://prntscr.com/oadxka and they should apply properly.
Let me know.
Hello !
You can resize your logo using a image editor wich will be more indicated but as for a CSS please try this code:
.td-gadgets .td-header-style-5 .td-main-menu-logo img {
width: 150px;
height: auto;
}
As you can see the code worked on our end: https://www.screencast.com/t/vjyEjlAe7r
This code needs to be pasted in here: https://www.screencast.com/t/J1Nxw5s5
I hope this was helpfull !
Thank you !
Hello !
This will require a custom CSS in order to arrange the looks of your page. Please provide a link to your website so we can inspect and provide a helpfull solution !
For your second request you can add a text with title element from the tagDiv Composer but for that you will need to apply a single post template as you can see here: https://tagdiv.com/customize-articles-with-single-post-templates/
Thank you !
Hello,
I have two questions :
1/ When I try to customize the predefined blocks via ‘css onglet’ of tagDiv (changing background-color,padding…), the page isn’t anymore accessible. I get the error “[Error at rows: ..(models) ..(dom).” even if the page containts just one block.How can I solve this issue plz?
2/ In such situations, the contain of page isn’t accessible anymore by using tagdiv or at via the dashboard. So, every time I have to rebuild the page from the beginning. so how i can recover it?
Thanks!
Hi,
I think that you do not understand correctly, by default the “EMPTY COLUMN” need to have a equal width, by setting the margin left/right 0/1 the width of empty column will not longer be equal.
If this is a problem for you, then you can use a custom css that will be apply all time on all those row elements
-> https://www.screencast.com/t/Heyg7sTvnKab
.tdc-element-style{
margin-left: 0px !important;
margin-right: 0px !important;
}
You need to set the code in Theme Panel>Custom code> Custom css
Thank you!
i already did all the things, yesterday morning everything was fine… why on a 502 bad gateway all the css disappeared ??
I try an other theme and there is the CSS.
Hi,
By a theme or block setting it is not possible. However I could give you a CSS code for it, for example – http://prntscr.com/o9w1so
This code will apply to the flex blocks in the homepage only, I could modify it if needed.
It can be entered in the theme panel custom CSS section
.home .td_flex_block_1 {
counter-reset: module;
}
.home .td_flex_block_1 .td_module_flex_1:after {
counter-increment: module;
content:counter(module);
position: absolute;
top: 0;
right: 20px;
color: white;
padding: 5px 10px;
background-color: rgba(25,27,26,0.5);
}
Let me know.
Thanks
Hi,
In order to fix this problem, please try this custom css
-> https://www.screencast.com/t/ASfFJfxhm1
.tdm-header-style-3 #td-header-menu{
margin-right: 150px;
}
You need to set the code in Theme Panel>Custom code>Custom css
Let me know the results!
Thank you!
Hi,
I could give you a code for it, like this for example – http://prntscr.com/o9vg85
You can modify the margin value if you want, then enter the code in the theme panel custom CSS code section
.id_inline_ad_content-horiz-center {
margin-bottom: 26px;
}
Thanks
Hi,
I’ve checked your website and your menu is look normal -> https://www.screencast.com/t/jpCNu1wA in desktop version and on mobile you’ll need to add in Theme panel>Custom code> Custom css this custom css
https://www.screencast.com/t/8bYNrDFy
.td-mobile-content .td-icon-menu-right {
display: inline-block;
}
Also if the shortcode for translating still appear in menu after you deactivate those plugins, you’ll need to remove theme manually.
If there is still a problem, just let me know!
Thank you!
every pages created with tagdiv composer there is an error in the corner :
Error at zones: 5(models) : 1(dom). The model does not match the content
and no css at all
Hi since the bug yesterday with 502 bad gateway my website is crashed and there is no CSS on every page how can i fix it please ? its a bit urgent thanks a lot !
Wow. This is a total mess. I paid for the updated theme. I updated it and now my entire site looks terrible. The homepage is lumped into a classic post. The composure is not recognizing the old code at all. This is disappointing to say the least. When I try to edit my homepage, I get a classic post cluster-f**k that looks like this:
[vc_row][vc_column][td_block_trending_now limit=”8″][/vc_column][/vc_row][vc_row css=".td-top-border{border-top-width: 1px !important;}"][vc_column width="2/3"][td_block_slide autoplay=”4″ category_id=”11″ custom_title=””][td_block_2 custom_title="Featured Cases" header_color="#dd9933" category_id="2" sort="alphabetical_order" limit="15"][td_block_2 custom_title="Endorsed Cases" header_color="#dd9933" border_top="no_border_top" category_id="3" sort="alphabetical_order" limit="15"][td_block_2 custom_title="Successful Cases" header_color="#dd9933" category_id="53" sort="alphabetical_order" limit="15"][td_block_11 custom_title=”Judges For Justice Featured Cases” header_color=”#dd9933″ category_id=”67″][td_block_11 custom_title=”Justice For Illinois Wrongfully Convicted Cases” header_color=”#dd9933″ category_id=”75″][/vc_column][vc_column width="1/3"][vc_single_image image="1796" img_size="" alignment="center" style="vc_box_rounded" onclick="custom_link" link="https://www.facebook.com/Injustice-Anywhere-270758032980401"][vc_separator][vc_widget_sidebar sidebar_id="td-default"][/vc_column][vc_column][td_block_video_youtube playlist_title=”Recommended Videos” playlist_yt=”D0CqOtEITZg, d_nUtdU0wic, bh_X5vKF_LM, HAsEEXk84pA”][vc_empty_space height="2px"][td_block_video_youtube playlist_title=”Recommended Music” playlist_yt=”LZNCSGxM5Gw, pnfhCg6VAac, 1KylNm5eTrM”][/vc_column][/vc_row]