Search Results for 'block'

Results from the Forum
Kentaro Darkdox
Participant
#0

After updating, when trying to switch from PHP 7.4 to PHP 8.0, the site breaks. Although the homepage (main page) is fine, whenever I try to access any article, it triggers a critical WordPress error.

https://prnt.sc/UdB4na53nHhm

The only error that is displayed in the PHP viewer is the following:

Fatal error: Uncaught TypeError: number_format(): Argument #1 ($num) must be of type float, string given in /home/wwaler/public_html/wp-content/plugins/td-social-counter/shortcode/td_block_social_counter.php:1142

Seguimiento de la pila
1.
number_format('XXX')
/home/wwaler/public_html/wp-content/plugins/td-social-counter/shortcode/td_block_social_counter.php:1142
2.
td_block_social_counter->render(Array, '')
/home/wwaler/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php:27
3.
td_global_blocks::proxy_function(Array, '', 'td_block_social...')
/home/wwaler/public_html/wp-includes/shortcodes.php:355
4.
do_shortcode_tag(Array)
[internal function]:0
5.
preg_replace_callback('/\\[(\\[?)(vc_wid...', 'do_shortcode_ta...', '[vc_widget_side...')
/home/wwaler/public_html/wp-includes/shortcodes.php:227
6.
do_shortcode('[vc_widget_side...')
/home/wwaler/public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php:279
7.
tdc_composer_block->do_shortcode('[vc_widget_side...')
/home/wwaler/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_column.php:316
8.
vc_column->render(Array, '[vc_widget_side...')
/home/wwaler/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php:27
9.
td_global_blocks::proxy_function(Array, '[vc_widget_side...', 'vc_column')
/home/wwaler/public_html/wp-includes/shortcodes.php:355
10.
do_shortcode_tag(Array)
[internal function]:0
11.
preg_replace_callback('/\\[(\\[?)(vc_col...', 'do_shortcode_ta...', '[vc_column widt...')
/home/wwaler/public_html/wp-includes/shortcodes.php:227
12.
do_shortcode('[vc_column widt...')
/home/wwaler/public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php:279
13.
tdc_composer_block->do_shortcode('[vc_column widt...')
/home/wwaler/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php:1145
14.
vc_row->render(Array, '[vc_column widt...')
/home/wwaler/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php:27
15.
td_global_blocks::proxy_function(Array, '[vc_column widt...', 'vc_row')
/home/wwaler/public_html/wp-includes/shortcodes.php:355
16.
do_shortcode_tag(Array)
[internal function]:0
17.
preg_replace_callback('/\\[(\\[?)(vc_row...', 'do_shortcode_ta...', '[vc_row gap="10...')
/home/wwaler/public_html/wp-includes/shortcodes.php:227
18.
do_shortcode('[vc_row gap="10...')
/home/wwaler/public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php:279
19.
tdc_composer_block->do_shortcode('[vc_row gap="10...')
/home/wwaler/public_html/wp-content/plugins/td-composer/includes/shortcodes/tdc_zone.php:591
20.
tdc_zone->render(Array, '[vc_row gap="10...')
/home/wwaler/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php:27
21.
td_global_blocks::proxy_function(Array, '[vc_row gap="10...', 'tdc_zone')
/home/wwaler/public_html/wp-includes/shortcodes.php:355
22.
do_shortcode_tag(Array)
[internal function]:0
23.
preg_replace_callback('/\\[(\\[?)(tdc_zo...', 'do_shortcode_ta...', '[tdc_zone type=...')
/home/wwaler/public_html/wp-includes/shortcodes.php:227
24.
do_shortcode('[tdc_zone type=...')
/home/wwaler/public_html/wp-includes/class-wp-hook.php:308
25.
WP_Hook->apply_filters('[tdc_zone type=...', Array)
/home/wwaler/public_html/wp-includes/plugin.php:205
26.
apply_filters('tdb_template_co...', '[tdc_zone type=...')
/home/wwaler/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php:139
27.
include('/home/wwaler/pu...')
/home/wwaler/public_html/wp-includes/template-loader.php:106
28.
require_once('/home/wwaler/pu...')
/home/wwaler/public_html/wp-blog-header.php:19
29.
require('/home/wwaler/pu...')
/home/wwaler/public_html/index.php:17
30.
{main}
thrown in /home/wwaler/public_html/wp-content/plugins/td-social-counter/shortcode/td_block_social_counter.php on line 1142

danielpaixaobr
Participant
#0

“I am using the following code to hide non-responsive ads on mobile devices and add specially formatted ads.
#pc {display: block;}
#celular {display: none;}


@media
screen and (max-width: 768px) {
#pc {display: none;}
#celular {display: block;}
}

<div id=”pc”> </div> to display it only on PC, and <div id=”celular”> </div> to show the image for mobile devices.
Can you program something similar regarding the blocks of the Newspaper theme? Sometimes, some blocks look good on PC but not on mobile devices.”

Bettina
tagDiv Staff

Hello!

Please try to clear all the cache or disable it while you’re testing the features.
Read more about it here: https://forum.tagdiv.com/flex-block-settings-guide/

Thank you!

Bettina
tagDiv Staff

Hello!

