- NewspaperHeader Builder
- NewspaperHeader ads
- NewspaperHeader styles
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperPosts Loop Element
- NewspaperHow to Add a Logo in Newspaper
- NewspaperDefault Category Settings
- NewspaperWhen tagDiv Composer is Not Working
- NewspapertagDiv Cloud Library Plugin
- NewspapertagDiv Composer Tutorial
- NewspaperUsing the Theme Translations with WPML
- NewspaperInstagram in Newspaper WordPress Theme
- NewspaperWeather Shortcode
- NewspaperThe Mobile Theme
- NewspaperLogin – How to Enable User Registration
@ocbln: das hat bei mir leider nicht funktioniert.
Ich habe hier einen altes Posting von Dir und @mbasche gefunden https://forum.tagdiv.com/topic/top-header/ und es jetzt erst mal mit .td_data_time {float: left} gemacht. Dort auch noch einmal nachgefragt ob es mittlerweile eine Lösung für das Problem gibt.
The same problem 🙁 http://s7.directupload.net/images/140318/fjlbizoy.png
Is there meanwhile a solution for the problem?
Hello,
They bought the theme and I love it but I haven´t been able to solve some problems, are:
1.- Want to place an ad in the header responsive 728×90 and not appear in the singles, only at home and in the pages. (For example www. getmovil. com), in version 3.4 it has become difficult for me to achieve this.
2.- I don´t like the new social buttons, as they have no counter, ¿how to return to the previous?
3.- What is the best way to configure my htaccess for better PageSpeed, as does not exceed 80 in my sites. (I´m using CloudFlare).
Thank you all for your answers!!!
Hi,
You can’t via CSS.
1.
<div class="row-fluid td-menu-header">
<div class="span3 hide-mobile">
<?php
wp_nav_menu(array(
'theme_location' => 'my-menu',
'menu_class'=> 'sf-menu',
'fallback_cb' => 'td_wp_page_menu',
'walker' => new td_tagdiv_walker_nav_menu()
));
?>
</div>
like here: http://screencast.com/t/BqiMkB5Sb
2. 'my-menu' => __( 'My Menu', TD_THEME_NAME)
like here: http://screencast.com/t/2bVntzFIS5Q
3. Add this CSS in theme panel -> Custom CSS
@media (max-width: 767px) {
.span3.hide-mobile {
display: none;
}
}
.hide-mobile {
padding-left: 15px;
}
.td-menu-wrap #td-top-menu {
padding-left: 0px;
}
@media (min-width: 1200px) {
.hide-mobile {
padding-left: 48px;
}
}
.td-menu-header .span8 {
margin-left: 0px;
}
.menu-header-container {
display: table;
float: none !important;
margin-left: auto;
margin-right: auto;
}
4. Go to Appearance -> Menu
Use this menu for that 2 icons and header menu for the rest of the menu.
Result: http://screencast.com/t/XmkHInjHHvv
Thanks!
hi,
on pages and archives (category pages, search, etc) you can use Header Ad, Sidebar Ad, Background click Ad, and you can use the text widget to pus ads in the footer of the page.
you can also use shoertcodes for the ads, more here in the documentation for the theme ads : https://forum.tagdiv.com/ads/
comments on pages will be avaible on next updates.
I don’t unserstand what you mean by : show featured images on top of pages
the featured image is showd by default on top of the post page, you can see the minimized featured image on pages.
Thanks for you message.
Radu A.
-
This reply was modified 12 years by
Radu A.
How about adding some “Custom post type”? And adding the little swapping icons which you’ve already done for video.
I would like to the see the following:
– Post with custom header
Sometimes it’s usefull to use this for a couple of articles which belongs to a series.
http://www.directupload.net/file/d/3564/5gp9gzfi_jpg
– Gallery Slider Slider system with caption (and maybe thumbnails)
http://www.directupload.net/file/d/3564/gecl3whw_jpg
– Big Picture
Inspired by “Boston Big Picture”
http://www.directupload.net/file/d/3564/l2lszr8z_jpg
– Interview (Use swapping Icon)
– Soundcloud (you’re already have this on the roadmap)
Hi,
Can you make the logo at 300×100 and one double size at 600×200? and see if works?
Thanks!
hi
use this css code:
.sf-menu > li > a .sf-sub-indicator {
display: none;
}
here: http://screencast.com/t/nE2MoSzqydp
Thanks for you message.
Radu A.
hi,
the menu is made with <li> elements.
you can move all of theme using:
.menu-header-container {
display: table;
float: none !important;
margin-left: auto;
margin-right: auto;
}
here : http://screencast.com/t/2pdgwMm0TUN
in Advance CSS you can use this css only on certain devices.
Thanks for you message.
Radu A.
Hi
How can I remove the down-arrows from the main menu (appears if the menu item has sub-items)?
Thanks!
Are
It did work!!! Thank you very much!
I’m having just one more little problem, when I use Header Style 1 or 4 with Logo Settings alignment left + full size (235×154), the logo gets really stretched, almost +50% of its real size. When using Style 3 or 6 the stretching doesn’t happen, but Left Alignment is not possible in that case, so won’t work for me.
Can you imagine why that’s happening?
Thanks!
Wonderful template I love it.I need some help from you,There are some white spaces between banner to header top and footer also has some blank spaces could you please guide me to clear this spaces really need it.My web site is http://srilankaclick.com/
Thank you
hi,
try this css :
.td-header-bg {
background-image:url('http://z.about.com/d/cameras/1/7/u/1/bigcat.JPG') !important;
}
Hi,
The font, size and line height can be changed from Theme panel -> Custom Typography http://screencast.com/t/3CiorS7gzf
The color can be changed via CSS like this:
.post header h1 {
color: #4db2ec;
}
Add the CSS above in Theme panel -> Custom CSS
Thanks!
Hi,
you don’t need to duplicate the expires header section. I just changed the method I was using from days to seconds. Doesn’t matter either way. 🙂
Nothing you can do about elements loaded exetnally like add this .css
For the local .css files you need to optimize those by either minifying them manually, and make sure they are enqued properly with the speedbooster plugin.
Good luck! Hope all my ranting helped a bit.
Again, all of this was covered in the pagespeed topic.
Hi!
At Theme Panel -> Background Settings
If I want to use “No Repeat + Center Position + Fixed Background Attachment + Disabled stretching” what should be the the size of my background image, keeping in mind I want it to be Responsive and also that I’ll be using the Transparent Header.
Thanks!
I have one doubt…if i put this in .htcaccess:
AddType text/javascript .js
<IfModule mod_rewrite.c>
ExpiresActive On
# Favicon (cannot be renamed)
ExpiresByType image/x-icon "access plus 1 week"
# Media: images, video, audio
ExpiresByType audio/ogg "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType video/mp4 "access plus 1 month"
ExpiresByType video/ogg "access plus 1 month"
ExpiresByType video/webm "access plus 1 month"
# CSS and JavaScript
ExpiresByType application/x-javascript "access plus 1 week"
ExpiresByType text/css "access plus 1 week"
ExpiresByType text/javascript "access plus 1 week"
# Webfonts
ExpiresByType application/vnd.ms-fontobject "access plus 1 month"
ExpiresByType application/x-font-ttf "access plus 1 month"
ExpiresByType application/x-font-woff "access plus 1 month"
ExpiresByType font/opentype "access plus 1 month"
ExpiresByType image/svg+xml "access plus 1 month"
</IfModule>
¿Do I need to put this code too?
# END WordPress
AddType text/javascript .js
# BEGIN Expire headers
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 5 seconds"
ExpiresByType image/x-icon "access plus 2500000 seconds"
ExpiresByType image/jpeg "access plus 2500000 seconds"
ExpiresByType image/png "access plus 2500000 seconds"
ExpiresByType image/gif "access plus 2500000 seconds"
ExpiresByType application/x-shockwave-flash "access plus 2500000 seconds"
ExpiresByType text/css "access plus 700000 seconds"
ExpiresByType text/javascript "access plus 700000 seconds"
ExpiresByType application/javascript "access plus 700000 seconds"
ExpiresByType application/x-javascript "access plus 700000 seconds"
ExpiresByType text/html "access plus 600 seconds"
ExpiresByType application/xhtml+xml "access plus 600 seconds"
</IfModule>
# END Expire headers
# BEGIN Cache-Control Headers
<IfModule mod_headers.c>
<filesMatch "\.(ico|jpe?g|png|gif|swf)$">
Header set Cache-Control "public"
</filesMatch>
<filesMatch "\.(css)$">
Header set Cache-Control "public"
</filesMatch>
<filesMatch "\.(js)$">
Header set Cache-Control "private"
</filesMatch>
<filesMatch "\.(x?html?|php)$">
Header set Cache-Control "private, must-revalidate"
</filesMatch>
</IfModule>
# END Cache-Control Headers
<IfModule mod_headers.c>
Header unset ETag
</IfModule>
<IfModule mod_alias.c>
RedirectMatch 403 /xmlrpc.php
</IfModule>
I think i resolved all issues in PageSpeed test about “Remove the blocking JavaScript and CSS display the contents of the upper half of the page” but yet appears this
http://ambito-financiero.com/…s/contact-form-7/includes/css/styles.css
http://s7.addthis.com/static/r07/widget119.css
http://ambito-financiero.com/…ster/external/bootstrap/td-bootstrap.css
http://ambito-financiero.com/wp-content/themes/Newspaper/style.css
Less addthis the another things are the theme css files
-
This reply was modified 12 years by
tracid.
Thanks for the reply!
About n. 1, I see you are right, they used black background color to “complete” the fullwidth effect. Anyway, I should have explain myself better:
I’m going to use an illustration on my header, but I want the image to cover all the width of the header, I don’t want the margin on sides, and I can’t use background color to “complete” the sides of the header because it would look like weird (it’s a colorful illustration and I want continuity).
Ideally I would use an background image (fullwidth) + logo, but since that is not possible with this theme, I though that the Style 3 header would be the solution (combining the background illustration and the logo in one image and setting it as the fullwidth logo at theme panel), but now I see that even in the fullwidth logo I still have margins on sides.
Anyway, please tell me if, by CSS, it’s possible to have a real fullwidth image background on header (without any margin on sides). If not, I think the alternative could be use the boxed version with background image and transparent header, right?
Thanks again!
Hi,
Please give us your site URL to see the issue and give us more details, OS used, IE version.
Thanks!
Hi,
1. There is used Style 3 for the header and black color for Header color http://screencast.com/t/K8OdnFqtJdAQ
Also if there are some spaces, margins, etc can be tuned via CSS.
2. I guess you mean on IE8 which is an old browser, IE8 browser don’t support responsive sites, just resize the browser and you will see that the site have fixed size.
3. Here you should check the Upload folder to have write permission. Could be from there.
Thanks for the message!
(oops… you may not NEED to do the addition to wp-config.php — we do it as matter of course as it helps with our system and mod_pagespeed; I may have mentally cross-linked that with hard-coding paths in the header file for the theme to explicitly put in the site URLs vs [theme path] dbase lookups…. upshot, always best to actually specify your URL to website in ALL code vs [get theme path] type stuff … your mileage may vary)
😉 Chris
(I NEED A VACATION!)
Hi
only use the mod_pagespeed stuff if your web hosting provider has Google mod_pagespeed installed – ask them about that, and what functions they support. Don’t use that if your host doesn’t have it installed.
And i should put this code in the final of function.php?
add_filter( 'jpeg_quality', create_function( '', 'return 50;' ) );
YES! 🙂
——————
Hi, here is my current optimized site .htaccess
NOT including mod_pagespeed (may not apply to you)
NOT including my redirects
NOT including my permalink structure
SO, assuming end of the # wordpress stuff
# END WordPress
AddType text/javascript .js
# BEGIN Expire headers
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 5 seconds"
ExpiresByType image/x-icon "access plus 2500000 seconds"
ExpiresByType image/jpeg "access plus 2500000 seconds"
ExpiresByType image/png "access plus 2500000 seconds"
ExpiresByType image/gif "access plus 2500000 seconds"
ExpiresByType application/x-shockwave-flash "access plus 2500000 seconds"
ExpiresByType text/css "access plus 700000 seconds"
ExpiresByType text/javascript "access plus 700000 seconds"
ExpiresByType application/javascript "access plus 700000 seconds"
ExpiresByType application/x-javascript "access plus 700000 seconds"
ExpiresByType text/html "access plus 600 seconds"
ExpiresByType application/xhtml+xml "access plus 600 seconds"
</IfModule>
# END Expire headers
# BEGIN Cache-Control Headers
<IfModule mod_headers.c>
<filesMatch "\.(ico|jpe?g|png|gif|swf)$">
Header set Cache-Control "public"
</filesMatch>
<filesMatch "\.(css)$">
Header set Cache-Control "public"
</filesMatch>
<filesMatch "\.(js)$">
Header set Cache-Control "private"
</filesMatch>
<filesMatch "\.(x?html?|php)$">
Header set Cache-Control "private, must-revalidate"
</filesMatch>
</IfModule>
# END Cache-Control Headers
<IfModule mod_headers.c>
Header unset ETag
</IfModule>
<IfModule mod_alias.c>
RedirectMatch 403 /xmlrpc.php
</IfModule>
Hello,
I have a problem with internet explorer.
Browsing the site with internet explorer the banner of adsense XXXXX is not aligned to the right but is centered, covering the logo, as you can see from the attachment.
How can I fix?
This problem does not occur with other browsers
look:

