Cliff

Forum Replies Created

Viewing 15 posts - 10,636 through 10,650 (of 10,686 total)
  • Author
    Posts
  • in reply to: Stylesheet Loading Optimization #1009289
    Cliff
    Member

    Tracey, I’m very glad you were able to accomplish your optimization goals with my assistance! * warm fuzzies * 🙂

    Regarding the plugin changing id or class names… that’s a risk you take when you go the “full custom” route with any plugin, but I think your site looks very nice. It’d be a lot of work for us too if we were to change id or class names so I’d guess (no guarantees) it’d be low risk.

    And jQuery Smoothness is a theming part of jQuery UI (search that link’s content for “smooth” to learn more).

    Let me know if you need anything else.

    P.S. Since you’re doing all custom stuff, you may want to check out our Showcase.

    in reply to: Stylesheet Loading Optimization #1009285
    Cliff
    Member

    This reply is private.

    in reply to: Google maps #1009263
    Cliff
    Member

    Sorry to hear that, Vera.

    Thank you for posting! In this forum we try to keep our threads focused on just one user’s problem. This ensures that we are addressing your specific problem instead of a general group one, and not possibly missing anything unique your situation.

    To that end, would you mind opening up a new topic here about your issue? If you could please detail in your own words exactly what your problem is (instead of just linking here), that will go a long way towards helping you get this issue resolved as fast as possible. I hope you understand our reasoning here and do not mind this extra step, we have just found it serves our users best.

    in reply to: Upload image for the ticket header #1009248
    Cliff
    Member

    Arsen, I’ve updated the snippet at https://gist.github.com/cliffordp/013e3e43a3f3bca9b7cc to wrap the image in a div that adds centering classes.

    Let me know if this updated snippet rock and rolls for you!

    P.S. I noticed quite a few console errors relating to Google Maps script being included multiple times on your site. We’ve seen conflicts when sites have these types of errors before so you might want to look into this further with your site developer.

    in reply to: Permalinks – 404 errors #1008803
    Cliff
    Member

    This reply is private.

    in reply to: Setting default author for community event submissions #1008794
    Cliff
    Member

    Thanks for submitting your feature request. To possibly help it get more traction, I’d suggest clarifying that you’re talking about the WordPress author, not the Organizer, like my earlier screenshot showed.

    Feel free to open a new ticket if you have any future questions.

    in reply to: Stylesheet Loading Optimization #1008785
    Cliff
    Member

    Thanks for sharing the code snippet you’re using.

    FYI Stuff:

    The ‘tribe_events_stylesheet_url’ filter is located in /wp-content/plugins/the-events-calendar/src/Tribe/Asset/Events_Css.php and the ‘tribe_events_pro_stylesheet_url’ filter is located in /wp-content/plugins/events-pro/src/Tribe/Asset/Events_Pro_Css.php

    Both of these filters are mentioned in our Themer’s Guide.

    For Your Request:

    This bit of code: 'widget-calendar-' . $stylesheet_option . '.css' is found in /wp-content/plugins/events-pro/src/Tribe/Mini_Calendar.php — so you must have “Skeleton Styles” selected in your Display settings.

    And just a few lines under that code, there’s another filter: ‘tribe_events_pro_widget_calendar_stylesheet_url’ — so you might be able to leverage that to accomplish what you want.

    I think I figured out that, in order for widget-calendar-skeleton.css to load, you have to select “Skeleton Styles” and also be using the Mini Calendar widget.

    Screenshot 2015-09-25 14.10.31

    Bonus Info:

    Here’s a code snippet that may come in handy for your optimizations (will need to be modified for your usage but may be useful instead of or in addition to filters): https://gist.github.com/cliffordp/d3e17609114d84eb6a36 (note lines 43-44 for your situation)

    You might want to go the wp_dequeue_script route instead of the filter mentioned above. It’s your choice.

    Let me know how it goes!

    in reply to: Missing Widget and Countdown Titles #1008729
    Cliff
    Member

    Hey, glad to hear it! Good job!

    in reply to: Permalinks – 404 errors #1008728
    Cliff
    Member

    Thanks for your system information and comments. (Hey, I see you have a couple of my personal plugins active: BigTextDMS and Icon Font Shortcode. Cool!)

    One of the reasons I asked for the Permalinks screenshot is to see if you had “index.php” in there (PATHINFO permalinks) because there was a bug with those — but you do not.

    I tried to visit your site to click around and test things out, but everything is just “coming soon”.

    Since I cannot access your site and cannot recreate your 404s issue, my best guess is a plugin or theme conflict.

     

    You said:

    When i switched to twenty fourteen disabling all the plugins in pretty links mode there is no 404 but it says there are no events.

    It’s great that you tried that troubleshooting step, but I can’t really help any further without access to browsing the site’s Events pages. Are you sure the events you’re expecting to appear are actually published and occurring at the time you’re expecting?

    Regarding:

    One more thing: The map view isn’t working in standard mode nor in pretty links mode. The Map is shown but it shows me Africa and no places/locations are marked (should be in Germany)

    I’m not sure what you have set for your lat/long, but latitude zero, longitude zero would put you right off the coast of Africa. Maybe your lat, long is set to 0, 0. Or maybe the address you entered couldn’t be geocoded and it defaulted to 0, 0. Anyway, you should open a separate support ticket for that issue if it’s still happening after your permalinks issue is resolved.

    Let me know if you’d like to open up the site so I can browse it or if you’ll resolve it yourself.

    in reply to: Stylesheet Loading Optimization #1008548
    Cliff
    Member

    Hi Tracey. I’m glad to hear about optimizing the loading of site assets!

    That CSS file is located at /wp-content/plugins/events-pro/src/resources/css/widget-calendar-skeleton.css — in other words, it’s part of the PRO add-on.

    On my test site, I have:

    • Twenty Fifteen theme
    • The Events Calendar plugin version 3.12.2
    • PRO add-on version 3.12.1

    And I don’t have that CSS file loading…

    Could you please make sure you have the same versions of both the core plugin and the PRO add-on plugin that I have?

    And if you already do, could you please double-check your widgets and make sure you’re not loading anything that would be making that CSS file load?

    Other thoughts:

    • try switching to the Twenty Fifteen theme temporarily and testing for it
    • try a fresh browser (so that page load with the CSS file isn’t cached in your browser)
    • If you can’t figure it out, maybe send me a link and I can check it out (if it’s soft-launched — you could always use a “Private reply” if needed)

    Thanks!

    in reply to: Permalinks – 404 errors #1008543
    Cliff
    Member

    Hi Jazzinconcert.

    Could I please ask you to share 2 bits of information?

    1)

    Could you please share a screenshot of your wp-admin Permalinks settings page?

    2)

    Would you mind grabbing your system information and pasting it here? Make sure to use the ‘Set as private reply’ checkbox to protect your private information from the public. You can find the system info by going to WP Admin > Events > Settings, clicking on the “Help” tab, and scrolling down to the ‘System Information’ box. (Or by going to [yoursite]/wp-admin/edit.php?post_type=tribe_events&page=tribe-events-calendar&tab=help) That will give me a lot of extra information to help diagnose the problem.

     

    Looking forward to your reply

    — Cliff

    in reply to: Google maps #1008538
    Cliff
    Member

    Hi Ruud. Sorry to hear about this issue.

    Would you please provide more information so I can look into your specific situation?

    Please copy your system information and pasting it here.

    Make sure to use the ‘Set as private reply’ checkbox to protect your private information from the public.

    You can find the system info by going to WP Admin > Events > Settings, clicking on the “Help” tab, and scrolling down to the ‘System Information’ box. (Or by going to [yoursite]/wp-admin/edit.php?post_type=tribe_events&page=tribe-events-calendar&tab=help).

    That will give me a lot of extra information to help diagnose the problem.

    Thanks!

    in reply to: Missing Widget and Countdown Titles #1008536
    Cliff
    Member

    Hi Zul. Thanks for providing your system information already. That really helps.

    I tried to visit your site’s /events page but it says, “This site is currently not available. Please try again later.”

    Is there a way I can view your actual site to look further into your specific situation?

    Thanks.

    in reply to: Features question #1008531
    Cliff
    Member

    Hi Kyle. Thanks for your interest in our calendar plugin and its add-ons.

    First thing to do is install our free “core” plugin from https://wordpress.org/plugins/the-events-calendar/

    It’s required for all the add-ons to work. It also has a great display option to output “all”, “some”, or “hardly-any” of the plugin’s CSS — so you can definitely use your own.

    The main add-on you’re likely interested in is PRO. PRO makes it easy to add additional custom field data to events and adds search functionality. You can see our demo site for an example.

    You may also like the features found in Filter Bar. According to our feature voting system, searching by custom field data is a planned enhancement — so stay tuned for that functionality.

    And since you mentioned “price”, we have Tickets integrations with several popular WordPress e-commerce plugins. And, yes, users can also search by price via Filter Bar (watch the video on the Filter Bar page, linked in the previous paragraph).

    Last but not least, we have a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.

     

    Let me know if you have any follow-up questions.

    in reply to: Display Anomaly in WordPress (in)SPYRE theme #1008520
    Cliff
    Member

    Thanks for sending your system info. I can see that:

    I’m guessing it’s a theme or plugin conflict (as you said, you think it’s a conflict with the theme).

    There could be quite a few things that would lead to a plugin or theme conflict, and I’m curious about a few things. 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. 🙂

Viewing 15 posts - 10,636 through 10,650 (of 10,686 total)