You can use flex block, posts loops,etc in pages. You only need to use cloud templates.
We recommend using cloud/PRO templates in order to have the possibility to edit them with the TagDiv Composer, which contains a lot of functions and features, Please check our tutorial here: https://forum.tagdiv.com/tagdiv-composer-tutorial/
More documentation about the cloud templates is here:
https://forum.tagdiv.com/cloud-library-templates/
https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
https://forum.tagdiv.com/cloud-library-category-templates/

Thank you!

Anamaria
tagDiv Staff

Hi,

In order to make them to look the same size, you’ll need to set an excerpt on title and post content like this -> https://i.imgur.com/o8UQm5B.png
Also, you can set the excerpt on words or letters from theme panel -> https://i.imgur.com/c7Q8ckX.png
Here is a similar topic -> https://forum.tagdiv.com/topic/flex-block-1-and-same-blocks-height/

Thank you!

Calin
tagDiv Staff

Hello,
If the problem is related to the theme panel when you click on the save button there is an infinite loading icon, then most probably something is blocking the admin-ajax request, this can be checked using the console.
If you contacted us via email, then we’ll check it there and see what needs to be done to resolve the problem.
Thank you!

Anamaria
tagDiv Staff

Hello,

You need to set the post id in the filter tab to have a post sticky all the time on that block -> https://i.imgur.com/3uVxMOD.png

Thank you!

propagare
tagDiv Member

We solved the problem by loading the font again, changing the name and changing it in all blocks of the templates

Bettina
tagDiv Staff

Hello!

Yes, because that block needs that size for the image in order to display it: https://prnt.sc/_dAP2cpn_qY4

Thank you!

Bettina
tagDiv Staff

Hello!

You can edit it in this file: td-composer/legacy/Newspaper/includes/shortcodes/td_block_authors.php

Thank you!

choiwj1012
tagDiv Member

Hello~

I have disabled the thumbnail images following the method you provided.
(Newspaper -> Theme panel -> Block settings -> Thumbs on modules/blocks.)
https://ibb.co/GpCkZgK

And I have reset the thumbnail images through a plugin.
https://ibb.co/4gBsKb6

However, an error occurred as shown in the image below.
https://ibb.co/VxFGd9b

Please let me know how to resolve this issue…

Thank you!!

terananit
Participant
#0

Hi I would like to change the order of the “td_block_authors” block but I have only two types of sorting available and I would like it to be random so I was looking for the file to edit it in code but I can’t find it

Bettina
tagDiv Staff

Hello!

You can disable the thumbs you are not using. Set up your thumbs from Newspaper -> Theme panel -> Block settings -> Thumbs on modules/blocks. If you deactivate a dimension from there, next time when you will upload an image, it will not be resized to that dimension.
After changing the thumbnail sizes you need to regenerate your thumbnails using a plugin. Check this: https://forum.tagdiv.com/using-the-theme-with-existing-content/
NOTE: If the thumb specific for that block is not enabled, then the image won’t be displayed.

Thank you!

Calin
tagDiv Staff

Hi consumerista, the title elements is not set on Grids, only on Flex blocks, but this is not a problem, because the block title element exists as individual and you can drag it in the place you need it – https://i.imgur.com/Y70cADu.pnghttps://i.imgur.com/MLqsaLC.jpg
Thank you!

Pribnow
Participant
#0

In editor is at any Block shortcodes “Show modified date” not working. Is there any fix, that I can show the modified date, instead of the publish date?

consumerista
Participant
#0

Greetings.

In the default pro newspaper theme, the flex blocks/grids have custom titles, “Latest Articles,” “Editor’s Picks,” etc. that show up above the flex block/grid. I have a Big Grid Flex 10 block for my featured posts and I don’t see the option to add a custom title.

When I go to edit the flex/grid with custom titles, it can be edited under General–> Header Settings –> Custom Title. There is no “Header Settings” by default when adding a new element.

See “Latest Articles” in the following screenshot.
https://pasteboard.co/tGKK6TiVEC2c.png

Thank you

NSN India
tagDiv Member

WP Super Cache plugin I’m using.

