Fatih Turan
Forum Replies Created
-
Hi @nomnom99, I am sorry that was our fault. When we wrote the articles, we selected wrong user with same full name. And that wrong user hasn’t a profile picture (in this point I assumed that plugin has problem).
The issue is solved with picking correct user for the article and profile picture is showing now.
So, please ignore this thread.
Thanks for you for the reply.
Forum: Fixing WordPress
In reply to: Showing Random Numbers Before Excerpt ContentOh, I found a solution: I disabled the WTI Post Like plugin on Homepage and Archive from plugin settings like this and I created a function for disabling on search results page too like this:
<?php function disable_voting_on_search_results() { global $wp_query; if ($result = ( 0 != $wp_query->found_posts ) == false) { remove_filter( 'the_content', 'PutWtiLikePost' ); } } add_action( 'init', 'disable_voting_on_search_results', 20 ); ?>
…and problem solved (for now :)). ???
- This reply was modified 5 years ago by Fatih Turan.
- This reply was modified 5 years ago by Fatih Turan.
Forum: Fixing WordPress
In reply to: Showing Random Numbers Before Excerpt ContentHi Steve,
I found that these numbers are not random. It’s coming from WTI Like Post plugin. But I can’t figure it out as to why the plugin developer saving these values inside of post excerpt/content.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Sending Additional Data from ACF FieldsThank you for your reply. I’ll try to figure it out.
Well, can I move the plugin script below footer? Because I already loaded the jQuery script and I think it must be work under this case.
Also is there a way to load this script only on single template view?
Thank you for your reply.
Hi Tiago,
How did you resolve this problem? We’re struggling with same problem. Our events page and calendar widget is here: https://www.polendigital.com/demo/bodynetworx-academy/etkinlik-takvimi/
Forum: Plugins
In reply to: [Plugin: Scissors] Heads-Up: Going to break for WordPress 2.9@huiz: Thanks a lot. It’s working on 2.9 now! ??
Forum: Fixing WordPress
In reply to: WP to Twitter is not working.@stereosushi: ?imdi onu deneyece?im. Te?ekkürler. ??
Forum: Fixing WordPress
In reply to: WP to Twitter is not working.I’m using standard posting method. I checked my settings. Everything is ok. Maybe this plugin doesn’t work on WordPress 2.6.5?
Forum: Fixing WordPress
In reply to: WP to Twitter is not working.I upgraded to new version but it doesn’t solve my problem. When i create a new post/page it’s doesn’t send a shout on my Twitter account.
Very strange… There are no error is displaying. But it’s not working.
Forum: Fixing WordPress
In reply to: Exclude Categories in Search Results@rmk80: If i want to exclude all pages and some categories from search results then what i must do? Do you know a solution?
Forum: Themes and Templates
In reply to: Author Template ProblemI solved this problem with move query_posts() function to page of top like this:
query_posts( $query_string . '&cat=-5' );
Thanks Viper007bond. ??
Forum: Plugins
In reply to: Plugin for 16×16 ads?Or 20×20 icon ads…?
Forum: Fixing WordPress
In reply to: Search in only PostsFor this i’m using Search Unleashed plugin.
Forum: Fixing WordPress
In reply to: Excluding Pages From Search ResultsFor this i’m using Search Unleashed plugin.