wsokc
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 reCAPTCHA Extension] contact form 7 + recaptcha not workingSame here, activated recapcha wont send the mail
Hello,
Yes, still the same…
Not sure if its WordPress caused this or something else because i don’t know how to troubleshoot.
https://www.screencast.com/t/QqLOG0Cm3Change all those seting, purge all cache, and when I looked into the theme customizer its back to the same logout message.
Cheers,
RaffHere’s my cloudflare settings:
https://www.screencast.com/t/ry6EPhuVi8here’s the cast
https://screencast-o-matic.com/watch/cbVocoQ5xfYes,
I did that as well, strangely it doesnt effect.
after check the administrator role do not logout, I’ve purged all the cache again.
refresh browser, still the same.Forum: Plugins
In reply to: [Social Auto Poster] The parameter app_id is requiredHi,
Thanks yeah, basically I need to fill in, save first then authorized.
Forum: Plugins
In reply to: [Facebook] My Based comments is missingI have resolve the problem by using another plugins (https://www.ads-software.com/extend/plugins/facebook-comments-plugin/).
With this plugin I can control the placement where the comments should show up.
The url is: https://teknoinfo.web.id/software-penangkap-gambar-terbaik/
For now its solve the problem but not in the nice way
Forum: Plugins
In reply to: [Facebook] My Based comments is missingHi Niall,
I have checked yes I have comments.php and functions.php aswell.
Is there any way not to override the default comments ?
/**
* Override default comments template with a Facebook-specific comments template
*
* @since 1.3
* @return string file path to plugin comments template PHP
*/
public static function comments_template() {
return dirname( __FILE__ ) . ‘/comments.php’;
}Forum: Plugins
In reply to: [Facebook] My Based comments is missingI’m not sure as I’m not really programmer.
I will check.Forum: Plugins
In reply to: [Facebook] My Based comments is missingIm using the latest version, and my old comments still missing.
Is there any way i can check ?Forum: Fixing WordPress
In reply to: Category rss feed page2 404 errorHi,
Its seems like this is not working, we need to specify the categories name, I also found this error and dont know how to solve this, for temporary solution, i have to modified the robots.txt
Not worky,
Any better solution ?
Forum: Fixing WordPress
In reply to: Customize get_avatar css classHi alchymyth,
I put this on function.php and its works as simple is that based on Twentyten Template.
I hope it will help the others.Thanks a lot for your helps
Cheers,
RaffForum: Fixing WordPress
In reply to: Customize get_avatar css classBump.. In case anyone has experience like this…
Forum: Plugins
In reply to: Sociable plug-in warningsYay, just install this scripts on wp 2.7.1 got some issues, i have to disable it, actually I like this scripts rather than the others unfortunately i have some other plugin will only work in wp 2.7.1 so I cant upgrade
Forum: Themes and Templates
In reply to: Using get_post_meta timthumbHi Guys,
Would like to ask for solution.
My theme images was grab from custom fields.
<div class="img_th"><a href="<?php the_permalink() ?>"><img src="<?php print (get_post_meta($post->ID, 'thimage_value', $single = true)) ? get_post_meta($post->ID, 'thimage_value', $single = true) : get_bloginfo('template_directory').'/img/60x60.gif' ?>" alt="<?php the_title(); ?>" /></a></div>
I would like to ask how to merge it with timthumb code ?
I try to put this but its failed;<div class="img_th"><a href="<?php the_permalink() ?>"><img src="/include/timthumb.php?src=<?php print (get_post_meta($post->ID, 'thimage_value', $single = true)) ? get_post_meta($post->ID, 'thimage_value', $single = true) : get_bloginfo('template_directory').'/img/60x60.gif' ?>" alt="<?php the_title(); ?>" /></a></div>
And dont know how to add in last bracket:
&w=60&h=60&zc=1
Any idea how to modified this ?