Pereira
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate] How to stop Qtranslated posts from being indexed in Googleanyone?
hakonorri, that was a long time ago. From what i remember, i just did’nt use the plugin anymore, and I made the exclusion manually using:
<?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("cat=1,4,5&paged=$paged"); ?>
Forum: Plugins
In reply to: [Instapress] [Plugin: Instapress] Link Back to users photo on Instagram?eberger3, how about including the username just before the caption? would that be simple to accomplish?
I’ve done all of the above, EnigmaWeb, still no luck. This is the error I get, from the javascript console:
Uncaught TypeError: Object [object Object] has no method ‘ttwMusicPlayer’ /musica-downloads/:109
(anonymous function) /musica-downloads/:109
f.Callbacks.o jquery.js:2
f.Callbacks.p.fireWith jquery.js:2
e.extend.ready jquery.js:2
c.addEventListener.BI found out what’s wrong but I dont know what’s doing it…
in the wp-comments database, i noticed that the comments imported from FB have the string “comment” in the attribute “comment_type”. And all the others have nothing in that field.
if I edit one of these and delete that field’s content (leave it blank), the comment shows ok in the wp posts where they belong!
Whats up with that?
I’d really want some help on this issue as well. Thanks!
It JUST came back! nice…
But I’ve lost a couple of really imported posts on the fan page (with a bunch of comments that were left behind) =/Does anyone know if there is a way to import these older comments?
has anyone been getting this lately? i havent got a single comment imported for maybe a month now!
ive got the same problem. exactly.
Forum: Plugins
In reply to: [Grunion Contact Form] Captcha Needed for Grunion Contact Formmy bad! i just missed one line, which happens to be the one that includes the captcha. haha. thanks a lot for the code, it works great and helped me a lot!
Forum: Plugins
In reply to: [Grunion Contact Form] Captcha Needed for Grunion Contact FormI figured it out, it was pretty easy to detect the differences, however, i made all the changes and followed the steps you gave here, but then no captcha shows up on my contact form. and when i try to send a message, it returns the captcha verification error and doenst send.
what am i missing?
Forum: Plugins
In reply to: [Grunion Contact Form] Captcha Needed for Grunion Contact FormHi marcoloco, I would like to take a look at that diff file, with the differences from your edit to the original file. Because I have made some changes myself, mainly translating things, so I wouldnt want to run over that pasting your entire code to the file.
Thanks!
By the way, I didn’t mention, I update my blog with new posts daily.
I found this kind of fix for the problem… if you just go into the comments section of the admin, click “edit” on any comment and then just click ok, without making any changes to the comment. the count will get fixed magically, just for that post.
Now if there was a way to perform this action automatically it would be great. doing this on each post everytime is not really an option.
yes, a fix to this would be very nice indeed!