- 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
Hey everyone,
I just purchased the Newspaper 9.6 theme yesterday and am sadly about to give up on it. Not sure if the problem is on my side or is elsewhere.
When I try to use the TD Composer and download any sort of template or any other feature, I get this error:
Failed to contact the templates API server
I have been trying since yesterday and get the same error every single time. Currently I am unable to use header manager and am not even able to change header settings such as background image.
Any suggestions? I’m pretty frustrated at this point.
Thanks,
Holly
Hello, I have almost same problem. After updating to 9.6, Tag Div don’t work. In Chrome Dev console I see error:
GET https://www.newmodelradio.com/wp-admin/post.php?post_id=25379&td_action=tdc&tdbTemplateType=header&prev_url=%2F%2Fwww.newmodelradio.com%2Fwp-admin%2Fedit.php%3Fpost_type%3Dtdb_templates
net::ERR_SPDY_PROTOCOL_ERROR 200
Can you help me please.
Palo
Hi, I am using pretty much everything suggested in the guide, via the Siteground (hosting service) “SG optimizer” plugin,including dynamic cache, image optimization and the following: Minify the HTML Output, Minify JavaScript Files, Load Render-blocking JavaScript Files Asynchronously, Combine CSS Files, Disable Emojis.
Note: I tried to use minify CSS also, and that screwed up the headers in the TDC mobile menus.
The Page speed analysis shows an very poor result of 17-18, and the following info: Most of the problem seems to be in the CSS. I don’t know how to do this for the complex CSS used in the Newspaper theme and headers.
OPPORTUNITY – Estimated Savings
Eliminate render-blocking resources
4.68 s
Defer unused CSS
3.75 s
Reduce server response times (TTFB)
1.3 s
Serve images in next-gen formats
0.6 s
Minify CSS
0.45 s
Defer offscreen images
0.15 s
DIAGNOSTICS
More information about the performance of your application.
1 Ensure text remains visible during webfont load
2 Minimize main-thread work 10.2 s
3 Avoid an excessive DOM size 2,442 nodes
4 Serve static assets with an efficient cache policy 81 resources found
5 Reduce JavaScript execution time 3.8 s
6 Avoid enormous network payloads Total size was 3,433 KB
7 Minimize Critical Requests Depth 47 chains found
No i don’t want to add any custom code, as the theme is adding inline javascript dynamically for security purpose i want to add some hash keys nonce to protect from being misused.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src
Hi,
This can be achieve using the New Header Main Menu with Newspaper Theme v9.5 -> https://tagdiv.com/header-main-menu-newspaper-theme/
Thank you!
I also face serious problems.
So I delete official AMP plugin and also disabled it in theme panel.
This new move is extremely bad and its useless. It creates more problems than benefiting users.
I miss using TagDiv AMP plugin, it was very good.
Hi,
Please check in Newspaper>theme panel>Multi-purpose > header settings -> https://www.screencast.com/t/m571DqCyFa is possible to have set there a button in header template.
Thank you!
Hi,
So if I understand correctly you want to add some custom JavaScript in theme, if is so then you’ll need to add the code in custom js -> https://www.screencast.com/t/B7pmv8h4GC or if is need to be load in header you can set the code in Analytics/Js codes -> https://www.screencast.com/t/PnFsubBUH9ll or in theme files -> https://www.screencast.com/t/szzAcpg1Rj
Also you can use some plugins for Content Security like those -> https://wordpress.org/plugins/wp-content-copy-protection/
-> https://wordpress.org/plugins/tags/content-protection/
Thank you!
Hello, team tagDiv.
I selected a header template from the TD Cloud Library and tweaked with it a bit.
Here’s what I did.
1. Changed the row setting from the “Stretch row and content to Default” so that it can align its edges with the rest of the page layout.
And that’s it.
After that, I noticed something wrong with the navbar. Whenever the page is refreshed, the navbar(sometimes the entire page) shifts by a couple of pixels to the right and suddenly scroll bar appears and push the navbar(sometimes the entire page) to the left again where it’s supposed to be.
I tried bringing the row settings to default stretching the entire row and content which didn’t do any help. The entire user experience is disturbed due to this little thing.
Please Note- I didn’t saw disappearing and reappearing of the scroll bar(causing the issue) on any other website but mine which I think is due to the reason that I am working in the test environment and my website is not online yet. So, Do you think that will going to be fine when I upload my website to the internet?
To make it easy I have uploaded a video of the issue I am talking about. You should have a look.
Video
I’ll be really grateful for the help.
Have a good day.
I don’t see this:
<?php
/**
* Style template.
*
*/
if (!defined("TD_THEME_NAME")) {
return; // do not run on other themes...
}
if ( TD_DEPLOY_MODE == 'dev' ) {
// compile the css
require_once 'external/td_node_less/td_less_compiler.php';
$response = td_less_compiler::compile_less_file(AMP__DIR__ . '/templates/less/amp_main.less', AMP__DIR__ . '/templates/css/amp_main.css' );
}
$plugin_url = plugins_url('', __FILE__);
echo '
@font-face {
font-family: \'newspaper\';
src: url(\'' . $plugin_url . '/images/icons/newspaper.eot?8\');
src: url(\'' . $plugin_url . '/images/icons/newspaper.eot?8#iefix\') format(\'embedded-opentype\'),
url(\'' . $plugin_url . '/images/icons/newspaper.woff?8\') format(\'woff\'),
url(\'' . $plugin_url . '/images/icons/newspaper.ttf?8\') format(\'truetype\'),
url(\'' . $plugin_url . '/images/icons/newspaper.svg?7#newspaper\') format(\'svg\');
font-weight: normal;
font-style: normal;
}
';
echo '
/*
COMPILED amp_main.less
*/
';
$compiled_less = file_get_contents(AMP__DIR__ . '/templates/css/amp_main.css' );
echo $compiled_less;
echo '
/*
AMP custom CSS
*/
';
$td_amp_custom_css = "
<style>
/* @theme_color_amp */
a,
.td-post-author-name a,
.footer-email-wrap a,
.td-search-query,
.td-page-content blockquote p,
.td-post-content blockquote p {
color: @theme_color_amp;
}
.td-rating-bar-wrap div,
.td-page-content .dropcap,
.td-post-content .dropcap,
.comment-content .dropcap,
.td_wrapper_video_playlist .td_video_controls_playlist_wrapper,
.td_default_btn,
.td_round_btn {
background-color: @theme_color_amp;
}
.td_quote_box,
.td_wrapper_video_playlist .td_video_currently_playing:after {
border-color: @theme_color_amp;
}
/* @menu_background_amp */
.td-header-wrap {
background-color: @menu_background_amp;
}
/* @menu_icon_color_amp */
.td-search-icon .td-icon-search {
color: @menu_icon_color_amp;
}
/* @footer_background_amp */
.td-footer-wrap {
background-color: @footer_background_amp;
}
/* @footer_text_color_amp */
.td-footer-wrap,
.td-footer-wrap a,
.td-footer-wrap .block-title span {
color: @footer_text_color_amp;
}
/* @sub_footer_background_amp */
.td-sub-footer-wrap {
background-color: @sub_footer_background_amp;
}
/* @sub_footer_text_color_amp */
.td-sub-footer-wrap,
.td-sub-footer-wrap a {
color: @sub_footer_text_color_amp;
}
</style>
";
$td_css_compiler = new td_css_compiler($td_amp_custom_css);
// theme color
$td_css_compiler->load_setting('theme_color_amp');
// menu color
$td_css_compiler->load_setting('menu_background_amp');
$td_css_compiler->load_setting('menu_icon_color_amp');
// footer color
$td_css_compiler->load_setting('footer_background_amp');
$td_css_compiler->load_setting('footer_text_color_amp');
// sub-footer color
$td_css_compiler->load_setting('sub_footer_background_amp');
$td_css_compiler->load_setting('sub_footer_text_color_amp');
echo $td_css_compiler->compile_css();
?>
Hi there,
I’ve got a problem using TagDiv Composer on my preproduction website (only sample content, no plugin) : http://nexus.saint-epondyle.net/
I suddenly be unable to modify my homepage : got the following messages.
The current content hasn't been created by TagDiv Composer!
&
Error at rows: 7(models) : 2(dom). The model does not match the content
Maybe it’s due to my html integration of a “Tipeee” iframe ? What’s the code to delete on my page without being obliged to re-make it entirely please ?
Here is the complete TD COmposer export from wordpress editor :
[tdc_zone tdc_css="eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ=="][vc_row][vc_column][vc_empty_space][td_block_trending_now header_text_color="#ffffff" header_color="#cc0000" f_title_font_family="629" f_title_font_weight="700" f_title_font_size="23" f_title_font_line_height="1" f_article_font_family="159" f_article_font_size="15" f_article_font_line_height="1.66" articles_color="#000000" next_prev_border_color="#ffffff" next_prev_color="#b7b7b7"][/vc_column][/vc_row][vc_row row_divider_bottom=""][vc_column][vc_row_inner][vc_column_inner width="2/3"][td_block_9 limit="1" block_template_id="" custom_title="Derniers articles" big_title_text="fff" button_text="Tous les articles par ordre chronologique" custom_url="dddddd"][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyJTJGJTJGZnIudGlwZWVlLmNvbSUyRmNvc21vLW9yYnVzJTJGZW1iZWQlMkZib3glMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjI1MCUyMiUyMHN0eWxlJTNEJTIyYm9yZGVyJTNBMCUzQiUyMiUzRSUzQyUyRmlmcmFtZSUzRSUzQyUyRmRpdiUzRSUzQyUyRmRpdiUzRSUzQyUyRmRpdiUzRSUzQyUyRmFzaWRlJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width="stretch_row" tdc_css="eyJhbGwiOnsiYmFja2dyb3VuZC1pbWFnZSI6InVybChcImh0dHA6Ly9uZXh1cy5zYWludC1lcG9uZHlsZS5uZXQvd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvZm9uZC1jb3Ntby5qcGdcIikiLCJvcGFjaXR5IjoiMSIsImRpc3BsYXkiOiIifX0=" row_divider_top="tdc-divider5" row_fixed="yes" svg_background_color_top="#ffffff"][vc_column tdc_css="eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19"][vc_empty_space][td_block_title title_tag="h4" block_template_id="td_block_template_13" content_align_horizontal="content-horiz-center" big_title_text="Science-Fiction" custom_title="サイエンスフィクション" big_text_color="rgba(0,0,0,0.21)" header_text_color="#cc0000" button_text="Toute la SF" tdc_css="eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==" custom_url="http://nexus.saint-epondyle.net/category/science-fiction-sf" button_color="#cc0000" accent_text_color="#000000"][tdm_block_inline_text description="SWwlMjBlc3QlMjBsJUUyJTgwJTk5b3JiZSUyMGNvc21pcXVlJTJDJTIwY2UlMjBxdWklMjBmdXQlMkMlMjBjZSUyMHF1aSUyMGZ1aXQlMkMlMjBjZSUyMHF1aSUyMG5hJUMzJUFFdCUyMHNhbnMlMjAlQzMlQUF0cmUlMkMlMjBjZSUyMHF1aSUyMGVzdCUyMHNhbnMlMjBuYSVDMyVBRXRyZS4lMjBDZSUyMHF1aSUyMG4lRTIlODAlOTlleGlzdGUlMjBxdWUlMjBwYXIlMjBsZSUyMG1hbnF1ZSUyMHF1JUUyJTgwJTk5aWwlMjBsYWlzc2UlMkMlMjBxdWUlMjBwYXIlMjBsZSUyMHRyb3UlMjBiJUMzJUE5YW50JTIwcXUlRTIlODAlOTlpbCUyMGNyZXVzZSUyMCUzQiUyMHF1ZSUyMHBhciUyMGwlRTIlODAlOTllbnRyZSUyMGV0JTIwbGUlMjBwZW5kYW50JTJDJTIwcXVlJTIwZGFucyUyMGwlRTIlODAlOTlpY2klMjBldCUyMGxlJTIwbWFpbnRlbmFudC4lMjBBaW5zaSUyMHMlRTIlODAlOTlvdXZyZS10LWlsJTIwJUMzJUEwJTIwbGElMjB2aWUlMjBlbiUyMGh1cmxhbnQlMkMlMjBldCUyMHJ1aXNzZWxhbnQlMjBkYW5zJTIwbGVzJTIwZm9uZHVlcyUyMGMlQzMlQTJibCVDMyVBOWVzJTIwZGVzJTIwc3VwZXJzdHJ1Y3R1cmVzJTIwZCVFMiU4MCU5OWF2YW50JTIwbGElMjBjaHV0ZSUyMGV0JTIwYXV4JTIwdHJhdmVycyUyMGRlcyUyMGdyaWxsZXMlMjBjJUMzJUE5ciVDMyVBOWJyYWxlcy4=" content_align_horizontal="content-horiz-left" display_inline="yes" f_descr_font_family=""][vc_row_inner][vc_column_inner tdc_css="eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ=="][td_block_big_grid_flex_7 meta_info_vert="content-vert-bottom" image_zoom="yes" show_author2="none" show_date2="eyJwaG9uZSI6Im5vbmUifQ==" modules_category="above" overlay_general="eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjYwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjcpLHJnYmEoMCwwLDAsMCkgNjAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApIn0=" image_height2="eyJwaG9uZSI6IjIwMHB4IiwibGFuZHNjYXBlIjoiMzUwcHgiLCJwb3J0cmFpdCI6IjI3MHB4In0=" image_height1="eyJwaG9uZSI6IjIwMHB4IiwibGFuZHNjYXBlIjoiMzUwcHgiLCJwb3J0cmFpdCI6IjI3MHB4In0=" meta_padding2="eyJwaG9uZSI6IjE1cHggMTVweCAxMHB4IiwicG9ydHJhaXQiOiIyMHB4IDEwcHggMTZweCJ9" meta_padding1="eyJwaG9uZSI6IjE1cHggMTVweCAxMHB4IiwicG9ydHJhaXQiOiIyMnB4IDEwcHgifQ==" cat_bg_hover="#4db2ec" review_stars="#fff" modules_category_margin2="eyJwb3J0cmFpdCI6IjBweCAwcHggNHB4IDBweCJ9" modules_category_margin1="eyJwb3J0cmFpdCI6IjBweCAwcHggN3B4IDBweCIsInBob25lIjoiMHB4IDBweCA3cHggMHB4In0=" art_title1="eyJwb3J0cmFpdCI6IjBweCAwcHggNnB4IDBweCIsInBob25lIjoiMHB4IDBweCAwcHggMHB4In0=" image_width1="eyJwaG9uZSI6IjEwMCJ9" image_width2="eyJwaG9uZSI6IjEwMCJ9" show_author1="eyJwaG9uZSI6Im5vbmUifQ==" show_date1="eyJwaG9uZSI6Im5vbmUifQ==" image_size="" image_size2=""][/vc_column_inner][/vc_row_inner][vc_separator style="solid" tdc_css="eyJhbGwiOnsiYm9yZGVyLWNvbG9yIjoiI2NjMDAwMCIsImRpc3BsYXkiOiIifX0=" border_width="2" color="#cc0000"][vc_row_inner][vc_column_inner width="2/3"][td_block_title title_tag="h4" block_template_id="td_block_template_13" content_align_horizontal="content-horiz-center" big_title_text="#Lol" big_text_color="rgba(0,0,0,0.21)" header_text_color="#cc0000" button_text="Toute la catégorie" tdc_css="eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==" custom_title="Société & Technocritique" custom_url="http://nexus.saint-epondyle.net/category/science-fiction-sf" button_color="#cc0000"][tdm_block_inline_text description="SWwlMjBlc3QlMjBsJUUyJTgwJTk5b3JiZSUyMGNvc21pcXVlJTJDJTIwY2UlMjBxdWklMjBmdXQlMkMlMjBjZSUyMHF1aSUyMGZ1aXQlMkMlMjBjZSUyMHF1aSUyMG5hJUMzJUFFdCUyMHNhbnMlMjAlQzMlQUF0cmUlMkMlMjBjZSUyMHF1aSUyMGVzdCUyMHNhbnMlMjBuYSVDMyVBRXRyZS4lMjBDZSUyMHF1aSUyMG4lRTIlODAlOTlleGlzdGUlMjBxdWUlMjBwYXIlMjBsZSUyMG1hbnF1ZSUyMHF1JUUyJTgwJTk5aWwlMjBsYWlzc2UlMkMlMjBxdWUlMjBwYXIlMjBsZSUyMHRyb3UlMjBiJUMzJUE5YW50JTIwcXUlRTIlODAlOTlpbCUyMGNyZXVzZSUyMCUzQiUyMHF1ZSUyMHBhciUyMGwlRTIlODAlOTllbnRyZSUyMGV0JTIwbGUlMjBwZW5kYW50JTJDJTIwcXVlJTIwZGFucyUyMGwlRTIlODAlOTlpY2klMjBldCUyMGxlJTIwbWFpbnRlbmFudC4lMjBBaW5zaSUyMHMlRTIlODAlOTlvdXZyZS10LWlsJTIwJUMzJUEwJTIwbGElMjB2aWUlMjBlbiUyMGh1cmxhbnQlMkMlMjBldCUyMHJ1aXNzZWxhbnQlMjBkYW5zJTIwbGVzJTIwZm9uZHVlcyUyMGMlQzMlQTJibCVDMyVBOWVzJTIwZGVzJTIwc3VwZXJzdHJ1Y3R1cmVzJTIwZCVFMiU4MCU5OWF2YW50JTIwbGElMjBjaHV0ZSUyMGV0JTIwYXV4JTIwdHJhdmVycyUyMGRlcyUyMGdyaWxsZXMlMjBjJUMzJUE5ciVDMyVBOWJyYWxlcy4=" content_align_horizontal="content-horiz-left" display_inline="yes" f_descr_font_family=""][td_block_11 m10f_title_font_style="" tdc_css="eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==" block_template_id="td_block_template_2" category_id="3" td_ajax_filter_type="td_popularity_filter_fa" td_filter_default_txt="Tous les articles" limit="4" custom_title="Articles "][td_block_7 custom_title="Dossier transhumanisme" custom_url="http://saint-epondyle.net/blog/" button_text="Tout le dossier" button_color="#cc0000" limit="4"][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image media_size_image_height="300" media_size_image_width="192" image="103" size="contain" style=""][vc_column_text custom_title="Cyberpunk Reality" block_template_id="" header_text_color="#000000" button_text="En savoir +" post_color="#000000" h_color="#cc0000" accent_text_color="#cc0000" f_h4_font_family="629" f_h4_font_transform="" f_h4_font_weight="400"]
Mon premier livre, ça parle de cyberpunk et du monde réel.
[/vc_column_text][vc_column_text custom_title="Le Mouton Numérique" block_template_id="" header_text_color="#000000" button_text="En savoir +" post_color="#000000" h_color="#cc0000" accent_text_color="#cc0000" f_h4_font_family="629" f_h4_font_weight="400"]
Je suis membre du Mouton Numérique.
Bêêêh !
[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width="stretch_row" tdc_css="eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDAwMDI2IiwiYmFja2dyb3VuZC1pbWFnZSI6InVybChcImh0dHA6Ly9uZXh1cy5zYWludC1lcG9uZHlsZS5uZXQvd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvMTQ5MTAwLWdsaXRjaC1iYWNrZ3JvdW5kLTE5MjB4MTA4MC1ub3RlYm9vay5qcGdcIikiLCJiYWNrZ3JvdW5kLXBvc2l0aW9uIjoiY2VudGVyIGNlbnRlciIsIm9wYWNpdHkiOiIxIiwiY29sb3ItMS1vdmVybGF5IjoicmdiYSgwLDAsMCwwLjcpIiwiY29sb3ItMi1vdmVybGF5IjoicmdiYSg1MSw1MSw1MSwwLjMpIiwiZGlzcGxheSI6IiJ9fQ=="][vc_column width="1/1"][td_block_title title_tag="h3" block_template_id="td_block_template_13" custom_title="Podcasts" big_title_text="Vidéodrome" big_text_color="rgba(255,255,255,0.12)" header_text_color="#f3f3f3" tdc_css="eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==" content_align_horizontal="content-horiz-center"][td_block_video_youtube playlist_yt="k2uk43FMTF8, LBbmw0ZjsgU, COix_Nd-MLc" tdc_css="eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ=="][/vc_column][/vc_row][vc_row tdc_css="eyJhbGwiOnsiYm9yZGVyLXRvcC13aWR0aCI6IjIiLCJib3JkZXItYm90dG9tLXdpZHRoIjoiMiIsImJvcmRlci1zdHlsZSI6ImRvdWJsZSIsImJvcmRlci1jb2xvciI6IiNjYzAwMDAiLCJkaXNwbGF5IjoiIn19" full_width="stretch_row"][vc_column][vc_empty_space][vc_row_inner][vc_column_inner][td_block_title title_tag="h2" block_template_id="td_block_template_13" content_align_horizontal="content-horiz-center" big_title_text="^{;,;}^" custom_title="Jeux de rôle" big_text_color="rgba(0,0,0,0.21)" header_text_color="#cc0000" button_text="Tout le JdR" tdc_css="eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==" f_header_font_family="" f_header_font_weight="" f_header_font_style="" custom_url="http://saint-epondyle.net/blog/category/jeu-de-role/" button_color="#cc0000"][tdm_block_inline_text description="SWwlMjBlc3QlMjBsJUUyJTgwJTk5b3JiZSUyMGNvc21pcXVlJTJDJTIwY2UlMjBxdWklMjBmdXQlMkMlMjBjZSUyMHF1aSUyMGZ1aXQlMkMlMjBjZSUyMHF1aSUyMG5hJUMzJUFFdCUyMHNhbnMlMjAlQzMlQUF0cmUlMkMlMjBjZSUyMHF1aSUyMGVzdCUyMHNhbnMlMjBuYSVDMyVBRXRyZS4lMjBDZSUyMHF1aSUyMG4lRTIlODAlOTlleGlzdGUlMjBxdWUlMjBwYXIlMjBsZSUyMG1hbnF1ZSUyMHF1JUUyJTgwJTk5aWwlMjBsYWlzc2UlMkMlMjBxdWUlMjBwYXIlMjBsZSUyMHRyb3UlMjBiJUMzJUE5YW50JTIwcXUlRTIlODAlOTlpbCUyMGNyZXVzZSUyMCUzQiUyMHF1ZSUyMHBhciUyMGwlRTIlODAlOTllbnRyZSUyMGV0JTIwbGUlMjBwZW5kYW50JTJDJTIwcXVlJTIwZGFucyUyMGwlRTIlODAlOTlpY2klMjBldCUyMGxlJTIwbWFpbnRlbmFudC4lMjBBaW5zaSUyMHMlRTIlODAlOTlvdXZyZS10LWlsJTIwJUMzJUEwJTIwbGElMjB2aWUlMjBlbiUyMGh1cmxhbnQlMkMlMjBldCUyMHJ1aXNzZWxhbnQlMjBkYW5zJTIwbGVzJTIwZm9uZHVlcyUyMGMlQzMlQTJibCVDMyVBOWVzJTIwZGVzJTIwc3VwZXJzdHJ1Y3R1cmVzJTIwZCVFMiU4MCU5OWF2YW50JTIwbGElMjBjaHV0ZSUyMGV0JTIwYXV4JTIwdHJhdmVycyUyMGRlcyUyMGdyaWxsZXMlMjBjJUMzJUE5ciVDMyVBOWJyYWxlcy4=" content_align_horizontal="content-horiz-left" display_inline="yes" f_descr_font_family=""][td_block_big_grid_3 mx19f_title_font_family="159" mx19f_title_font_size="eyJhbGwiOiIxOSIsInBvcnRyYWl0IjoiMTcifQ==" mx19f_title_font_line_height="1.26" td_grid_style="td-grid-style-1" category_id="3" limit="8" autoplay="1" tdc_css="eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ=="][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width="1/2"][td_block_11 image_align="center" meta_info_align="bottom" color_overlay="eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOltdLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApKTtiYWNrZ3JvdW5kOiBsaW5lYXItZ3JhZGllbnQoMGRlZyxyZ2JhKDAsMCwwLDAuNykscmdiYSgwLDAsMCwwKSk7IiwiY3NzUGFyYW1zIjoiMGRlZyxyZ2JhKDAsMCwwLDAuNykscmdiYSgwLDAsMCwwKSJ9" custom_title="Interviews JdR" limit="4"][/vc_column_inner][vc_column_inner width="1/2"][td_block_11 image_align="center" meta_info_align="bottom" color_overlay="eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOltdLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApKTtiYWNrZ3JvdW5kOiBsaW5lYXItZ3JhZGllbnQoMGRlZyxyZ2JhKDAsMCwwLDAuNykscmdiYSgwLDAsMCwwKSk7IiwiY3NzUGFyYW1zIjoiMGRlZyxyZ2JhKDAsMCwwLDAuNykscmdiYSgwLDAsMCwwKSJ9" limit="1" custom_title="Dernier scénario paru" button_text="Tous les scénarios" custom_url="http://saint-epondyle.net/blog/tag/scenarios-jeu-de-role/"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width="stretch_row_content td-stretch-content"][vc_column][tdm_block_column_title title_text="Qm91cXVpbnM=" title_tag="h2" title_size="tdm-title-md" tds_title="tds_title1" content_align_horizontal="content-horiz-center"][td_block_big_grid_fl_4][/vc_column][/vc_row][vc_row full_width="stretch_row" tdc_css="eyJhbGwiOnsicGFkZGluZy10b3AiOiI0OCIsImJhY2tncm91bmQtY29sb3IiOiIjMTExMTExIiwiZGlzcGxheSI6IiJ9fQ=="][vc_column width="2/3"][/vc_column][vc_column width="1/3" is_sticky="yes"][/vc_column][/vc_row][/tdc_zone]
Many thanks for incredible work !
Goodmorning everyone,
I chose to install your “newspaper animals” template and I have a problem with the menu icons in the header. The template is this: https://demo.tagdiv.com/newspaper_animals/.
I have not understood how to insert new icons because the code of each menu is for example this: <i class = “td-icons-farm td-icons-animals”> while you indicate to install a plugin “Font Awesome 4 Menus plugin “as reported in your article: https://forum.tagdiv.com/how-to-add-icons-in-menu/.
There is no other method to use icons with class “td” instead of “fa fa”. Do I have to install a plugin?
Thank you
Hi,
If you want to redesign your header section, you need to use the Header Builder tool which allows you to create that section as you wish, using the TD Composer. For more information about this functionality, please check the following documentation from here -> https://tagdiv.com/newspaper-theme-customize-the-header-manager/
Thanks for your understanding!
Hi,
Please notice that we take in order of time ( time when was post the question ) to answer to question, and if you post/replay again in your topic the time will change and will be move to recent question time https://www.screencast.com/t/XkaQj8n6
This can be achieve if you have newspaper v9.5 or v9.6
New Header Main Menu with Newspaper Theme -> https://tagdiv.com/header-main-menu-newspaper-theme/
– https://www.screencast.com/t/XWb5CvlWWR
Thank you for your understanding.
Hi,
I think that I understand wrong the first time, you want to have a box footer, for this you’ll need to set a background image or color -> https://forum.tagdiv.com/background-introduction/ and all the content on the page will be on all pages ( header footer ).
Thank you!
Hi,
Those are header litters for that blocks, in order to change that text you need to edit the page with tagDiv Composer click on that title -> https://www.screencast.com/t/6pXrGJ9fJo also it is possible to be set in sidebar widgets -> https://www.screencast.com/t/kR6ltFJIHXyy
If there is still a problem to change those texts, please provide me a link were I can inspect this header title.
Thank you for your understanding!
Hi, Is there anyway to move the centered logo to the left using header style 9? Thank you.
It can’t be a plugin since it has classes of TD composer. This is a copy of the button
<div class="tdm-header-menu-btns">
<div class="tdm_block td_block_wrap tdm_block_button td_uid_1_5c86bfa98ed1c_rand tdm-block-button-inline tdm-content-horiz-left td-pb-border-top tdm-menu-btn1 td_block_template_1 tdc-no-posts" data-td-block-uid="td_uid_1_5c86bfa98ed1c">
<style>
body .td_uid_2_5c86bfa98fc23 {
background: -webkit-linear-gradient(-60deg,#4db2ec,#5188f7);background: linear-gradient(-60deg,#4db2ec,#5188f7);
}
.td_uid_1_5c86bfa98ed1c_rand {
z-index: 1;
}
body .td_uid_2_5c86bfa98fc23:before {
background-color: #000;
}
.td_uid_2_5c86bfa98fc23:hover:before {
transform: translate(-50%,-50%) scale(1.1);
-webkit-transform: translate(-50%,-50%) scale(1.1);
}
.td_uid_2_5c86bfa98fc23 .tdm-btn-text,
.td_uid_2_5c86bfa98fc23 i {
color: #fff;
}
.td_uid_2_5c86bfa98fc23,
.td_uid_2_5c86bfa98fc23:before {
border-radius: 4px;
}
.td_uid_2_5c86bfa98fc23 {
box-shadow: 0px 2px 16px 0px rgba(77,178,236,0.8);
}
.td_uid_2_5c86bfa98fc23:hover {
box-shadow: 0px 4px 26px 0px rgba(0,0,0,0.3);
}
.td_uid_2_5c86bfa98fc23:hover {
transform: scale(1.1);
-webkit-transform: scale(1.1);
}
.td_uid_1_5c86bfa98ed1c_rand:hover {
z-index: 999;
}
</style><div class="tds-button td-fix-index"><span class="tdm-btn-text">123</span></div></div> </div>
Hi, thanks for answer! I use the mobile theme.
I managed to find this codes:
@media(max-width:767px){
.td-post-content p{
font-size:18px!important;
line-height:32px!important
}
}
@media(max-width:767px){
.td-post-header header .entry-title{
font-weight:700!important;
font-size:35px!important;
line-height:35px!important
}
Im happy with it, but just one thing: In the quotes or boxes of “Shortcodes ultimate” the font is still small. How can i fix that part?
And another thing: There is a way to change the module appearance of “Last articles” in the mobile theme?
An example of an article: https://frikedades.com/carta-hogwarts-harry-potter/
-
This reply was modified 7 years by
Yago88.
Calin
That fixed it – many thanks! Only remaining problem is that the TDC template header is extremely slow to load (like 1-2 seconds) compared to the identical Theme Panel header. It’s massively more functional, but it is only borderline usable at the moment.
You can look at http://www.ethical-intelligence.com site to see how slow it is (you can also switch back and forward between the two headers with the login ID I already gave you). . Any idea how I can speed the header up?
Currently I’m just having 2 issues remaining :: please help in sorting these out 🙂
- GOOGLE ADSENSE OVERLAY ADS: Problem is while the “SHOW ON AMP” is turned off all the ads are visible as usual along-with overlay anchor ads (which stuck on screen): just like this:
. That’s fine, but when the “SHOW ON AMP” option is enabled, then the overlay anchor ads aren’t coming: like this:
. On mobile template i had edited the template file to insert Google Auto-ads inside <header> area, that’s why probably all types of ads are appearing on (while AMP Off), so is there any possibility to make google overlay ads appear on AMP too ? o.O I’ve already added “Adsense auto-ads for AMP” on it’s specific option, but that’s not showing overlay ads (may be it’s usual), so just want to be clarified 🙂 as you know it affects on revenue - AMP ERROR: After enabling amp I’ve found some error warnings under AMP settings:
-
AMP Validated URLS: Check the error: https://www.upload.ee/image/9684357/validated_urls.jpg, there’re many options available like clear cache,recheck,forget – what should i do to fix this?
-
AMP Validation Error Index: check the error: https://www.upload.ee/image/9684356/error.jpg, there too options available like clear cache, accept, reject . What should i do here ? (i’m unaware of these issues, so wanna know.
So, please help to solve the above mentioned issues, then i’ll be issue-free state with 9.6 🙂 Thank you.
Hi,
Maybe try and resize the logo with an image editor instead, or even create it of the required size and then upload it. Resizing an image by other means may cause damage to it’s quality. For full width logos the width you are using would be enough, but the height could be a bit more. But it would depend on what you want to achieve in the end.
For example this demo uses a big logo with a header style that permits it
– https://demo.tagdiv.com/newspaper_cars/
Thanks
Hi,
Please notice that you can customize your menu items on mobile if you are using the Header Manager. Please check the following documentation from here -> https://tagdiv.com/newspaper-theme-customize-the-header-manager/
Thanks for your understanding!
Hi,
If you do not use the mobile theme plugin, then it is possible with a cloud header template. when building a cloud header template, it is possible to display different content desktop versus mobile. So for example you can show one element on dekstop
– http://prntscr.com/mwczdv and a different one on mobile – http://prntscr.com/mwczrm
The mobile menu element has an option to select the menu it will display
– http://prntscr.com/mwd0kl
This is similar to the mobile theme functionality, which has an option to display a different menu on mobile.
Let me know if you have more questions.
Thanks
Hi,
If you are using Newspaper 9.5 or 9.6 and the responsive version of theme, not mobile theme, then this is possible using the header builder.
Check out the New Header Main Menu with Newspaper Theme -> https://tagdiv.com/header-main-menu-newspaper-theme/
Get Slick Designs with the new Mobile Header Feature -> https://tagdiv.com/mobile-header-newspaper-theme/
Thank you!