Hello,
I get following warning on my site since I updated to WP 4.5.3 :
Warning: implode(): Invalid arguments passed in /home/clients/62a8a9736658d162e8568ae04a3f954c/web/wp-content/plugins/eg-series/inc/eg-series-common.inc.php on line 166
What could I do against it ?
Thanks
Jan
]]>Hi! I really like this plugin. I have a series of posts each with a manual excerpt. I’ve cleared the eg-series cache but the output still shows the auto excerpt. Any suggestions? Thank you!
]]>I am not sure whether this is true or not, however it seems to me that the Widget for the sidebar in EG-Series has been lost. Am I correct? I cannot see it in the list of widgets.
]]>The EG-Series column in the “view all” posts screen would be sooooo handy, but the entire column is blank. Even after i assign a series to every post on the page and then clear cache and refresh the page numerous times. any ideas?
Details: WP 4.1 using on custom post type “article”
thanks, btw. If this works this plugin will be exactly what i was looking for and hoping not to have to write myself!
]]>Not very important to me, since I don’t expect to be using this style, but under configurations of the Auto-Shortcode (haven’t tried with other formats), a Fatal Error is produced.
Fatal error: Call to undefined method EG_Series_Public::post_shortcode() in [...]/wp-content/plugins/eg-series/inc/eg-series-public.inc.php on line 73
While I’m here, and it’s fresh in my mind, I want to say first that, after spending some time reviewing and experiment with a number of “series” and similar plug-ins, I’m using yours, at least for now, because it looks more easily customizable, and I especially enjoy having the widget options – even though I think the implementation still has room for improvement and refinement.
Suggestions:
1) Provide some examples of shortcodes with multiple parameters and results – or of at least one with multiple complex parameters! – since the format you’re using, with multiple asterisks, is a little unusual.
2) Enclose the shortcode-generated list of posts in a series, including series title, in a “div” to make CSS manipulation easier, and attach a class to the title.
3) Provide a priority number for placement of the list at end of post, since that area tends to get crowded with other items (social media, footnotes, etc.) also often appended to the_content.
4) On the series widget the “number of series to include,” defaulted to 0 is confusing – also not clear whether, if I have multiple series, it will display more recent ones, first ones, random ones, etc. Ideal would be full range of options, of course, but at minimum should be more clear.
These are just initial impressions based on a first installation.
Thanks for all of the hard work that must have gone into this plug-in, and I hope you keep working at it.
]]>Hi there,
Thanks for this great plugin.
One thing I’m still not sure about is: how can I turn the list of post series (at the bottom of a post) into several <div>s instead, each of those containing a thumbnail picture of the post?
Right now I use the following template code for my archives — any idea where I can integrate it within the plugin files?
<?php
$args=array(
'post_type' => 'post',
'post_status' => 'publish',
'posts_per_page' => 5,
'caller_get_posts'=> 1,
'paged' => get_query_var('paged')
);
$my_query = null;
$my_query = new WP_Query($args);
if( $my_query->have_posts() ) : while ($my_query->have_posts()) : $my_query->the_post(); ?>
<div class="news-posts">
<div class="news-post">
<p class="post-title">
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title() ?></a>
</p>
<div class="postmeta">
<?php the_time('F d, Y'); ?> | Posted in: <?php the_category(', ') ?>
</div>
<div class="thumb-frame">
<?php echo get_the_post_thumbnail($my_query->ID, array(100,100)); ?>
</div>
<div class="post-excerpt"><?php the_excerpt() ?></div>
<div class="postags"><?php the_tags('Tags: ' , ' | ', ''); ?></div>
<div class="clear"></div>
</div>
</div>
<?php endwhile;
wp_pagenavi( array( 'query' => $my_query ) );
endif; wp_reset_postdata();?>
]]>
Hi,
I am getting an error when I list pages in the Admin panel.
The error says –
Warning: Illegal string offset ‘series’ in /public_html/wp-content/plugins/eg-series/inc/eg-series-admin.inc.php on line 56
Is there anything I can do about this?
Using WP 3.8 and EG-Series 2.1
]]>Hello.
Currently, when I create a post with multiple series listed in “EG-Series”, I can only see the first series listed at the bottom of the page.
Is there a way to make the “Other posts of the serie” list all the posts of all series that a post is in instead of only listing the first series listed in the widget?
For example, if I have two series listed the first series is the only one listed in “other posts of the series” and the second and subsequent “other posts of the series” are not listed.
If this can’t be done, is this possible in a future release?
]]>Hi. I am wondering if you can tell me if it is possible to use XML-RPC to post into the EG-Series areas of the WP DB?
For example, I have the following code which works fine but I need to possibly add a similar post syntax for EG-Series:
post_info = {
‘title’: title,
‘description’: content,
‘dateCreated’: date_created,
‘categories’: categories,
‘mt_keywords’: tags,
‘wp_author_id’: self.author_id[record[‘Author’]],
‘wp_author_display_name’: record[‘Author’],
}
Is this possible?
]]>I see that plugin cleans transient on create/update/delete taxonomy. but can’t find action to clean it on add/update/delete post. Means I have to clean transient manually to see changes in the frontend.
]]>No conversion option appears in the Tools menu. I have made a few failed attempts (in my sandbox) of updating to the latest version.
Is there any way to “manually” convert my existing series?
]]>Hello,
I recently noticed that this plugin was causing multiple errors on my website.
When I am on the dashboard, at the top of the page I constantly have
Warning: Creating default object from empty value in ……/wp-content/plugins/eg-series/lib/eg-plugin.inc.php on line 802
and
Warning: Cannot modify header information – headers already sent by (output started at ……/wp-content/plugins/eg-series/lib/eg-plugin.inc.php:802) in ……/wp-includes/pluggable.php on line 876
I deactivated the plugin and all error messages stopped. When I reactivated the plugin I got an error message saying
The plugin generated 200 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
And the original error messages ccame back.
Is anyone else experiencing this problem.
Cheers
]]>The error is caused by a bug in the EG-Series plugin that is why the other plugins are not working either. It appears to have something to do with the EG-Series List widget and the Number of series to display. Setting that to anything more than 4 causes the error.
]]>My pages are usinng EG Series two years by now. It worked fine. Until now. As long as my pages’ traffic grows, they need a lot of optimizations. One of them is reducing the MYSQL database queries everytime a post is visited. So, I decided to check how many queries my posts are generating. And discovered that EG Series generates almost 20% of them, which is too much. Every post assgined to a serie generates five queries. There’s no other process that generates as much queries as EG series.
Here’s the database queries report with EG series calls:
float(0.00029993057251)
[2]=>
string(412) "require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/outdoor_magazine/single.php'), the_content, apply_filters('the_content'), call_user_func_array, EG_Series->shortcode_auto_content, EG_Series->posts_shortcode, EG_Series_Core::posts_list, get_posts, WP_Query->query, WP_Query->get_posts, WP_Tax_Query->get_sql, WP_Tax_Query->clean_query, WP_Tax_Query->transform_query"
}
[17]=>
array(3) {
[1]=>
float(0.000983953475952)
[2]=>
string(331) "require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/outdoor_magazine/single.php'), the_content, apply_filters('the_content'), call_user_func_array, EG_Series->shortcode_auto_content, EG_Series->posts_shortcode, EG_Series_Core::posts_list, get_posts, WP_Query->query, WP_Query->get_posts"
}
[18]=>
array(3) {
[0]=>
string(47) "SELECT * FROM wp_posts WHERE ID = 15212 LIMIT 1"
[1]=>
float(0.000221967697144)
[2]=>
string(307) "require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/outdoor_magazine/single.php'), the_content, apply_filters('the_content'), call_user_func_array, EG_Series->shortcode_auto_content, EG_Series->posts_shortcode, EG_Series_Core::posts_list, get_permalink, get_post"
}
[19]=>
array(3) {
[0]=>
string(47) "SELECT * FROM wp_posts WHERE ID = 15227 LIMIT 1"
[1]=>
float(0.000164031982422)
[2]=>
string(307) "require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/outdoor_magazine/single.php'), the_content, apply_filters('the_content'), call_user_func_array, EG_Series->shortcode_auto_content, EG_Series->posts_shortcode, EG_Series_Core::posts_list, get_permalink, get_post"
}
[20]=>
array(3) {
[0]=>
string(46) "SELECT * FROM wp_posts WHERE ID = 7492 LIMIT 1"
[1]=>
float(0.000158071517944)
[2]=>
string(307) "require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/outdoor_magazine/single.php'), the_content, apply_filters('the_content'), call_user_func_array, EG_Series->shortcode_auto_content, EG_Series->posts_shortcode, EG_Series_Core::posts_list, get_permalink, get_post"
}
Every query from EG series is too expensive in resources (CPU, RAM) for servers. So, until this issue is solved, I have not other choice than uninstall the plugin and test another options.
This plugin’s code should be optimized. A combination of pre_get_post with taxonomy could solve this problem…
]]>Fairly straightforward question:
I’m trying to hardcode a [seriesposts]-list into my template on the article-view-page.
I can’t seem to figure out what argument eg_series_pist_posts() is expecting. The function looks an array with two keys: “title” and “titletag”. My problem is that these attributes are not listed within get_post()?
<?php
if (get_post_meta(get_post_meta('titletag'))) {
include(WP_PLUGIN_DIR . '/eg-series/eg-series-template-tags.inc.php');
eg_series_list_posts(get_post());
} else {
echo "None found";
print_r(get_post());
}
?>
]]>
I have a video blog with series of tutorials. I would like to add a “back and next” button or link to go between video in a series. Is there code/shortcode or another method that could accomplish this?
]]>appears only on posts. how can i display metabox on custom content type edit screen?
i can see all my cct in eg settings, and they are checked.
using Custom Content Type Manager for cct definition.
First of all, thanks for this plugin. I’ve used other series plugins, like Series and Organize Series, and I’m sure EG-Series is by far the best in terms of cost-efficiency.
I want to use your plugin in a project of school magazine based on series. Please look at https://centros.educacion.navarra.es/devcursos/revista2/. Until now, this website uses Justin Tadlock’s Series plugin, with a little change in the permalink of each magazine issue. For example, https://centros.educacion.navarra.es/devcursos/revista2/numero/numero-3/, with “numero” (‘issue’) instead of the original “series”.
With Justin Tadlock’ Series plugins this is very easy to achieve, by changing line 86 of the series.php file:
from array( 'slug' => 'series' ) );
to array( 'slug' => 'numero' ) );
I would like to get a similar result with EG-Series, but its code is much more complicated and my PHP skills are very limited. Any idea?
Thanks in advance.
]]>After I moved to latest version of EG-Series, I discovered that the plugin removed the “series” custom tag from the posts. I had modified my single.php page to display a link to the Series Page to which the post belonged as breadcrumb. This doesn’t work now.
Bonjour Emmanuel,
suite à la migration vers la v2, il ne m’est plus possible de mettre des Pages dans mes séries. Certaines pages qui faisaient parties de mes séries sont toujours présentes, d’autres non. C?té admin je ne vois plus les Pages dans l’éditeur de séries de Eg-Series, ni le widget Eg-Series dans l’interface d’édition des Pages.
J’utilise Eg-Series pour assembler des carnets de voyages, une Page classique en guise d’introduction, et premier élément de la série, et des Posts pour le reste du carnet. Ces Pages sont accessibles via le menu standard de WordPress. Si les Pages ne sont plus disponibles dans Eg-Series plus rien ne fonctionnera !
Merci
Tom
Hey Dudh, the 2.0 Eg Series’ version is not working at all. It doesn’t save the backend options selected by the user. And it generates the following error:
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/paizcl/public_html/vidaoutdoor.com/wp-content/plugins/eg-series/inc/eg-series-core.inc.php on line 417
Why did the plugin’s author released an unfinished version?
And more important: where can I find the previous working version?
]]>I was wondering if this will work with 3.0 or is being updated? Thanks for any info. ??
]]>