Forum Replies Created
-
AuthorPosts
-
Steve
ParticipantPerfect!! Thank you very much. A+ support. Cheers!
Steve
ParticipantUnderstood about the policy, just looking for you to point me in the right direction. If the styling is from WP core, or TEC, etc. Thanks!
Steve
ParticipantThis reply is private.
Steve
ParticipantThanks Hunter, I appreciate the honest response and outlook. Looking forward to new performance improvements in the next release. Cheers.
Steve
ParticipantIn this case it’s a VPS with 4gb of dedicated memory. Resources don’t seem to be the issue. We cannot access the pages mentioned above when this happens. We have about 15 facebook ID’s we pull in events from. Any other insight in avoiding this 404 result would be appreciated, we rely on this functionality day to day and this really halts our workflow. Thanks.
Steve
ParticipantWe are running in to this again. Is there a way we can extend a certain timeout here? If so, which one should we be looking at? Is this something on the Facebook side?
Steve
ParticipantSeems like the issue has resolved itself now. Must have been some sort of timeout? We have quite a few accounts we import from.
Steve
ParticipantThis reply is private.
March 29, 2016 at 1:23 pm in reply to: ECP causes URL issues / Invalid post type error when using tag filter view #1095601Steve
ParticipantThanks, George. I appreciate your assistance.
I confirmed this issue is present on another server with different configuration today. Looking forward to a bug fix in the near future. Cheers.
March 28, 2016 at 6:00 pm in reply to: ECP causes URL issues / Invalid post type error when using tag filter view #1095105Steve
ParticipantIndeed it does. In fact I have narrowed the conflict down to Event Calendar plugin. It’s the only plugin activated, running twenty twelve and the error persists. If I deactivate the plugin, it works fine. EC Pro doesn’t seem to effect it either way.
March 25, 2016 at 2:49 pm in reply to: ECP causes URL issues / Invalid post type error when using tag filter view #1094268Steve
ParticipantThis reply is private.
Steve
ParticipantYes, on re-activating everything works fine. Hopefully it can be worked out for the next update. Thanks!
Steve
ParticipantSame thing happened with ECP: folder renamed to:
/theeventscalendar.compu_request_pluginevents-calendar-proversion4.1pu_get_download1pue_active_version4.0-Tsb0mw
February 23, 2016 at 5:31 pm in reply to: Flipping between months doesn't load apropriate category description content #1081145Steve
ParticipantThanks! That code snippet was exactly what I was looking for, unfortunately it didn’t work and the months continue to load with AJAX. Does this snip work for you on your test environment with the current version of the plug?
I will try the other method too. Cheers
February 22, 2016 at 6:29 pm in reply to: Flipping between months doesn't load apropriate category description content #1080356Steve
ParticipantThanks for taking a look. I’m trying to simply display the event category description. I have added this and only this within the page template. Nothing fancy here.
<div id="events-category"> <?php if( is_tax() ) { echo term_description( get_queried_object_id(), 'tribe_events_cat' ); } ?> </div>It outputs this and works great on initial page load:
<div id="events-category"> <h2> <a rel="attachment wp-att-1819" href="mast.gif"> <img class="alignnone size-full wp-image-1819" width="209" height="105" alt="mast" src="mast.gif"> </a> Happenings </h2> </div>When I click the next month, it renders like this, essentially filtering the code.
<div id="events-category"> <p> <a href="http://www.fortpondbaycompany.com/app/wp-content/uploads/2016/02/harvestonhudsonmast.gif"></a> Happenings </p> </div>What’s going on there? I have no javascript errors in the console. I’ve had issues previously with how the page loads the next and previous months, I’m trying to understand how the ajax loads work and why they render differently than an ordinary page load.
Finally, is there a way to turn off the AJAX loads and simply force a regular loading of the next month using the regular URL method?
Thanks!
-
This reply was modified 10 years, 2 months ago by
Steve.
-
This reply was modified 10 years, 2 months ago by
-
AuthorPosts
