Patricia

Forum Replies Created

Viewing 15 posts - 1,276 through 1,290 (of 1,816 total)
  • Author
    Posts
  • in reply to: Increase width of Events page #1344614
    Patricia
    Member

    Hi Julie!

    Since you want your calendar layout to be similar to your current blog page (http://northernyorkhistorical.org/category/events/), I would suggest you to change your calendar default view from Photo View to List View and change the tribe-events-event-image default size from 30% to 100%, the result would be something like this.

    The code you need to add to your theme’s style.css file is:

    .tribe-events-event-image {
        width: 100% !important;
    }

    Regarding the width issue, I would recommend you to contact your theme developer for further assistance and help you to identify the correct CSS selector and solve the conflict.

    I hope this helps! If you have any other questions in the mean time, please let me know and I’ll be happy to assist!

    Best regards,

    Patricia

    in reply to: Changing from 3 columns to 4 columns in photo view #1344602
    Patricia
    Member

    Hey Dylan,

    Thank you for reaching out to us! At this moment there is no feature to change the number of columns in Photo View.

    If this is something you want to see implemented in future releases, I would recommend casting a vote in our Feature Ideas here:

    https://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/16732288-photo-view-with-2-columns-instead-of-3

    To help you get started, the layout is created using the Isotope Script, then we run a script to initialize Isotope on that page:

    events-calendar-pro/src/resources/js/tribe-events-photo-view.min.js

    Non-minified Version:

    events-calendar-pro/src/resources/js/tribe-events-photo-view.js

    So to change the formatting you can wp_dequeue_script the first script and then replace it with your own.

    Unfortunately, that is the only way to get this done right now and it is beyond the support we can provide to do this customization, but I can assist if you have further questions in the mean time.

    Regards,

    Patricia

    in reply to: Embedded Calendar Not Appearing #1344581
    Patricia
    Member

    Hey Sam,

    Thank you for reaching out to us! I’m very sorry about this issue you are experiencing, let me help you to solve it!

    Since you are having problems to enable Events Calendar PRO from within the WordPress Dashboard, I would suggest you to replace the plugin files via FTP and manually install it again.

    The process is pretty simple and you will find all information you need here.

    Basically, you will have to access your server via FTP, head over to wp-content/plugins/ rename the existing “events-calendar-pro” directory to something else (you can also move this directory to another place or simply delete it, it’s up to you!), download the latest version of Events Calendar PRO in your Downloads page and upload it to the plugins directory via FTP.

    Also, please make sure that your Permission Scheme is correct (755 for folders, and 644 for files).

    I hope this helps! Let me know if you need anything else in the mean time!

    Regards,

    Patricia

    in reply to: Event log methods other than writing to /tmp (the default) #1344561
    Patricia
    Member

    Hi Joshua,

    Welcome back! Can you please let us know if the code update suggested in this thread helped to solve the issue you are experiencing?

    If that didn’t help you, please let me know so I can further investigate your case.

    Thanks!

    Patricia

    in reply to: Page out of sorts when tickets added to event #1344558
    Patricia
    Member

    This reply is private.

    in reply to: Can’t import anything #1344548
    Patricia
    Member

    Hi Adrian,

    Can you please make sure that all of your plugins are up to date?

    Also, could you please go to Events > Settings > APIs tab and under Facebook click “Refresh your connection with Facebook” button to see if it changes anything?

    If the issue persists after trying to refresh your connection, I would suggest you to click on “Disconnect” and after that reconnect to Facebook again.

    If refreshing your connection with Facebook doesn’t help you to solve this issue, I would suggest you to run our Conflicts Test to verify if there’s a plugin or theme conflict causing the problem.

    You can start the test by temporarily deactivating all of your plugins (except Modern Tribe plugins) and changing your theme to another one like Twenty Seventeen and let us know if the issue persists after that.

    If none of these options helps to solve your problem, please enable WP_DEBUG and WP_DEBUG_LOG and share with us any messages you see while trying to import some events. All WP_DEBUG messages will be stored in a debug.log file in /wp-content/debug.log.

    Also, please share with us in a private reply the URL you are using to import your events.

    Thanks!

    Patricia

    in reply to: Very Long Wait Time for "X-TEC-API-ROOT" #1344537
    Patricia
    Member

    Hi Martin,

    You are welcome! I hope you find a better setup for W3TC to solve this issue you are experiencing as soon as possible.

    If you need anything else in the mean time, please let me know!

    Cheers,

    Patricia

    Patricia
    Member

    This reply is private.

    in reply to: Time/date details missing Undsgn / Uncode Theme #1344461
    Patricia
    Member

    Hi Espen,

    I’m glad to know you were able to find the cause of the issue! Regarding the widget customization, you can achieve what you want using a template override. I would suggest you to copy the content from:

    events-calendar-pro/src/views/pro/widgets/modules/single-event.php

    to:

    [your-theme]/tribe-events/pro/widgets/modules/single-event.php

    And modify line 105:

    <div class="tribe-events-duration">
       <?php echo tribe_events_event_schedule_details(); ?>                                                                                                                                     
    </div>

    I hope this helps you get started! Let me know if you need anything else in the mean time.

    Regards,

    Patricia

    in reply to: Upcoming Events Widget behaving weird #1344439
    Patricia
    Member

    Hi Marcial,

    Good to know you were able to solve this problem!

    Let me know if you need anything else and have a great day!

    Best regards,

    Patricia

    Patricia
    Member

    Hi Mathew,

    Thanks for reaching out to us! Actually, if you are running your calendar in list or month view, the default title tag is h2 as you can see at the-events-calendar/src/views/list/single-event.php and the-events-calendar/src/views/month/content.php. The title tag is h1 only on single-event pages.

    I’m assuming here that when Marek mentioned “calendar view page title” he was referring to the main month or list view calendar and not to specific events.

    If that’s not the case, then this might be associated with Avada’s customization as you mentioned.

    Marek, can you please let us know if you were able to replace your tags? If changing your month or list view title from h2 to h1 is absolutely necessary, you can try a template override as well (example to override the month view calendar: copy the content from the-events-calendar/src/views/month/content.php, paste it on [your-theme]/tribe-events/month/content.php and replace the h2 with h1 tag).

    I hope this helps! Let me know if you need anything else in the mean time!

    Regards,

    Patricia

    in reply to: Cannot customize widgets #1344426
    Patricia
    Member

    This reply is private.

    in reply to: Procedure for Google Calendar Imports #1344015
    Patricia
    Member

    This reply is private.

    in reply to: Venues are not imported (anymore)… #1344010
    Patricia
    Member

    This reply is private.

    Patricia
    Member

    Hey Joshua,

    Thank you for reaching out to us! I’m very sorry about this issue you are experiencing, let me help you to solve it!

    Can you please enable WP_DEBUG and WP_DEBUG_LOG and share with us any messages you see while trying to access the Events-> Help page? All WP_DEBUG messages will be stored in a debug.log file in /wp-content/debug.log.

    Please share with us the errors you find so we can further investigate.

    Thanks!

    Patricia

Viewing 15 posts - 1,276 through 1,290 (of 1,816 total)