Forum Replies Created
-
AuthorPosts
-
andersonparks
Participantoops, it adding the
<strong>to my thread. Anyway if that was confusing, it is working with the strong tag but not the break tagandersonparks
ParticipantI added that code and while it is working for anything wrapped in it is not working for line breaks <br />
so it is not including all html. Is there a way to amend that or do you know when the update is coming that will resolve this?thanks!
December 21, 2015 at 10:47 am in reply to: Formatting from excerpts disappeared after update #1044801andersonparks
ParticipantI do not see a snippet in this response, could you try adding again?
December 18, 2015 at 6:34 am in reply to: Formatting from excerpts disappeared after update #1043588andersonparks
ParticipantYes, the html formatting in the excerpt. Was there, now it’s gone. Let me know if you are pushing update to fix or if there is something that we have to do on our end.thanks
andersonparks
Participantlooks like my code did not format correctly for you in that last notice. trying again
<div class="tribe-events-event-meta"> <div class="additional-fields"> <?php $fields = tribe_get_custom_fields(); foreach ( $fields as $name => $value ): ?> <dt> <?php echo $name ?> </dt> <dd class="tribe-meta-value"> <strong><?php echo $value ?></strong> </dd> <?php endforeach ?> </div>December 7, 2015 at 6:31 am in reply to: Event Costs displaying at the bottom of the page on list view after update 4.0 #1036849andersonparks
ParticipantThis reply is private.
andersonparks
ParticipantI have tried changing the code from action in bar.php but it isn’t changing the search query. Is there a way within the template or by using a filter that the search bar be hidden only when you are on a category page? That way if people land on a category page they are not confused by the search not showing results. Or a way to add some text only on a category page that says “search within this category only?”
andersonparks
ParticipantCan’t the form action used for the search be changed to search all instead of category? I can see in the php that it is referencing the current url “/category”
October 28, 2015 at 7:51 am in reply to: Enfold Post slider conflict with Event Calendar Pro #1019319andersonparks
ParticipantPlease let me know what is going on. We need to take this site live very soon and this is holding us up. I appreciate you trying to solve this issue but please understand we have hundreds of Events in this plug-in and need to get this resolved. Starting over is not an option. It was working fine before the update. This has been going on for a long time and neither Enfold or you have been able to provide a solution. Could you please give me an estimate of time or at least an update as to what you are doing? It would be appreciated! thanks,
October 27, 2015 at 6:37 am in reply to: Enfold Post slider conflict with Event Calendar Pro #1018810andersonparks
ParticipantAre you working on this still? I have a screen full of php errors for the last 2 days. Please let me know. We are trying to work on this site while in development and are unable to do anything. If you need a few days, please let me know so we know what to expect. Screen shot: http://imgur.com/Vg6FYAj
thank you!
October 21, 2015 at 6:13 am in reply to: Enfold Post slider conflict with Event Calendar Pro #1016498andersonparks
Participantdefine(‘WP_DEBUG’, true);
define( ‘SAVEQUERIES’, true );is set in wp-config.php
please let me know what you find
October 20, 2015 at 7:31 am in reply to: Enfold Post slider conflict with Event Calendar Pro #1016226andersonparks
ParticipantGo ahead and work on it please, this has been going on for over a month now, back and forth between both Enfold and this support. I have not told them to continue with anything yet so please move forward.
October 19, 2015 at 6:53 am in reply to: Enfold Post slider conflict with Event Calendar Pro #1015787andersonparks
ParticipantThis reply is private.
October 16, 2015 at 10:13 am in reply to: Enfold Post slider conflict with Event Calendar Pro #1015355andersonparks
ParticipantIt’s installed and already seeing something about tribe in the query
October 16, 2015 at 6:54 am in reply to: Enfold Post slider conflict with Event Calendar Pro #1015229andersonparks
ParticipantI removed them and took out all of the functions and that did not resolve the issue. Enfold is saying your plugin overrides the post slider query. They said they added a filter (which they did not) that looked like this
add_filter('avia_post_slide_query', function($query, $params) { var_dump($query); return $query; }, 10, 2);so I added myself to see if it did anything and it did nothing.
-
AuthorPosts
