Home › Forums › Calendar Products › Events Calendar PRO › Pages showing instead of events on search
- This topic has 4 replies, 3 voices, and was last updated 10 years, 9 months ago by
Support Droid.
-
AuthorPosts
-
July 15, 2015 at 4:34 pm #986839
Jeff
ParticipantWe have the Events Calendar pro installed and it works beautifully until we do any search from the month view
for some reason the search is returning site page names on every day of the month, instead of the event
You can see that here. just choose a month or search some text
http://firstshore.org/site/events/
Refreshing the page after the bad results gives the right results.July 16, 2015 at 8:01 am #987017Brian
MemberHi,
Sorry for the issues you are having. I can help troubleshoot this with you.
I visited your site and see what you mean.
Not sure of the cause of this can you please run through our testing for conflicts guide:
That will help narrow down the source of this and we can go from there.
Let me know what you find out.
Thanks
July 16, 2015 at 10:10 am #987084Jeff
ParticipantChanging the skin to twenty fourteen and it works again.
Can you figure out why it isnt working for the hanari skin? I’ve tried troubleshooting wioth developer tools, but it’s a bit difficult when I didnt make the pluginJuly 17, 2015 at 7:55 am #987383Brian
MemberHi,
Sorry for the issues. I can try to help out, but I am limited in supporting 3rd party coding.
I tested out the Hannari Theme on my site and was able to narrow down the source of the error.
In this file:
hannari\functions\widgets.php
Commenting out this coding:
/*$list_pages = hannari_get_list_pages();
while ( $list_pages->have_posts() ) {
$list_pages->the_post();
$new_sidebar = get_post_meta( get_the_ID(), 'new_sidebar', true);
if($new_sidebar==1) {
register_sidebar(array(
'name' => __( 'Sidebar for Page '.get_the_title(), "hannari"),
'id' => 'widget-area-'.get_the_ID(),
'description' => __( 'The pages widget area', "hannari"),
'before_widget' => '<div id="%1$s" class="widget %2$s">',
'after_widget' => '</div>',
'before_title' => '<h3>',
'after_title' => '</h3>'
));
}
}
wp_reset_postdata();*/
Resolved the issue for me. I do not know why it is doing that and unfortunately, since it is 3rd party coding I cannot fix it per our terms and conditions for a license.
Can you bring this to the attention of the develop and see if that have a fix for this?
Cheers
August 1, 2015 at 7:05 am #992459Support Droid
KeymasterThis topic has not been active for quite some time and will now be closed.
If you still need assistance please simply open a new topic (linking to this one if necessary)
and one of the team will be only too happy to help. -
AuthorPosts
- The topic ‘Pages showing instead of events on search’ is closed to new replies.
