Cliff

Forum Replies Created

Viewing 15 posts - 9,061 through 9,075 (of 10,686 total)
  • Author
    Posts
  • in reply to: Event calender is not visible on mobile devices #1110822
    Cliff
    Member

    I understand, and thank you for the additional information.

    I am unfamiliar with your theme or whom its author is. Is it a theme available on WordPress.org?

    (Please note that, per our Scope of Support / Terms, we only guarantee support for WP’s default themes so I may end up being limited in what I can assist with here.)

    in reply to: Missing fields in Photo View after update. #1110819
    Cliff
    Member

    Thanks for the updated info.

    Would you mind enabling WP_DEBUG and sharing any PHP errors you see while navigating your site’s home page, events page (especially Photo View in your case), single-event pages, and any other of your site’s pages relevant to this ticket?

    Once you share your WP_DEBUG findings, we may be able to get an idea of any plugin or theme conflicts.

    Please enable WP_DEBUG on your site. You’ll need to edit to your site’s wp-config.php file and change this line of code: define('WP_DEBUG', false); to this: define('WP_DEBUG', true);
    (or add this line of code if you can’t find mention of ‘WP_DEBUG’ in your wp-config.php file)

    If any errors do appear while navigating your site’s pages, please copy and paste them in their entirety into a new ticket reply — along with the URL of where you saw the error(s) — and make sure you set it as a Private reply.

    Let us know what you find. 🙂

    in reply to: Title Spacing on Ticket Fieldset #1110818
    Cliff
    Member

    Hi. Popping in real quick.

    Here’s a video demonstrating the CSS Brook provided: http://cl.ly/2N0b1f0u2M2j

    You can add custom CSS code via your child theme’s style.css file or via a plugin like Simple Custom CSS or, my favorite, Jetpack. Jetpack supports regular CSS and the LESS and Sass pre-processors.

    If you’re not a CSS expert, Jetpack’s Custom Design reference may prove helpful.

    Please let me know how it goes for you.

    P.S. I’ll mark this ticket as Pending Fix, which means this thread should receive a reply if/when the applicable fix has been released. I cannot guarantee if/when it will be fixed as it’s in the development team’s hands now. They need to decide how to handle it, assign it, code it, test it, and schedule it for release. I apologize for this issue and appreciate your understanding and patience.

    in reply to: Event calender is not visible on mobile devices #1109868
    Cliff
    Member

    Thanks for that information.

    I can see there’s an issue with Role Scoper plugin. It’s possible that all of those are from Role Scoper, but I cannot tell for sure on some of those messages.

    Please deactivate Role Scoper and see if any of those messages remain and if our plugins work fine without Role Scoper activated.

    Thanks!

    Cliff
    Member

    I’m glad it’s working fine for you. Thanks for letting me know!

    in reply to: Upgrading to 4.1.1 or 4.1.2 crashes my site #1109026
    Cliff
    Member

    I’m very glad to hear you got it figured out. I haven’t heard of this situation before, but sorry you experienced it.

    Have a great weekend!

    in reply to: Moving the Tickets in AVADA wont work #1109024
    Cliff
    Member

    Peter,

    Sorry I missed that part about ET+. My apologies.

    Regarding Avada: we tried the code snippet from https://theeventscalendar.com/knowledgebase/moving-the-ticket-form/ with the same version of Avada and ET+ and it worked for us: before / after.

    Therefore, please follow our Testing for Conflicts Guide and see if that helps narrow down the cause of this.

    Let us know what you find out.

    Thanks.

    Cliff
    Member

    Thanks for the additional info.

    I wasn’t quite sure how to help so one of our developers helped.

    This snippet may be of use to you, but if it’s not you’ll need to work things out yourself or reference our list of known customizers because it’s outside our Scope of Support / Terms.

    Here it goes:

    // Get the post list for the current query
    global $wp_query;
    $posts =& $wp_query->posts;
    
    // Get current coords - needs safety checks
    $lat = $_REQUEST['tribe-bar-geoloc-lat'];
    $lng = $_REQUEST['tribe-bar-geoloc-lng'];
    
    // Assign distance values
    $tribe_geo = Tribe__Events__Pro__Geo_Loc::instance();
    $tribe_geo->assign_distance_to_posts( $posts, $lat, $lng )

    If you feel our plugin needs some sort of enhancement, please post it to our UserVoice page.

    If you post it, feel free to link to it from here in case anyone comes across this forum thread in the future.

    in reply to: Events not in time order on calendar #1108997
    Cliff
    Member

    This reply is private.

    in reply to: Title Spacing on Ticket Fieldset #1108990
    Cliff
    Member

    Oh, I see: http://cl.ly/3K00280W1P0E

    I don’t know why they’re like that. Could you please provide me a screenshot of your Event Tickets setup for this ticket on this event? (the more screenshots the better)

    in reply to: Event calender is not visible on mobile devices #1108985
    Cliff
    Member

    Would you mind enabling WP_DEBUG and sharing any PHP errors you see while navigating your site’s home page, events page, single-event pages, and any other of your site’s pages relevant to this ticket?

    Once you share your WP_DEBUG findings, we may be able to get an idea of any plugin or theme conflicts.

    Please enable WP_DEBUG on your site. You’ll need to edit to your site’s wp-config.php file and change this line of code: define('WP_DEBUG', false); to this: define('WP_DEBUG', true);
    (or add this line of code if you can’t find mention of ‘WP_DEBUG’ in your wp-config.php file)

    If any errors do appear while navigating your site’s pages, please copy and paste them in their entirety into a new ticket reply — along with the URL of where you saw the error(s) — and make sure you set it as a Private reply.

    Let us know what you find. 🙂

    in reply to: Recurring Events #1108598
    Cliff
    Member

    Groovy!

    in reply to: Events not in time order on calendar #1108597
    Cliff
    Member

    Meena, if you’re still having this issue remain, please share your System Information. That will give me a lot of extra information to help diagnose the problem.

    Spool, I’m glad things got fixed for you.

    in reply to: Upgrading to 4.1.1 or 4.1.2 crashes my site #1108595
    Cliff
    Member

    I’m guessing you have The Events Calendar PRO active without having The Events Calendar active, since that’s where tribe_get_event_label_singular_lowercase() is from…

    Please activate TEC core/free first, then activate PRO (latest versions of each, of course, since we had another update today), and I hope that solves your issue.

    Thanks!

    in reply to: Moving the Tickets in AVADA wont work #1108594
    Cliff
    Member

    Hi Peter.

    Are you using WooTickets (Legacy/old plugin) or Event Tickets Plus?

    What custom code are you using?

    Have you discussed this with Avada’s support (since we do not provide support for non-default WordPress themes, like Twenty Sixteen)?

Viewing 15 posts - 9,061 through 9,075 (of 10,686 total)