Tagged: Event calendar, event tickets plus
-
AuthorPosts
-
October 14, 2016 at 2:55 pm #699152
Hi
I’ve added my comment into that post but I am not sure if you are checking old comments in that reason I am starting with new topic.
I followed your tips but when I try to edit child theme I cannot find that codetribe_etp_move_tickets_purchase_form('ava_after_main_title', 10);
Should I modify child to to work with WooCommerce and Event Tickets Plus (Modern Tribe)?
If yes, please help with manual, thank you a lot
I need to use advance layout builder
Thank you in advancedOctober 14, 2016 at 7:15 pm #699275Hey kkwasniewski!
Thanks a lot for contacting us.
We do not include any code like that into child theme, so you will have to modify it.
Now, as I understand, you want to show the form, inside Advanced Layout Builder?Thanks a lot
Regards,
BasilisOctober 14, 2016 at 7:39 pm #699276Hi
Yes, it is exactly what I need
Please note that https://kriesi.at/support/profile/ismael/ in that reply wrote about changing this code.
Maybe we can ask Ismael for details?
Thank you in advanced
KrzysztofOctober 17, 2016 at 4:57 pm #700135Hi
Any news about that?
Thank you in advancedOctober 17, 2016 at 5:13 pm #700140Hi!
I am sorry buy you can not show the form inside ALB.
You can try convert the function as shortcode, so you can use it after, but there is no other way to make it happen I am afraid.Thanks a lot for your understanding
Regards,
BasilisOctober 17, 2016 at 8:16 pm #700226Hi
Are you shure about that?
Why Ismael in that reply https://kriesi.at/support/topic/display-issue-with-enfold-theme-and-event-tickets-plus-by-modern-tribe/#post-661591 is explaining that possibility?
It was a few mounts ago. It is very impoprtnant to me, if needs customisation I should pay, just let me know
Thank you in advancedOctober 19, 2016 at 6:42 am #701017Hi,
We provided a possible solution here. https://kriesi.at/support/topic/display-issue-with-enfold-theme-and-event-tickets-plus-by-modern-tribe/#post-701016
Let’s continue on this thread. Thank you.
Best regards,
IsmaelOctober 19, 2016 at 9:29 am #701078Hi
Yes, I modified, please find screenshot here
I have only problem with modification child theme because I don’t have code which you describe
I have only that code in child theme:<?php /* * Add your own functions here. You can also copy some of the theme functions into this file. * WordPress will use those functions instead of the original functions then. */ add_filter('avf_builder_boxes','enable_boxes_on_posts'); function enable_boxes_on_posts($boxes) { $boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('page','post', 'tribe_events'), 'context'=>'normal', 'expandable'=>true ); $boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('page','post', 'tribe_events'), 'context'=>'side', 'priority'=>'low'); $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('page','post','tribe_events'), 'context'=>'normal', 'priority'=>'high' ); return $boxes; }
Best regards
KrzysztofOctober 21, 2016 at 11:25 am #702303Hi Ismael
There is any chance to reach tip from you? It could be service I can pay for that, it is not a problem. I don’t know to use customization service to protect changes after update theme.
Thank you in advanced.
KrzysztofOctober 21, 2016 at 11:34 pm #702679Hi,
Please post the FTP details here so that we check the theme files. If you don’t have the code in the functions.php file, add it.
tribe_etp_move_tickets_purchase_form('ava_after_content_ticket', 10);
Best regards,
IsmaelOctober 22, 2016 at 1:59 pm #702821Thank you, please find ftp and wordpress admin area access
When I added this codetribe_etp_move_tickets_purchase_form('ava_after_content_ticket', 10);
into my function.php my site is break down (500 error)
KrzysztofOctober 24, 2016 at 5:50 am #703107Hey!
Thank you for the info. We added the tribe_etp_move_tickets_purchase_form function plus the hook in the child theme’s functions.php file.
Regards,
IsmaelOctober 24, 2016 at 10:58 am #703192Hi Ismael
Works great thank you!October 26, 2016 at 10:21 am #704191Hi Ismael again
I find that is problem with that solution when I add any content from Avia visual builder
Please find screencast with descriptions here
Can you check again?
Thank you a lot
KrzysztofOctober 27, 2016 at 4:39 am #704640Hi,
It is a styling or css issue. Please add this code in the Quick CSS field.
.single-tribe_events .cart { clear: both; }
We tested it here: http://vip.etechnologie.pl/crm/szkolenie/prince2-practitioner-2/#toggle-id-6
Best regards,
IsmaelOctober 28, 2016 at 8:55 am #705203Hi Ismael
Works great thank a lot
I am find another strange issue after that modification
When I edit page I see additional portfolio settings
here is screenshot
Best regards
KrzysztofNovember 3, 2016 at 2:59 am #707470Hi,
We modified the “avf_builder_boxes” filter. Please check it again.
Best regards,
IsmaelNovember 3, 2016 at 9:51 am #707644Hi
Now is OK, thank you
KrzysztofNovember 5, 2016 at 6:58 am #708569Hi,
Glad we could help :)
Best regards,
NikkoAugust 3, 2017 at 7:32 am #833773Hi there – I have the same technical issues as the op. I have installed woocommerce, event tickets plus and cannot see the tickets when I view pages built with advanced builder.
I have modified the template-builder.php file and tried to modify the enfold-child functions.php file but with no effect.I think my child functions.php code is wrong.
I have my log in private attached. can you please have a look and let me know what is wrong? Thanks you in advance!
August 4, 2017 at 4:54 am #834140Hi,
In the template-builder.php file, invoke the “ava_after_content_ticket” hook.
do_action('ava_after_content_ticket');
In the functions.php file, add the action hook.
tribe_etp_move_tickets_purchase_form('ava_after_content_ticket', 10);
Best regards,
IsmaelDecember 4, 2023 at 4:28 pm #1427148I know this is an old support topic, but I was having this issue too, and these workarounds didn’t work for me. Instead, I added the following to my child theme’s functions.php file. Hopefully, this helps someone else …
function avia_builder_admin_css() { echo '<style> #avia_builder { display: block !important; } </style>'; } add_action('admin_head', 'avia_builder_admin_css');
December 5, 2023 at 1:09 am #1427182 -
AuthorPosts
- The topic ‘Display issue with Enfold theme and Event Tickets Plus by Modern Tribe’ is closed to new replies.