Neo
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajaxify Wordpress Site(AWS)] Conflict with Wp-notifyMy test site is:
https://neocsatblog.mblx.hu/test/Forum: Plugins
In reply to: [Social Login] Auto create gravatar profile with profile picture?Becouse if I modified this for this:
for ($n = $data['num'] - $data['end']; $n < $data['num']; $n++){ if (empty($comments[$n]->comment_type)){ $data['comments'][] = array( 'username' => $comments[$n]->comment_author, 'text' => str_replace("\r\n", "<br />", substr($comments[$n]->comment_content, 0, 50)).'...', 'url' => get_permalink($comments[$n]->comment_post_ID).'#comment-'.$comments[$n]->comment_ID, 'image' => get_user_meta ($user_id, 'oa_social_login_user_picture', true) ); } } echo json_encode($data); exit;
I get this result:
{“num”:904,”end”:1,”comments”:[{“username”:”Clever Bot”,”text”:”zzhjgjghgjj…”,”url”:”http:\/\/neocsatblog.mblx.hu\/teszt-oldal\/#comment-1089″,”image”:false}]}Forum: Plugins
In reply to: [Social Login] Auto create gravatar profile with profile picture?My code i looks like this:
for ($n = $data[‘num’] – $data[‘end’]; $n < $data[‘num’]; $n++){
if (empty($comments[$n]->comment_type)){
$data[‘comments’][] = array(
‘username’ => $comments[$n]->comment_author,
‘text’ => str_replace(“\r\n”, “
“, substr($comments[$n]->comment_content, 0, 50)).’…’,
‘url’ => get_permalink($comments[$n]->comment_post_ID).’#comment-‘.$comments[$n]->comment_ID,
‘image’ => get_gravatar($comments[$n]->comment_author_email, $s = 80, $d = ‘wavatar’, $r = ‘g’)
);
}
}
echo json_encode($data);
exit;Where come your code?
Forum: Plugins
In reply to: [Social Login] Auto create gravatar profile with profile picture?Sorry, I no have this programer skills.
Can you help me?Forum: Reviews
In reply to: [Revolution Ajax Page Loader Lite] Awesome PluginWell, you have a typeo erorr on demo(check the console),can you fix it in some free time?
And I have a question:
I have so many ajax plugin, this plugin has any conflict with?Forum: Plugins
In reply to: [Embedly] How can I modified css?Yeah I saw this, but dosen’t work on my theme.
When I checked this, transform to uncheck when I pressed the update button…
So the plugin dosen’t save the cheked status…Forum: Plugins
In reply to: [Embedly] How can I add embed.ly for comment section?Thx for your time and your help!
Forum: Plugins
In reply to: [Embedly] How can I add embed.ly for comment section?Okey, any suggestion for second problem?
A quic comment section.
If you click the link, you get the comment form immediately, not must be waiet for a next page.Thx the responde!
I would like to use this plugin for my “Gyors komment” section In here.
But if this not possible, I understand youForum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] How to integrate video.js?Or please tell me how to put this for my plugin, I need this player!
I sayed imagelinks example:
https://pastebin.com/dDdS34ff
Sorry for the pastebin…But the class necessary for the lightbox ??
I’d like to open the image links with lightview 3Forum: Fixing WordPress
In reply to: Why not working this aoutocomplet plugin with wordprees?I have a fresh theme:D here:
https://neocsatblog.mblx.hu/test/Forum: Fixing WordPress
In reply to: Why not working this aoutocomplet plugin with wordprees?https://github.com/yuku-t/jquery-textcomplete/issues/26
The topich is here…