Search Results for 'block'

Results from the Forum
Simion C.
tagDiv Staff

Edit the page and see what block is used. A list mentioning what modules each block contains can be seen here
https://forum.tagdiv.com/theme-blocks-modules/
After the theme update today, the excerpt can be changed in the tagDiv composer, while editing the page
https://www.screencast.com/t/vO2cE4SZy
https://www.screencast.com/t/oGbPN0NUPUjq

cemmildon
Participant
#0

I tried to update my header.php file and my site crashed.
Fatal error: Call to undefined method vc_row::set_font_settings() in /home/teniscim/public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php on line 36

Simion C.
tagDiv Staff

Hi,

I am not quite sure what sorting options you are using on that block. I see that it displays older posts, not latest.

Also a thing to note is that if you are using the unique articles feature
https://forum.tagdiv.com/unique-articles/
This feature will cause issues with block pagination, so the load more will not work properly.

Thanks

Simion C.
tagDiv Staff

Hi,

That could be done with CSS. It would depend however for which block type you want to do this. The demo which has this customization uses a code like this to style the module thumb for module 2
https://www.screencast.com/t/lU0GZHXRpdx

If you could mention the block type for which you want the code to apply, I will give you a similar solution.

Thanks

wojo
Participant
#0

Hello, today there was an update for Newspaper and since then my site is not working anymore. There comes this message.
What can you do?

Fatal error: Uncaught Error: Call to undefined method vc_row :: set_font_settings () in /www/htdocs/w012cc9b/motorsport-pics.de.de/wp-content/plugins/td-composer/includes/tdc_composer_block.php:36 Stack trace: # 0 /www/htdocs/w012cc9b/motorsport-pics.de.de/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php(85): tdc_composer_block-> render (Array) # 1 / www / htdocs / w012cc9b / motorsport-pics.de / wp-content / themes / Newspaper / includes / wp_booster / td_global_blocks.php (28): vc_row-> render (Array, ‘[vc_column] [td _…’ ) # 2 /www/htdocs/w012cc9b/motorsport-pics.de.de/wp-includes/shortcodes.php(319): td_global_blocks :: proxy_function (”, ‘[vc_column] [td _…’, ‘vc_row ‘) # 3 [internal function]: do_shortcode_tag (Array) # 4 /www/htdocs/w012cc9b/motorsport-pics.de.de/wp-includes/shortcodes.php(197): preg_replace_callback (‘ / \\ [(\ \ [?] (captio … ‘,’ do_shortcode_ta … ‘,’ [vc_row] [vc_col … ‘) # 5 /www/htdocs/w012cc9b/motorsport-pics.de.de/wp-includes/ class-wp-hook.php (286): do_shortcode (‘[vc_row] [vc_col …’) # 6 / www / htdocs / w012cc9b / motorsport-pi in /www/htdocs/w012cc9b/motorsport-pics.de.de/wp-content/plugins/td-composer/includes/tdc_composer_block.php on line 36

Simion C.
tagDiv Staff

The setting I mentioned is for the individual post pages, on pages (blocks/modules) the setting is here
https://www.screencast.com/t/KnjBl71hZ
Disable it there and it will not appear anymore.

Thanks

Saikological
tagDiv Member

Great, thanks a lot. I will try that in a minute 😉

Just one question: how do i identify the block used?

Igor
tagDiv Member

В блоке “Article inline ad” у меня нет полей для указания абзаца и позиции.

In the “Article inline ad” block, I do not have fields for specifying a paragraph and a position. Version 8.6

Screenshot

  • This reply was modified 8 years by Igor.
  • This reply was modified 8 years by Igor.
Simion C.
tagDiv Staff

Hi,

The theme thumbnail sizes are defined in this file
https://www.screencast.com/t/A3wBGyFtCR
You can add more if that is what you want
https://forum.tagdiv.com/td_api_thumbadd/
Regenerate thumbnails after doing this, so the custom sizes will be created
https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Thanks

Simion C.
tagDiv Staff

Hi,

You could use some CSS to change the default colors. Like this basic example
https://www.screencast.com/t/sNyYc4YSXZO
This is the code used

.td_block_trending_now .td-trending-now-title {
background-color: blue;
color:yellow;
}

If you wanted something else please mention what exactly you want to change about the news ticker.
You can use the browser inspector to make various customization to theme elements
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

So you want to remove the content excerpt for that module, that can be done like this. Identify the block module used and set the excerpt length to 1 in the theme panel. For example I have block 12 here
https://www.screencast.com/t/pjk6iZHgpe
In the excerpt settings for block 12 I have set it like this
https://www.screencast.com/t/PxM8Dr5lTj
Result – https://www.screencast.com/t/2R8BilJ0l7P

Thanks

tunc26gm
tagDiv Member

I already did this change. It changes number of categories I can see in block filter. But it does not effect the level number of sub levels which ı need to see fourth sub level.
TDS.

Igor
Participant
#0

Hello,

Can you please tell me how to insert the adaptive code of the Google AdSense block inside the content (after the first paragraph) for all articles at once?

