Search Results for 'block'

Results from the Forum
cmc
tagDiv Member

Block Render Failed – Tried accessing nonexisting field (comments_count) on node type (Media)

Also experiencing this on our website.
Using Instagram Personal account.
Getting a Block Render Failed – Tried accessing nonexisting field (comments_count) on node type (Media) error.

Tried disconnecting and reconnecting same issue. Confirmed it’s logged in and linked. Says there are 45 days left on the token.

Is there an ETA on a resolution?

mattemkadia
tagDiv Member

Hi Bettina, I’ve been using tagDiv Newspaper for quite some years on numerous projects so I’m familiar with the block filters, I can’t however find any way to tilter a block from a custom taxonomy value.

Is this possible?

Bettina
tagDiv Staff

Hello Paul!

Please set a light color in order to see your menu. Also, set the links for the items when you create the menu in Appearance -> Menus.
For every block, you can see the options to disable/enable it in the Layout tab: https://forum.tagdiv.com/flex-block-settings-guide/

Thank you!

Bettina
tagDiv Staff

Hello Matt!

Check the filters from here: https://forum.tagdiv.com/flex-block-settings-guide/

Thank you!

Bettina
tagDiv Staff

Hello @theheritagelab !

Please check the console and see which errors you encounter. Normally, if you click on that button, the WP Editor will open and you can add some text/code/shortcode there. Close the WP Editor from X, save the changes from Composer and view the page to see the changes.
It’s possible to be from the firewall or security module which blocks the admin-ajax.php request, which usually displays a 403 or 404 error.
If you don’t use a security plugin, please ask your host about this, maybe you have a security module that blocks this.
If you use a plugin like Wordfence please set it in learning mode.
Also, if you are using Cloudflare, please make sure that is set as in our guide https://forum.tagdiv.com/cloudflare-cdn/, you need to disable the Rocket Loader.
Examine some other potential interfering factors: https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/

Let me know the results!

Thank you!

mattemkadia
Participant
#0

Hi Guys, probably a really simple question, but is it possible to filter a block using a custom taxonomy?

We have a custom taxonomy for company names so we want to show all news where a specific company name is tagged using our custom taxonomy (tag).

Thanks
Matt

Bettina
tagDiv Staff

Hello!

You can use the flex block 1 and apply different filter on each block. Check this guide:
https://forum.tagdiv.com/flex-block-settings-guide/

Thank you!

Paul-GG-14
Participant
#0

Footer:
Added block to footer menu; links appear when you move your mouse over the area but are invisible if you don’t? In fotter move mouse below the hearer which says MAIN MENU and you will see links appear

Site Comments icon on Posts:
Site comments still appear even when I have switched them off?

Post Date
Post date is still appearing even when I have switched it off?

https://bournemouthobserver.co.uk/

Anamaria
tagDiv Staff

Helllo,

You hide the first block for the rest of pages, using this option on the row https://i.imgur.com/QeLwGav.png

Thank you!

croboy
Participant
#0

Hello,

Maybe question is stupid. For dekstop I use cloud template.
On homepage I would like to have at the top of the home page block with some category and then loop block.
Problem is that when I click on pagination that first block is on every loop pagination page.
I know I could you use for homepage “Pagebuilder + lastest articles + pagination” but in that case I loose flexebility to format loop.
Thank you

Anamaria
tagDiv Staff

Hello,

Please check the console when you try to save the changes made in Theme Panel maybe is possible to be from the firewall or security module which blocks the admin-ajax.php request, which usually displays a 403 or 404 error.
If you don’t use a security plugin, please ask your host about this, maybe you have a security module that blocks this.
If you use a plugin like Wordfence please set it in learning mode.
Also, if you are using Cloudflare, please make sure that is set as in our guide https://forum.tagdiv.com/cloudflare-cdn/, you need to disable the Rocket Loader.
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using a child theme or cache plugin, deactivate them, clear all cache and try again.

Let me know the results!

Thank you!

Anamaria
tagDiv Staff

Hello,

You can use the option to have a preview.
tagDiv Partial Locker -> Hides content below the block behind a locker -> https://i.imgur.com/Yv4pQ19.png
tagDiv Section Locker -> Hides content inside the block behind a locker -> https://i.imgur.com/p8Az6ub.png

Thank you!

Anamaria
tagDiv Staff

Hi,

You can’t filter the block Posts Loop, you can only sort it => https://www.screencast.com/t/geckLSYd5sa, so if you have set the Posts Loop on the homepage, then will display all posts of all categories, if you have set the Posts Loop set on the category template, then will display the posts only from that category.
You can apply the filter only on the Flex Block and Big Grid Flex -> https://imgur.com/Nnt3zGX

Thank you!

afuentessa
tagDiv Member

Hello,
I have the same problem.
The tagDiv Composer plugin increases the server load to 100/100 and it blocks my website

iamcertifiable
Participant
#0

I am currently using the Crypto News Pro pre-built theme and I am getting 4 deadlink errors on each page and since currently have 73 pages, I am getting almost 300 deadlink errors. The dead links are for the following categories, which did not exist on my site: blockchain, ntfs, opinions and deals. I view the page source and here is what I see.

