- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
I added the css and it worked.
I could not possibly deactivate all plugins – that would be a disaster.
Thank you!
I have no problem uploading large files, the theme is the problem, if the theme is activated.. i cant upload media, if the theme is de-activated.. i can upload media..
–
I was easily able to change theme colors with css:
.td-main-content-wrap, .td-container-wrap, .post {
background-color: #fafafa;
}
.td-sub-footer-container {
background-color: #000;
color: #ccc;
font-size: 12px;
font-family: ‘Open Sans’, arial, sans-serif;
}
I have no problem uploading large files, the theme is the problem, if the theme is activated.. i cant upload media, if the theme is de-activated.. i can upload media..
–
I was easily able to change theme colors with css:
.td-main-content-wrap, .td-container-wrap, .post {
background-color: #fafafa;
}
.td-sub-footer-container {
background-color: #000;
color: #ccc;
font-size: 12px;
font-family: ‘Open Sans’, arial, sans-serif;
}
I have no problem uploading large files, the theme is the problem, if the theme is activated.. i cant upload media, if the theme is de-activated.. i can upload media..
–
I was easily able to change theme colors with css:
.td-main-content-wrap, .td-container-wrap, .post {
background-color: #fafafa;
}
.td-sub-footer-container {
background-color: #000;
color: #ccc;
font-size: 12px;
font-family: ‘Open Sans’, arial, sans-serif;
}
Hi,
The mobile friendly test is somewhat inconclusive at times – http://prntscr.com/mxagd1
Sometimes if the theme resources like the CSS is slow to load the result may be negative. There is a discussion in this topic
– https://forum.tagdiv.com/topic/i-have-two-problems-in-mobile-friendly-test/
Thanks
Same problem here!
I use autoptimize, and I solved the problem disabling the “inline css”
Hi,
You can achieve that borders using custom css -> https://www.screencast.com/t/ee0Thw8N3
.td-header-menu-wrap {
border-top: 1px solid #ededed;
border-bottom: 1px solid #ededed;
}
.td-header-gradient:before{
display: none;
}
or using the header builder -> https://tagdiv.com/header-main-menu-newspaper-theme/
-> https://www.screencast.com/t/zLiWg2NV32u
-> https://www.screencast.com/t/TPflQq55
In footer section you have to set the numbers of posts in footer 1/2/3 to have the approximation the same height
-> https://www.screencast.com/t/QaCf1PeGD50u
-> https://www.screencast.com/t/ClA95rQDPAN
Thank you!
Hi,
For change only the background color you can use this custom css -> https://www.screencast.com/t/HBYf1sol set it in Newspaper>Theme panel>Custom code>Custom css .td-container-wrap {
background-color: #444;
}
If you want to have the settings to you can get theme from here -> https://pastebin.com/hEfJdLYa
Import / Export theme settings -> https://forum.tagdiv.com/import-export-theme-settings/
Thank you!
When I run a GTMetrix analysis of my site, I see this:
The following resources have identical contents, but are served from different URLs. Serve these resources from a consistent URL to save 1 request(s) and 1.2MiB.
https://www.MYDOMAIN.com/wp-content/themes/Newspaper/style.css
https://www.MYDOMAIN.com/wp-content/themes/Newspaper/style.css?ver=9.6
Is it necessary to have both of these/ is there a way to use only one URL?
Hi,
So you want to reduce the space between the post content and the left side? maybe by using a cloud post template and stretching the row containing the post content element
– http://prntscr.com/mx6b0r
Here you can experiment with cloud post template to see what the possibilities are
– https://affiliate.tagdiv.com/#/load/Single
They can be previewed and even edited with the composer.
Not using cloud templates and modifying the post template with CSS it could be possible, maybe by removing the padding right and increasing the right
– http://prntscr.com/mx6diq
Or removing both padding left and right – http://prntscr.com/mx6dxr
This last one may cause problems because the post content width will increase because the padding is removed. Here is the code if you want to give it a try
.td-post-template-5 .td-pb-span8.td-main-content {
padding-right: 0;
padding-left: 0;
}
Thanks
Hi,
Try the code below and place it in Theme panel -> Cusotm CSS area.
@media (max-width: 767px){
.td-post-template-4 .td-post-sub-title {
padding: 0;
}
The result is here -> https://www.screencast.com/t/shhOEOpzU
Thanks.
Hi,
I have checked your website URL on AMP and I saw that you have some errors when I have tested with AMP tool, as you can see here -> https://www.screencast.com/t/t29CtpK8h This issue, it seems to come from your untested plugins, like Optimize CSS or Autoptimize, etc. My advice is to disable all of the untested plugins, clear all the caches, purge CDN files and check the results. -> https://www.screencast.com/t/9gpLM2vPulzu
Thanks for your understanding!
Hi,
I think that you want to achieve this -> https://www.screencast.com/t/6JpcoY86koi if is so the all you need to add is to add this code in Theme panel>Custom code> custom css .td-footer-wrapper {
width: 1141px;
}
or you can set a footer page -> https://forum.tagdiv.com/footer-templates/
Thank you!
Thank you for your answer.
Since it is responsive and adapts well to all screen sizes, I asume that breaking in 2/3 and 1/3 layout is a css problem and could be fixed by TagDiv team? Do you have it in your to-do list?
Thanks
Thanks! It was with the su-note-inner, I think that I am learning a bit 😛
My problem with the mobile theme is that I cant design nothing with it. I dont want the last articles in my landing page, I want a “Cluster mode” page with X articles/pages that fills ups all the screen (no margins). And the same for more pages.
Its viable by css? There are a lot of things and I can pay a programmer for that.
Thanks in advance.
Hi,
That is a custom menu, and those icons https://www.screencast.com/t/mZGSylF0P are set with class so in order to set new icons you’ll need to use a plugin for icons or set them manually like image and style them with custom css
Thank you!
Hi,
For me seams to be a cache problem -> https://www.screencast.com/t/PSDu0GHzw pelase deactivate the cache plugin, clear all cache and try again.
Unfortunately you’ll need to set the font style with custom css
https://www.screencast.com/t/eIsHVVft
Thank you for your understanding!
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
Hi Simion,
I followed everything in instruction but the new plugin with amp does not work right.
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.
It could be possible. For the color of the breadcrumbs you could use some CSS
– http://prntscr.com/mwsbho
In the theme panel there aren’t any settings for the breadcrumbs, here is the code I used in the example
.entry-crumbs a,
.td-bred-no-url-last {
color: red;
}
For the icon it would depend on how exactly you want to change it, what you want to replace it with. Maybe there is a way.
Cause: Optimize CSS
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 !
Hi,
Try to use the code below and place it in Theme panel -> Cusotm CSS area.
.td-js-loaded .tdc-row-divider, .td-js-loaded .td-element-style {
transition:none;
-webkit-transition: none;
}
Hope this helps!
Thanks.
Hi,
In order to change that color you’ll need to add a custom css in newspaper>theme panel>custom code>custom css https://www.screencast.com/t/W8AWZGuBejMo
.td-post-content blockquote p{
color: #111;
}
Thank you!