- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperHow to use the Flex Blocks cache option
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to insert a block inside the content of a post
- NewspaperFlex Block Settings Guide
- NewspaperMeta Info on Modules and Blocks
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewsmagBlock settings tutorial
- NewsmagCategory tag on modules/blocks
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- ApiPractical example – How to add a new Block and Module
- Apitd_api_block::delete
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
Hi orionlabs,
Indeed the JUSTIFY style is not add in elements from tagDiv Composer. What you can do is to add an extra class -> https://i.imgur.com/cyMtD7p.png adn use this custom css for that class -> https://i.imgur.com/LAwux7i.png all blocks that will have this extra class will display the text justify and there will be no problems when you’ll update the theme.
The css need to be set in theme panel> custom code> custom css.
Hope this will help you!
Thank you for your understanding!
Hi,
If you want to apply it for all post you can do it using a custom css like this one -> https://i.imgur.com/UpSpHN4.png
.single blockquote.td_quote {
margin: 0 0 29px 0;
background-color: #FCFCFC;
border-left: 2px solid #4db2ec;
padding: 15px 23px 16px 23px;
position: relative;
top: 6px;
clear: both;
}
.single blockquote.td_quote p {
font-family: 'Open Sans', arial, sans-serif;
color: #777;
font-size: 13px;
line-height: 21px;
margin: 0;
text-transform: none;
}
The code need to be set in theme panel> custom code> custom css.
Thank you!
Hi efstratios,
I just check the cloud template for Category Template – Medicine PRO and this has only one post loop -> https://i.imgur.com/lQX8iCW.png and more flex blocks maybe you have set in footer or somewhere the second post loop or something.
Thank you!
Hello Calin,
it’s not about Revive. It’s just about a JavaScript. I need a working JavaScript do set different code for different devices. Like:
<div id="ad_area" style="display: block; text-align: center;">
<script type="text/javascript">
adUnit = document.getElementById("ad_area");
adWidth = adUnit.offsetWidth;
if ( adWidth >= 728 ) {
/* Leaderboard 728x90 */
adUnit.innerHTML = '<b>Banner1</b>';
} else if (adWidth <= 720 && adWidth >= 468) {
/* Banner 468x60 */
adUnit.innerHTML = '<b>Banner2</b>';
} else {
/* Mobile Banner 320x50 */
adUnit.innerHTML = '<b>Banner3</b>';
}
</script>
</div>
This code works with the default header but not with a custom header.
Hi,
I think that there is something that is blocking the cloud element to be import.
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins (theme plugins), also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Let me know the results!
Thank you!
Hi CEDFeducation,
The blocks and some old elements in our theme, the flex blocks and flex grids are some new elements that has more option and can be make more customization on theme using tagDiv Composer.
If you do not want to replace the Block 16 then the only way to adjust the icon size is to use a custom css. If you need help with this, just provide me a link where I can inspect this icon and i will try to provide a custom css.
Thank you!
Hi,
If you want, you can use the guide from here -> https://globalnews.ca/pages/disable-ad-blocker/
Or you can use the incognito mode to check your ads on your computer -> https://www.computerworld.com/article/3356840/how-to-go-incognito-in-chrome-firefox-safari-and-edge.html
Thank you!
Hi,
On Category Cloud Template – Fashion PRO, I would like to have 1 Feature on top page.
I create “Block 13”, catégory current – sort order Featured.
But I have the latest item and not the Fetured.
Can you help me to param!
Hi,
Unfortunately I do not quite understand, the grid style can be set using tagDiv Composer -> https://i.imgur.com/6NrkXsE.png if you want to be able to make changes per device, you can try the flex grid and big grid flex, these can be edited per device.
Thank you!
Hi itgrcapitallink,
If the Recent News is a block and you want to hide it for desktop or mobile, then you can do it using tagDiv Composer -> https://i.imgur.com/8JAF2Da.jpg click on element and check the css tab -> https://i.imgur.com/mE27Atn.jpg
Hope this will help you!
Hi
Which Flex block can offer a similar design of this?
Screenshot: https://snipboard.io/6rNVQv.jpg
Hi,
Usually our demos are using custom css to have a different design, for this it is inserted in theme panel a custom body class -> https://i.imgur.com/BM7CMnp.png in this way the custom css set for this demo it will be able to overwrite the theme settings.
To be apply your settings from theme panel for all elements, you need to remove that custom class or to use a custom css with that custom class.
.td-scandal .td-footer-container .block-title > span {
color: #000;
}
Also is look that now there is no js error -> https://i.imgur.com/kYt4JK6.png
Thank you!
Hello !
You don’t see that option because it is available on the newer elements called Flex Blocks. I would recommend you to simply remove that block and add a Flex Block which will offer more customization options.
Thank you !
I purchased the Newspaper theme that touts the simplicity of being able to edit from the front end. However, I have found that I am only able to move blocks/elements and unable to edit text/images here. Instead, I am told to enter the back end using WordPress to edit. Though quite outdated, Wix was easier to use. Am I missing something?
HI!
TEMPORARILY I AM SOLVING IN THIS WAY (IN EVERY TD-BLOCK_X_.PHP: td-composer / legacy / Newspaper / includes / shortcodes * @meta_horiz_align_right * /
. $ unique_block_class .td-module-meta-info {
text-align: justify;
}
DOING THIS I SHOULD CUSTOMIZE THE CODE WITH EVERY UPDATE OF THE PLUGIN. IT’S RIGHT? IS THERE A MORE FUNCTIONAL SOLUTION?
THANK YOU VERY MUCH
Hi I just bought the template to have my website (https://callofduty.ie/) to look like https://demo.tagdiv.com/newsmag_scandal/
I imported demo and content but it doesn’t look the same. My main issue is I wanted the titles of the articles in the big grid to have an orange block behind the title, where the yellow one is but the options I can find in TD composer (Black bottom, tint, gradient, simple colours etc.) don’t match up with the demo.
Thanks
I’m new here and not sure if I missed something… I am not using a cloud template for the header. I just have the default header and using Style 1, which shows a gray block when I presume the ad would display. I’ve pasted my adsense code under the Ads section and within the Header Ad section. Other ads seem to be working just fine. What am I missing?
HI!
I AM USING YOUR LOVELY TD COMPOSER (WHICH HONESTLY I FIND HEAVY AND NOT VERY USABLE
FOR SOME ASPECTS)
ONE OF THE PROBLEMS I FIND: IN EVERY BLOCK, “LAYOUT”->”ARTICLE META INFO” THE JUSTIFICATION OF THE TEXT IS MISSING (
IT IS ABSURD ACCORDING TO ME) … HOW CAN I DO IT?
I TRIED TO MODIFY “” /td-cloud-library/assets/css/tdb_less_front.css “.tdb_single_subtitle.tdb-content-horiz-right {
text-align: right;
} WITH .tdb_single_subtitle.tdb-content-horiz-right {
text-align: JUSTIFY;
}
DOES NOT WORK!
THANK YOU VERY MUCH
I discovered in Flex Block 1 I can vary the size of the Audio icon over the image. A great discovery.
But I am using Block 16 in the Category template. There is no Layout tab that has this option. Any other way to reduce the size of the musical note icon covering up a human face in the images?
Thank you.
And how can I disable the ad-blocking extension?
Thank you,
Anna
Another related question – can I get this code to work in the middle of a post using Custom HTML or other WP block?
<div style=”width:320px”><script type=”text/javascript”>amzn_assoc_ad_type =”responsive_search_widget”; amzn_assoc_tracking_id =”jazzjournal01-21″; amzn_assoc_marketplace =”amazon”; amzn_assoc_region =”GB”; amzn_assoc_placement =””; amzn_assoc_search_type = “search_widget”;amzn_assoc_width =”auto”; amzn_assoc_height =”auto”; amzn_assoc_default_search_category =””; amzn_assoc_default_search_key =”Andrew McCormack”;amzn_assoc_theme =”light”; amzn_assoc_bg_color =”FFFFFF”; </script><script src=”//z-eu.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&Operation=GetScript&ID=OneJS&WS=1&Marketplace=GB”></script></div>
Thanks
Hello !
Go to Cloud Library – press edit on your footer, and replace that text with this: [tdc_zone type="tdc_footer"][vc_row full_width="stretch_row" tdc_css="eyJhbGwiOnsicGFkZGluZy10b3AiOiI1NCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzExMTExMSIsImJhY2tncm91bmQtaW1hZ2UiOiJ1cmwoXCJodHRwOi8vbG9jYWxob3N0L3dvcmRwcmVzcy93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNy9mb290ZXJfYmcuanBnXCIpIiwib3BhY2l0eSI6IjAuMSIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsInBvcnRyYWl0Ijp7InBhZGRpbmctdG9wIjoiNDQiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9"][vc_column][vc_row_inner][vc_column_inner width="1/3"][td_flex_block_1 modules_on_row="eyJwb3J0cmFpdCI6IjEwMCUiLCJwaG9uZSI6IjEwMCUifQ==" image_size="td_218x150" image_floated="float_left" image_width="30" image_height="70" show_btn="none" show_excerpt="none" show_com="none" show_author="none" show_cat="none" meta_padding="eyJhbGwiOiIwIDAgMCAxNnB4IiwicG9ydHJhaXQiOiIwIDAgMCAxM3B4In0=" f_title_font_size="eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTIifQ==" f_title_font_line_height="1.4" f_title_font_weight="500" all_modules_space="eyJhbGwiOiIyNiIsInBvcnRyYWl0IjoiMjAiLCJwaG9uZSI6IjI2In0=" category_id="" modules_gap="eyJwb3J0cmFpdCI6IjIwIn0=" show_date="" limit="3" custom_title="EDITOR PICKS" block_template_id="td_block_template_2" f_header_font_size="18" f_header_font_weight="" header_text_color="#ffffff" title_txt="#ffffff" sort="" title_txt_hover="#4db2ec" tdc_css="eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJwb3J0cmFpdCI6eyJtYXJnaW4tYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9" rev_txt="#ffffff" post_ids="" video_icon="24"][/vc_column_inner][vc_column_inner width="1/3"][td_flex_block_1 modules_on_row="eyJwb3J0cmFpdCI6IjEwMCUiLCJwaG9uZSI6IjEwMCUifQ==" image_size="td_218x150" image_floated="float_left" image_width="30" image_height="70" show_btn="none" show_excerpt="none" show_com="none" show_author="none" show_cat="none" meta_padding="eyJhbGwiOiIwIDAgMCAxNnB4IiwicGhvbmUiOiIwIDAgMCAxNnB4IiwicG9ydHJhaXQiOiIwIDAgMCAxM3B4In0=" f_title_font_size="eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTIifQ==" f_title_font_line_height="1.4" f_title_font_weight="500" all_modules_space="eyJhbGwiOiIyNiIsInBvcnRyYWl0IjoiMjAiLCJwaG9uZSI6IjI2In0=" category_id="" modules_gap="eyJwb3J0cmFpdCI6IjIwIn0=" show_date="" limit="3" custom_title="POPULAR POSTS" block_template_id="td_block_template_2" f_header_font_size="18" f_header_font_weight="" header_text_color="#ffffff" title_txt="#ffffff" sort="" title_txt_hover="#4db2ec" tdc_css="eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiNDgiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJwb3J0cmFpdCI6eyJtYXJnaW4tYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9" post_ids="" rev_txt="#ffffff" video_icon="24"][/vc_column_inner][vc_column_inner width="1/3"][td_block_popular_categories custom_title="POPULAR CATEGORY" block_template_id="td_block_template_2" header_text_color="#ffffff" category_color="#ffffff" category_posts_color="#ffffff" category_color_h="#4db2ec" category_posts_color_h="#4db2ec" limit="8" f_cat_font_size="eyJwb3J0cmFpdCI6IjEzIn0=" f_header_font_size="18" tdc_css="eyJwb3J0cmFpdCI6eyJtYXJnaW4tYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9" f_cat_font_line_height="eyJwb3J0cmFpdCI6IjI2cHgifQ=="][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner tdc_css="eyJwb3J0cmFpdCI6eyJtYXJnaW4tYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0="][vc_separator el_width="80" color="rgba(255,255,255,0.1)" tdc_css="eyJwb3J0cmFpdCI6eyJtYXJnaW4tYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9"][/vc_column_inner][/vc_row_inner][vc_row_inner tdc_css="eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIzMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=" content_align_vertical="content-vert-top"][vc_column_inner width="1/3" tdc_css="eyJhbGwiOnsid2lkdGgiOiIyNSUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi1ib3R0b20iOiI1MCIsIndpZHRoIjoiMTAwJSIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9" vertical_align=""][tdb_header_logo align_vert="content-vert-top" media_size_image_height="180" media_size_image_width="544" tdc_css="eyJhbGwiOnsibWFyZ2luLXRvcCI6IjM3IiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdCI6eyJtYXJnaW4tdG9wIjoiNDQiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsInBob25lIjp7Im1hcmdpbi10b3AiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=" align_horiz="content-horiz-center" image="8933" image_retina="8930"][/vc_column_inner][vc_column_inner width="1/3" tdc_css="eyJhbGwiOnsid2lkdGgiOiI0MS42NjY2NjY2NyUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi1ib3R0b20iOiI1MCIsIndpZHRoIjoiMTAwJSIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotY2VudGVyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30="][tdm_block_column_title title_text="QUJPVVQlMjBVUw==" title_tag="h3" title_size="tdm-title-md" tdc_css="eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LWNlbnRlciIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9" tds_title1-title_color="#ffffff" tds_title1-f_title_font_size="18" tds_title1-f_title_font_weight="700" tds_title1-f_title_font_line_height="1"][tdm_block_inline_text description="TmV3c3BhcGVyJTIwaXMlMjB5b3VyJTIwbmV3cyUyQyUyMGVudGVydGFpbm1lbnQlMkMlMjBtdXNpYyUyMGZhc2hpb24lMjB3ZWJzaXRlLiUyMFdlJTIwcHJvdmlkZSUyMHlvdSUyMHdpdGglMjB0aGUlMjBsYXRlc3QlMjBicmVha2luZyUyMG5ld3MlMjBhbmQlMjB2aWRlb3MlMjBzdHJhaWdodCUyMGZyb20lMjB0aGUlMjBlbnRlcnRhaW5tZW50JTIwaW5kdXN0cnku" description_color="#eaeaea" f_descr_font_size="eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTMifQ==" f_descr_font_line_height="1.6" tdc_css="eyJwaG9uZSI6eyJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LWNlbnRlciIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9" f_descr_font_family=""][tdm_block_inline_text description="Q29udGFjdCUyMHVzJTNBJTIwJTNDYSUyMGhyZWYlM0QlMjJtYWlsdG8lM0Fjb250YWN0JTQweW91cnNpdGUuY29tJTIyJTNFY29udGFjdCU0MHlvdXJzaXRlLmNvbSUzQyUyRmElM0U=" description_color="#eaeaea" f_descr_font_size="eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTMifQ==" f_descr_font_line_height="1.6" tdc_css="eyJhbGwiOnsibWFyZ2luLXRvcCI6IjIxIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LWNlbnRlciIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9" links_color="#1aa4ce" f_descr_font_family=""][/vc_column_inner][vc_column_inner width="1/3" tdc_css="eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LWNlbnRlciIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9"][tdm_block_column_title title_text="Rk9MTE9XJTIwVVM=" title_tag="h3" title_size="tdm-title-md" tdc_css="eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LWNlbnRlciIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9" tds_title1-title_color="#ffffff" tds_title1-f_title_font_size="18" tds_title1-f_title_font_line_height="1" tds_title1-f_title_font_weight="700"][tdm_block_socials facebook="#" vk="#" tds_social="tds_social4" tds_social4-icons_color="#ffffff" tds_social4-icons_background_color="rgba(255,255,255,0.03)" tds_social4-all_icons_border_color="rgba(255,255,255,0.03)" icons_padding="eyJhbGwiOjIuOCwicG9ydHJhaXQiOiIyLjUifQ==" tdc_css="eyJwaG9uZSI6eyJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LWNlbnRlciIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9" blogger="#" flickr="#" instagram="#" tds_social4-icons_hover_color="#4db2ec"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width="stretch_row" tdc_css="eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwZDBkMGQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNiIsInBhZGRpbmctYm90dG9tIjoiNiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9"][vc_column width="1/2"][tdm_block_inline_text description="JTI2Y29weSUzQiUyME5ld3NwYXBlciUyMFdvcmRQcmVzcyUyMFRoZW1lJTIwYnklMjBUYWdEaXY=" f_descr_font_size="12" f_descr_font_line_height="21px" description_color="#cccccc" tdc_css="eyJhbGwiOnsibWFyZ2luLXRvcCI6IjIiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiOCIsInBhZGRpbmctYm90dG9tIjoiOCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLXRvcCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LWNlbnRlciIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9" f_descr_font_family=""][/vc_column][vc_column width="1/2" tdc_css="eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ=="][td_block_list_menu menu_id="31" menu_color="#cccccc" f_list_font_size="12" f_list_font_line_height="21px" tdc_css="eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjgiLCJwYWRkaW5nLWJvdHRvbSI6IjgiLCJkaXNwbGF5IjoiaW5saW5lLXRhYmxlIn0sInBob25lIjp7Im1hcmdpbi1sZWZ0IjoiMTYiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LWNlbnRlciIsImRpc3BsYXkiOiJpbmxpbmUtdGFibGUifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsInBvcnRyYWl0Ijp7ImRpc3BsYXkiOiJpbmxpbmUtdGFibGUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7ImRpc3BsYXkiOiJpbmxpbmUtdGFibGUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOX0=" item_horiz_align="content-horiz-left" list_padding="0" item_space="16" f_list_font_family="" menu_hover_color="#1aa4ce" inline="yes"][/vc_column][/vc_row][/tdc_zone]
This above is the code for the Default pro footer.
It should work without an issue.
Let us know the results.
Thank you !
Hi,
The size of blockquotes can be adjusted from theme panel if you are using classic posts style -> https://i.imgur.com/3kk9x7L.png or with tagDiv Composer if you are using a single post template -> https://i.imgur.com/J6RWbk0.jpg
Thank you!
Can I enable the grid style 1 (or any other ex. block 7 ) in mobile editor text?
Hi
I have NOT seen the color option of the button here: https://snipboard.io/oSZy0O.jpg
It’s in Block 12