- 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
Now, i need to remove this space, between the top of page and Header
thanks
I need to add some code to the header of my amp pages for skim links, but i can’t find out where the templates are to edit?
Can you point in the right direction?
Hi,
How can I edit the default footer widget header title text as shown in this screen shot below;
https://www.awesomescreenshot.com/image/4051005/e6726c80ee385c949ba52b7c1c84e5a2
to
EDITOR’S PICKS
POPULAR POSTS
TOP CATEGORIES
Thank you in anticipation for this great news themeframework.
With regards
Hi,
The blog is at http://www.zumper.com/blog.
Below is a New Relic trace from Kinsta (our host). This indicates ~46% of the load time is driven by tdb_header_logo::render – since the logo graphic itself is very small, I’m guessing this is a theme issue that can be resolved. Can you confirm?


They tell us the average WordPress load time they see is ~500ms, so we’re at the slow end of this, but seems fixing this header logo issue would get us there (and help your other customers).
Please let me know next steps to fix.
Hello !
In order to activate the sign in / join menu you will have to go into Theme Panel – Header – Top Bar like here: https://www.screencast.com/t/lWxd378C
Thank you !
Hi,
The h1 is set on logo if the page template do not have a title, if the page have a title, then the title will have the h1, you can check those files in wp-content/plugins/td-composer/legacy/Newspaper/parts/header/logo-h1.php and wp-content/plugins/td-composer/legacy/Newspaper/parts/header/logo.php
Thank you!
Hi,
I think that this problem can be fixed by changing a line of code in wp-content/plugins/td-composer/mobile/header-amp.php
Replace:
<html <?php language_attributes(); ?>>
-> https://www.screencast.com/t/Fj94HAommH
With:
<html <?php language_attributes(); ?> amp>
-> https://www.screencast.com/t/yIjgHPfpB
Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.
Thank you!
Hello,
I have updated to the re-uploaded latest version of Newsmag today, and now I am getting an error message on the frontend when logged in as administrator:
wp_booster error:
The category template td_category_template_1 doesn’t exist. Did you disable a tagDiv plugin?
The cause for this error message seem to be my custom plugin that uses tagDiv API, namely this part:
/**
* Update the Style 1 instead of adding a new one, so that we can display the text description for categories while hiding the top menu
*/
td_api_category_template::update('td_category_template_1',
array (
'file' => $this->plugin_path . '/templates/td_category_template_custom_1.php',
'img' => TDC_URL_LEGACY . '/assets/images/panel/category_templates/icon-category-1.png',
'text' => 'Style 1 - Modified',
'group' => '' // '' - main theme, 'mob' - mobile theme, 'woo' - woo theme
)
);
The code actually seems to work fine and my custom template is actually being used, so it’s just the error message.
Am I doing something wrong?
Update:
I also tried to re-write the code by replacing the update() with add() and changing to a custom id, but the same error appeared, with the new id 🙂 And again, the category template works, but just the weird error message appearing on the frontend (only when logged in).
Notes:
There is no error message for my other uses of tagDiv API, which includes:
td_api_top_bar_template::add(...)
td_api_header_style::add(...)
td_api_footer_template::add(...)
So for me the error only appears when I am using td_api_category_template::add() or td_api_category_template::update()
Hello !
I pressume you mean to have a full width page. That you can achieve by using the tagDiv Composer, selecting the row you want to stretch and select the stretch method you want like here: https://www.screencast.com/t/yVyvk8yTQCCO And for the header you can do it here: https://www.screencast.com/t/xf56tQN0. In order to stretch post pages you will have to add a template from the cloud templates to it and then modify it. You can add the template only on the posts you want.
Thank you !
Hi,
Yes, you can do that for default header using the settings from theme panel -> https://www.screencast.com/t/DZYq1TuuHujE or if you want to have more control over header you can use the header manager.
Thank you!
Hi,
I will try to help you.
1. The header style you mention will look like this when on mobile
– http://prntscr.com/nuszle
To see what the sticky mode will show on mobile, activate the sticky view mode
– http://prntscr.com/nut0qz
So you can edit the header in all it’s stages, default desktop + sticky desktop, and also default mobile + sticky mobile. In each you can make modifications if needed.
What exactly is hidden in your case? Let me know.
2. If you don’t want the text as logo on mobile, and wish to display an image, first select the mobile viewport and click on the header logo element
– http://prntscr.com/nut3yj
Then remove the text and tagline text, and select to show the image logo (you have to upload an image) – http://prntscr.com/nut86c
3. As long as there are elements in the sticky mode, there will be a sticky version of the header. If you want to remove the sticky version, activate the sticky mode for desktop or mobile and remove the elements in the header. So for example if you don’t want a sticky header on desktop – http://prntscr.com/nutaje
4. Same here, remove the text and tagline text, select the show image option, and upload an image – http://prntscr.com/nutbop
If you have more questions let me know.
Thanks
Hi,
In order to remove all these from mobile theme, please try this custom css
.td-page-header, .td-menu-socials .td-social-icon-wrap, .td-module-meta-info{
display: none;
}
You need to set the code in Theme panel>Mobile theme>Custom code>css
Thanks!
Hello !
Sorry for missunderstanding your issue !
To get your homepage background black you have to edit the homepage using the tagDiv Composer like here: https://www.screencast.com/t/tuoTrkztcQ ; For the header and footer you will have to edit the colors from Theme Colors in Theme Panel. On posts you will have to add a single post template from the cloud library. Here are some tips and trick on how to do it: https://tagdiv.com/customize-articles-with-single-post-templates/
Thank you !
Hi All,
I have been hunting around for a while now, even searching the forums and with how active they are I must be doing something wrong?
I’m using the News Week demo and I want to tweak the .td-header-top-menu class border-bottom settings, but I see no where this is exposed in the editor. I also need to modify the font-family and line spacing for body and lists. I found body settings, but it doesn’t seem to take my changes.
The line-spacing option is only exposed as absolute settings in px instead of relative 1.5 (for example). I changed it, but the interface is not updating. Further, it does not appear to be possible at all to modify the list settings? Not sure.
Is the best way to go just to directly edit the CSS? If so – what is the safest way to do this?
Thanks!
Greg
I’m not sure if my problem is related but … I have 5 categories and 13 subcategories (across the 5 main categories). Last week my mobile menu would have a small arrow on the far right to open into the sub category. Today I can only see the main category themes. Has something changed or do I need to change something? I re-did the menu and I’m setting the mobile menu in a header cloud template. I am NOT using the mobile tempate or AMP. http://www.midlifecurious.blog
Thanks
Hola, simplemente quiero saber si puedo configurar el encabezamiento para que ocupe todo el ancho de la pantalla y no quede como en caja.
TRANSLATEHi,
I just want to know if I can configure the header so that it occupies the full width of the screen and is not as boxed.
Hello,
I am still new to your system and facing the following issues:
1- I used header template 36 ( from the cloud) and nothing this set to be hidden on mobile, however, the lower menu is hidden? why is that?
2- I am unable to show the logo photo in the mobile view, it only shows the text?
3- nothing set to sticky, however, I do have a sticky menu in the desktop, How this work? I thought we need to choose stick for one part? ( it is not sticky on the mobile, how to enable that too)?
4- the sticky menu shows the text log, is it possible to make it show the logo image? or Icone?
thanks,
Caesar
Hi, i deactivated all non tagdiv plugins including wp rocket.
After that i purged everything from cloudflare, still the cloud template won’t work normally and i end up with the error code above my header referring to line 639.
I do have some backups of my website, what should i do now?
Look at the Functions.php, if you use it on Child-Ordner. The last Number has changes in the Header. Replace the Child Functions.php
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’, 1001);
I hope thats helpful
-
This reply was modified 7 years by
Netz.
I’ve tested this in a widget, and it works as intended. Something in the Header Ad area, both in the backened and using TD editor, is blocking the PHP from connecting properly to the plugin.
I added a header from the global template and afterward had this issue, you can check in the screenshot.
ERROR
Warning: getimagesize(): Peer certificate CN=*.sgcpanel.com' did not match expected CN=investingsimple.blog’ in /home/inves419/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 639
Warning: getimagesize(): Failed to enable crypto in /home/inves419/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 639
Warning: getimagesize(https://investingsimple.blog/wp-content/uploads/2019/01/investingsimple-logo.png): failed to open stream: operation failed in /home/inves419/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 639
Hi,
Depends on what you mean by different template/design. Each page can be built in it’s own way with the composer, so it can be different. Each page can have it’s own menu as well, simply select the cloud header template you want (from the ones you have built/imported)
– http://prntscr.com/nucx35
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
In the cloud library we provide pages and homepages used in demos, check them out here
– https://cloud.tagdiv.com/#/load/Pages
– https://cloud.tagdiv.com/#/load/Homepages
Maybe you find one that you like and import it, then configure it or modify it, as a quick start. If you have more questions let me know.
Thanks
Hi,
Using the header manager you can import and edit header templates, those can be set individual on each page/template or global in theme panel -> https://www.screencast.com/t/yoADaa4b6
Thanks.
Hehy… today i updated the theme and now title is not showing.
Kindly check my site jalewa.com
Meta title is not showing anywhere like homepage, post, extra pages, etc.
please help me solving this issue.
Hi there,
Just to confirm with your recommendation, I tried this on a Demo Install, directly importing data provided with your theme, and yet I am getting the same error: Just check the following link, you will be able to view the error http://demo.marpainfotech.com/. The issue seem to be occurring with Header 4 only.
Mind you, I don’t have a single extra plugin besides what comes along with your demo import.
Following are my Server/WP configs:
- PHP: 7.1.29
- WP version: 5.2.1
- Theme version: 9.7.1
- Theme database version: 9.7.1
- Demo: City News