- 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
- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_top_bar_template::add
- ApiAPI – Top Bar Template – Introduction
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
- ApiAPI – Single Template – Introduction
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_footer_template::add
- ApiAPI – Footer Template – Introduction
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_smart_list::add
Hi,
Can you show us you site URL to see the issue?
Thanks for your message!
I did this but it’s not working for me. I put it in the Custom CSS section, nothing changes.
Also I want the header the way it is but I want the header in the middle.
It doesn’t give me that option with the Headers in Theme Panel.
Please help.
Hello, so I have a problem with the navigation menu, the main one right below the header/logo. When on my desktop, in full screen everything shows up normally. However, as I was testing the responsiveness of the theme, I noticed that if I minimize my browser window into a size similar to a mobile or tablet device, the menu becomes an icon (the 3×3 square symbol, as it should), but the icon doesn’t work. My website is http://www.dauntlessjaunter.com, and the link to that icon is just …..com/#, and that #pound symbol is just the same page. How can I fix this?
Hi all,
For some reason the drop shadow beneath my header has disappeared and I would like to get it back.
I can’t see any options in the customize section.
Please could someone tell me how to do this?
Thanks,
Toby
For menu use this CSS:
.sf-menu {
display: table;
float: none !important;
margin-left: auto;
margin-right: auto;
}
/* responsive phone */
@media (max-width: 767px) {
.sf-menu {
display: block;
float: left !important;
margin-left: 0px;
margin-right: 0px;
}
}
About logo, do you want to have a center logo? in header? We have different header style in theme panel -> Headers
Thanks!
Hi,
Your CSS selector are incorrect
Try this:
.header-style-3 .td-logo {
padding-top: 15px;
padding-bottom: 15px;}
This don’t exist: float:center
Thanks for your message!
Hi,
If you use the style 1 for the header you have to use this CSS
.container.td-logo-rec-wrap {
background-color: transparent !important;
}
Thanks!
Hi:
I would like to know:
1.- how can I center the custom ad boxes, because all appear aligned to the left of the column space. The “standard” ad boxes (header ad, sidebar ad, article top ad, etc) all appear centered in the column but the custom ones.
2.- the standard ad boxes have a blank space that separates the ad from the block you put just below them. The custom ad boxes have no space, so when you put a block below a custom ad, the block sticks to the ad and it doesn’t look any good.
Thanks!
When trying to use Custom CSS just on the parent theme, it doesn’t seem to apply either.
I have this:
.header-style-3 .td-logo img {
padding-top: 15px;
padding-bottom: 15px;}
.header-style-3 .container-fluid {
margin-top: 15px;
margin-bottom: 15px;
text-align: left !important;}
.sf-menu {
float: center !important;
text-align: center !important;}
But it’s not working. What can I do ??
Ok, no problem, many thanks.
But the code that you’ve sent me about the header background is not working. I’m using the Style 1 and replace the code as you said:
This is made particularly for header style 3, change the CSS for you header that you use.
.header-style-3 .td-full-logo {
background-color: transparent !important;
}
Do you have any idea why is not working? It is not transparent.
Thanks again,
Thanks Marius,
using the shortcode solved my problem! You can close the thread.
Btw, is there a list for all the other shortcode id’s (sidebar, header, etc?
Hi,
We decided to let this as it is now because the style 3 is made to be used to have instead of the logo a full background image for the header, and on mobile that part should stay on top, not on the menu bar.
I will tell you how to make it in your case:
Edit like here: http://screencast.com/t/DcFjrG1zeEWp
Add this CSS in Theme panel -> Custom CSS
/* responsive phone */
@media (max-width: 767px) {
.td-full-logo {
display: none;
}
}
Hope this will be ok for you.
Thanks for your message!
-
This reply was modified 12 years by
Marius.
Hi,
This is for top menu:
.td-full-layout .td-header-menu-wrap, .td-boxed-layout .td-header-menu-wrap .container {
opacity: 0.5;
}
This is for the menu:
.td-menu-placeholder {
opacity: 0.5;
}
Thanks!
Hi,
Use this:
@media (max-width: 767px) {
#td-top-search {
position: absolute;
right: 13px;
top: -3px;
}
.header-search-wrap .dropdown-menu:before {
left: auto;
right:31px;
}
.header-search-wrap .dropdown-menu {
right: -14px;
left: auto;
top: 49px;
width: 320px;
}
}
Hi,
1. Use this
.post header h1 {
font-family: ‘georgia’,!important;
font-size: 17.3px !important;
line-height: 1.45 !important;
}
2. Try this
.page p {
font-family: ‘georgia’,!important;
font-size: 17.3px !important;
line-height: 1.45 !important;
}
3. Please show me a screenshot to see which one. You can use Jing to make screenshots or similar applications
4. Is possible using this, but is for all titles on entire site, you need to take the selector only for sidebar, i need you site URL and show me where you want to change it.
.block-title {
text-align: right;
}
Thanks for your message!
Hi:
ok, I found this plugin to add script code to the header and footer http://wordpress.org/plugins/header-and-footer-scripts/ so the php files stay untouchable 🙂
Thanks!
Hi Marius, thanks for your reply! Your support is great 🙂
Our site is online, don’t know what happened. http://www.maisquemae.pt
1. The transparent header background didn’t work. We use style 1 and I’ve changed the code as you said.
2. The margin on the logo worked, thanks.
3. The ad size would be 125×125…two on top and two on bottom.
4. It works on blocks but not on sidebar widgets like Jetpack subscription, etc.
Many thanks again!
Hi,
Your site doesn’t work.
1. You can make the header transparent with a custom CSS, that you have to add it in Theme panel -> Custom CSS
This is made particularly for header style 3, change the CSS for you header that you use.
.header-style-3 .td-full-logo {
background-color: transparent !important;
}
2. Use this CSS and change the size like you want.
.header-logo-wrap img {
margin-bottom: 50px;
}
3. What add size you want to use for that small square? You can insert it manualy in a text widget.
4. Our blocks have option to hide the title, see here: http://screencast.com/t/6XGJWVKiCca for others widgets that doesn’t have can be hidden with a custom CSS
Thanks for the message!
Reply via email!
hi,
it should work, try it.
Thanks for you message.
Radu A.
In the previous version of Newspaper I was able to over-ride /parts/header/header-style-3.php buy mirroring the folder in the child theme. Is this still possible?
For example, over-ride Newspaper/parts/header-style-3-logo.php by adding another version in Newspaper-child/parts/header-style-3-logo.php?
Hi, I have some questions about customization.
1- When I put a background colour, my theme changes to boxed design. I can adjust my header with width of 100% but I can’t with menu. http://www.glassdroids.com/ How can I do it?
2- I want to put my content in white boxes, like posts, widgets, and other things, because I want to inspire in the official google glass website https://glass.google.com/setup . I would like if you can give me some clues about get something similar.
Thanks
Hi,
I would like to have some help with the customization:
1. I would like to have the header with no background, transparent. Now is white, like the body: http://maisquemae.pt/ but we want it transparent, so the site background (pink stripes) would appear in the header too.
2. How can I give more space btw the bottom of the logo and the main menu? As you can see, the logo is too close.
3. Is that a way to put 4 small square ads on the sidebar align in 300 x 250? I already have 300×250 ads, but I want 4 smaller ads, 2 on top, 2 on bottom, on the sidebar. Is that possible?
4. How can I remove the title of a widget? If I don´t put any title it appears the box title empty anyway on sidebar.
Many thanks in advance 🙂
Juliana
Hello, did you resolve your problem? if so please tell me how
seems like the nan-menu.php file is missing somehow