- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hi
Try this css in theme panel > custom css: http://screencast.com/t/AvpdfOTG2iV6
h4{
padding: 0!important;
}
Thanks!
Hello,
You can use your first code to remove meta info from all the modules and simply use a reverse code like so:
Block 13 uses td_module_14
So create another code and add it below your first one (use both codes):
.td-module-meta-info { display: none !important;}
.td_module_14 .td-module-meta-info { display: block!important;}
This is the css method. Another method to remove the meta information is by disabling it from the theme panel from post options, but it will also remove the author name and date from postss.
Hope this helps.
Thank you!
Hi
1. I suppose that you’re referring at big grid 1. To hide the author name and the date from that grid use this css in theme panel > custom css: http://screencast.com/t/FZ9nXBFGl
.td_block_big_grid_1 .td-post-author-name, .td_block_big_grid_1 .td-post-date{
display: none;
}
2. The category filter works fine even if the category id have two digit: http://screencast.com/t/OcRf4LTR -http://screencast.com/t/RpU3gCspShAy – http://screencast.com/t/ugrgcVrHvQJ
Please make sure that you added the correct id, clear all caches ant test again.
Thanks!
Hi snowwatchGB,
Please try the code below in Theme panel->Custom Css area like this: http://screencast.com/t/Lp1djK5q
.td-post-template-6 .td-main-sidebar {
margin-top:0px;
}
You can see the result: http://screencast.com/t/uHalXZzOs
Thanks!
Hello Gordon,
Newspaper 6 is a whole new theme so an update from 4 to 6 may cause the same issues as switching to another theme (but we did try to maintain compatibility where ever possible).
Always make a full backup of your current installation – https://codex.wordpress.org/WordPress_Backups and then do a clean update, meaning that we recommend that you delete the old version of the theme before uploading the new one – https://forum.tagdiv.com/how-to-update-the-theme-2/ update also the plugins that come with the theme files from the /plugins folder. In the “how to update” guide is specified that you will have to run the script that will import from database your settings.
The shortcodes have been changed so old ones will not work anymore. Please note that old files customization or custom css will not work with the new version and you will have to adjust or re-add them.
Bottom line is that newspaper 6 is a whole new theme built from scratch.
Unfortunately you will have to clear your agenda and spare a bit of time to adjust all your settings to the new version of the theme.
We are sorry for the inconvenience.
Hope this helps!
Thank you!
Hi
That happens because of Speed Booster plugin which move all custom css at page bottom. When you change some color from theme panel > theme colors the theme generate a custom css. This css and the one from custom css box it’s moved in footer by Speed Booster that’s why appear that delay. To avoid that you can deactivate this plugin or add all custom css in the main css file which is style.css: http://screencast.com/t/dhQkdCX1y5Y
Thanks!
Hi
Use this css to correct this error: http://screencast.com/t/pfWr5ts5XpK
.td_block_authors .block-title, .td_block_social_counter .block-title {
float: none!important;
}
Thanks!
I’ve also had the same behaviour confirmed by someone on another device now.
The screenshot you posted shows that the CSS names Open Sans for the font-family. I agree, the CSS is being generated correctly. But the question is whether the browser can actually find and display that font.
Yours might be displaying it because you have it installed on your device. I’m not confident that that’s how it works, but that has factored into other weird font behaviours in the past.
Can you show me whether your browsers are downloading the Open Sans CSS file and hence fonts from fonts.googleapis.com, as in my first screenshot?
Thanks!
Buna
Ai putea insera news ticker-ul in pagina fara sa folosesti Visual Composer modificand putin structura shortcodului. Totusi vei avea nevoie de VC pentru a genera shortcodul astfel: creezi o pagina noua si activezi Visual COmposer apoi setezi news ticke-ul. Dupa aceea schimbi pe backend editor, copiezi acest cod: http://screencast.com/t/cDY5KUfihF si il inserezi in continutul pagini: http://screencast.com/t/hyzol7lI4tCk
Va trebui sa adugi acest css in theme panel > custom css: http://screencast.com/t/Zw9UT16zNKM
.td_block_wrap.td_block_trending_now{
border-left: 1px solid #e6e6e6;
}
Dupa ce ai generat shortcodul poti dezactiva Visual Composer.
Multumesc!
Hey TagDiv team,
I have issues with the CSS. Everytime you reload the site, it loads a different CSS to that of my site and i dont have any idea where to find the code to remove that! It is extremly annoying since it makes us lose a couple of seconds and make the site feel heavy. Can you please help? My site is AfriqueITNews.com
Thanks.
Unfortunately, this solution does not work for me. I need EVERY module in the entire site to remove the meta info so that it removes the extra spacing that shows up when no meta info is included. Except for block 13 – that one needs to use its meta info or else the block does not render correctly. I don’t know how to use CSS to simply show the meta info on block 13 while excluding it from everything else on the website.
Suggestions?
Thank you.
I would like to make a slight change and wondering if you could help me… My site is http://news.snowwatch.org.uk
1. Style 6 SideBar
As you can see here: http://take.ms/N1T7C the side bar is not level with the red line. Please could you suggest a fix? Here’s the CSS I’ve used with that style already: http://take.ms/t8NMP and http://take.ms/A0Rn0
Is there a plugin that can combine CSS and JS files?
Hello I am still having a problem with the Masonry Grid on the mobile phone display. When I try it on an iPhone 5s on Safari and Google Chrome everything loads beautifully until the Masonry Grid where it displays off to the left in a thin column.
If you are going to test it I would appreciate you test it with my website which is http://www.rockshot.co.uk
I have tried the theme without plugins (leaving the Visual Composer). But it still does the same thing.
I am running Visual Composer 4.7.4 but I see that version 4.8 is available from the plug-in author but not through you?
I have had this problem for two weeks now and no fix in yet. I have not done any code adjustments or added css.
Can you please help?
Thanks
S
Hi
To display the category drop-down filter on the same line with the pagination it’s a bit tricky. First you need to place this line above the one which generate the block title like here: http://screencast.com/t/BbOO6beG9np then add this css in theme panel: custom css: http://screencast.com/t/Qojl70ezALSn
.td-next-prev-wrap{
display: inline-block;
}
.td_block_wrap .block-title{
float: left;
}
.td_block_1 .td_block_inner, .td_block_2 .td_block_inner, .td_block_3 .td_block_inner, .td_block_4 .td_block_inner, .td_block_5 .td_block_inner, .td_block_6 .td_block_inner, .td_block_7 .td_block_inner, .td_block_8 .td_block_inner, .td_block_9 .td_block_inner, .td_block_10 .td_block_inner, .td_block_11 .td_block_inner, .td_block_12 .td_block_inner, .td_block_16 .td_block_inner, .td_top_authors .td_block_inner, .td_block_text_with_title .td_block_inner {
clear: both;
}
Thanks!
Hey there,
I’ve selected Open Sans as the font for the header menu and some other things, seen here: http://themedium.ca
“Latin” is checked in the theme panel for which Google Fonts subsets to load.
But at the moment I can only see Chrome actually displaying Open Sans. Firefox and Edge are showing a placeholder.
When I check sources, I see that Chrome is indeed loading the CSS and hence fonts from Google:
http://www.screencast.com/t/VrXcbxgOQI
But FF and Edge are only loading Roboto, not Open Sans:
http://www.screencast.com/t/9gdBHCTppI
http://www.screencast.com/t/ApqBMwc8
I’ve already purged all caches. I am using a CDN, but my htaccess allows font downloads, as you can see from Roboto and even my custom font files.
Any suggestions?
Hi
I’ve checked your site and the new mobile icon is displayed fine: http://screencast.com/t/NiVkA7Zfk7k If you’re referring at the delay, that is caused because first time it’s loaded the main css from the style.css, than the custom css. To avoid that delay you can insert the code directly in style.css file: http://screencast.com/t/S753z26v43f
Thanks!
Buna
Blocurile temei pot fi folosite doar daca ai Visual Composer activ. Chiar daca folosesti functia do_shortcode() pentru renderizarea shortcodurilor layoutul va fi afectat fiindca lipsesc unele clase din de css din VC.
Multumesc.
Hello,
How can i remove the comments section from the articles?
You have a picture below o see what i want:
http://www.screencast.com/t/im3PpcPHpqo
thank you.
PS. I already found the css code for More frome author.
thnx and how about pagination and pull down filter in same line? what is the css for it?
İ mean title pagination and pull down filter in same line…
if possible…
by the way you guys rock , i really aprreciate fantastic….
-
This reply was modified 10 years by
Smanchi.
Hi
To achieve that you need to edit the file corresponding for the block that you want to affect. For example if you want to move the pagination near the title in block 1 the file that must be edited is td_block_1.php: http://screencast.com/t/kVWLZQsk1 After that add this css in theme panel > custom css: http://screencast.com/t/LJEZAccv
.td-next-prev-wrap{
display: inline-block;
}
Thanks!
Hi
I am not sure what you mean but if you’re referring at the drop-down menu for the languages use this css to move it to the left: http://screencast.com/t/3YYa8esd
.td-header-sp-top-menu{
width: 100%;!important;
}
.td-header-sp-top-menu .menu-top-container{
float: left;
}
.td-header-sp-top-widget{
display: none!important;
}
If this is not what you mean please provide more details.
Thanks!
Hi,
You could use header style 5 and add this custom css in Theme Panel > Custom Css – http://screencast.com/t/6cedEPaojqIk
@media (min-width: 768px) {
.td-header-style-5 .td-main-menu-logo img {
max-height: 30px;
vertical-align: inherit;
}
.td-header-style-5 .td-main-menu-logo {
height: 30px;
}
.td-header-style-5 .td-main-menu-logo a {
line-height: 30px;
}
.td-header-style-5 .sf-menu > li > a {
line-height: 30px;
}
.td-header-style-5 #td-header-menu {
min-height: 30px;
}
}
You may need more customization and also you will have to change the the css for sticky menu. I suggest to get someone to help you with this if you don’t have basic html/css experience as we cannot provide custom work, sorry!
I have provided an example how you can do this and hope this helps!
Thanks!
Hi
The theme doesn’t have an option to keep the post views active but hidden in the same time, but you can use this css in theme panel custom css to achieve that:
.td-post-views {
display: none;
}
Thanks!
Hi,
I guess you used custom css to change this. Try just to add the icon classes where I suggested(make a backup of your current file) – http://screencast.com/t/2nWWfuhtI – http://screencast.com/t/UOiSBLkmCw Of course make sure you have Font Awesome 4 Menus plugin active.
Thanks!