34503895
Forum Replies Created
-
Forum: Plugins
In reply to: [Super RSS Reader - Add attractive RSS Feed Widget] Website & new Plug-in?I saw a 403 message yesterday, but can access the page today again.
If you can, look into developing a new plug-in for the display of cloudflare videos, there is no such on the market yet. It should be a simple video browser, like you know from browsing YouTube.
Perhaps this is interesting for you as a plug-in developer?
Forum: Plugins
In reply to: [footnotes] Latest version adds foot notes to text widgetHello Stefan, thanks for the updated version. Enabled the plugin, and tested the latest version and the issue appears to be resolved!
Thank You
Forum: Plugins
In reply to: [Tessa Authorship] QuestionStill doesn’t work, “the_content” is enabled, post type is enabled, i use the latest version, manually adding <?php do_action( ‘tessa_authorship’ ); ?> or <?php do_action( ‘tessa_authorship’, array( ‘limit’ => 10, ‘size’ => 100 ) ); ?> below <?php the_content(); ?> in single.php also does not had an effect.
It works now, not sure why:)
Alright i fixed the problem with triggering Disable Transient Cache feature, switched back and the actual share count is still in place.
Forum: Plugins
In reply to: [Tessa Authorship] QuestionI just read your reply, im going to test this soon, though i recently switched to detube, https://themeforest.net/item/detube-professional-video-wordpress-theme/2664497
Which can be considered a frequently used theme as well. I report back here in the next 48hrs…
I got one post from yesterday which does not display the share count https://climatestate.com/2014/09/05/stefan-rahmstorf-the-critical-threshold-the-tipping-point-in-west-antarctica-has-now-passed-2014/
This might have to do with a recent facebook issue, which was fixed four hours ago https://developers.facebook.com/bugs/759289667443443/
The sharedcount shows several shares, https://admin.sharedcount.com/dashboard.php?urls=https://climatestate.com/2014/09/05/stefan-rahmstorf-the-critical-threshold-the-tipping-point-in-west-antarctica-has-now-passed-2014/
I have deleted the cache, which didn’t resolved the issue, not sure how to proceed.
Forum: Plugins
In reply to: [footnotes] Hyperlink references?Thanks Mark, yeah i figured out how to add additional information too, https://spacealpha.com/symbiogenesis/
Great plug-in!
Forum: Plugins
In reply to: [footnotes] Hyperlink references?I figured this plug-in “Autolink URI” automatically converts URI’s into hyperlinks.
Forum: Plugins
In reply to: [Tessa Authorship] QuestionThe issue is unresolved, the theme i use is https://themeforest.net/item/videomag-powerful-video-wordpress-theme/7712718
Forum: Plugins
In reply to: [Tessa Authorship] QuestionI figured it has something to do with the current theme i use.
Forum: Plugins
In reply to: [Social Count Plus] Responsive design?Thanks for the tip, though i designed a work around with:
<?php if ( wp_is_mobile() ) { ?> <?php } else { ?> <?php echo get_scp_widget();?> <?php } ?>
Forum: Plugins
In reply to: [Social Count Plus] Howto fetch counter on new post?Into which file i should add this function, or which file contains the manual modification (social_count_plus_transient_time)?
Well, i think i disable jetpack and wait for a theme update.
Replacing the “comment_reply_link” function in functions.php or replacing the entire functions.php had no effect.
Replacing this line in comments.php,results in no comments displayed.
<?php wp_list_comments( array( ‘callback’ => ‘twentytwelve_comment’, ‘style’ => ‘ol’ ) ); ?>
my current
<?php wp_list_comments(array(‘type’=>’comment’, ‘style’=>’ul’, ‘callback’=>’dp_comment_callback’, ‘avatar_size’=>48)); ?>