Cosmin
Forum Replies Created
-
Forum: Plugins
In reply to: [Amazon S3 Uploads] [Plugin: Amazon S3 Uploads] Custom Header Cache-ControlYes, please add this, the S3 PHP class supports custom headers, but there’s no option in the plugin and the bills are skyrocketing…
Author name was showing as %%name%% in the title as well, for me.
Downgraded to 1.2.8.5, working fine now.
Forum: Plugins
In reply to: [Facebook Page Publish] [Plugin: Facebook Page Publish] Thumbnail problemIf you take a look at your source code, you will see this plugin is actually adding the Facebook meta tags on its own, without asking you if you want it to do so or not.
This needs to be an option, not something you have to search for and disable in plugin files.
Don’t know if the author plans to have meta tags as an option, so here’s a quick fix:
– open /wp-content/plugins/facebook-page-publish/fpp_index.php
– comment out lines 105 and 118 to 124This removes the function that prints the meta tags to your wp_head.
I had a problem related to this myself, on a personal site: Facebook will not show preview images of pages shared if the image file name or location have spaces in them. I added my own meta tags, doing a str_replace() on the thumbnail URL (replacing spaces with %20 ), but this plugin was printing them after mine, so it didn’t work. Found the issue using Facebook’s Debugger.
Forum: Plugins
In reply to: [Plugin: Regenerate Thumbnails] Stopped working, error msgHey guys, having the same problem with this plugin…
Tried the code from wesg, this is what I get:
0 attachments were updated, 67 were skipped and 1 had errors.
Any other ideas?
EDIT: a solution can be found here (last post).
Fixed it by editing the htaccess from the ‘uploads’ folder manually.
However, Facebook still won’t load any images. Anyone have any ideas?
Forum: Plugins
In reply to: [Instapress] Instapress stopped workingYep, same here – Instapress is broken.
Not working here either, searching for another plugin as this one seems dead.
CORRECTION
I see it only fails in the following case:
I have a slug like this
/go/whatever
I have 897 pretty links created with/go/....
If I try anything with/go/
, like/go/younameit
, it gives the error.But if I try to create a slug like
/refer/whatever
, it works. I only have 159 pretty links with the/refer/
slug.So, this would be weird, but could it have to do with the fact that I have so many links with
/go/
?Just like Ryan above, I’m just getting the shortcodes displayed as plain text on the page.
EDIT: and no, the shortcodes are not wrapped in
code
tagsMan, thanks for the help!
I ended up not using the exact code you provided, but a modified version of this codex example.
So, for others that might have the same problem I had, here’s the full code.
https://wordpress.pastebin.com/j1anH8Gj
To quickly check it out, using Twenty Ten, simply save the following as page-inserter.php and create a page using it as a template.
Thanks Gabriel, I’ll try it tonight and let you know here ??
Thanks Gabriel, but I don’t really know how to check or compare the values after querying all the posts.
A code example would help me a lot, if it’s not too much to ask.
Thanks again! ??
Nobody? ??
Forum: Alpha/Beta/RC
In reply to: Permalink after changing taxonomy of custom post typeUp until now, the only way I managed to get it working is this.
Note that you need to used the default “category” taxonomy, as it won’t work otherwise ??
Forum: Alpha/Beta/RC
In reply to: wordpress 3 custom post type permalinkIt’s a bug in the core, I’ve looked around for days now.
Also posted here, no success ??
I guess we need to wait for an update…