I am trying to:
Link to a page where the issue can be seen:
I think it's a temporary problem rather than a bug.
When working on the content template, connecting from the toolset's YouTube block to the dynamic source does not work.
If it's not a "dynamic source", it works.
When the dynamic source of "youtube block" does not work, the "dynamic source" does not work in other blocks.
hidden link
I expected to see:
Instead, I got:
Hi there,
I tested the Youtube block on my installation and it works with no issue.
I added a custom field of embedded media and assigned it to my property custom post type. In the content template, I used the Youtube block and used the dynamic source feature.
You can check the video that you shared is working at the bottom of this page:
hidden link
Please kindly make sure that you assign the field group to a correct post type and also the content template that you use is assigned to that post type.
Finally, I'd appreciate it if you increase the PHP memory limit of your WordPress installation as it might be a factor:
You can add this by adding the code below to "wp-config.php" file of your WordPress installation root folder:
/** Memory Limit */
define('WP_MEMORY_LIMIT', '512M');
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
Please add the code above the line below:
/* That's all, stop editing! Happy blogging. */
Thanks.
Hi there,
Thank you. I set your reply as private as the login info was public.
If you need to provide login info in the future, please tell us and we will set the next reply as private and you will be able to check the next reply as private while sending the login info.
I checked your website and did quite a few tests. This might be a plugin or theme conflict that needs to be tested.
Plugin Conflict Test:
- IMPORTANT STEP! Create a backup of your website.
- Go to "WordPress Dashboard > Plugins" and deactivate all plugins except Toolset and its add-ons.
- Check if you can still recreate the issue.
- If not, re-activate your plugins one by one and check the issue each time to find out the plugin that causes the problem.
Theme Conflict Test:
- IMPORTANT STEP! Create a backup of your website.
- Switch to the default theme such as "TwentyTwenty" by going to "WordPress Dashboard > Appearance > themes".
- See if the issue is fixed.
Kindly get back to us with the result of both tests. (I did not do the test as it seemed to be a live website and I did not want to change anything)
Thank you.
There's been a problem with the post.Problems continued to occur even when changing theme and testing plugin.
The custom post type was newly created and the same work was carried out, so the problem disappeared.
That is, the custom field could not be retrieved from the YouTube block in wordpress post, but
In the custom post type, I was able to retrieve the custom field from the YouTube block.
This problem does not occur in the image block of toolset.
My current problem has been solved.
But I don't understand this phenomenon happening.
Please explain so that I can help you understand
hidden link
Hi there,
Thank you for the information and testing for the plugin and theme conflict. To test and see if the problem is happening only for the posts, I used my installation to create some posts and added a custom field with the youtube links.
Then I used a page and a view to show the videos and it works ok. You can check it here:
hidden link
I deliberately, kept the 3rd post video link empty to test that too.
This shows that the issue is not related to the Toolset code as it is not possible to replicate the same issue on my installation.
Having said that, it might be content that is on the posts that cause the issue.
I created a sample page called Test 5 and added a view on your website. Also added a category and assign2 new posts to that category called test 1 and filtereed the teew to show posts from Test 1 and it still does not show the video.
I also added a new custom field and tested that and also a new single template for posts.
I will need to ask you to duplicate your website to our server for further investigation to knw why this is happening for your installation.
If it is ok with you please get back to us with your permission and we will give you the means to duplicate your website to our server.
Thanks.
Yes, you can use what's on Google drive.
My nationality is Korea, and WordPress is the Korean version.
In Korean wordpress, "post" is translated into "글".
Similar problems have occurred in the past, and all the newly produced CTP names have been produced in English, so they have disappeared.
I don't know if this experience will help.
I don't know if it's related, but I add it because it's interesting.
I am using plugin related to YouTube playlist.
When I put the same content in the post,
When used for custom post, the screen looks different.
Currently, using the relevant plugin does not produce the desired result.
[embedyt] hidden link;
Hi there,
Thank you for the information. I am not sure the last reply has anything to do with the original issue that you reported.
I managed to duplicate your website to our server and you can also check with the same credentials:
hidden link
We are going to investigate this and get back to you.
Thanks.
The one I posted before...
I made a mistake.
Hi there,
After the investigation by the second-tier it seems that the problem was the non-latin nature of the Korean language and that was the issue. We added a view and it worked:
hidden link
Here are the steps that we took:
- Changed the language to English.
- Added/edited the view.
- Added a few correct URLs for the videos in posts.
- It showed in the front end.
- Turned back to Korean and it still works.
So somehow the Korean language has a conflict, if you see such an issue, please change the ;language to English and do your Toolset related settings.
Thanks.