Forum Replies Created
-
AuthorPosts
-
Hey there @tinhbeng!
How do I change the default currency on the pricing table from $$ to ££?
Also, is it possible to customise the "Get Tickets" button background colour, hover colour and text font size and colour?
Please see here:Â https://www.screencast.com/t/iwy70DQ8j
Looking forward to hearing from you soonest.
Thanks.
C'mon! seriously...
You're about to go offline, which means another day!
Please, somebody, give us a reply.
Thanks.
Hey @Jackie!
Yes, I am talking about the pricing content on the home page.
Please, If it is a pricing shortcode, would you kindly advise where to find it or what it is, so that we can have our pricing looking just as spectacular 🙂
Thanks,
David
Hey guys!
Please, could I get an update soonest  on the above request?
It would be greatly appreciated.
Thanks.
Hey @tinhbeng!
Genius mate! That worked 🙂
Thank you.
Also, how do I do the same for the text on the pricing table here:Â https://www.screencast.com/t/jbhonF69UR
Please advise.
Cheers.
Apologies!
See the attached.
Thanks.
Hey @tinhbeng!
Perfect! I'll do just that 🙂
Thank you so much for all your help yesterday. Greatly appreciated.
Blessings,
DavidThis reply has been marked as private.That first line should say " I'm not an expert coder"
Hey @tinhbeng!
First off I'm but expert coder, but I'm learning a thing or two 🙂
So sorry, what do you mean by "comment the lines?"
This is what those lines currently looks like on the function.php
====
function noo_get_tribe_venue(){
$args = array(
'post_type'Â Â Â Â Â =>Â 'tribe_venue',
'posts_per_page'Â Â =>Â -1
);
$query = new WP_Query($args);
if( $query->have_posts() ):
echo '<select class="nootribe-venue">';
echo '<option value="">'.esc_html__('Venues','noo-ivent').'</option>';
while( $query->have_posts() ):
$query->the_post();
echo '<option value="'.get_the_ID().'">'.get_the_title().'</option>';
endwhile;
echo '</select>';
endif; wp_reset_postdata();
}
function noo_get_tribe_organizer(){
$args = array(
'post_type'Â Â Â Â Â =>Â 'tribe_organizer',
'posts_per_page'Â Â =>Â -1
);
====
Please advise.
Also, I'm using the iVent child theme.
Hey @tinhbeng!
Just tried to email you the plugin, however, the email was blocked by Google: "For security reasons, Gmail does not allow you to use this type of file as it violates Google policy for executables and archive"
Also, what exactly are you saying here: "You go to the functions.php file (wp-content/themes/noo-ivent/) and comment these lines"?
Please advise.
Please note: I had addressed this issue with the folks at The Events Calendar and this was their response:======start=======Hi again,The error you reported is being caused by your theme. Specifically, line 112 of the theme's functions.php file.
We cannot provide support for third party themes. Your theme is providing their own custom functionality related to our plugins, and they would need to fix any issues with the code. It's likely that the code in the theme worked at one point until things were updated within our plugins. If the theme developers have received reports of this, they have probably fixed this already. You might see if there are updates available for the theme.
If the theme is not being actively developed any more, I would recommend finding an alternate theme.
Best of luck,
Sky======end========Thank you so much for your help with this.Hey there,
Here's the exact error message that I'm currently experiencing when The Event Tickets Plus plugin is activated.
======start====
Fatal error: Uncaught RuntimeException: Error while making 'tickets-plus.commerce.woo': Class tickets-plus.commerce.woo does not exist in /home4/welovesoul/public_html/wp-content/plugins/the-events-calendar/common/vendor/lucatume/di52/src/tad/DI52/Container.php:352 Stack trace: #0 /home4/welovesoul/public_html/wp-content/plugins/the-events-calendar/common/vendor/lucatume/di52/src/tad/DI52/Container.php(281): tad_DI52_Container->resolve('tickets-plus.co...') #1 /home4/welovesoul/public_html/wp-content/plugins/the-events-calendar/common/src/Tribe/Container.php(176): tad_DI52_Container->make('tickets-plus.co...') #2 /home4/welovesoul/public_html/wp-content/plugins/event-tickets-plus/src/Tribe/Commerce/WooCommerce/Main.php(240): tribe('tickets-plus.co...') #3 /home4/welovesoul/public_html/wp-content/themes/noo-ivent/functions.php(112): Tribe__Tickets_Plus__Commerce__WooCommerce__Main::get_instance() #4 /home4/welovesoul/public_html/wp-settings.php(499): include('/home4/weloveso...') #5 /home4/welovesoul/public_html/wp-config in /home4/welovesoul/public_html/wp-content/plugins/the-events-calendar/common/vendor/lucatume/di52/src/tad/DI52/Container.php on line 352
The site is experiencing technical difficulties. Please check your site admin email inbox for instructions.
=====end=====
See it here live now:Â https://www.welovesoul.com/wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=
Please let me know your thoughts.
Thanks,
DavidHey there,
Please, could I have a response and help with this soonest. I'm based here in the United Kingdom, so as you can imagine the time difference is a bit of a killer.
Please advise soonest.
Thanks,
David
Hey there!
I'm currently experiencing the same error message on our site https://www.welovesoul.com.
Please advise.
Thanks,
David -
AuthorPosts