Cooldebasis
Forum Replies Created
-
Forum: Plugins
In reply to: [Youtube Video Search] filtering search resultsGreat.Please help me with the short code: if I want to show 5 videos which related to the search query,with most views and most likes. How will the short code look like to display the desired results?
Forum: Themes and Templates
In reply to: [OnePress] Change or remove footer on onpress themeDelete this code from the footer.php and the footer credits will be gone.
<?php endif; ?>
<?php
/**
* hooked onepress_footer_site_info
* @see onepress_footer_site_info
*/
do_action(‘onepress_footer_site_info’);
?>
</div>I did that. when i am posting as the admin, the publicizing works perfectly.
But when some other user posts,it does not get published in the social medias automatically.
The publicizing connections are shared so that it publishes for other users as well,but its not working somehow.
Till few days back ,it was working fine with other users as well.but suddenly it stopped working for other users.
Any clue why its not working for other users ? it is showing it is shared,but it is only auto publishing my admin posts and not the posts created by other users.
Forum: Themes and Templates
In reply to: [Semicolon] Featured Image above the content on single postIt was not appearing. it was just showing in the home page as thumnail.so basically added this code
<?php
if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it.
the_post_thumbnail();
}
?>and its working now,.
Forum: Plugins
In reply to: [Kodex Posts likes] How to change the image/icon of like and dislikethanks.
Forum: Plugins
In reply to: [Kodex Posts likes] How to change the image/icon of like and dislikeFor example,in place of thumbs up image, i wish to put the icon of heart and in place of thumbs down, i wish to put an icon of a candle. how to do that.
kindly guide.regards,
debasisForum: Plugins
In reply to: [Kodex Posts likes] How to change the image/icon of like and dislikeis there anyway i can change the codes manually in the plugin codes and change the icons?
Forum: Plugins
In reply to: [Video Comments] upload does not happeni am not an expert about online marketing,but i see resistance from users to sign up in my site. so i opened commenting with email id and name.
if someone has to go to some other site to upload a video comment,then it becomes little tedious from the users point of view,even though some serious users will always do-i.e, sign up with your site and post a video comment on my site. but those kind of users are very few.
so i will suggest you to allow it without any sign up. but again ,then it might not solve your purpose which might be to make sure that whosoever wants to use your plugin features ,must sign up with you guys.
Forum: Plugins
In reply to: [Video Comments] upload does not happeni didnt login to fankly.me. yet it uploaded till 70 percent n then stopped
Forum: Plugins
In reply to: [Video Comments] upload does not happenis there a way where users can upload the videos without signing into frankly.me?
had the same issue.sorted with the subscrioption.php file upload.thanks
Forum: Plugins
In reply to: [In Memoriam (Light a Candle)] error in submit form pagethis is the page i am trying to create
Forum: Themes and Templates
In reply to: [Zerif Lite] featured image not showing in single postsI am using the free version.I dont see any forms in the admin panel.