is this code neccesary too in htaccess?
<IfModule mod_headers.c>
Header unset ETag
</IfModule>
<IfModule mod_alias.c>
RedirectMatch 403 /xmlrpc.php
</IfModule>
And this
<IfModule pagespeed_module>
ModPagespeed on
ModPagespeedEnableFilters collapse_whitespace
ModPagespeedEnableFilters move_css_to_head
ModPagespeedEnableFilters combine_css
ModPagespeedEnableFilters remove_comments
ModPagespeedEnableFilters rewrite_images
ModPagespeedEnableFilters insert_dns_prefetch
</IfModule>
And i should put this code in the final of function.php?
add_filter( 'jpeg_quality', create_function( '', 'return 50;' ) );
Can i put the addthis plugin in async mode?
-
This reply was modified 12 years by
tracid.
Hi!
I’ve just bought the theme and I’m loving it!
I’m making the first tests on it and I have some doubts:
1. How can I set my header exactly like this one http://criss-colfer.fr/test/ ? I mean: higher than the demo, fullwidth and no borders.
I tried to set the Header Style 3 – (full width logo) + menu in the Theme Panel, also no image or color background, but the only thing I get was this: http://fotografiaetc.com.br/
I appreciate if you can explain me how to do these changes easily, since I’m not an advanced user.
2. I’ve made some initial customization, but I’ve noticed that Chrome and IE displays the theme very differently, specially concerning the (i) content width and the (ii) theme main color (IE shows part blue, part yellow), why is that?
3. Finally, I’ve made the sample content installation, but my theme is not showing any of the images (as you can see in the link above), what can be wrong?
Thank you very much for your help!