nemanja.radevic
Forum Replies Created
-
Forum: Plugins
In reply to: [PHP Text Widget] Broken on WP 4.4not working for me either on 4.4
Forum: Plugins
In reply to: [Simple Image Widget] override finction not working properlyWhat is the method to style different all image widgets in the same sidebar?
hi this code doesn t work for me, want related posts to show only on cat4 and cat10. by the way it s not clear if related posts option needs to be enabled from jetpack settings, since this code seems to enable that?
function jetpackme_no_related_posts( $options ) {
if ( in_category( array( 4, 10 ) ) ) {
$options[‘enabled’] = true;
}
else {
$options[‘enabled’] = false;
}
return $options;
}
add_filter( ‘jetpack_relatedposts_filter_options’, ‘jetpackme_no_related_posts’ );issue is resolved… but you should fix the small bug.
Nice support, nice work , im off to rate you
i purchased pro version, because you seem motivated to fix , now you have another good reason to fix ??
<?php delete_option(‘yrc_keys’); ?>
shall i put this in my functions.php?
something is definitely wrong here
https://www.pafos.radevic.com/wp-content/plugins/yourchannel/js/admin-0.6.9.jsTypeError: e.meta is undefined
…ss(“wpb-hidden”),a.forEach(function(e){YC.channels[e.meta.key]=e,YC.channels.lis…
admin-0.6.9.js (line 1, col 7665)
NS_ERROR_FAILURE:NS_ERROR_FAILURE:
build.m…5641d9c (line 10)
TypeError: e.meta is undefinedLocation
https://widgets.wp.com/notifications/build.min.js?50d644ea5813c91b87a741bcc5641d9c
https://www.pafos.radevic.com/wp-content/plugins/yourchannel/js/admin-0.6.9.jsAnd yes, there was one option, i added my api and channel and then were two options, soi deleted both in order to create a fresh new one
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] API keytutorial is not up to date
https://plugin.builders/yourchannel-setup/
having hard time finding how to make the API i enables the youtube api and added the site with *./example.com/* but nothing gets generated
Forum: Plugins
In reply to: [List category posts] list posts from two categories on a page – not workingRead documentation
[catlist id=64+60] -> use this if something is in both categories
[catlist id=64,60] -> use this to display articles from 64 or 60 category
API interface changed
is there any simple way you can show us how to make the new API with new console interface?
Forum: Reviews
In reply to: [WP FullCalendar] Works out of the box//future posts display
add_filter(‘the_posts’, ‘show_future_posts’);function show_future_posts($posts)
{
global $wp_query, $wpdb;if(is_single() && $wp_query->post_count == 0)
{
$posts = $wpdb->get_results($wp_query->request);
}return $posts;
}Forum: Plugins
In reply to: [List category posts] Version 0.6 Fatal Errorroll back to 0.59.2
Forum: Plugins
In reply to: [List category posts] Version 0.6 Fatal Errorolder versions are here
https://www.ads-software.com/plugins/list-category-posts/download/the problem is the template… something breaks if you have a vustom template, even if you copy the default template file in your theme override you still get the error on this line
if you remove template=whatevertemplate from your shortcode the site will work but without your customizations which sucks for live sites , so best is to roll back for now
Forum: Plugins
In reply to: [W4 Post List] shortcode linkshttps://awesomescreenshot.com/02e4sbb337
desperate move…it was infront of me all the time