Hi,
Use this CSS, just a selector changed:
.menu-item-4800 {
display: none;
}
.td-affix .menu-item-4800 {
display: block;
}
.td-affix .menu-item-4800 img {
height: 50px;
}
Thanks!
Hi,
1. We developed the theme from less files. When we publish the theme we compile all the less files into the style.css. Also the theme have an internal live less compiler, if you want to change the theme to use the less files instead of style.css just change the code like here: http://screencast.com/t/CQ09Uw5zFvvA
2. The speed booster is not required by the theme, is an optional plugin.
Thanks!
Hi,
You can go trough the header styles and set the full width logo one this will also set the header ad to full width: http://screencast.com/t/MJ0SoaxvdtNy
You can change the logo size via css if you need to look different.
Thanks
Hi,
You can translate “Trending Now” from Theme Panel > Translations: http://screencast.com/t/5PnMu0Ll
If you want to remove it use this css:
.td-trending-now-title{
display:none;
}
Thanks!
Hi,
Should be possible somehow via CSS, just give me your site URL to take a look. What exactly do you want, to be boxed and with a color like newsmag? Thanks!
Hi,
Please use this custom css: http://screencast.com/t/cYDWouLNa
.category .td-subcategory-header .td-pb-border-top{
border-top:0px
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please make sure you have the latest version of the tagDiv Speed Booster plugin. And check if works without Speed Booster.
Another solution is to replace all color from style.css using a text editor with find and replace search after #4db2ec – this is the default theme color and replace it with your color.
Thanks!
Hi,
Is like that because start a new sentence there http://screencast.com/t/vaiG7yeQ
If you want less space use this CSS, add it in Theme Panel -> Custom CSS
.wp-caption .wp-caption-text {
padding-bottom: 5px !important;
}
Thanks!
Hi,
Please use this custom css in Theme Panel > Custom css: http://screencast.com/t/9jrfe7Os4X0
.td-post-small-box span {
background-color: red;
}
Result: http://screencast.com/t/OumY77gJ1m
Thanks!
Hi,
You can also set the sidebar for the page as well from page template settings section: http://screencast.com/t/29IKb73Cj7rV
To remove the more stories box from mobiles you can sue this custom css in theme panel > custom css filed:
@media (max-width: 767px) {
.td-more-articles-box{
display:none;
}
}
To hide the sidebar you can use this custom css:
@media (max-width: 767px) {
.td-main-sidebar {
display: none !important;
}
}
Regarding ads please note that those ad switches are for adsense ads only so if you are using other type of ads will not work. Please send your site’s URL so I can also inspect this.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Please follow this for smart list image resize: https://forum.tagdiv.com/topic/change-image-size-smart-list-3/
To change background of “read more” button and comment’s icon use this css: http://screencast.com/t/YOl7cx6zA
.td-read-more a{
background-color:red;
}
.td-module-comments{
background-color:blue;
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You can edit loop-single.php (for default post template) and add the code like this: http://screencast.com/t/FFe9618uRBt
Please make sure that you check for this changes to the same post template you are also doing this changes as there are 8 different post templates besides the default one and you need to make this changes to each post template file if you want this on every post template.
Please use this custom css:
.meta-info p {
display: inline;
}
header time {
margin-right: 20px !important;
}
Result: http://screencast.com/t/b4RagDyN7p
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi Chris – appreciate that đ Old code that we knew worked was quickly dropped in simply to get an image into the post so we could run auto post thumbnails – but as we now know it doesn’t harvest post images that are inserted via custom fields – so it was deleted đ Now trying to implement it (properly with CSS) since we can’t easily get around the featured image problem.
-
This reply was modified 11 years by
karlos.
Hi,
I’m starting to make an effort to optimize the site for PageSpeed, and couple of minor things:
test page
http://ga-ga.com/1890/book-review-people-deserve-a-fighting-chance/
1) is it possible to setup the use of the optimum thumbnails for this kind of page layout? Basically actually using 200×150 images vs resizing them? I currently have 200×150 as one of the 3 sizes in the wp admin > media > small/medium/large, however the page blocks on posts don’t actually use the 200×150 size thumbs.
(to correct listed as “error” for pagespeed)
resized in HTML or CSS from 238×178 to 200×150. Serving a scaled image could save 1.5KiB (30% reduction).
2) can we set pages and posts and categories, etc., to NOT load the visual composer CSS since it’s only used on home page?
/wp-content/plugins/js_composer/assets/css/js_composer.css
3) getting this issue, which I don’t recall seeing before when doing past optimizations, and not sure if something in ad module is loading something via BOTH http and https, or if this is strictly an issue on Google ad side of the load:
The following resources have identical contents, but are served from different URLs. Serve these resources from a consistent URL to save 1 request(s) and 9.2KiB.
âąhttp://pagead2.googlesyndication.com/bg/-GgkI9xeVCztemwrHKdpGDGZZ7feSdeVfZSSdFvmVw8.js
âąhttps://www.google.com/js/bg/-GgkI9xeVCztemwrHKdpGDGZZ7feSdeVfZSSdFvmVw8.js
4) best way to defer parsing of this javascript
âąhttp://ga-ga.com/wp-includes/js/comment-reply.min.js (622B)
âąhttp://ga-ga.com/wp-content/plugins/akismet/_inc/form.js (533B)
Thanks folks đ
FYI, for those curious –
couple of things I’ve noticed
1) ad loading seems to slow down page more than it used to;
2) apparently it is better to use the long https://?= URL for embedding YouTube videos on post vs the http shortcode since it’s a redirect.
3) optimizing font loading is still a huge hairy deal to deal with, and to optimize site one must consider adding font calls to style.css at end and remove from the functions and/or the speedbooster functions file (depending on theme version); theme uses 3 Google fonts by default
4) running 3 ads on page does slow it down vs 2
this page has GTMetrix score of “95” without fully optimizing font loading, and need to remove the redundant images being loaded in footer for latest items.
http://gtmetrix.com/reports/ga-ga.com/drtVe8gF
for
http://ga-ga.com/1890/book-review-people-deserve-a-fighting-chance/
still, page load time is slower than it could be.
When I optimized the crap out of Newspaper a few months back; I optimized font loading, and also had only text ads loading from AdSense. Funky thing with that is Google now loads unoptimized favicons with some text ads which will fail the image dimensions test, and nothing can be done about it. Full stop.
So, I’ll be playing with this a bit more this month, as I did with the Newspaper theme a year ago, and may have a little “insane optimization” guide for y’all.
Like adding expiration headers for the icon font to the htaccess file đ
(Note: above page is *not* using a WP caching plugin of any kind, btw.)
One of the main reasons I bought this theme was this demo page:
http://themeforest.net/item/newspaper/full_screen_preview/5489609
How do I set my posts to look like that? When I turn off the sidebar to make it full-width, it’s too wide. I don’t want to hack the CSS since that’s going to have a cascade effect on the rest of the site, but how do I set my posts to look like this?
Same here. Just updated to 1.4 yesterday (Jan. 10); no other plugins updated except the two plugins included with theme (speedbooster and social). WP 4.1, everything else up to date.
So, yes, looks like a bug.
I did manually minify my style.css, but that is just basic minification and doesn’t impact stuff like the bullet points.
In “theory” we might be able to do something temporarily like
ul {list-style-type:circle; color:#000}
I could not do this by editing the style.css. I changed some things but not altered the width of the layout.
What can I do?
Check the changelog to make sure you don’t need to replace files in the child theme also.
With a fairly new theme, the child theme can actually change dramatically and you may need to do clean install of child theme and then add your custom css and functions to the new versions of the child theme files.
May not apply to you, but this same issue happened with Newspaper theme the first 2 months. Theme went through rapid changes, so the child them changed with the main theme quite a bit, which sort of defeats purpose of child theme.
I find it’s safer to mod the main theme, and remove one CSS redirect, which Google prefers even though the WordPress folks love to do that.
Hi there.
I have tried 4 times with same result.
I overwrite the themefolder and the child folder except for the functions and style.css in my child theme folder.
But every time the sites turn white and no way to regain control not even through /wp-admin access.
Can you give me a step by step to update the theme
Well, using basic CSS would be good … “centre” is not a CSS class.
Also using the normal WordPress image classes for alignment might work, too
class=”alignright” ?
The WordPress Codex is a great place to learn about using basic WordPress CSS classes:
http://codex.wordpress.org/Wrapping_Text_Around_Images
-
This reply was modified 11 years by
simchris.
I have opted for style 1 (logo-image + ad + menu) for header. I want the logo at the Centre in header in the mobile and tablet versions in the sequence of menu + logo + search icon.
Also, the menu drop down window is too wide, how to reduce the width? How to add bgcolor to the same window? Is it possible through CSS. Please help what should be the CSS code.
Thanks for your help.
For Comment Icon edit you style.css on Line #7178 —>
.td-module-comments {
background-color: #you color code;
………
…..
}
OK – we’ve started migrating the content – and we’ve edited the loop.single templates to pull in the custom field for the image by adding this just before <?php echo $td_mod_single->get_content();?>:
<table width="300px" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td><?php if ( get_post_meta($post->ID, 'Image', true) ) { ?>
ID, "Image", true); ?>" title="<?php the_title(); ?>" alt="<?php the_title(); ?>" width="300px" border="0" style="padding: 0px;" align="centre"/>
<?php } else { ?>
<?php } ?></td>
</tr>
</table>
It’s working fine – but we just have a small, cosmetic formatting issue – the table holding the image is the full width of the page – ideally we want it set as just 300px wide and aligned right – so that the content wraps around the left of the table.

Can you help with necessary css code to achieve this? There are in excess of old 10,000 articles in the database.
This should work fine while we generate new post thumbnails with Auto Post Thumbnail Pro.
Hello TagDiv team,
first I want to commend you for the great work. Your theme and your support is just great. Please keep it that way.
Told Now to my question, or rather more a request. I’m the Theme Newsmag changed a lot but I am stuck with a problem.
On one side of the drop down menu is cut down in the footer.
Here is the page: https://www.samdownloads.de/firmwares/
Hope you can help me here
greeting
Florian