- NewspapertagDiv AMP Plugin Tutorial
- ApiPractical example – How to add a new Block and Module
- NewspaperTrack Subscription Sources with Locker URL in Opt-In Builder
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperCredit System
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to use the Posts List shortcode
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperHow to generate Facebook App ID
- NewspaperHow to insert a block inside the content of a post
- NewspaperModal Popup
- NewspaperPayPal Setup
- NewspaperLink Tracker
- NewspaperLockers
- NewspaperGeneral Options that May Interfere with the Newspaper Theme
- NewspaperAdd Cryptocurrency Price Ticker Widget
- NewspaperPosts Loop Element
- NewspaperThe Newspaper Mobile Theme: Introduction
Here is a screen recording describing the issue.
https://www.screencast.com/t/2oZKrvXb
It seems that CleanTalk is an offender. What do you suggest?
Hi,
while using native template mode all seem to be working fine.
When i change to paired or classic theme does not load correctly and damages language coding / characters.
here is my web: https://123angielski.pl/specjalistyczne-tlumaczenia-medyczne/?amp
Hi Simion,
Thanks for the reply. I will need to stay on 9.5 for the time being as I need everything to work for AMP as it currently does.
I know you have said that the 9.5 AMP will be deprecated.
Is there a known end date, or will it continue to work until something else breaks it in the future?
Hi,
by editing the code to “$theme_options = get_option( ‘td_011’ );” all AMP error warnings are removed, so is this a temporary fix or this fix will come inbuilt in new version of newspaper (so that we’ll not need to do anything else later for this) ?
Regarding Adsense ads I was talking about Adsense overlay anchor ads (which remains stuck at mobile screen). Just check the screenshot:
. I’ve already inserted AMP auto ads, but AMP auto ads doesn’t show overlay ads i guess (as it can’t be set from adsense account settings) . .
So, my question on this is if someone opens the site in mobile, then the normal url (https://www.mytechnopedia.com)open which doesn’t show overlay ads due to AMP is active there native, can’t I set the mobile view & AMP view via different URL ? Means if a visitor opens site via mobile he’ll open https://www.mytechnopedia.com by default which shows overlay ads (NO AMP), but if he with/comes via google search he can see AMP view at https://www.mytechnopedia.com/amp/, means DIFFERENT URL FOR MOBILE & AMP VIEW , so this way adsense results can be better i guess 🙂 .
Thank you .
you will see some screenshots:
Mobile menu – https://www.screencast.com/t/Y19pv6k87gM
Mobile search – https://www.screencast.com/t/BPKMok4r5KC
Social icons and theme – https://www.screencast.com/t/jpyIwDCq (they are not using tag div mobile plugin)
AMP article – https://www.screencast.com/t/dMkziGW8a (custom font)
https://www.screencast.com/t/Ests4AEFl
AMP menu – https://www.screencast.com/t/y2nyaBjADRM
AMP search bar – https://www.screencast.com/t/eM4Y78jk
please let mention how they created search menu with default tags and menu customization include AMP version.
the menu displays a row line the social icons appear bottom of a menu.
They are using custom code or tag div demos or cloud library templates?
Hello there,
I recently visited https://beebom.com they also using our theme.
The site customizability is clean and simple. I think they are using each and every features of our theme.
I would like to make my website like beebom.com
The mobile version is pretty simple and the search bar also include beautiful AMP.
The social icons looking simple at grey style.
Please let me know does they using any demo template or cloud template for achieve the mobile menus, search bar, social icons.
Everything would you please ?? mention.
Thanks you
My site getting too many amp errors how to solve it?i attach screenshot here
-
This reply was modified 7 years by
Tread Topic.
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 !
Thank you very much #Calin. ☺️ For giving me v9.5.
One thing, please clear some doubts using cloud library templates
1. if i use cloud library templates the site will be work fine?
2. including responsive AMP support ?
3. Page loading speed
4. Full Customization
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
Hello, I followed your guidance, but when I activate the AMP plugin, this screws up the layout of my desktop site.
Please see the screenshot
http://www.screencast.com/t/nT1ObLlS
How can I resolve? Do you have any workaround? Are you aware of this problem?
Hi,
In order to have auto ads in amp version you’ll need to set the code here -> https://www.screencast.com/t/NT2hV4CLz mobile theme – amp ads
For this error https://prnt.sc/mupdgl here is the fix.
You’ll need to go in wp-content/plugins/td-mobile-plugin/td-mobile-plugin.php
and at the bottom of file set this code
$theme_options = get_option( 'td_011' );
https://prnt.sc/mv165e
https://www.screencast.com/t/NclX3sIf
Thank you!
Hi,
That is because the official AMP plugin doesn’t have many settings. If you do not use the mobile theme you can still display ads in AMP, there are a few links about it in this topic – https://forum.tagdiv.com/topic/amp-plugin-9/
Thanks
Hi,
Our developer team is working continue to make our theme better and to add new improves and fix the existential problems from our theme; the mobile theme with amp is one of them that are on the list to fix and make it better.
Thank you for your understanding
Hi,
If you have activate the show on amp on the mobile theme in this tester you still need to set the /amp in url -> https://search.google.com/test/amp?url=https%3A%2F%2Fwww.bintmusic.it%2Ffestival-fotografia-italia-corsi-concorsi%2Famp but in this one should work in both ways ( with /amp and without /amp ) https://validator.ampproject.org/#url=https%3A%2F%2Fwww.bintmusic.it%2Ffestival-fotografia-italia-corsi-concorsi%2Famp
Thank you for your understanding!
Hi,
I have checked your website and I saw that your AMP is valid but please notice that you have 9.5 version of the theme. Here is talking about an old AMP plugin. If you want to have the new one, you need to update the theme to the latest version of it which is Newspaper 9.6, install the Mobile Theme and AMP plugin, set up according to our above documentation, clear all the caches and check the results.
Thanks for your understanding!
Hi,
Mobile Theme: Automatic Optimization for Mobile with Newspaper Theme -> https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
How to Make an AMP ready Website with Newspaper Theme -> https://tagdiv.com/amp-newspaper-theme/
Please make sure that you activate the amp from mobile theme -> https://www.screencast.com/t/6m5bxthx8ec and you check the box from general Amp -> https://www.screencast.com/t/WEyXhNzY
For this error https://prnt.sc/mupdgl here is the fix.
You’ll need to go in wp-content/plugins/td-mobile-plugin/td-mobile-plugin.php
and at the bottom of file set this code
$theme_options = get_option( 'td_011' );
https://prnt.sc/mv165e
https://www.screencast.com/t/NclX3sIf
Relented topic -> https://forum.tagdiv.com/topic/errors-after-update-2/
Also is not need to use the mobile theme with amp, you can sample use others amp plugins and use the responsive version of theme.
Thank you!
How to solve this problem?
URL: https://www.suggestking.com/gadgets/camera/7-best-dslr-camera-in-india.html
(The mandatory tag ‘head > style[amp-boilerplate]’ is missing or incorrect.)
Hi, Catlin,
I followed to the letter of course everything but the new plugin with amp does not work.
In this way, like many other users, I detect problems with the test amp https://search.google.com/test/amp
The only way to get the amp pages is to exclude SHOW ON AMP in the mobile theme settings getting a horrible amp page without style css. But currently this is the only possible choice to not have problem with google webmaster with amp articles.
Please solve with an update, thanks.
Hi,
Our developer team is working continue to make our theme better and to add new improves and fix the existential problems from our theme; the mobile theme with amp is one of them that are on the list to fix and make it better.
Thank you for your understanding!
Hi,
Our developer team is working continue to make our theme better and to add new improves and fix the existential problems from our theme; the mobile theme with amp is one of them that are on the list to fix and make it better.
Thank you for your understanding!
Hi,
So you want to modify modules 6 and 7 and enable the author name for them. Best way to do it would be in a child theme, if not the modifications will be lost after a theme update when the theme files will be replaced
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
The child theme is included in the full theme package code folder. Install it and activate it.
In order to modify a module it needs to be copied in the child theme, a directory path to it has to be created in the child theme exactly as in the main theme
– http://prntscr.com/mwo34r
Copy the respective module files there, from main theme to child theme. Then in order to make theme display the author name remove the comment from the code
Before – http://i.prntscr.com/AuMHNqqPQueIW7bJ_7LbzA.png
After – http://i.prntscr.com/B24_IoALTNKwZqbH5KrK1A.png
You can always create category templates with the composer, and cloud library plugin
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Instead of using predefined modules like the default category templates, in a cloud category template you can use a loop element. These are highly flexible in terms of design, here you can see how the cloud category templates look, you can also modify them or create your own
– https://affiliate.tagdiv.com/#/load/Category
So for example a loop element has a toggle for showing the author or not, which will apply in that respective element only
– http://i.prntscr.com/at6QEYleQxW2WIZWkxCmCg.png
Please let us know if you have more questions.
Thanks
Hi,
I have to disable the AMP version because it was creating lot of mess, all the link getting error in google search.
I have kept mobile theme active only so that loading time boost. Thanks for looking in this.
But I think many users are facing this AMP issue.
Hi,
I checked your website, seems neither the AMP plugin or the mobile theme are active. In order to test if AMP works please enable them both, then the setting in the theme panel.
After doing this, test a post in the AMP validation tool
– https://validator.ampproject.org/
The link when testing with the tool should be like this example
https://www.androidhire.com/google-allo-is-shutting-down/amp
Let us know the results.
Thanks