Forum Replies Created
-
AuthorPosts
-
Gene Teigland
ParticipantHi Peter we discovered the issue:
We found that the problem occurred when we used the "taxonomy" type inside a group it wasn’t working (it worked before the update). However, when we created a new field of type taxonomy outside of a group, it worked fine. Later, we tested using the field type tax.taxonomy, and it worked properly, even inside the group.
So, the issue was that the group doesn't support the normal taxonomy type. It needs to use tax.taxonomy instead. I found this while checking the Metabox fields there were two custom fields related to breadcrumbs. I changed their type from taxonomy to tax.taxonomy.Gene Teigland
ParticipantThere are def some bugs on this release - take a look at this:
https://www.awesomescreenshot.com/video/44537647?key=b4fd0d98dce9ebf95e3db5018a213cc7
Gene Teigland
ParticipantThat worked thanks!
Gene Teigland
ParticipantWe can use this line of code to display the metablock under the metaview
{
"render": "view:testimonial"
}
But we need a callback function to create the output for the MBblock.Gene Teigland
ParticipantHi Team,
Please check the user credentials below:https://prep-staging-unitedstations846.e.wpstage.net/wp-login.php
Site HTaccess credentials:
Username = blogvault
Password = 6b786cf2User login:
pod-journey
journey-test-1Please check it and fix it ASAP.
Thank you.Gene Teigland
ParticipantDear Team,
Any update on the above issue? Please let me know if any further action is required to resolve it.Thank you.
Gene Teigland
ParticipantHi Support,
I have created a custom fields (Advance select ) with multiple select option into the user section.
Now I want to update this user meta fields through the custom hook.I am trying to update the meta through the core wordpress function
$new_user_groups = array(
'r2Clips',
'r2_NewsGossip',
'r2_Lifestyle'
);update_user_meta($user_id, 'user_groups', $new_user_groups );
But it is not working. Can you please suggest me how we can update the custom fields value for user ?Gene Teigland
ParticipantHi Support,
We are going live very soon so we need a solution right away for this bug -Thanks
Gene Teigland
ParticipantHi Peter
I am using the plain shortcode for the ninja form like this: [ninja_form id=1] in the meta-view template.
it is displaying the blank page.
Thank you
Gene Teigland
ParticipantHi Support,
We are going live very soon so we need a solution right away for this bug - thanks so much for your help.Gene Teigland
ParticipantHi Support,
We are going live very soon so we need a solution right away for this bug - thanks so much for your helpJune 21, 2023 at 1:44 PM in reply to: Archive Template tags are not working with Php 8.0 in meta views #42306Gene Teigland
ParticipantHi Peter,
Please let me know where did you make the changes? so that I will move the changes to the live site.Thank you.
June 20, 2023 at 5:10 PM in reply to: Archive Template tags are not working with Php 8.0 in meta views #42291Gene Teigland
ParticipantHi Peter,
Here is the website details:(removed)
Here are the backend url of meta view :
https://tcspp.tiger12.com/wp-admin/post.php?post=2504&action=editThis template is rendering on this url :
https://tcspp.tiger12.com/program/behavioral-sciences/Here are the template name which having the issue
( Program template (taxonomy term program) and Degree Type (taxonomy term template) )Thank you.
June 19, 2023 at 7:14 PM in reply to: Archive Template tags are not working with Php 8.0 in meta views #42273Gene Teigland
ParticipantHello Peter,
Actually that is what I have already one to remove one by one and check it. Although I have removed the whole code from the view and just put the {{term.name}} t verify this but still the view does not work. Once I remove all the tags and put simple html then it works. So the issue is related to the tags of meta views.
Thank you
June 15, 2023 at 7:47 PM in reply to: Archive Template tags are not working with Php 8.0 in meta views #42221Gene Teigland
ParticipantHi team,
The archive template code screenshot is attached for your reference. While we use the meta views variables like {{ term }} in the archive template then the frontend page that is using this template goes blank.
But If we removed all the meta views variables and passed simple HTML then the page works.
Debugging furthermore on this I removed all the code and just inserted a tag from the insert tag option as {{ term.name }} then also it does not work.Thank you.
-
AuthorPosts