Addon Refundable?
-
Hi,
I would like to purchase the Polylang Addon to test a workflow process, but I am not sure if it is going to work, so is it possible to ask for a refund if it doesn’t work out?
Or is there a trial version I could sign up for?
Kind regards,
F.
-
Refunds are available. You could also ask questions about your particular use.
So I have the code below, it sends as a mail to multiple email addresses and also Postie’s email. So the codes hide the tags, but will Postie be able to read them?
Second question is, there’s a default category (not english) I have set on Postie, would Postie choose the English version of the default category when uploading the English version?
This is the code:
<style> span { display:none; } </style>
<span>[plpost lang=bg title=”сегмент е достъпен”]</span>
Уважаеми участници…<span>[/plpost]</span>
<span>[plpost lang=en title=”Market is open”]</span>
Dear participants…<span>[/plpost]</span>
Best regards,
The teamPostie will use the default category regardless of the language. I.e. there are not separate defaults for each language.
Yes Postie will see the shortcodes even if you are using css to hide them.
You might want to change your html to be more compliant
<div style="display:none;"> [plpost lang=bg title=”сегмент е достъпен”] <p>Уважаеми участници…</p> [/plpost] [plpost lang=en title=”Market is open”] <p>Dear participants…</p> [/plpost] </div>-
This reply was modified 4 years, 9 months ago by
Wayne Allen.
-
This reply was modified 4 years, 9 months ago by
Wayne Allen.
Hi,
Thanks for the reply.Regarding the category, the default category I have set in Postie is a Foreign language category, but on Polylang this Foreign language category is also linked to an English language category, I have added an image here: https://ibb.co/DG4srHy . “News-bg” is the foreign, “News” is the english.
If I set “News-bg” to be the default category on Postie and I use this Polylang Addon, will it create the English version under the “News” category? I hope this is clear, I apologise if it is not.
Regarding the html, thanks for modifying the code, that helps a lot! I actually want the content between the p tags to be displayed in the email and only the plpost tags to be hidden.
Kind regards,
F.-
This reply was modified 4 years, 9 months ago by
byakuyaobi.
I see what you’re saying about the translated category. Have you tried it? Does it work or not?
Regarding the html, your original code might work, but won’t be compatible with all browsers. I recommend using the style attribute.
<span style="display:none;">[plpost lang=bg title=”сегмент е достъпен”]</span>Hi,
I purchased the Addon and I tried it:
When Postie fetches the email, it uploads the BG language version to the BG category, but it also uploads the EN language version to the BG category (BG is the primary language of the website). But when I go into WordPress and open the EN post, it automatically updates and changes the catgory to the EN, but we don’t want to have to do that, we want it to upload to the EN directly without any human input.Kind regards,
F.Hi,
Just to give more information about the issue.
Please look at this image: https://ibb.co/dcjjsv7, this is from when Postie uploads the posts, you will see that the categories are the same, but it is the BG category, but towards the right, you will see that the languages are correct.
When I open the EN version, the post auto-updates, and this image is the result: https://ibb.co/Y8X3YDs, you will see that now the categories are different and accurate.
Kind regards,
F.I see what you mean. I’ve updated the plugin to apply the category translations. You should see an update to 3.0.6 in your plugin list soon.
Hi! Yes thank you! It works perfectly!
Kind regards,
F. -
This reply was modified 4 years, 9 months ago by
The topic ‘Addon Refundable?’ is closed to new replies.