The total page code is here:
[tdc_zone type=”tdc_content”][vc_row full_width="stretch_row_1200 td-stretch-content" tdc_css="eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjEwIiwicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiODAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZSI6eyJtYXJnaW4tYm90dG9tIjoiNDUiLCJwYWRkaW5nLXRvcCI6IjU1IiwicGFkZGluZy1ib3R0b20iOiI1NSIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsibWFyZ2luLWJvdHRvbSI6IjM1IiwicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMzUiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsInBob25lIjp7Im1hcmdpbi1ib3R0b20iOiIzNSIsInBhZGRpbmctdG9wIjoiMzUiLCJwYWRkaW5nLWJvdHRvbSI6IjM1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=" gap="eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjIwIiwicG9ydHJhaXQiOiIxNSJ9" content_align_vertical="content-vert-center"][vc_column tdc_css="eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9" width="1/1" flex_vert_align="flex-start"][rev_slider alias=”home1″][/vc_column][/vc_row][vc_row full_width="stretch_row_1200 td-stretch-content" gap="eyJhbGwiOiIyMCIsImxhbmRzY2FwZSI6IjE1IiwicG9ydHJhaXQiOiIxMCJ9" tdc_css="eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjY1IiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGUiOnsibWFyZ2luLWJvdHRvbSI6IjQ1IiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJtYXJnaW4tYm90dG9tIjoiMzUiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsInBob25lIjp7Im1hcmdpbi1ib3R0b20iOiIzNSIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9"][vc_column tdc_css="eyJwb3J0cmFpdCI6eyJwYWRkaW5nLXJpZ2h0IjoiMTUiLCJwYWRkaW5nLWxlZnQiOiIxNSIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=" flex_layout="block"][tdm_block_text_image title_tag=”h3″ title_size=”tdm-title-md” button_text=”Read more” button_tdicon=”tdc-font-fa tdc-font-fa-chevron-right” button_size=”tdm-btn-md” image=”2087″ content_align_vertical=”content-vert-center” title_text=”QWJvdXQlMjBEcm9uZSUyMEluZHVzdHJ5″ description=”SW5kaWElMjBoYXMlMjBiZWVuJTIwdmVyeSUyMGZhc3QlMjBpbiUyMGFwcGx5aW5nJTIwRHJvbmUlMjB0ZWNobm9sb2dpZXMlMjBpbiUyMG1hbnklMjBzZWN0b3JzJTIwbGlrZSUyMGFncmljdWx0dXJlJTJDJTIwbG9naXN0aWNzJTJDJTIwbWluaW5nJTJDJTIwaW5mcmFzdHJ1Y3R1cmUlMkMlMjBtZWRpYSUyMGFuZCUyMGVudGVydGFpbm1lbnQlMkMlMjBldGMuJTIwV2l0aCUyMG9ubHklMjBhJTIwZmV3JTIwbmF0aW9ucyUyMGFoZWFkJTJDJTIwb3VyJTIwY291bnRyeSUyMGlzJTIwa2VlbiUyMG9uJTIwYmVjb21pbmclMjBhJTIwd29ybGQlMjBsZWFkZXIlMjBieSUyMDIwMzAuJTBBJTNDYnIlM0UlMEFPbiUyMHRoZSUyMG1hbnVmYWN0dXJpbmclMjBmcm9udCUyQyUyMEluZGlhJTIwcGxhbnMlMjB0byUyMGludmVzdCUyMElOUiUyMDUwMDAlMjBjcm9yZSUyMGFuZCUyMGNyZWF0ZSUyMDEwJTJDMDAwJTIwam9icy4lMjBPbiUyMHRoZSUyMHNlcnZpY2VzJTIwZnJvbnQlMkMlMjBJbmRpYSUyMGFudGljaXBhdGVzJTIwYSUyMFJzJTIwMzAlMkMwMDAtY3JvcmUlMjBpbmR1c3RyeS4lMEE=” media_size_image_height=”400″ media_size_image_width=”600″ tds_button1-background_hover_color=”#2288d6″][/vc_column][/vc_row][vc_row full_width="stretch_row_1200 td-stretch-content" tdc_css="eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGUiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJtYXJnaW4tdG9wIjoiNDAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsInBob25lIjp7Im1hcmdpbi10b3AiOiI0NSIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9" gap="eyJwb3J0cmFpdCI6IjE1IiwibGFuZHNjYXBlIjoiMjAifQ==" row_hide_on_pagination="yes" content_align_vertical="content-vert-top" row_divider_top="" flex_vert_align="flex-start"][vc_column][td_block_title title_tag=”h2″ block_template_id=”td_block_template_17″ f_header_font_weight=”600″ f_header_font_size=”24″ custom_title=”Latest Trends” f_header_font_transform=””][td_flex_block_1 modules_on_row=”eyJwaG9uZSI6IjEwMCUiLCJhbGwiOiI1MCUifQ==” limit=”2″ hide_audio=”yes” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJib3JkZXItY29sb3IiOiIjZmNmY2ZjIiwic2hhZG93LWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7ImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==” show_author=”none” show_review=”none” show_com=”none” show_excerpt=”none” show_btn=”” title_txt=”#0a0a0a” f_title_font_family=”325″ f_title_font_weight=”700″ f_title_font_size=”eyJhbGwiOiIxNyIsImxhbmRzY2FwZSI6IjE1IiwicG9ydHJhaXQiOiIxMyJ9″ f_title_font_line_height=”eyJhbGwiOiIxLjE1IiwibGFuZHNjYXBlIjoiMS4yIiwicG9ydHJhaXQiOiIxLjE1IiwicGhvbmUiOiIxLjIifQ==” meta_padding=”eyJhbGwiOiIwIDAgMCAyMHB4IiwibGFuZHNjYXBlIjoiMCAwIDAgMTVweCIsInBvcnRyYWl0IjoiMCAwIDAgMTBweCIsInBob25lIjoiMCAwIDAgMTVweCJ9″ modules_divider=”solid” modules_divider_color=”” all_modules_space=”eyJhbGwiOiI1MCIsImxhbmRzY2FwZSI6IjQwIiwicG9ydHJhaXQiOiIzMCIsInBob25lIjoiMzAifQ==” title_txt_hover=”var(–news-hub-accent-hover)” f_meta_font_family=”325″ f_meta_font_size=”eyJhbGwiOiIxMSIsImxhbmRzY2FwZSI6IjEwIiwicG9ydHJhaXQiOiI5IiwicGhvbmUiOiIxMSJ9″ f_meta_font_line_height=”1.2″ f_cat_font_size=”eyJhbGwiOiIxMSIsImxhbmRzY2FwZSI6IjEwIiwicG9ydHJhaXQiOiI5IiwicGhvbmUiOiIxMSJ9″ f_cat_font_line_height=”1.2″ f_cat_font_weight=”700″ f_cat_font_family=”325″ f_cat_font_transform=”uppercase” date_txt=”#3d3d3d” cat_bg=”rgba(234,234,234,0)” cat_bg_hover=”rgba(234,234,234,0)” cat_txt=”#3d3d3d” cat_txt_hover=”var(–news-hub-white)” modules_category_padding=”eyJhbGwiOiIycHggMTNweCAycHggMCIsImxhbmRzY2FwZSI6IjJweCAxMXB4IDJweCAwIiwicG9ydHJhaXQiOiIycHggOXB4IDJweCAwIiwicGhvbmUiOiIycHggMTFweCAycHggMCJ9″ modules_cat_border=”0 1px 0 0″ cat_border=”var(–news-hub-medium-gray)” modules_category_margin=”eyJhbGwiOiIwIDExcHggMCAwIiwibGFuZHNjYXBlIjoiMCA4cHggMCAwIiwicG9ydHJhaXQiOiIwIDdweCAwIDAiLCJwaG9uZSI6IjAgOHB4IDAgMCJ9″ art_title=”eyJhbGwiOiIwIDAgMTJweCIsImxhbmRzY2FwZSI6IjAgMCA4cHgiLCJwb3J0cmFpdCI6IjAgMCA2cHgiLCJwaG9uZSI6IjAgMCA4cHgifQ==” excl_txt=”Premium” excl_margin=”eyJhbGwiOiIwIDZweCAwIDAiLCJsYW5kc2NhcGUiOiIwIDRweCAwIDAiLCJwb3J0cmFpdCI6IjAgNHB4IDAgMCIsInBob25lIjoiMCA1cHggMCAwIn0=” excl_padd=”eyJhbGwiOiIycHggNXB4IDJweCIsImxhbmRzY2FwZSI6IjFweCA0cHggMnB4IiwicG9ydHJhaXQiOiIxcHggNHB4IDJweCIsInBob25lIjoiMXB4IDRweCAycHgifQ==” f_excl_font_family=”325″ excl_bg=”var(–news-hub-accent)” f_excl_font_weight=”700″ f_excl_font_transform=”uppercase” f_excl_font_size=”eyJhbGwiOiIxMiIsImxhbmRzY2FwZSI6IjExIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTEifQ==” image_floated=”float_left” image_width=”50″ modules_gap=”eyJhbGwiOiI1MCIsImxhbmRzY2FwZSI6IjQwIiwicG9ydHJhaXQiOiIzMCJ9″ category_id=”” image_size=”” block_template_id=”” ajax_pagination=”next_prev” show_audio=”none” h_effect=””][tdm_block_button button_text=”View All” button_size=”tdm-btn-lg” button_display=”tdm-block-button-inline” button_open_in_new_window=”yes” button_padding=”10″ content_align_horizontal=”content-horiz-left” float_right=”yes” button_url=”https://dronefluence.com/category/news-wrap-up/”%5D%5B/vc_column%5D%5B/vc_row%5D%5Bvc_row full_width="stretch_row_1200 td-stretch-content" gap="eyJhbGwiOiIyMCIsImxhbmRzY2FwZSI6IjE1IiwicG9ydHJhaXQiOiIxMCJ9" tdc_css="eyJhbGwiOnsibWFyZ2luLXRvcCI6IjMwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGUiOnsibWFyZ2luLWJvdHRvbSI6IjYwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJtYXJnaW4tYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsInBob25lIjp7Im1hcmdpbi1ib3R0b20iOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9" hide_for_user_type="guests"][vc_column tdc_css="eyJwb3J0cmFpdCI6eyJwYWRkaW5nLXJpZ2h0IjoiMTUiLCJwYWRkaW5nLWxlZnQiOiIxNSIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwiYWxsIjp7ImRpc3BsYXkiOiIifX0="][td_block_title title_tag=”h2″ block_template_id=”td_block_template_17″ f_header_font_weight=”600″ f_header_font_size=”24″ custom_title=”Events” f_header_font_transform=””][td_flex_block_1 modules_on_row=”eyJwaG9uZSI6IjEwMCUiLCJhbGwiOiI1MCUifQ==” limit=”2″ hide_audio=”yes” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJib3JkZXItY29sb3IiOiIjZmNmY2ZjIiwic2hhZG93LWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7ImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==” show_author=”none” show_review=”none” show_com=”none” show_excerpt=”none” show_btn=”” title_txt=”#0a0a0a” f_title_font_family=”325″ f_title_font_weight=”700″ f_title_font_size=”eyJhbGwiOiIxNyIsImxhbmRzY2FwZSI6IjE1IiwicG9ydHJhaXQiOiIxMyJ9″ f_title_font_line_height=”eyJhbGwiOiIxLjE1IiwibGFuZHNjYXBlIjoiMS4yIiwicG9ydHJhaXQiOiIxLjE1IiwicGhvbmUiOiIxLjIifQ==” meta_padding=”eyJhbGwiOiIwIDAgMCAyMHB4IiwibGFuZHNjYXBlIjoiMCAwIDAgMTVweCIsInBvcnRyYWl0IjoiMCAwIDAgMTBweCIsInBob25lIjoiMCAwIDAgMTVweCJ9″ modules_divider=”solid” modules_divider_color=”” all_modules_space=”eyJhbGwiOiI1MCIsImxhbmRzY2FwZSI6IjQwIiwicG9ydHJhaXQiOiIzMCIsInBob25lIjoiMzAifQ==” title_txt_hover=”var(–news-hub-accent-hover)” f_meta_font_family=”325″ f_meta_font_size=”eyJhbGwiOiIxMSIsImxhbmRzY2FwZSI6IjEwIiwicG9ydHJhaXQiOiI5IiwicGhvbmUiOiIxMSJ9″ f_meta_font_line_height=”1.2″ f_cat_font_size=”eyJhbGwiOiIxMSIsImxhbmRzY2FwZSI6IjEwIiwicG9ydHJhaXQiOiI5IiwicGhvbmUiOiIxMSJ9″ f_cat_font_line_height=”1.2″ f_cat_font_weight=”700″ f_cat_font_family=”325″ f_cat_font_transform=”uppercase” date_txt=”#3d3d3d” cat_bg=”rgba(234,234,234,0)” cat_bg_hover=”rgba(234,234,234,0)” cat_txt=”#3d3d3d” cat_txt_hover=”var(–news-hub-white)” modules_category_padding=”eyJhbGwiOiIycHggMTNweCAycHggMCIsImxhbmRzY2FwZSI6IjJweCAxMXB4IDJweCAwIiwicG9ydHJhaXQiOiIycHggOXB4IDJweCAwIiwicGhvbmUiOiIycHggMTFweCAycHggMCJ9″ modules_cat_border=”0 1px 0 0″ cat_border=”var(–news-hub-medium-gray)” modules_category_margin=”eyJhbGwiOiIwIDExcHggMCAwIiwibGFuZHNjYXBlIjoiMCA4cHggMCAwIiwicG9ydHJhaXQiOiIwIDdweCAwIDAiLCJwaG9uZSI6IjAgOHB4IDAgMCJ9″ art_title=”eyJhbGwiOiIwIDAgMTJweCIsImxhbmRzY2FwZSI6IjAgMCA4cHgiLCJwb3J0cmFpdCI6IjAgMCA2cHgiLCJwaG9uZSI6IjAgMCA4cHgifQ==” excl_txt=”Premium” excl_margin=”eyJhbGwiOiIwIDZweCAwIDAiLCJsYW5kc2NhcGUiOiIwIDRweCAwIDAiLCJwb3J0cmFpdCI6IjAgNHB4IDAgMCIsInBob25lIjoiMCA1cHggMCAwIn0=” excl_padd=”eyJhbGwiOiIycHggNXB4IDJweCIsImxhbmRzY2FwZSI6IjFweCA0cHggMnB4IiwicG9ydHJhaXQiOiIxcHggNHB4IDJweCIsInBob25lIjoiMXB4IDRweCAycHgifQ==” f_excl_font_family=”325″ excl_bg=”var(–news-hub-accent)” f_excl_font_weight=”700″ f_excl_font_transform=”uppercase” f_excl_font_size=”eyJhbGwiOiIxMiIsImxhbmRzY2FwZSI6IjExIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTEifQ==” image_floated=”float_left” image_width=”50″ modules_gap=”eyJhbGwiOiI1MCIsImxhbmRzY2FwZSI6IjQwIiwicG9ydHJhaXQiOiIzMCJ9″ category_id=”115″ image_size=”td_485x360″ block_template_id=”” ajax_pagination=”next_prev” pag_h_bg=”#444444″][tdm_block_button button_text=”View All” button_size=”tdm-btn-lg” button_display=”tdm-block-button-inline” float_right=”yes” button_url=”https://dronefluence.com/category/events/&#8221; button_padding=”10″ tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjI1IiwiZGlzcGxheSI6IiJ9fQ==” button_open_in_new_window=”yes”][td_block_title title_tag=”h2″ block_template_id=”td_block_template_17″ f_header_font_weight=”600″ f_header_font_size=”24″ custom_title=”Featured” f_header_font_transform=””][td_flex_block_1 modules_on_row=”eyJwaG9uZSI6IjEwMCUiLCJhbGwiOiI1MCUifQ==” limit=”2″ hide_audio=”yes” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJib3JkZXItY29sb3IiOiIjZmNmY2ZjIiwic2hhZG93LWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7ImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==” show_author=”none” show_review=”none” show_com=”none” show_excerpt=”none” show_btn=”” title_txt=”#0a0a0a” f_title_font_family=”325″ f_title_font_weight=”700″ f_title_font_size=”eyJhbGwiOiIxNyIsImxhbmRzY2FwZSI6IjE1IiwicG9ydHJhaXQiOiIxMyJ9″ f_title_font_line_height=”eyJhbGwiOiIxLjE1IiwibGFuZHNjYXBlIjoiMS4yIiwicG9ydHJhaXQiOiIxLjE1IiwicGhvbmUiOiIxLjIifQ==” meta_padding=”eyJhbGwiOiIwIDAgMCAyMHB4IiwibGFuZHNjYXBlIjoiMCAwIDAgMTVweCIsInBvcnRyYWl0IjoiMCAwIDAgMTBweCIsInBob25lIjoiMCAwIDAgMTVweCJ9″ modules_divider=”solid” modules_divider_color=”” all_modules_space=”eyJhbGwiOiI1MCIsImxhbmRzY2FwZSI6IjQwIiwicG9ydHJhaXQiOiIzMCIsInBob25lIjoiMzAifQ==” title_txt_hover=”var(–news-hub-accent-hover)” f_meta_font_family=”325″ f_meta_font_size=”eyJhbGwiOiIxMSIsImxhbmRzY2FwZSI6IjEwIiwicG9ydHJhaXQiOiI5IiwicGhvbmUiOiIxMSJ9″ f_meta_font_line_height=”1.2″ f_cat_font_size=”eyJhbGwiOiIxMSIsImxhbmRzY2FwZSI6IjEwIiwicG9ydHJhaXQiOiI5IiwicGhvbmUiOiIxMSJ9″ f_cat_font_line_height=”1.2″ f_cat_font_weight=”700″ f_cat_font_family=”325″ f_cat_font_transform=”uppercase” date_txt=”#3d3d3d” cat_bg=”rgba(234,234,234,0)” cat_bg_hover=”rgba(234,234,234,0)” cat_txt=”#3d3d3d” cat_txt_hover=”var(–news-hub-white)” modules_category_padding=”eyJhbGwiOiIycHggMTNweCAycHggMCIsImxhbmRzY2FwZSI6IjJweCAxMXB4IDJweCAwIiwicG9ydHJhaXQiOiIycHggOXB4IDJweCAwIiwicGhvbmUiOiIycHggMTFweCAycHggMCJ9″ modules_cat_border=”0 1px 0 0″ cat_border=”var(–news-hub-medium-gray)” modules_category_margin=”eyJhbGwiOiIwIDExcHggMCAwIiwibGFuZHNjYXBlIjoiMCA4cHggMCAwIiwicG9ydHJhaXQiOiIwIDdweCAwIDAiLCJwaG9uZSI6IjAgOHB4IDAgMCJ9″ art_title=”eyJhbGwiOiIwIDAgMTJweCIsImxhbmRzY2FwZSI6IjAgMCA4cHgiLCJwb3J0cmFpdCI6IjAgMCA2cHgiLCJwaG9uZSI6IjAgMCA4cHgifQ==” excl_txt=”Premium” excl_margin=”eyJhbGwiOiIwIDZweCAwIDAiLCJsYW5kc2NhcGUiOiIwIDRweCAwIDAiLCJwb3J0cmFpdCI6IjAgNHB4IDAgMCIsInBob25lIjoiMCA1cHggMCAwIn0=” excl_padd=”eyJhbGwiOiIycHggNXB4IDJweCIsImxhbmRzY2FwZSI6IjFweCA0cHggMnB4IiwicG9ydHJhaXQiOiIxcHggNHB4IDJweCIsInBob25lIjoiMXB4IDRweCAycHgifQ==” f_excl_font_family=”325″ excl_bg=”var(–news-hub-accent)” f_excl_font_weight=”700″ f_excl_font_transform=”uppercase” f_excl_font_size=”eyJhbGwiOiIxMiIsImxhbmRzY2FwZSI6IjExIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTEifQ==” image_floated=”float_left” image_width=”50″ modules_gap=”eyJhbGwiOiI1MCIsImxhbmRzY2FwZSI6IjQwIiwicG9ydHJhaXQiOiIzMCJ9″ category_id=”64″ image_size=”td_485x360″ block_template_id=”” show_audio=”none” ajax_pagination=”next_prev”][tdm_block_button button_text=”View All” button_size=”tdm-btn-lg” button_display=”tdm-block-button-inline” content_align_horizontal=”content-horiz-left” float_right=”yes” button_padding=”10″ button_url=”https://dronefluence.com/category/featured/&#8221; button_open_in_new_window=”yes”][/vc_column][/vc_row][vc_row full_width="stretch_row_1200 td-stretch-content" tdc_css="eyJhbGwiOnsibWFyZ2luLXRvcCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ=="][vc_column][td_block_title title_tag=”h2″ block_template_id=”td_block_template_17″ f_header_font_weight=”600″ f_header_font_size=”24″ custom_title=”Resources” f_header_font_transform=””][td_flex_block_1 modules_on_row=”eyJwaG9uZSI6IjEwMCUiLCJhbGwiOiI1MCUifQ==” limit=”2″ hide_audio=”yes” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJib3JkZXItY29sb3IiOiIjZmNmY2ZjIiwic2hhZG93LWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7ImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==” show_author=”none” show_review=”none” show_com=”none” show_excerpt=”none” show_btn=”” title_txt=”#0a0a0a” f_title_font_family=”325″ f_title_font_weight=”700″ f_title_font_size=”eyJhbGwiOiIxNyIsImxhbmRzY2FwZSI6IjE1IiwicG9ydHJhaXQiOiIxMyJ9″ f_title_font_line_height=”eyJhbGwiOiIxLjE1IiwibGFuZHNjYXBlIjoiMS4yIiwicG9ydHJhaXQiOiIxLjE1IiwicGhvbmUiOiIxLjIifQ==” meta_padding=”eyJhbGwiOiIwIDAgMCAyMHB4IiwibGFuZHNjYXBlIjoiMCAwIDAgMTVweCIsInBvcnRyYWl0IjoiMCAwIDAgMTBweCIsInBob25lIjoiMCAwIDAgMTVweCJ9″ modules_divider=”solid” modules_divider_color=”” all_modules_space=”eyJhbGwiOiI1MCIsImxhbmRzY2FwZSI6IjQwIiwicG9ydHJhaXQiOiIzMCIsInBob25lIjoiMzAifQ==” title_txt_hover=”var(–news-hub-accent-hover)” f_meta_font_family=”325″ f_meta_font_size=”eyJhbGwiOiIxMSIsImxhbmRzY2FwZSI6IjEwIiwicG9ydHJhaXQiOiI5IiwicGhvbmUiOiIxMSJ9″ f_meta_font_line_height=”1.2″ f_cat_font_size=”eyJhbGwiOiIxMSIsImxhbmRzY2FwZSI6IjEwIiwicG9ydHJhaXQiOiI5IiwicGhvbmUiOiIxMSJ9″ f_cat_font_line_height=”1.2″ f_cat_font_weight=”700″ f_cat_font_family=”325″ f_cat_font_transform=”uppercase” date_txt=”#3d3d3d” cat_bg=”rgba(234,234,234,0)” cat_bg_hover=”rgba(234,234,234,0)” cat_txt=”#3d3d3d” cat_txt_hover=”var(–news-hub-white)” modules_category_padding=”eyJhbGwiOiIycHggMTNweCAycHggMCIsImxhbmRzY2FwZSI6IjJweCAxMXB4IDJweCAwIiwicG9ydHJhaXQiOiIycHggOXB4IDJweCAwIiwicGhvbmUiOiIycHggMTFweCAycHggMCJ9″ modules_cat_border=”0 1px 0 0″ cat_border=”var(–news-hub-medium-gray)” modules_category_margin=”eyJhbGwiOiIwIDExcHggMCAwIiwibGFuZHNjYXBlIjoiMCA4cHggMCAwIiwicG9ydHJhaXQiOiIwIDdweCAwIDAiLCJwaG9uZSI6IjAgOHB4IDAgMCJ9″ art_title=”eyJhbGwiOiIwIDAgMTJweCIsImxhbmRzY2FwZSI6IjAgMCA4cHgiLCJwb3J0cmFpdCI6IjAgMCA2cHgiLCJwaG9uZSI6IjAgMCA4cHgifQ==” excl_txt=”Premium” excl_margin=”eyJhbGwiOiIwIDZweCAwIDAiLCJsYW5kc2NhcGUiOiIwIDRweCAwIDAiLCJwb3J0cmFpdCI6IjAgNHB4IDAgMCIsInBob25lIjoiMCA1cHggMCAwIn0=” excl_padd=”eyJhbGwiOiIycHggNXB4IDJweCIsImxhbmRzY2FwZSI6IjFweCA0cHggMnB4IiwicG9ydHJhaXQiOiIxcHggNHB4IDJweCIsInBob25lIjoiMXB4IDRweCAycHgifQ==” f_excl_font_family=”325″ excl_bg=”var(–news-hub-accent)” f_excl_font_weight=”700″ f_excl_font_transform=”uppercase” f_excl_font_size=”eyJhbGwiOiIxMiIsImxhbmRzY2FwZSI6IjExIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTEifQ==” image_floated=”float_left” image_width=”50″ modules_gap=”eyJhbGwiOiI1MCIsImxhbmRzY2FwZSI6IjQwIiwicG9ydHJhaXQiOiIzMCJ9″ category_id=”1″ image_size=”td_485x360″ block_template_id=”” show_audio=”none” ajax_pagination=”next_prev”][tdm_block_button button_text=”View All” button_size=”tdm-btn-lg” button_display=”tdm-block-button-inline” content_align_horizontal=”content-horiz-left” float_right=”yes” button_padding=”10″ button_url=”https://dronefluence.com/category/resources/&#8221; button_open_in_new_window=”yes”][/vc_column][/vc_row][vc_row full_width="stretch_row_1200 td-stretch-content" gap="eyJhbGwiOiIyMCIsImxhbmRzY2FwZSI6IjE1IiwicG9ydHJhaXQiOiIxMCJ9" tdc_css="eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGUiOnsibWFyZ2luLWJvdHRvbSI6IjYwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJtYXJnaW4tYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsInBob25lIjp7Im1hcmdpbi1ib3R0b20iOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9"][vc_column tdc_css="eyJwb3J0cmFpdCI6eyJwYWRkaW5nLXJpZ2h0IjoiMTUiLCJwYWRkaW5nLWxlZnQiOiIxNSIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwiYWxsIjp7ImRpc3BsYXkiOiIifX0="][td_block_title title_tag=”h2″ block_template_id=”td_block_template_17″ f_header_font_weight=”600″ f_header_font_size=”24″ custom_title=”Drone Industry in India” f_header_font_transform=”” tdc_css=”eyJhbGwiOnsibWFyZ2luLXRvcCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==”][vc_row_inner flex_horiz_align="flex-start" flex_layout="block"][vc_column_inner width="1/4" flex_layout="block" flex_grow="default" vertical_align="" tdc_css="eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ=="][tdm_block_inline_image image=”2088″ display_inline=”yes” media_size_image_height=”336″ media_size_image_width=”702″ url_target=”yes”][/vc_column_inner][vc_column_inner width="1/4"][td_block_title title_tag=”h4″ block_template_id=”td_block_template_5″ custom_title=”5 Ways Drones are Transforming Agriculture in India” custom_url=”https://www.nationalskillsnetwork.in/5-ways-drones-are-transforming-agriculture-in-india/&#8221; tdc_css=”eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==”][/vc_column_inner][vc_column_inner width="1/4" flex_layout="block" flex_horiz_align="flex-start"][tdm_block_inline_image image=”2089″ display_inline=”yes” media_size_image_height=”336″ media_size_image_width=”702″ url_target=”yes”][/vc_column_inner][vc_column_inner width="1/4"][td_block_title title_tag=”h4″ block_template_id=”td_block_template_5″ custom_title=”Top 7 initiatives by the government to propel fast growth in the Drone sector” custom_url=”https://www.nationalskillsnetwork.in/top-7-initiatives-by-the-government-to-propel-fast-growth-in-the-drone-sector/”%5D%5B/vc_column_inner%5D%5B/vc_row_inner%5D%5Btdm_block_button button_text=”View All” button_size=”tdm-btn-lg” button_display=”tdm-block-button-inline” button_url=”https://www.nationalskillsnetwork.in/drones-industry/&#8221; button_open_in_new_window=”yes” button_padding=”10″ content_align_horizontal=”content-horiz-left” float_right=”yes”][/vc_column][/vc_row][vc_row full_width="stretch_row_1200 td-stretch-content" tdc_css="eyJhbGwiOnsibWFyZ2luLXRvcCI6IjYwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGUiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJtYXJnaW4tdG9wIjoiNDAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsInBob25lIjp7Im1hcmdpbi10b3AiOiI0NSIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9" gap="eyJwb3J0cmFpdCI6IjE1IiwibGFuZHNjYXBlIjoiMjAiLCJhbGwiOiIyNSJ9" row_hide_on_pagination="yes"][vc_column][td_block_title title_tag=”h2″ custom_title=”Watch videos to know more” block_template_id=”td_block_template_17″ f_header_font_weight=”600″ f_header_font_size=”24″ tdc_css=”eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==”][td_block_video_youtube playlist_source=”channel_id” display=”eyJwaG9uZSI6ImRlZmF1bHQifQ==” cache_timeout=”86400″ channel_id=”UC6wAPQTr7juwYhKW5rozyXw” tdc_css=”eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJ3aWR0aCI6ImF1dG8iLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==”][/vc_column][/vc_row][/tdc_zone]

abbyrocks
Participant
#0

I dont see the featured post hidden category when I write a post

dano1066
tagDiv Member

Thanks for this but this is a hardcoded FAQ. The image I attached to my first comment didn’t show up but I am trying to style the comments section to act as answers. The comment block for the cloud template doesn’t allow for me to change the title from X Comments to X Answers. I also do not know how to restyle the appearance of the comments. I wanted to make a dynamic Q/A section where someone could create a question and people visiting the page could answer the question. The comments section would serve as the answers

danieleprimavera
tagDiv Member

Hello,
your solutions seems to be not so flexible, I’d need more control on the ACF field values. For example, ACF seems to not provide telephone number field type, so i would like simply access to ACF field and build my code. Unfortunately I tried to use ACF custom shortcodes in the HTML code block but it does not work. How could I resolve?

danieleprimavera
Participant
#0

Hello,
i encontered problems with my developing site nuovo.unioneinquilini.it for mobile version. While the home page seems to work fine, when i open a page or a single post it seems like mobile menu doesn’t open and some blocks doesn’t work fine (for example, the social sharing box which seems to be totally without css). I tried the way-1 to mobile version (simply a responsive version). The issue is present either by mobile (android) and with developing tools by chrome on windows.
thank you.

Bettina
tagDiv Staff

Hello!

Copy and paste the link manually or https://prnt.sc/K5EkY9mt1ELL, it should work.
In that module template, you can build a block as you want. In order to display the tag, use the module taxonomies and write post_tag.

I hope that helps you!

Thank you!

TWDesigns
Participant
#0

I LOVE this theme! After receiving help regarding the existence of the Flex Loop Builder I noticed something weird.

When I set the Font inside the Flex Loop Builder > General > Font to anything, nothing changes. If I save the page and view it, it’s picking a random font instead of the one I assigned.

I tried this on a Category Template and it wouldn’t let me change the font to match the sites. Even default is wrong.
I tried it on Tag Template and it keeps pulling in a font called “Karla” with an !important tag on it.

I have tried everything I know including deleting the templates and recreating them. Please advise!

Also same thing in the Flex Block Builder

propagare
Participant
#0

When we use the Module Taxonomies in the flex block builder, if the post has more than one category, the category displayed is always a first in alphabetical order. How do we display the Primary category?

The same problem happens when we use Single Post Categories in single template

Jonasbrazil
Participant
#0

When I place a block with 6 news and define the order of the latest news, the second page of the block is shown first. It is only possible to view the first page with the most recent news after clicking on the pagination option. Through TagDiv, I’ve tried deleting and creating a new block with the same definition but the error remains.

Every help is welcome.

Viewing 25 results - 4,226 through 4,250 (of 39,816 total)