katazina
Forum Replies Created
-
I wrote on github about the sdk, they say it fixed:
https://github.com/facebook/facebook-instant-articles-sdk-php/issues/49
Maybe you should update the sdk.Forum: Networking WordPress
In reply to: How can I reach ms_site_not_found action?That’s not good either, that still redirecting, i tried.
First the core code does a redirect with 302, then got the 404 (my page status).The ms_site_not_found action is before the redirecting code, that’s why I wanted to use it.
I had to hard coded a require_once(…) and exit(), because I didn’t found a proper way to do that.How can I use the ms_site_not_found action, or if I used it properly, than why it’s not working?
Forum: Networking WordPress
In reply to: Author pages not working on the main siteThanks, the answers!
I found a way to show the authors on the main site. Not the best way, but we used that “mistake” for a long time now. ?? Now these urls are gone ??
Maybe it could be optional and we could use a filter or something to show authors under the main domain. It was a useful “feature”.
What do you think?
Forum: Plugins
In reply to: [Blogger Importer] a few bugs (pages, tags, draft posts)The title is empty there too, so its probably google’s fault.
Thanks for the searching.Forum: Plugins
In reply to: [Blogger Importer] a few bugs (pages, tags, draft posts)The line you wrote doesn’t work for me, but I added:
error_log(serialize($blogentry))
With var_dump, for the draft post (with accents) it gave:
public $title => string(0) ""
Forum: Plugins
In reply to: [Blogger Importer] a few bugs (pages, tags, draft posts)php xml module is installed and enabled
wp tables collation: utf8_general_ci
DB_CHARSET utf8
WPLANG hu_HUForum: Plugins
In reply to: [Blogger Importer] import start actionThanks, it’s works too.
Forum: Plugins
In reply to: [Blogger Importer] a few bugs (pages, tags, draft posts)I created a new wp blog and imported again from blogger and I have the same error.
Title on blogger: hallihow Télapó
The content is the same as the title and an image.
This post never was published, I saved it as a draft.
My blog language is Hungarian.Forum: Plugins
In reply to: [Blogger Importer] import start actionI’m just testing with a very small blog, so yes, you right, there could be a timeout. Unfortunately I can’t test it with a bigger site.
Forum: Plugins
In reply to: [Blogger Importer] a few bugs (pages, tags, draft posts)Thanks for your answer!
If you can give me an email address I can add you to this blog and you can check it yourself.
The draft post title has accents (áéí?üó?ú?). I created a new draft post without accents and its title imported correctly. Published posts are not having this issue.
In the previous version of the blogger importer was a bug with the accents with images. If image name had accents, then that image is not imported.
I tested just now and now its imported, but its name in the media library looks like url encoded: st-C3-B3ck-p-C3-BAzzl-C3-A9p-C3-AD-C3-A9c-C3-A9as
??Image path in the html:
<img border="0" src="https://1.bp.blogspot.com/-RrZQGkOsd34/TbFb3nNiKLI/AAAAAAAABmE/n0DbLrxYBWs/s320/3D+Best+wallpapers+1024+x+768++%25282%2529.jpg" height="240" width="320" />
Forum: Plugins
In reply to: [Blogger Importer] import start actionI put a do_action(‘import_start’) line into the import_blog() function in the blogger-importer-blog.php, after the $this->importer_started = time(); line and it’s work fine for me.
It doesn’t run multiple times. I have logged it and it ran only one time.Hi,
thanks for the update, it’s better now, but still has some issue.
Now the empty lines are gone.
Unfortunately not exactly gone, they transformed to spaces ??If in the text was 5 empty lines, then they changed to 5 spaces.
It looks like:
<meta property=”og:description” content=”Something text I wrote in the post_ _ _ _ Now I wrote another text _ _ _ _ _ _ _ and the closing words.” />
(Now the _ means space character)Hi,
I don’t want to add my site here, but I looked and the quotes are ok, sorry for the missunderstanding, so no validation error.
But what is very ugly the lot of empty lines, what I wrote previously. On my site, the posts looks like: some text, many images, some text, more images or youtube video(s) in iframe, some text. And where the empty lines are in the social description, there are the images in the post.
If you strip the empty lines from the social descriptions, then it will be good.Thanks again!
KataForum: Plugins
In reply to: [Simple Image Widget] Can't add new translationSorry for the late answer, it’s ok ?? Thanks
Thanks, now it works good.
When I wrote, then it was the version 2.1.1, in version 2.1.2 it’s ok.