<!– menu section –>
<div class=”td-mobile-content”>
<div class=”menu-td-demo-header-menu-container”><ul id=”menu-td-demo-header-menu” class=”td-mobile-main-menu”><li id=”menu-item-420″ class=”menu-item menu-item-type-custom menu-item-object-custom menu-item-first menu-item-420″>Blockchain
<li id=”menu-item-421″ class=”menu-item menu-item-type-custom menu-item-object-custom menu-item-421″>NFTs
<li id=”menu-item-422″ class=”menu-item menu-item-type-custom menu-item-object-custom menu-item-422″>Opinions
<li id=”menu-item-425″ class=”menu-item menu-item-type-custom menu-item-object-custom menu-item-425″>Deals
</div> </div>
</div>

Please let me know how to remove this from my site, so I do not get these errors.

Dandabass
tagDiv Member

Someone at the Ultimate Member support forum wrote this: https://wordpress.org/support/topic/ultimate-member-2-1-6-theme-menus-breaking-changes/ Maybe you could pass it on to the right person, and could help solving this. Thanks!

We’ve released the version 2.1.6 that may cause compatibility issues with some themes.

This is due to the integration with the popular library called Mega Menu that causes this issue. We recommend that you contact the Theme Developer to make the following changes to your Theme:

The wp_nav_menu_item_custom_fields hook that expects 5 arguments are only given 4 arguments by Mega Menu and this causes the fatal error.

WP native hook contains 5 arguments here:
do_action( ‘wp_nav_menu_item_custom_fields’, $item_id, $item, $depth, $args, $id );

File name: wp-admin/includes/class-walker-nav-menu-edit.php

But MegaMenu library uses the same hook ‘wp_nav_menu_item_custom_fields’ but passes 4 arguments only.

do_action( ‘wp_nav_menu_item_custom_fields’, $item_id, $item, $depth, $args );

DocDigit
tagDiv Member

Thanks for noticing this. Have no clue why both block were set to ‘invisible for visitors’. Magic still happens every day…

DocDigit
tagDiv Member

When I log in to WordPress and go from frontpage into tagdiv composer, all blocks are showing. On other computers viewing the same frontpage, some blocks are gone.
Also when I logout and then view the frontpage, the same blocks also do not show.
Thank you
Jos

Anamaria
tagDiv Staff

Hello,

Yes, you can do it using the modules builder and assign the module to the flex block builder.
You can import a blank template and design as you want.

Thank you!

topperharley
tagDiv Member

Thank you for your answer.
I would like to change the date position. With API plugin i found the solution, but work only with update module, as i wrote can not add new flex block.
Could i change it with the flex block builder? (As i see i with this option can add only pre-made modules, i would like to add my custom.)

Anamaria
tagDiv Staff

Hello,

I recommend you use the option to create your own modules with tagdiv Composer https://forum.tagdiv.com/modules-builder-newspaper-theme/ , and after you can assign them in Flex Block Builder, or Flex Block Loop -> https://forum.tagdiv.com/flex-block-builder-flex-loop-builder/

Thank you!

Anamaria
tagDiv Staff

Hello,

I think the Woocommerce product block is another plugin used for more options for Woocommerce, but the theme is tested only with Woocomerce, not with additional plugins.

Thank you!

topperharley
Participant
#0

I would like to make a custom flex block, which based on Flex Block 1.
I tried to make it with API plugins. Added the modules (copied Flex Block 1 with some changes), and the block

This is only a snippet, what changes from the original code:

td_api_block::add( 'td_flex_block_1_custom',
		    array(
		        'map_in_visual_composer' => false,
		        'map_in_td_composer'     => true,
		        "name"                   => 'Flex Block 1 - custom',
		        "base"                   => 'td_flex_block_1_custom',
		        "class"                  => 'td_flex_block_1_custom',
		        "controls"               => "full",
		        "category"               => 'Blocks',
		        'tdc_category'           => 'Blocks',
		        'icon'                   => 'icon-pagebuilder-td_flex_block_1',
		        'file'                   => $this->plugin_path . '/shortcodes/td_flex_block_1_custom.php',

But after recieved an php error message:

 Fatal error: Uncaught Error: Call to undefined method td_api_plugin::get_map_block_general_array()
in ..../td-api-plugin/td-api-plugin.php on line 670

Line 670:
self::get_map_block_general_array(),

Could you help to setup?

Thanks

WordDom
tagDiv Member

Problem found. It’s when you use a woocommerce product block. You should invastigate this bug

Simone Ferrara
tagDiv Member

Hi portalishqip,

exchanging various arguments with the assistance of the various hosting providers on which I host the sites with the tagDiv theme active, the problem is caused by Memcached.

In fact, by disabling it, you should avoid constantly recalling the same queries, honestly, I’m waiting for a resolution update.

I’ve tried using Flex blocks, uninstalling the Standard Pack, using a CDN, disabling heartbeat, limiting Ajax requests to the maximum, and using only the plugins needed and recommended by tagDiv… I’ve deleted a large number of lines from the DB… nothing, just by disabling Memcached, the problem doesn’t recur.

I wonder if using Redis or other caching systems anyone has encountered the same problem.

Regards,
Simone

Viewing 25 results - 4,426 through 4,450 (of 39,816 total)