Thanks!

cantonjester
Participant
#0

Please consider incorporating subtitles into the blocks that otherwise enable excerpts to appear. Or, add blocks that work with subtitles.

This is a fundamental mistake with your theme, in my opinion – Because it forces people to manipulate the content of an article so that the title & subtitle display properly in the block.

Syeed Chowdhury
Participant
#0

Hi,

I am currently trying to override few theme files, one of which is td_block.php(available in: includes>wp_booster>td_block.php).

I have added the file in my child theme in same path but it was giving me an error(Fatal error: Cannot redeclare class td_block) because there is no class_exists filter in the parent theme and WordPress was trying to declare a class which was already declared in the child theme. For now, I have added a class_exists filter in the parent theme and it’s working.

The issue is, though it is working now(because of the filter I added in the parent theme), it will break the moment we replace the parent theme with any update. can you help us how we can solve this issue in the long run?

Simion C.
tagDiv Staff

Hi,

Blocks may not look properly when using those layouts. Those are mainly for multi-purpose elements. You could maybe stretch the row and create more space, either to a predefined value or full width
https://www.screencast.com/t/ZAvBYfUDcEJv
Experiment with different layouts and elements, there are many to choose from. More will be added in the coming updates.

Thanks

Simion C.
tagDiv Staff

Hi,

You could disable the comment counts on blocks/modules in the theme panel
https://www.screencast.com/t/bcSfIFQami
Then use the method described in that topic to implement views on the modules you want. Example for module 4 code entered like this
https://www.screencast.com/t/QPCuxNP3i4O
By default the views will be displayed like this
https://www.screencast.com/t/xqgBpyfbdmn
That would not be the proper place for the views, but the theme does not have design for views on modules. You will have to create one, like this example
https://www.screencast.com/t/KtWG47NuHaxQ
This is the code I used in the example

.td_module_wrap .td-post-views{
position:absolute;
display: inline-block;
right: 0;
}

Here is an useful guide to use the browser inspector to create custom code and make various customization to the desired elements
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Catalin
tagDiv Staff

Hello tunc26gm,

Please refer to the following topic here -> https://forum.tagdiv.com/topic/i-cannot-see-all-of-my-categories-in-filter-section-of-blockmenu-category-sect/ because there you will find the correct solution in this case at the bottom of this topic.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello Josuesantana,

You should choose the Popular all-time filter from each block, like this -> https://www.screencast.com/t/HKqolaa1sI

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

You could try a code like this – https://www.screencast.com/t/3pwHMf2fNdZ

.td_block_11 .td-post-category {
position: absolute;
top: 136px;
left: 0;
}

Thanks

BernieHolmes
tagDiv Member

Hello,

thank you for the help. I have tried that, but i have a problem with the blocks. I want the list to appear vertically, instead it appears in two inside columns. as seen here;
https://imgur.com/gallery/kKhY7

Also, how do i show the first paragraph of the article in the block, like the first module in block 1 does?

Thank you for your help

lizdi2018
Participant
#0

I built this home page with the Composer: https://e-techafrica.co.ke/
I want to copy this demo: https://demo.tagdiv.com/newsmag_voice/

I´ve added some elements (gap between first and second block, “past stories” grid) with the same background color as the page and no border. But when you look closely, you see a slightely darker grey border on the right side and on the bottom of the below “past stories” grid.

How do I get rid of these borders?

ctoweett
tagDiv Member

Thanks. Will try it out. But what I meant is using it to show the latest posts section in the format of like blocks 2, 4, 5 and a sidebar.

Morthen
tagDiv Member

Here different code. With first one the banner will looks fold. The second one are good:

<body class=”home page-template-default page page-id-147 eny-business global-block-template-12 td-art-creek td-full-layout td-js-loaded” itemscope=”itemscope” itemtype=”http://schema.org/WebPage”&gt;

<body class=”home page-template-default page page-id-147 eny-business global-block-template-12 td-art-creek td-full-layout td-js-loaded body-td-affix” itemscope=”itemscope” itemtype=”http://schema.org/WebPage”&gt;

tunc26gm
tagDiv Member

I sent you images of the screens. First image blockcategoryview is view from “edit with TDcomposer” window as you can see from there in block categoryfilter you can see the categories until third sublevel. 4th sub level Categories such as devecili, mandacılık ca not be seen in the drop down category menu. So We can not choose these categories from “edit with TD composer” window. on the other hand as you can see from categorywindowcategoryview screencapture these 4th sub level categories exist. What I want, I want to be able see these 4th level sub categories in “edit with TD composer”.
the adress for my portak is
turkiyetarimi.org/wp-admin
username is tunc26gm
password is sifre1234
When to open a edit with td composer window and try to assign a category from drop down categoryfilter menu youwill not be able see 4th level sub categories.
I would appritiate also if you provide me information how can set my portal so that if a visitor opens a page from menu it opens in new section in browser.
Thank you.
TDS

https://www.screencast.com/t/GxPTMrwi

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