- TutorialsDefault Block Settings Guide
Hello,
1) What you see on themedium’s hover color is not the category color. it;s the block hover color that can be changed from the block settings: http://screencast.com/t/X9vZVNAt
2) Yes, the site in question uses style 4 for posts and a css customization to make the post background transparent. This is a similar code:
.td-post-header-holder.td-image-gradient .td-post-title {
background-color: rgba(255,255,255,0.7) !important;
padding-left: 10px !important;
padding-bottom: 10px !important;
}
3) The excerpt color can only be changed with css. Use this code:
.td-excerpt{
color:red!important;
}
Thank you!
The logo for my site is a badge and is, therefore, circular but when I insert into the header using the logo upload it’s quite small due to the fact the dimensions of the logo have to be 272×90.
The original dimensions of the logo are 400×400 but can obviously be shrunk to 200×200 or so but what I want to know if it’s possible to have a custom header which would have the the logo on the left and in increased size with the banner advert and menu right next to it.
A bit like how it looks on http://www.rushthekop.com but with the logo much bigger and up a bit so that it is inline with the menu and ad.
Best regards,
Mike
Hello,
In order to remove the shadow you must use css as there is no setting for this in the theme panel. Use this code in the theme panel->custom css box:
.td-header-gradient:before{
display:none!important;
}
Thank you!
Hello,
1) The 3 sections of the footer were not designed to be identical width between them. The logo container is smaller so there will be more space for the other containers. If you want them justified, you can use this css code:
.td-footer-wrapper .td-pb-span3, .td-footer-wrapper .td-pb-span5, .td-footer-wrapper .td-pb-span4{
width: 33.33333333%!important;
}
2) This will not be a simple reuqest to do. It requires a bit of customization work which we cannot provide. We do not have a customization department so we cannot provide such services. You will have to chosse a header style that comes close top what you need, or hire a freelancer to customize the layout for you.
3) We only recommend using these columns in visual composer: https://forum.tagdiv.com/how-to-use-visual-composer/ Other layouts could provide ‘broken’ results
Thank you!
Thank you!
Hello philjimkaterini,
1)I have inspected your website and I did not saw any differences between your Big Grid 3 and our demo with Big Grid 3, as you can see here -> http://screencast.com/t/77aPwEWn Unfortunately, if you want to make your main container being wider, also you will have to change the width of the theme and please notice that our product does not have such an option for dynamic width and we do not recommend to do that through the custom CSS code because the layout of the theme will be damaged. If you want to change the width of the theme to be in full-width mode, please notice that is not a simple task and you will have to adjust the entire theme to the new width for better results.
2)If you want to remove the menu, please notice that you should use a bit of CSS code to hide it. You can try to use the code below and place it in Theme panel->Custom CSS area.
The code is ->
#td-header-menu{
display:none;
}
If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!
Thanks for your understanding!
Hi,
How can I make NewsPaper7.4 (the no1. smart magazine in WordPress) header-logo container a fullwidth as shown in this screenshot: http://www.awesomescreenshot.com/image/1774884/745f914ca7358832131b557e7cf7f2e8
Thank you in anticipation
Hope there is solution for this…?
With regards
Hello,
I have created a custom taxonomy for my website and I would like to display the same template which the category templates show (it’s alright even if I have to enter the module number manually, don’t need the function on the backend). I have got the same layout by going to CPT & Taxonomy section, however I am not able to get the header part there. I would like the taxonomy pages to also have the header section just like the category section has.
I tried to dig in your code and I saw that you are using the “_helper_show_category_top_posts_style” and the “td_category_top_posts_style_*.php” file to display the content.
If this is something I can clone can you tell me how I can do that?
You can simply use the Google adsense boxes under “ads” in the theme panel.
See the theme docs (link right side of page here), for using “ads” with theme.
Super simple 🙂
Or, if you’re trying to do that site wide, I think there is a header code box under “custom code” in theme panel.
Or, you could manually add to the header.php file, but will need to redo on any theme update.
update…
1) I figured out that the header and footer is controlled by post settings.
2) still need help with this one.
Hello –
1) I’m unable to achieve a full width header and footer in Post Categories.
I’m using the main theme and its the newest release.
I do NOT have a color selected for the background.
2) How do I remove the drop shadow from header Style 7?
Thanks!
Hi tagdiv community!
I’ve decided to finally design and brand my site, and after a while I noticed that the header and footer does not go fully from one side of the screen to the other. Screenshot attached.
I have only touched fonts and theme colours and initially it was the way it should be.
https://www.dropbox.com/s/aryyn8jezuodxt3/white-space.PNG?dl=0
Any help would be much obliged.
Hello,
Would you be able to advise how I can enable a full width header, with a boxed body (and page background color).
Many thanks
Jay
Hi,
i have few questions regarding alignment.
1. I have picked footer style 9 and placed 1 widget in each – for footer 1 image, for footer 2 text and for footer 3 again image. They are all aligned left, so left alignment for footer 1 is ok as its then aligned with rest of the theme above, but to be symmetric, footer 3 should be aligned right, while middle footer 2 should be aligned center, OR all to be aligned center, to get at least symmetric between them, while they would be on exact distance from botch side comparing to margin of the theme.
How to do this? Since i m not programmer and i don’t know css, I have tried with custom CSS option and some of your answers to some other issues, but i failed to do it right.
On other side, i have finished similar thing in main page area (3 elements, alignment etc), but there it is easy with that Visual Composer.
2. I need to make header like this:
logo on the left, and in same row, just on right side, to have custom menu or top header menu whatever it can be used. Under all of it standard Header Main menu. Is this possible, and how?
Thanks in advance on time for checking this.
Bojan
Right now is says: “author-slug, author on website-name”.
It is the part “author on” I would like to translate.
Dar all,
He tells me that is not present the CSS file:
“Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet.”
Thank you
Edy
Hi Team,
I use Header Style 10 and I am using some TXT as my Logo. When I click on that Logo it takes me to the top URL of my domain say … http://www.mydomain.com
I would like to change that so that it takes me to http://www.mydomain.com/some_other_page
Where can I do that please?
Thanks
Ken
Make sure you have enough resources allocated to php;
try disabling pingback (remove item from header.php);
disable XMLRPC in your functions.php
Check with hosting account to see what error log says, and if under attack.
Hello Bogdan,
Now, this is strange. I have tested with VC and Contact Form 7 active. No problems. So I thought that Contact Form 7 might have a conflict with one of my other plugins, not the theme as my first guess was (sorry for that!). Then I activated one plugin after the other but the issue with the menu and the header on desktop did not reappear. However, then I saw that the mobile menu didn’t work (wouldn’t open any pages, had additional arrow down buttons).
To me it seems that Contact Form 7 conflicts with WP Lightbox 2 (or the other way round). If I have both enabled, I have issues.
I will update another site with exactly the same configuration next week and see how that goes.
Thanks for your help!
BR, Walther
Hi,
I have updated to v. 7.4 on one of my Newspaper sites today. As a result I got the mobile menu on top of my header on desktop, and the header was showing an additional sitename under the logo. I cleared all caches and deactivated all plugins except VC and WP Super Cache. When I reactivated my plugins one by one, it turned out that Contact Form 7 was causing this behaviour. As both theme and plugin versions have been around for a few weeks, I suppose that nobody else has run into this.
Could you please have a look at my site and see if it is indeed Contact Form 7 that is causing this? The site is http://www.sverigetips.se. (Contact Form 7 is deactivated now.)
I can send you login details if you want to have a look. Please let me know.
BR, Walther
Hello Diego Acero,
If you want to add an ad above the Related Articles Block, please notice that you should edit the core file corresponding to post template used by you. For example, if you are using the post template default, you should edit the loop-single.php core file and you should add above related articles call your ad, as you can see here -> http://screencast.com/t/Pcr3cocHpd Also, please notice that our system Ad is designed to use only the Google Adsense. Fro more information about this regard, please consult our documentation here -> https://forum.tagdiv.com/newsmag-header-ads/ -> https://forum.tagdiv.com/newsmag-using-other-ads/
Please notice that the Taboola Ads is not tested with our theme and we cannot say for sure if this type of ad code will work or not with our theme, sorry! I have tested with our ads and seems to work as properly, without any problem but with your ad source, I do not know.
Thanks for your understanding!
Hi Team,
In Header Style 10 directly under the Header Menu Main there is a “Category” Menu Bar with categories appearing on the left side and on the right side a drop down box titled “Latest”.
How can I remove this “Category” Menu Bar?
Thanks very nuch
Ken
Hi,
If you provide a link to your site I may be able to help out with a bit of css code for adjusting the header to fit your description better.
Thank you!
ps. make sure you select the hybrid menu before providing the link so i can work directly on the header style you will be using
-
This reply was modified 9 years by
Bogdan B..
Hello ki64qw3,
Please notice that the image caption was hidden for design reasons for post template style 3. You should try to use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-post-template-3 .td-post-header-holder .wp-caption-text {
display: block;
bottom: 5px;
right: 25px;
position:absolute;
color:white;
}
The result you should see here -> http://screencast.com/t/yUW4ww00
Thanks for the message!
Hello,
Well colors are more easy to change than to position the logo in another header style. Here is a list of header styles you can choose from: https://forum.tagdiv.com/header-styles/. Choose the one that is closer to your request as possible and you can then change the colors in the them panel.
Thank you!
Hello weezyworld,
The color of header can be changed from your panel when editing the block, like this -> http://screencast.com/t/3O1nZSOuy4 You should check the Widgets section and from there you can change the color of your header and text.
Thanks for your understanding!