- NewspaperHeader Builder
- NewsmagHeader styles
- NewsmagHeader ads
- NewspaperHeader ads
- NewspaperHeader styles
- Apitd_api_header_style::delete
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
- Apitd_api_header_style::add
- ApiAPI – Header style – Introduction
- 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
The ad banner still overlaps the logo in 980px mode without custom CSS and is now not responsive when the window size is reduced.
I’d love to have the ad banner kept away from the logo in 980px and responsive. Could this be fixed in a future update?
1) Is there any way I can set up my homepage (http://www.biznesinteres.ru) so that it looks like my post page (http://biznesinteres.ru/interesting/5marketingtruths/)? I mean a full width image with articles below, so that homepage and posts have similar style.
2) Is there any way to change height of those images (posts section and homepage if that’ll work)?
Well, the sidebar is easy to remove under “page template settings” on the editing screen.
As for the header and footer, there are a few ways you could do this. Here are two:
1. You could edit the respective template files in a child theme to check the page id and only include the relevant elements if it’s not your thank you page.
For example, once you set up and activate a child theme, you could edit the header file you’ve selected in your theme panel. Find this in your-child-theme/parts/header… .php, and add this line before the first div:
<?php if (!is_page('4994')) { ?>
and this at the very end:
<?php } ?>
Your landing page id is the number that comes up when you hover over the link to edit the page: http://www.screencast.com/t/ANsTxW7C
Then you would do the same to other files you want to remove (menu-top.php, footer.php), save, upload, and clear cache.
2. If you’re not comfortable with child themes or php, you could instead do it quickly through CSS:
.page-id-4994 .td-header-bg {
display: none !important;
}
And add any container classes that you want to hide, putting them where .td-header-bg is, e.g. .td-header-menu-wrap. You can find these using inspect element.
The CSS solution isn’t great because all the content will still be downloaded by the client’s browser, but it’s very easy.
3. Create a custom page template. WordPress checks for page templates in a hierarchy of importance, including the slug and the ID, so if you your page’s slug is /email-landing and you have a template named page-email-landing.php, or page-4994.php, and so on, WordPress will use that rather than the default one. Then you could edit that one to suit your needs. You could copy page.php from the parent theme’s folder as a starting point.
From what I’ve read, this is probably the most natural solution, but it would still need a child theme to survive theme updates, and to be honest I haven’t looked at enough custom template building yet to know what to advise you. For example, you can’t just remove the call to get_header() from page.php or you’ll lose a lot more than the logo div, etc.
Those are my two cents, coming from a relatively new learner of this sort of thing. If anyone has a better solution, feel free to mention it so I can learn too. đ
Hi there,
I was wondering if I can add a landing page for my email list using visual composer.
I want to isolate the page, with no header, sidebar, and footer, just full width content.
Something like this? http://www.acneeinstein.com/newsletter-confirm/
Thanks!
Yes thank you anyways. This topic can be closed by the way
Glad we could help đ
I mean this: http://snag.gy/Htkj0.jpg . I want to remove both url. I want to see the author name and an image without linking to the author page.
Yes sorry, i mean the “Header AD Box”. I thought there is any other way. This code gonna work?
<?php if ( is_home() || is_single() || is_category() ) : ?>
Hi,
Try this css:
.td_ul_login {
margin: 0 65px 0 0;
}
.top-header-menu {
padding-left: 0px !important;
}
#menu-td_top {
right: -555px;
}
Thanks!
Hi,
I believe you are refereeing to this URL http://screencast.com/t/UHUSRsis If so you can remove it like this http://screencast.com/t/KWZP2SaIyJE or if you want to just hide it use this custom css in theme panel > custom css:
.td-author-url {
display: none;
}
Regarding the ad, I believe you are referring to the “Header AD Box” because the “Article top ad” it’s displaying only on single post pages.
A way would be to hide via css on those pages where you don’t want it, or if you have basic programming skills you can create a condition to determine if it’s one of the pages you want the add to show on then render the ad spot.
Thanks
Hi,
That space is the title of the post, as you can see the post title is white and when displayed on mobile the post title slides under the image and because it’s white it gives the impression that a large gap is there http://screencast.com/t/4MMjlso9wG
You can fix this by changing the post title color, use this custom css for this:
@media (max-width: 767px){
.single_template_3 .td-post-header-full header .entry-title {
font-size: 28px;
line-height: 32px;
margin: 0px 0px 14px 0px;
color: inherit;
}
}
Thanks
I don’t really know what you’re talking about Steven.
Yes, the site was temporary down because of a syntax error while trying add a code like this: http://triangle717.wordpress.com/2014/06/04/enabling-the-if-modified-since-header-on-wordpress-org/
but site is working after deleted code again- also from mobile and logged out. So I don’t know what’s the point here.
seem you just playing around with code and the theme and not serious about making a website for people to visit..i just find it weird thatâs all
Aha, if that’s what you’re thinking…. if I wouldn’t care I wouldn’t ask the whole stuff.
Guess it’s besser to ask nothing here, I said from the beginning that I’m no professional and new to all this.
Well whatever I’m out.
@Steven pretty much said what I had on my mind in very diplomatic way.
@cherry = Seems it might make sense to try to optimize your server/CDN/ etc. with the default theme for WordPress while you’re learning how to do this, then switch to the big theme once you have your foundation set in stone, as it were. There are many many sites out there which detail how to optimize a WordPress site, server, caching, CDN, PageSpeed, etc. – before you even get to the theme features.
Problem solved. It was a plugin. Thanks.
What i find very weird that for weeks now ur asking us about lot things to do with a site that’s not “LIVE” are have any content of urs but the demo content and now there is a error to even access ur site…seem you just playing around with code and the theme and not serious about making a website for people to visit..i just find it weird that’s all
Btw no one can access ur site it have a error…
Parse error: syntax error, unexpected end of file in /kunden/323925_31275/cherrykoks/wordpress/wp-config.php on line 94
We use last modified on our sites, but your case may be different; we’re running Apache vs Nginx which is a tad different.
I guess your problem is if you’re seeing a page saying last modified 1970 vs “yesterday” that could simply be its way of saying “not updated – ignore me for recrawl” – which is likely the case you’re seeing.
It could be the cookies your site is sending on page load, where the cookie has the 1970 expiration, and the page has yesterday.
This page might be more helpful in checking your headers, dunno:
http://www.microsoft.com/search/Tools/default.aspx
Ok got response and they don’t support.
They say I have to put in htaccess:
> Header unset Last-Modified
was wondering if this is really important because feedthebot says:
“If a search engine crawler sees a web page status code of 304 it knows that web page has not been updated and does not need to be accessed again.”
And I mean, it would be quite bad if your site wouldn’t be crawled anymore.
Or will googlebot still do this?
check with your hosting provider … if the clock is off or something. I may be missing what your issue is.
You can check your headers for pages with various online tools like http://web-sniffer.net/
HTTP Response Header
Name
Value
Delim
Status: HTTP/1.1 200 OK
Date: Wed, 13 Aug 2014 20:49:28 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Set-Cookie: __cfduid=d2376a9f44b520530e88bf3049c2796811407962968768; expires=Mon, 23-Dec-2019 23:50:00 GMT; path=/; domain=.cherrykoks.de; HttpOnly
Expires: Wed, 13 Aug 2014 21:49:28 GMT
Pragma: public
Cache-Control: max-age=3600, public
X-Powered-By: W3 Total Cache/0.9.4
Last-Modified: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: private, must-revalidate
Vary: Accept-Encoding
Server: cloudflare-nginx
CF-RAY: 1597c78ace8e064a-FRA
Content-Encoding: gzip
Note if having issues with your setup it’s best to check with your CDN provider to debug any issues between hosted content on server and on the CDN and how they sync.
Hey Chris, I also checked the if modified since check, and feedthebot.com is telling me different things.
How can I make sure, that the date is correct,
Check 1 says: correct date (today) Last-Modified: Wed, 13 Aug 2014 18:21:29 GMT
(using http://cherrykoks.de)
Check 2 says: Last-Modified: Thu, 01 Jan 1970 00:00:00 GMT
I’m a litte bit confused đ
Is it importan to use http? If I use just the domain name – I also get the second result.
It´s ok, I solved it by css, anyway the code worked just great!
The support on this theme is great! đ
Hi,
Is is posible to set the header image height from post template style 4.
I want to make it a bith smaller.
Appreciate your time …
JBH
Hi,
First of all please make sure you have activated this feature from Theme Panel, like this: http://screencast.com/t/ecSgkbolvD2
Second please try to disable all plugins leaving enable only those the theme recommends and check if the sticky menu starts working.
Also make sure you disable Cloudflare rocket loader and JS Minify if you are using.
Hope this helps!
Thanks
Thanks. That’s what I tried at first, but it looks like the condition is never triggered because the output isn’t so straightforward. (I realized that the condition doesn’t even specify the header, so it wouldn’t pull the right ad box anyway.)
A var_dump of
td_global_blocks::get_instance('td_ad_box'))
yields
object(td_ad_box)#1657 (2) { ["block_id"]=> string(9) "td_ad_box" ["block_uid"]=> NULL }
whether there’s content in the header ad space or not.
In the end the condition had to be
if (td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'header')))
and I was wrong about using empty because what that returns is not a variable.
Thanks for the help! Hope someone else benefits from this thread.
Hey guys. I am using style 3 (full width logo + menu). I am also using custom CSS for centering the menu which you provided being:
.sf-menu {
display: table;
float: none !important;
margin-left: auto !important;
margin-right: auto !important;
}
/* responsive phone */
@media (max-width: 767px) {
.sf-menu {
display: block;
float: left !important;
margin-left: 0px;
margin-right: 0px;
}
I have a different logo for the desktop logo and mobile logo. The mobile logo is smaller. Now on mobile view, it is showing the desktop view logo. It is also hiding behind the transparent header of the mobile view.
What is the issue here?
i wish it was that simple…
that only changes the size of the font in the header..
id does not change the size of the font on the page
Seems like the sticky menu with this header is broken too.