- 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, this is my first post here, I have installed bbpress on my blog bizna.co.ke/forums, however I cannot see the breadcrumbs that display under the forums header search. There is no way forum participants can navigate back to the main forums index.
Please advise
Thanks
That was the issue. I added this code below to my .htaccess file and it is now working. Thank you!
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
# mod_headers, y u no match by Content-Type?!
<FilesMatch “\.(gif|png|jpe?g|svg|svgz|ico|webp)$”>
SetEnvIf Origin “:” IS_CORS
Header set Access-Control-Allow-Origin “*” env=IS_CORS
</FilesMatch>
</IfModule>
</IfModule>
<IfModule mod_headers.c>
<FilesMatch “\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$”>
Header set Access-Control-Allow-Origin “*”
</FilesMatch>
</IfModule>
Seems to be working here — maybe clear your cache?
Which image(s) are only showing half, exactly?
If you have a black color applied to the menus area this will ‘cover’ any image at top of page (header).
-
This reply was modified 11 years by
simchris.
here is an example: http://standupjournal.com/kealii-mamalas-epic-teahupoo-backside-barrel-compilation/
How can i fix?
I’m having a little trouble getting my Ad Glare code to work in the header. I’ve removed autominify and disabled the rocket loader in cloud flare too. No luck.
The Ad Glare code displays in the other zones, however.
The site in question is beta.ynaija.com
Hi Support,
I use the homepage post (fashion style) for our homepage/frontpage. Is it possible to have a full width menu and a background colour for the header in posts and other pages without affecting the style of the homepage?
Thanks,
Hi
Try this custom css in theme panel; > custom css:
.category .td-subcategory-header .td-category a:hover{
background-color: red;
}
Here is the result: http://screencast.com/t/0DgVAIRVlaU
To remove the submenu delay comment the indicated line: http://screencast.com/t/ChA9zfa9uX4e
Thanks!
Hi,
I’ve just install the Newspaper Theme and i’ve got a probleme with the tagDiv Social Counter. In fact this message is written on the header :”wp booster error:
Please update your [tagDiv social counter] Plugin!.
Then I made the update but nothing happen.
Could you please help me solve this problem.
Best regard
Nikyneg
Hi,
You need custom modifications and to change the header style css to do that because the first header style was designed to have the logo in the left and the ad banner in the right.
You can slightly adjust it’s height using this custom css: http://screencast.com/t/Y7dfkx5g93 but if you need other approach on this without changing the header style we advise you to get the help of a freelancer to make this customizations for you: http://studio.envato.com/
.td-header-style-3 .td-header-sp-logo img {
max-height: none;
}
Hope this helps!
Thanks for the message!
Hi,
@gfran5 You can disable theme’s share buttons and use a plugin like TheMediumUTM suggested or you will have to modify the code to add/replace share buttons. You can find the code in td_module_single.php file – http://screencast.com/t/NN4FXGYlvBMf also this guide may help(if for newsmag, but you have to do similar for Newspaper) – https://forum.tagdiv.com/add-a-new-linkedin-button/ and to create the share button code – http://atlchris.com/1665/how-to-create-custom-share-buttons-for-all-the-popular-social-services/
If you don’t have basic html/css/php experience I suggest to hire a freelancer to do this for you as the time doesn’t allow us to provide custom work at this time, sorry!
You can translate Share from Theme Panel > Translations – http://screencast.com/t/Aj5i1YQWFA9
Do you refer to the sticky menu background? You can use this custom css to change it(just add you color) – http://screencast.com/t/eBM2k2pVfb
.td-header-menu-wrap.td-affix {
background-color: rgba(87, 156, 75, 0.73);
}
Thanks!
Hi,
If you use the above code it will work only if you have top menu active(also the sign in widget) as it use the javascript – http://screencast.com/t/nPbBVQF6juG2 But if you don’t want top menu, you can hide it using custom css: http://screencast.com/t/vahhyVYhlO
.td-header-top-menu-full {
display: none;
}
We will try to add a different implementation for sign in widget in a future update.
Thanks!
Hi bArA,
I have checked again your code and it works fine:
-header – http://screencast.com/t/7uvdbnfC
For sidebar issue please add this code here – http://screencast.com/t/ZQJyFIm04Uv and re-add ad box on the page. It is an issue there and it will be fixed if you add this code:
'-- Select an ad spot --' => '',
Then re-add the ad-box block to your page set sidebar ad and re-save the page – http://screencast.com/t/nuGUcSvqk – http://screencast.com/t/mrbTWBP9
Thanks!
Hi,
I want to use an animated gif file for my logo, but the theme appears to only allow “png” or “jpg” files to be uploaded.
Can this be done ?
(Current workaround is having the gif file display where the header ad is, but it’s not really what I am looking for).
Hope you can assist.
Many thanks!
Hi,
You can place a custom ad in the code – http://screencast.com/t/KbxovP3K and use only the class for phone in custom ad spot – http://screencast.com/t/vZ2NWOAnW
echo td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'custom_ad_1'));
Result: http://screencast.com/t/WZQegnHsjd – http://screencast.com/t/ISasFZqAwVKh
Use this custom css in Theme Panel > Custom Css to remove ad’s margin bottom:
.td-header-sp-recs .td-a-rec-id-custom_ad_1 {
margin-bottom: 0 !important;
}
Thanks!
Hi,
Unfortunately there is fixed height for container and a max height for logo image and it matters the aspect ratio of the image. You will need custom modifications to increase the width and height, I suggest to hire a professional to do this for you if you don’t have basic css/html experience as we cannot provide custom work, sorry!
A solution is to use a header style with full logo – http://screencast.com/t/uE3XyBDj0yz
Thanks!
Hi,
Unfortunately there is no option to change the mobile menu color, we will try to add an option in a future update. Until then you can change the color via custom css in Theme Panel > Custom Css – http://screencast.com/t/mAbN5XIqW
Please try this css: http://screencast.com/t/vTeiZpPnZB
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #FFD000 !important;
}
}
For the footer there is an option in Theme Panel > Theme Colors(that color it will be applied also on mobile): http://screencast.com/t/hg68WQNZ
Thanks!
Hi,
Regarding the above space. seems to be an issue when background is used on this header style(8) and I added this on our list and it will be fixed as soon as possible. Sorry for inconvenience!
Unfortunately I cannot provide a css solution to display the mobile logo as the style 7 has the menu always sticky so I cannot use sticky class to show it and hide the main logo. this how it was created, sorry!
Thanks!
Recently our search bar icon went missing from the mega menu at our header. The icon is now a small box. Any idea what is wrong? http://www.gomerblog.com Thanks
Also how can i change your default box shadow on sticky header?
I need to have different ad blocks for different templates. Is this possible? For example when creating a post, I can select Template A and I have designated ad units that are set up to only appear on that template. I have four towns that I am covering and depending on the articles for the individual town we need to have ads only appear with those articles specifically the article top, article inline and article footer and I would also need a custom ad spot at the top as like a second header ad. I am thinking that it may be possible to set up a structure for a template and when creating a post I can select that template and it will pick up that code.
Hey,
I have a non-responsive 728X90 ad code.
I would like to ad the mobile code manualy into the header file – is it possible to do so? And if so, where does the code go in the Header file?
And ofcourse i will add >> class=”td-visible-phone” – so it will only show up on mobile devices.
Thanks
So my company logo is huge, I want to make it fit right. But whenever I upload the image, the theme resizes it to a 272px/90px dimension which is really annoying. I want to know how change that through child-theme. This is really urgent. Please reply as soon as possible.
Thanks.
Hi,
I’ve created a custom category header using the TD api (so easy and great!), and I’ve come across a difficult problem for my skill level…
I don’t like showing the sibling categories when there are no children to show. I’d rather just show nothing. Hence, I wish I could comment out this block in get_sibling_categories:
// if no child categories get siblings
if (empty($categories_objects)) {
$categories_objects = get_categories(array(
'parent' => $this->current_category_obj->parent,
'hide_empty' => 0,
'number' => self::SIBLING_CATEGORY_LIMIT
));
}
But I’m not sure of the best way to override that function.
Should I:
— Overwrite the function in my plugin’s category template, since it’s a child of td_category_template?
— Try to overwrite td_category_template in a child theme?
— Edit the parent theme’s td_category_template and make the edit again on every update?
— Copy td_category_template and have my header be a child of that class instead?
— Something else?
Sorry if this is a stupid question, but if you have any ideas, please let me know!
Hi there. I am trying to clone my Newspaper install however for some reason the duplicates are not perfect. First thing I noticed was the wrong header menu.
I went on to investigate the issue. When I checked the theme settings I noticed these were not cloned and were set to default. For example there was no custom css. So I “fixed” this by using the theme import/export settings.
I assume this will also happen when I restore backups. Therefore I will shoot a ticket over to installatron so they can fix this but maybe you can provide with information where these theme settings are stored in the database? It should be in the backup because all database tables were selected.