jharri74
Forum Replies Created
-
Forum: Plugins
In reply to: [WP YouTube Live] Warning: count(): Parameter must be an arrayGood morning. How did you solve this problem?
Forum: Plugins
In reply to: [Eventbrite API] Don't see template on listOk. So apparently, the events have to publish or weren’t readily discoverable on eventbrite.com. They are now appearing in the post. I didn’t have to do anything further in regards to re-installing. Thank you for responding and following up.
Forum: Plugins
In reply to: [Eventbrite API] Don't see template on listhi. I’m going to try to it today.
Forum: Plugins
In reply to: [Eventbrite API] Don't see template on listHi. Yes. Public Page is checked
Forum: Plugins
In reply to: [Eventbrite API] Don't see template on listsorry. it’s password protected
[login details removed – please don’t post these publicly]Forum: Plugins
In reply to: [Eventbrite API] Don't see template on listI switched to a default theme where I was able to choose EventBrite Events in the page templates. The issue now is that it’s not pulling my events. I get a message that nothing is found. Even when previewed from a default theme.
When I test the connection, i get a message that it is connected correctly. When i log into Eventbrite, it says that I have 3 live events.
Here’s the page as it stands now:
https://movevolutionpt.com/website/movevolution-events/Forum: Plugins
In reply to: [Eventbrite API] Don't see template on listI’ll try that. Thanks. I’ll let you know how that works out.
Forum: Plugins
In reply to: [Age Verify] Background image on age verifyHi. I was able to add a background image. In the settings.php file for the plug-in, once I removed the following lines, I was able to see the changes I made to #av-overlay-wrap
remove:
<?php } /** * Prints the background color settings field. * * @since 0.1 */ function av_settings_callback_bgcolor_field() { ?> <fieldset> <legend class="screen-reader-text"> <span><?php esc_html_e( 'Background Color' ); ?></span> </legend> <?php $default_color = ''; if ( current_theme_supports( 'custom-background', 'default-color' ) ) $default_color = ' data-default-color="#' . esc_attr( get_theme_support( 'custom-background', 'default-color' ) ) . '"'; ?> <input type="text" name="_av_bgcolor" id="_av_bgcolor" value="#<?php echo esc_attr( av_get_background_color() ); ?>"<?php echo $default_color ?> /> </fieldset> <?php }
Once the website goes live, I’ll post the URL