k___k
Forum Replies Created
-
Removing this code in q-and-a/inc/functions.php fixes the problem …
/* Excerpt functions borrowed from TwentyEleven */ /** * Sets the post excerpt length to 40 words. */ function qaplus_excerpt_length( $length ) { return 40; } add_filter( 'excerpt_length', 'qaplus_excerpt_length' ); /** * Returns a "Continue Reading" link for excerpts */ function qaplus_continue_reading_link() { return ' <a href="'. esc_url( get_permalink() ) . '">' . __( 'Continue reading <span class="meta-nav">→</span>', 'twentyeleven' ) . '</a>'; } /** * Replaces "[...]" (appended to automatically generated excerpts) with an ellipsis and twentyeleven_continue_reading_link(). */ function qaplus_auto_excerpt_more( $more ) { return ' …' . qaplus_continue_reading_link(); } add_filter( 'excerpt_more', 'qaplus_auto_excerpt_more' ); /** * Adds a pretty "Continue Reading" link to custom post excerpts. * */ function qaplus_custom_excerpt_more( $output ) { if ( has_excerpt() && ! is_attachment() ) { $output .= qaplus_continue_reading_link(); } return $output; } add_filter( 'get_the_excerpt', 'qaplus_custom_excerpt_more' );
Is there an upcoming release, which will fix this problem?
We are using version 2.0.9 of the plugin. An example can be found here https://www.uterus-myomatosus.net/events. The event https://www.uterus-myomatosus.net/event/medica-congress-top-medizin-kompakt-vermittelt/ is redirected to the location https://www.uterus-myomatosus.net/ort/messe-dusseldorf-gmbh and it tells that the event is expired already.
Thanks in advance!
I have the same problem like tseward, in the event list and kalender everything is displayed correctly, the upcoming events are at the corrects days in the calendar. But some of the evententry linking to the places of the event, not the event itself, and it tells me that the event is over already, but its in the far away future (more than multiple days) so i doubt its a missconfiguration of the timezone settings.
I have to figure out if its a plugin conflict or not. But maybe you have an hint for me, whats going wrong?
Thanks in advance!
I have the same problem like thadb. Thought excerpts=false helps but it doesnt ??
A fix would be really appreciated.
Thanks for the plugin.
Forum: Plugins
In reply to: [WP Glossary] [Plugin: WP Glossary] LocalizationCopied .pot to .po, translated the .po file and used msgfmt to create the .mo file.
Forum: Plugins
In reply to: [WP Glossary] [Plugin: WP Glossary] LocalizationI have the same problem like Jozef.
Thanks in advance for the investigation!
I can confirm thats really a problem with this plugin, I disabled all other plugins. To test the https://www.ads-software.com/extend/plugins/advanced-custom-fields/ plugin.
Thanks in advance
I found the source of the problem, its a plugin conflict with https://www.ads-software.com/extend/plugins/advanced-custom-fields/ . Any idea how this could be related and how to fix it?
Thanks in advance