- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Hello!
Please check in Newspaper -> Theme panel -> Custom code -> Custom CSS. Search about that line “ay:none; }” and please provide a screenshot from there with the code.
A solution for sending a screenshot is this:
Download, capture, send: https://www.techsmith.com/jing-tool.html
After making the screenshot, you will have a link, paste it here.
Thank you!
Hello!
It looks like the blockquote is getting overwritten, please use this css code: .post blockquote p, .page blockquote p {
color:#e7343f!important;
}
The codes must be inserted in here: https://www.screencast.com/t/G4qVwC6G
Thank you !
Hi,
Unfortunately, there is on option in theme panel for standard templates to set on link the underline permanently, but this can be done with some css https://i.imgur.com/Wg3glBa.png
.tagdiv-type a{
text-decoration: underline;
}
You need to set this code in theme panel > custom code> custom css.
Also please let me know what style you’ll link for the link inside the post and I will let you know the easiest way to set it.
Thank you!
Hello!
You can achieve this using CSS Code as you can see here: https://www.screencast.com/t/4zpfnXOA
.author-box-wrap .avatar {
display:none;
}
The codes must be inserted in here: https://www.screencast.com/t/G4qVwC6G
Thank you !
I just checked this situation and it looks that there is apply an inline css that is overwriting the one from the theme https://i.imgur.com/TiswGNP.jpg this can be from a plugin, please make a test using only tagDiv plugins and let me know if this problem is persisting.
Thank you!
Hello!
That can be done using CSS using this code: .td-module-comments {
display:none;
}
The codes must be inserted in here: https://www.screencast.com/t/G4qVwC6G
Thank you !
Hi ghoangit, I think that you want to remove the padding from mobile version, if is so and you are using the responsive version, select the column and in css tab add margin left and right “-20” after that for width add calc(100% + 40px) and this will look like this -> https://i.imgur.com/O0w1QpF.png
I hope this will help you!
I can share some test resule.
in php7.4, site works fine with some warning
Warning: A non-numeric value encountered in /home/***/webapps/***/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_4.php on line 443
Warning: A non-numeric value encountered in /home/***/webapps/***/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_4.php on line 470
then in php8.0, it totaly crash.
Fatal error: Uncaught TypeError: Unsupported operand types: string / float in /home/***/webapps/***/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_4.php:443 Stack trace: #0 /home/***/webapps/***/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php(208): td_flex_block_4::cssMedia() #1 /home/***/webapps/***/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_4.php(1831): td_css_res_compiler->load_settings() #2 /home/***/webapps/***/wp-content/plugins/td-composer/legacy/common/wp_booster/td_block.php(1501): td_flex_block_4->get_custom_css() #3 /home/***/webapps/***/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_4.php(1857): td_block->get_block_css() #4 /home/***/webapps/***/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): td_flex_block_4->render() #5 /home/***/webapps/***/wp-includes/shortcodes.php(343): td_global_blocks::proxy_function() #6 [internal function]: do_shortcode_tag() #7 /home/***/webapps/***/wp-includes/shortcodes.php(218): preg_replace_callback() #8 /home/***/webapps/***/wp-content/plugins/td-composer/includes/tdc_composer_block.php(273): do_shortcode() #9 /home/***/webapps/***/wp-content/plugins/td-composer/includes/shortcodes/vc_column.php(283): tdc_composer_block->do_shortcode() #10 /home/***/webapps/***/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): vc_column->render() #11 /home/***/webapps/***/wp-includes/shortcodes.php(343): td_global_blocks::proxy_function() #12 [internal function]: do_shortcode_tag() #13 /home/***/webapps/***/wp-includes/shortcodes.php(218): preg_replace_callback() #14 /home/***/webapps/***/wp-content/plugins/td-composer/includes/tdc_composer_block.php(273): do_shortcode() #15 /home/***/webapps/***/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php(1098): tdc_composer_block->do_shortcode() #16 /home/***/webapps/***/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): vc_row->render() #17 /home/***/webapps/***/wp-includes/shortcodes.php(343): td_global_blocks::proxy_function() #18 [internal function]: do_shortcode_tag() #19 /home/***/webapps/***/wp-includes/shortcodes.php(218): preg_replace_callback() #20 /home/***/webapps/***/wp-content/plugins/td-composer/includes/tdc_composer_block.php(273): do_shortcode() #21 /home/***/webapps/***/wp-content/plugins/td-composer/includes/shortcodes/tdc_zone.php(591): tdc_composer_block->do_shortcode() #22 /home/***/webapps/***/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): tdc_zone->render() #23 /home/***/webapps/***/wp-includes/shortcodes.php(343): td_global_blocks::proxy_function() #24 [internal function]: do_shortcode_tag() #25 /home/***/webapps/***/wp-includes/shortcodes.php(218): preg_replace_callback() #26 /home/***/webapps/***/wp-includes/class-wp-hook.php(292): do_shortcode() #27 /home/***/webapps/***/wp-includes/plugin.php(212): WP_Hook->apply_filters() #28 /home/***/webapps/***/wp-includes/post-template.php(253): apply_filters() #29 /home/***/webapps/***/wp-content/plugins/td-standard-pack/Newspaper/page.php(51): the_content() #30 /home/***/webapps/***/wp-includes/template-loader.php(106): include('...') #31 /home/***/webapps/***/wp-blog-header.php(19): require_once('...') #32 /home/***/webapps/***/index.php(17): require('...') #33 {main} thrown in /home/***/webapps/***/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_4.php on line 443
There has been a critical error on this website.
I am using Big Grid Flex 1 on my home page and the title for the featured post appears at the bottom left of the block. Since visitors to the site may miss the title of the post how can I move the title and position to the top of this block? Is there any CSS code that I can apply to move the title from bottom to the top?
Thanks Vlad. We are not using the cloud library template though for single posts. We are using the style 3 template in theme panel > post settings > default post template.
The blockquote color is also set to #e7343f in theme panel > theme colors > content > posts.
We also tried to add custom css in theme panel > custom code to enforce text color of all blockquotes but were unable to get the result.
Hi Vlad.
Sorry but I can´t see “ay:none; }” in code: https://www.screencast.com/t/tIek05asT
I send you below all Inicio code (is not a footer problem)
Thanks in advance.
Rgds.
[tdc_zone type="tdc_content"][vc_row full_width="stretch_row_1600 td-stretch-content" tdc_css="eyJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywiYWxsIjp7Im1hcmdpbi10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=" row_hide_on_pagination="yes"][vc_column][td_block_big_grid_flex_6 meta_info_vert="content-vert-bottom" image_zoom="yes" show_author2="none" show_date2="none" modules_category="above" image_width1="eyJwaG9uZSI6IjEwMCJ9" image_height1="eyJhbGwiOiI2OS44IiwibGFuZHNjYXBlIjoiNjkuNyIsInBvcnRyYWl0IjoiNjkuNiIsInBob25lIjoiODAifQ==" meta_padding2="eyJwb3J0cmFpdCI6IjE1cHggMTVweCA1cHgiLCJwaG9uZSI6IjEwcHgifQ==" meta_padding1="eyJhbGwiOiIyMHB4IiwibGFuZHNjYXBlIjoiMTVweCIsInBvcnRyYWl0IjoiMTBweCIsInBob25lIjoiMjBweCJ9" cat_bg_hover="rgba(127,61,59,0.58)" review_stars="#fff" modules_category_margin1="eyJwaG9uZSI6IjEwcHgiLCJhbGwiOiIwIDAgMTBweCAwIn0=" art_title1="eyJwb3J0cmFpdCI6IjBweCAwcHggMHB4IDBweCJ9" show_author1="eyJwb3J0cmFpdCI6Im5vbmUiLCJhbGwiOiJub25lIn0=" show_date1="eyJwb3J0cmFpdCI6Im5vbmUiLCJhbGwiOiJub25lIn0=" image_size="" image_size2="td_1068x0" modules_category_padding2="eyJhbGwiOiI0cHggMjhweCIsInBvcnRyYWl0IjoiM3B4IDE2cHggMnB4IDE2cHgiLCJwaG9uZSI6IjNweCAxNnB4In0=" modules_gap="eyJwaG9uZSI6IjIiLCJhbGwiOiI1In0=" show_author3="eyJwaG9uZSI6Im5vbmUiLCJhbGwiOiJub25lIn0=" show_date3="eyJwaG9uZSI6Im5vbmUiLCJhbGwiOiJub25lIn0=" image_width2="eyJwaG9uZSI6IjcwIn0=" image_height2="eyJhbGwiOiI3MCIsInBob25lIjoiODAifQ==" image_height3="eyJsYW5kc2NhcGUiOiIxMDAiLCJwaG9uZSI6IjgwIn0=" meta_info_horiz="content-horiz-center" f_title1_font_family="" f_title1_font_transform="" f_title1_font_style="italic" f_title1_font_size="eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjE2IiwicG9ydHJhaXQiOiIxNCJ9" grid_layout="3" image_height="100" f_title1_font_line_height="1" f_title1_font_weight="700" f_title2_font_family="" f_title2_font_transform="" f_title2_font_weight="800" f_title2_font_size="eyJsYW5kc2NhcGUiOiIzMCIsInBvcnRyYWl0IjoiMjQiLCJwaG9uZSI6IjE4IiwiYWxsIjoiNDAifQ==" f_title2_font_line_height="1" f_title2_font_style="italic" overlay_general="eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjYpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwLjQpIiwicGVyY2VudGFnZSI6MzV9LHsiY29sb3IiOiJyZ2JhKDAsMCwwLDApIiwicGVyY2VudGFnZSI6NjB9XSwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoMGRlZyxyZ2JhKDAsMCwwLDAuNikscmdiYSgwLDAsMCwwLjQpIDM1JSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApKTtiYWNrZ3JvdW5kOiBsaW5lYXItZ3JhZGllbnQoMGRlZyxyZ2JhKDAsMCwwLDAuNikscmdiYSgwLDAsMCwwLjQpIDM1JSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC42KSxyZ2JhKDAsMCwwLDAuNCkgMzUlLHJnYmEoMCwwLDAsMCkgNjAlLHJnYmEoMCwwLDAsMCkifQ==" cat_bg="#7f3d3b" f_cat2_font_size="eyJhbGwiOiIyMCIsImxhbmRzY2FwZSI6IjE2IiwicG9ydHJhaXQiOiIxNSIsInBob25lIjoiMTIifQ==" f_cat1_font_size="eyJhbGwiOiIxNSIsImxhbmRzY2FwZSI6IjE0IiwicG9ydHJhaXQiOiIxMiJ9" modules_category_margin2="eyJhbGwiOiIwIDAgMTVweCAwIiwicG9ydHJhaXQiOiIwIDAgMTBweCAwIiwicGhvbmUiOiIxMHB4In0=" f_cat2_font_line_height="1" modules_category_padding1="eyJhbGwiOiI0cHggMjBweCAzcHggMjBweCIsInBvcnRyYWl0IjoiM3B4IDE2cHggMnB4IDE2cHgiLCJwaG9uZSI6IjNweCAxNnB4In0=" f_cat1_font_line_height="1" f_cat1_font_weight="700" f_title3_font_style="" f_cat1_font_style="italic" f_cat2_font_weight="700" f_cat2_font_style="italic" art_title2="eyJsYW5kc2NhcGUiOiIwIiwicGhvbmUiOiIwIn0=" image_width3="eyJwaG9uZSI6IjcwIn0=" f_title3_font_size="eyJwaG9uZSI6IjE4In0=" f_cat3_font_size="eyJwaG9uZSI6IjEyIn0=" f_cat3_font_line_height="eyJwaG9uZSI6IjEifQ==" f_cat3_font_style="eyJwaG9uZSI6Iml0YWxpYyJ9" f_cat3_font_weight="eyJwaG9uZSI6IjcwMCJ9" image_alignment1="eyJhbGwiOjUwLCJwaG9uZSI6IjUwIn0=" meta_padding3="eyJwaG9uZSI6IjEwcHggMTBweCAxOXB4In0=" modules_category_margin3="eyJwaG9uZSI6IjEwcHgifQ==" meta_margin2="eyJwaG9uZSI6IjAifQ==" tdc_css="eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiNDgiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ=="][/vc_column][/vc_row][vc_row full_width="stretch_row_1600 td-stretch-content" gap="eyJhbGwiOiIyMCIsImxhbmRzY2FwZSI6IjE1IiwicG9ydHJhaXQiOiIxMCJ9" tdc_css="eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctdG9wIjoiNDAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsInBvcnRyYWl0Ijp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9"][vc_column tdc_css="eyJhbGwiOnsid2lkdGgiOiI3NSUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7IndpZHRoIjoiMTAwJSIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9" width="7"][td_flex_block_1 modules_category="image" show_btn="none" show_excerpt="none" ajax_pagination="" f_title_font_size="eyJwb3J0cmFpdCI6IjEwIiwiYWxsIjoiMjAiLCJsYW5kc2NhcGUiOiIxMiJ9" f_title_font_line_height="eyJwb3J0cmFpdCI6IjEuMiIsImFsbCI6IjEuMiJ9" image_height="100" excerpt_middle="yes" show_date="none" show_com="none" show_author="none" meta_padding="eyJhbGwiOiI1cHggMCAwIDE1cHgiLCJsYW5kc2NhcGUiOiI1cHggMCAwIDEwcHgiLCJwb3J0cmFpdCI6IjAgMCAwIDhweCJ9" f_ex_font_size="eyJwb3J0cmFpdCI6IjEyIn0=" f_ex_font_line_height="eyJwb3J0cmFpdCI6IjEuNiJ9" all_modules_space="20" image_size="td_1068x0" modules_category_margin="5px" modules_category_padding="3px 15px 2px 15px" f_cat_font_weight="" f_cat_font_style="" f_cat_font_transform="" cat_bg="#ff00fa" cat_bg_hover="rgba(255,0,250,0.8)" f_title_font_weight="800" f_title_font_transform="" f_title_font_family="672" f_title_font_style="italic" block_template_id="td_block_template_8" header_text_color="#7f3d3b" border_color="#7f3d3b" f_header_font_family="" f_header_font_size="eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjMwIiwicG9ydHJhaXQiOiIyNCIsInBob25lIjoiNDAifQ==" f_header_font_line_height="1" f_header_font_style="italic" f_header_font_weight="600" image_floated="" image_width="100" show_cat="none" pag_text="#ffffff" pag_bg="#ff00fa" pag_border="rgba(255,255,255,0)" pag_h_text="#ffffff" pag_h_bg="rgba(255,0,250,0.8)" pag_h_border="rgba(255,255,255,0)" tdc_css="eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiODAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==" custom_title="Curiosidades" limit="4" modules_on_row="25%" meta_info_horiz="layout-default" show_review="none" meta_info_align="" modules_gap="10" offset="5" category_id="25"][td_flex_block_1 modules_category="image" show_btn="none" show_excerpt="none" ajax_pagination="" f_title_font_size="eyJwb3J0cmFpdCI6IjEwIiwiYWxsIjoiMjAiLCJsYW5kc2NhcGUiOiIxMiJ9" f_title_font_line_height="eyJwb3J0cmFpdCI6IjEuMiIsImFsbCI6IjEuMiJ9" image_height="100" excerpt_middle="yes" show_date="none" show_com="none" show_author="none" meta_padding="eyJhbGwiOiI1cHggMCAwIDE1cHgiLCJsYW5kc2NhcGUiOiI1cHggMCAwIDEwcHgiLCJwb3J0cmFpdCI6IjAgMCAwIDhweCJ9" f_ex_font_size="eyJwb3J0cmFpdCI6IjEyIn0=" f_ex_font_line_height="eyJwb3J0cmFpdCI6IjEuNiJ9" all_modules_space="20" image_size="td_1068x0" modules_category_margin="5px" modules_category_padding="3px 15px 2px 15px" f_cat_font_weight="" f_cat_font_style="" f_cat_font_transform="" cat_bg="#ff00fa" cat_bg_hover="rgba(255,0,250,0.8)" f_title_font_weight="800" f_title_font_transform="" f_title_font_family="672" f_title_font_style="italic" block_template_id="td_block_template_8" header_text_color="#7f3d3b" border_color="#7f3d3b" f_header_font_family="" f_header_font_size="eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjMwIiwicG9ydHJhaXQiOiIyNCIsInBob25lIjoiNDAifQ==" f_header_font_line_height="1" f_header_font_style="italic" f_header_font_weight="600" image_floated="" image_width="100" show_cat="none" pag_text="#ffffff" pag_bg="#ff00fa" pag_border="rgba(255,255,255,0)" pag_h_text="#ffffff" pag_h_bg="rgba(255,0,250,0.8)" pag_h_border="rgba(255,255,255,0)" tdc_css="eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiODAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==" custom_title="¿Quién era..." limit="4" modules_on_row="25%" meta_info_horiz="layout-default" show_review="none" meta_info_align="" modules_gap="10" offset="5" category_id="36"][/vc_column][vc_column width="5" tdc_css="eyJhbGwiOnsid2lkdGgiOiIyNSUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7IndpZHRoIjoiMTAwJSIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9" is_sticky="yes"][td_block_social_counter facebook="ocesaronada" twitter="ocesar_onada" style="" googleplus="+tagDivThemes" custom_title="Síguenos" header_text_color="#7f3d3b" header_color="#ff00fa" block_template_id="td_block_template_8" border_color="#7f3d3b" f_header_font_size="eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjMwIiwicG9ydHJhaXQiOiIyNCIsInBob25lIjoiNDAifQ==" f_header_font_line_height="1" f_header_font_style="italic" f_header_font_weight="600" f_header_font_family="" tdc_css="eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiODAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==" instagram="ocesaronada"][td_block_ad_box spot_id="sidebar" spot_title="- Advertisment -" tdc_css="eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiODAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ=="][td_flex_block_1 modules_on_row="eyJwaG9uZSI6IjEwMCUifQ==" modules_category="image" show_btn="none" show_excerpt="none" ajax_pagination="" td_ajax_preloading="preload" f_title_font_size="eyJwb3J0cmFpdCI6IjEwIiwiYWxsIjoiMjAiLCJsYW5kc2NhcGUiOiIxMiJ9" f_title_font_line_height="eyJwb3J0cmFpdCI6IjEuMiIsImFsbCI6IjEuMiJ9" image_height="110" excerpt_middle="yes" show_date="none" show_com="none" show_author="none" meta_padding="eyJhbGwiOiI1cHggMCAwIDE1cHgiLCJsYW5kc2NhcGUiOiI1cHggMCAwIDEwcHgiLCJwb3J0cmFpdCI6IjAgMCAwIDhweCJ9" modules_gap="eyJhbGwiOiIxNSIsInBvcnRyYWl0IjoiMjAifQ==" f_ex_font_size="eyJwb3J0cmFpdCI6IjEyIn0=" f_ex_font_line_height="eyJwb3J0cmFpdCI6IjEuNiJ9" all_modules_space="20" image_size="td_1068x0" modules_category_margin="5px" modules_category_padding="3px 15px 2px 15px" f_cat_font_weight="" f_cat_font_style="" f_cat_font_transform="" cat_bg="#ff00fa" cat_bg_hover="rgba(255,0,250,0.8)" f_title_font_weight="800" f_title_font_transform="" f_title_font_family="672" f_title_font_style="italic" custom_title="Libros" block_template_id="td_block_template_8" header_text_color="#7f3d3b" border_color="#7f3d3b" f_header_font_family="" f_header_font_size="eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjMwIiwicG9ydHJhaXQiOiIyNCIsInBob25lIjoiNDAifQ==" f_header_font_line_height="1" f_header_font_style="italic" f_header_font_weight="600" image_floated="float_left" image_width="30" show_cat="none" pag_text="#ffffff" pag_bg="#ff00fa" pag_border="rgba(255,255,255,0)" pag_h_text="#ffffff" pag_h_bg="rgba(255,0,250,0.8)" pag_h_border="rgba(255,255,255,0)" tdc_css="eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiODAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==" category_id="866" limit="2"][/vc_column][/vc_row][vc_row full_width="stretch_row_1600 td-stretch-content" tdc_css="eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdCI6eyJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImxhbmRzY2FwZSI6eyJwYWRkaW5nLXRvcCI6IjQwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==" row_hide_on_pagination="yes"][vc_column width="1/1"][tdm_block_column_title title_text="QXJ0ZQ==" title_tag="h3" title_size="tdm-title-md" content_align_horizontal="content-horiz-center" tds_title1-f_title_font_size="50" tds_title1-f_title_font_line_height="1" tds_title1-f_title_font_family="672" tds_title1-f_title_font_style="italic" tds_title1-f_title_font_weight="600" tds_title="tds_title2" tds_title1-title_color="#222222" tds_title2-f_title_font_size="eyJhbGwiOiI1MCIsImxhbmRzY2FwZSI6IjMwIiwicG9ydHJhaXQiOiIyNCIsInBob25lIjoiNDAifQ==" tds_title2-f_title_font_line_height="1" tds_title2-f_title_font_weight="600" tds_title2-f_title_font_family="" tds_title2-f_title_font_style="italic" tds_title2-line_width="eyJhbGwiOiI3MCIsImxhbmRzY2FwZSI6IjQwIiwicG9ydHJhaXQiOiI0MCJ9" tds_title2-line_height="eyJhbGwiOiI1IiwibGFuZHNjYXBlIjoiMyIsInBvcnRyYWl0IjoiMyJ9" tds_title2-line_space="eyJhbGwiOiI0MCIsInBvcnRyYWl0IjoiNTAifQ==" tds_title2-line_alignment="30" tds_title2-title_color="#7f3d3b" tdc_css="eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9" tds_title2-line_color="#7f3d3b"][td_block_big_grid_flex_1 grid_layout="4" image_height="eyJhbGwiOiIxMjAiLCJwaG9uZSI6IjgwIn0=" image_zoom="yes" meta_info_vert="content-vert-bottom" modules_category="above" overlay_general="eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjYwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjcpLHJnYmEoMCwwLDAsMCkgNjAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApIn0=" cat_bg_hover="rgba(255,0,250,0.8)" review_stars="#fff" f_title_font_size="eyJwb3J0cmFpdCI6IjE2IiwiYWxsIjoiMjgiLCJsYW5kc2NhcGUiOiIyMiIsInBob25lIjoiMjQifQ==" f_title_font_line_height="eyJwb3J0cmFpdCI6IjIwcHgiLCJhbGwiOiIxIn0=" meta_info_horiz="content-horiz-center" show_date="none" show_author="" meta_padding="eyJhbGwiOiIyMHB4IiwibGFuZHNjYXBlIjoiMTVweCJ9" modules_gap="5" cat_bg="#ff00fa" f_title_font_family="" f_title_font_transform="" f_title_font_weight="700" f_title_font_style="italic" modules_category_padding="eyJhbGwiOiI1cHggMjBweCA0cHggMjBweCIsImxhbmRzY2FwZSI6IjVweCAxOHB4IDRweCJ9" f_cat_font_size="15" f_cat_font_line_height="1" f_cat_font_weight="700" f_cat_font_style="italic" modules_category_margin="0 0 15px 0" art_title="0" tdc_css="eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiODAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==" category_id="35" show_cat="none" art_title_padd="20px"][/vc_column][/vc_row][vc_row full_width="stretch_row_1600 td-stretch-content" tdc_css="eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsicGFkZGluZy10b3AiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJsYW5kc2NhcGUiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30="][vc_column][td_block_ad_box spot_id="custom_ad_2" tdc_css="eyJwb3J0cmFpdCI6eyJtYXJnaW4tYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30="][/vc_column][/vc_row][vc_row full_width="stretch_row_1600 td-stretch-content"][vc_column width="1/2"][td_flex_block_1 modules_on_row="eyJwaG9uZSI6IjEwMCUiLCJhbGwiOiI1MCUifQ==" modules_category="image" show_btn="none" show_excerpt="none" ajax_pagination="" td_ajax_preloading="preload" sort="random_posts" f_title_font_size="eyJwb3J0cmFpdCI6IjEwIiwiYWxsIjoiMjAiLCJsYW5kc2NhcGUiOiIxMiIsInBob25lIjoiMTgifQ==" f_title_font_line_height="eyJwb3J0cmFpdCI6IjEuMiIsImFsbCI6IjEuMiJ9" image_height="110" excerpt_middle="yes" show_date="none" show_com="none" show_author="none" meta_padding="eyJhbGwiOiI1cHggMCAwIDE1cHgiLCJsYW5kc2NhcGUiOiI1cHggMCAwIDEwcHgiLCJwb3J0cmFpdCI6IjAgMCAwIDhweCJ9" modules_gap="eyJhbGwiOiIxNSIsInBvcnRyYWl0IjoiMjAifQ==" f_ex_font_size="eyJwb3J0cmFpdCI6IjEyIn0=" f_ex_font_line_height="eyJwb3J0cmFpdCI6IjEuNiJ9" all_modules_space="20" image_size="td_1068x0" modules_category_margin="5px" modules_category_padding="eyJhbGwiOiIzcHggMTVweCAycHggMTVweCIsInBvcnRyYWl0IjoiMnB4IDEycHgifQ==" f_cat_font_size="12" f_cat_font_line_height="1" f_cat_font_weight="700" f_cat_font_style="italic" f_cat_font_transform="uppercase" cat_bg="#ff00fa" cat_bg_hover="rgba(255,0,250,0.8)" f_title_font_weight="800" f_title_font_transform="" f_title_font_family="672" f_title_font_style="italic" custom_title="Batallas" block_template_id="td_block_template_8" header_text_color="#7f3d3b" border_color="#7f3d3b" f_header_font_family="" f_header_font_size="eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjMwIiwicG9ydHJhaXQiOiIyNCIsInBob25lIjoiNDAifQ==" f_header_font_line_height="1" f_header_font_style="italic" f_header_font_weight="600" image_floated="float_left" image_width="30" show_cat="eyJhbGwiOiJub25lIiwicGhvbmUiOiJub25lIn0=" pag_text="#ffffff" pag_bg="#ff00fa" pag_border="rgba(255,255,255,0)" pag_h_text="#ffffff" pag_h_bg="rgba(255,0,250,0.8)" pag_h_border="rgba(255,255,255,0)" limit="4" tdc_css="eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==" category_id="22"][/vc_column][vc_column width="1/2"][td_flex_block_1 modules_category="image" show_btn="none" show_excerpt="none" ajax_pagination="" f_title_font_size="eyJwb3J0cmFpdCI6IjEwIiwiYWxsIjoiMjAiLCJsYW5kc2NhcGUiOiIxMiIsInBob25lIjoiMTgifQ==" f_title_font_line_height="eyJwb3J0cmFpdCI6IjEuMiIsImFsbCI6IjEuMiJ9" image_height="110" excerpt_middle="yes" show_date="none" show_com="none" show_author="none" meta_padding="eyJhbGwiOiI1cHggMCAwIDE1cHgiLCJsYW5kc2NhcGUiOiI1cHggMCAwIDEwcHgiLCJwb3J0cmFpdCI6IjAgMCAwIDhweCJ9" f_ex_font_size="eyJwb3J0cmFpdCI6IjEyIn0=" f_ex_font_line_height="eyJwb3J0cmFpdCI6IjEuNiJ9" all_modules_space="20" image_size="td_1068x0" modules_category_margin="5px" modules_category_padding="eyJhbGwiOiIzcHggMTVweCAycHggMTVweCIsInBvcnRyYWl0IjoiMnB4IDEycHgifQ==" f_cat_font_size="12" f_cat_font_line_height="1" f_cat_font_weight="700" f_cat_font_style="italic" f_cat_font_transform="uppercase" cat_bg="#ff00fa" cat_bg_hover="rgba(255,0,250,0.8)" f_title_font_weight="800" f_title_font_transform="" f_title_font_family="672" f_title_font_style="italic" block_template_id="td_block_template_8" header_text_color="#7f3d3b" border_color="#7f3d3b" f_header_font_family="" f_header_font_size="eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjMwIiwicG9ydHJhaXQiOiIyNCIsInBob25lIjoiNDAifQ==" f_header_font_line_height="1" f_header_font_style="italic" f_header_font_weight="600" image_floated="float_left" image_width="30" show_cat="eyJhbGwiOiJub25lIiwicGhvbmUiOiJub25lIn0=" pag_text="#ffffff" pag_bg="#ff00fa" pag_border="rgba(255,255,255,0)" pag_h_text="#ffffff" pag_h_bg="rgba(255,0,250,0.8)" pag_h_border="rgba(255,255,255,0)" tdc_css="eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==" custom_title="Citas" category_id="38" sort="random_posts" td_ajax_preloading="preload" modules_on_row="eyJwaG9uZSI6IjEwMCUiLCJhbGwiOiI1MCUifQ==" modules_gap="eyJhbGwiOiIxNSIsInBvcnRyYWl0IjoiMjAifQ==" limit="4"][/vc_column][/vc_row][vc_row full_width="stretch_row_1600 td-stretch-content" gap="eyJhbGwiOiIyMCIsImxhbmRzY2FwZSI6IjE1IiwicG9ydHJhaXQiOiIxMCJ9" tdc_css="eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZSI6eyJwYWRkaW5nLXRvcCI6IjQwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJwb3J0cmFpdCI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ=="][vc_column width="1/2" tdc_css="eyJhbGwiOnsid2lkdGgiOiI3NSUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7IndpZHRoIjoiMTAwJSIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9"][/vc_column][vc_column width="1/2" tdc_css="eyJhbGwiOnsid2lkdGgiOiIyNSUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7IndpZHRoIjoiMTAwJSIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9" is_sticky="yes"][/vc_column][/vc_row][/tdc_zone]
Hi Calin,
Really appreciate the fact that you took the time to take a look at my issue. So the problem is that the text you are seeing is actually written like this in the wordpress editor.
Measurements for the zones of inhibition were normalized to values $\phi$, where
The plugin WP-QuickLaTeX then converts $\phi$ into the proper symbol, creates an image, and then places the image in-line. The plug-in creator says that some themes’ default CSS adds line breaks before/after each image, which may be the issue. Is that a possibility here, and if so, how do I force the image in-line, rather than having the greek letter symbol on its own line each time?
Hello,
You can use this custom code CSS
.td-post-views{
display:none;
}
Set the code in Theme Panel ->Custom code -> Custom CSS
Hope this helps you!
Thank you!
Not working with custom CSS, only if change in Style CSS. And how to change admin name comment color?
Thanks
Hello,
I made this custom code CSS => https://www.screencast.com/t/HsFw2fI5
.korea-sns, .yarpp-related {
display: none;
}
.tdc-zone .korea-sns, .tdc-zone
.yarpp-related {
display: block;
}
Set the code in Theme Panel ->Custom code -> Custom CSS
Hope this helps you!
Thank you!
Hello,
If you have the “more from author” and “Related Articles” in a tab like this -> https://i.imgur.com/ZuIs8Y1.png then you are using standard -> https://forum.tagdiv.com/design-post-pages-using-default-templates/ therefore in theme is only one option that disables both options -> https://i.imgur.com/M8bUmQu.png if you want to keep those templates the only way to remove the “more from author” tab is to use a custom CSS like this one:
.single .td-related-right{
display: none;
}
Set the code in Theme Panel ->Custom code -> Custom CSS
Hope this helps you!
Thank you!
Hi periodical.apartments, yes, you can enable back the plugins, that was only for test purpose, sometimes there are some plugins that are not compatible with our tool.
We’ll like to make some investigations to see what can be the problem for you when you try to remove the unused css, for this please contact us at contact@tagdiv.com provide wp-admin and cPanel, also make a full backup for your website and and include the link of this topic to can identify you.
Thank you!
Hi,
Unfortunately, there is no option to do that, sorry!
The only way you can achieve is to use a custom css, something like this -> https://i.imgur.com/KVD1xQ1.png
body .td-editor-date .td-author-date .td-post-author-name {
display: block;
}
What you can do is to set on blocks you want to apply the code an extra class and replace the “body” from code with that extra class, then the code will apply only on the blocks that have the class set by you.
The code need to be set in theme panel, custom code> custom css.
I hope this will help you!
Hi,
We just tested some more css codes and this one will work better for sticky menu
.td-boxed-layout .td-header-desktop-sticky-wrap {
width: calc(100% - 40px * 2) !important;
}
-> https://i.imgur.com/SCzg5IC.jpg
Also I announce our designers to fix this problem on live websites.
Thank you!
Hello,
I made a custom code CSS and look like this => https://www.screencast.com/t/9aeAt6TvtYHm
The code is
children {
background-color:#eef5fa;
}
Set the code in Theme Panel ->Custom code -> Custom CSS
Hope that helps you!
Thank you!
Hello,
When you select a paragraph for which you want to change the font size, you must add an extra class https://i.imgur.com/x2kFaVX.png for example, “big-word” and you need to use this custom code CSS => https://i.imgur.com/gVkTg1U.png
.single .tdb-block-inner > p.big-word
{
font-size: 42px!important;
}
The code needs to be set in Theme panel -> Custom code -> Custom CSS
The font size from the editor is overwritten by fonts in the theme, so you can set the font size with tagDiv Composer => https://www.screencast.com/t/w3GciYiPaO
Hope this helps you!
Thank you!
Hi,
Most of the time this problem was caused by untested plugins, please make a test and see if the CSS Analyzer is working if you use only tagDiv plugins.
Let me know the results!
Hello!
You are looking to achieve something like this: https://www.screencast.com/t/yPiTwJzd7 ?
For this please provide a link to where you want to do this in order to provide a css code.
Thank you!
Hi!
CSS Analyzer Problem.
67 and freezes:

How to fix it? Help me please.
we had updated the background color of a Mobile header from the CSS file
the file is updated but sometimes that shown default color like https://vraslan.com/G9News/wp-content/uploads/2021/07/WhatsApp-Image-2021-07-12-at-7.53.30-PM.jpeg and sometimes #192756 https://vraslan.com/G9News/wp-content/uploads/2021/07/WhatsApp-Image-2021-07-12-at-7.53.29-PM.jpeg let me know how to fix it