Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter imarap

    (@imarap)

    Thanks for your answer Mikko. The php version I’m using is 7.2. I finally solved the issue by updating Apache to version 2.4

    I have exactly the same problem here, apart from the fact that it doesn’t work, the plugin seems to be perfect

    Thread Starter imarap

    (@imarap)

    Hi Alexandru, thanks for your reply. I have sent you an email with more information.

    Thread Starter imarap

    (@imarap)

    Thanks for your answer Alexandru.
    No, our WordPress is a single installation. The rewrite options defining the taxonomy are as follows:

    'rewrite' => array( 'slug' => 'publications', 'with_front' => false, 'hierarchical' => true),

    Hope it helps to find the error.

    Hi Josh,

    I am done with the Spanish translation. Just 3 things I would like to share with you after working on this:

    – There are few spelling errors in the original file I am not able to change in Transifex, please find them below:
    ‘Check out eac setion to see how it all works, then add some content and start sending emails!’
    Should be:
    ‘Check out each section to see how it all works, then add some content and start sending emails!’
    And
    ‘Thanks for trying out SendPress. Their is a little bit of setup to do before you can start sending emails out. If you follow the steps below you will be up and running in no time’
    Should be:
    ‘Thanks for trying out SendPress. There is a little bit of setup to do before you can start sending emails out. If you follow the steps below you will be up and running in no time’

    – Regarding the CAN-SPAM strings, I have translated them as they are written in English, but maybe would be useful to include there the corresponding legal notice according to the Spanish law (LOPD), or (even better in my opinion), just leave it as a generic field for a legal notice in the original code. I guess that should be responsibility of the plugin user anyways, and laws change as fast as pluging versions sometimes…

    – Finally, I would like to send you a comment about the two strings you find on the top and bottom of the message body: “Is this email not displaying correctly? View it in your browser.” and “Not interested anymore? Unsubscribe Instantly”, which was the origin of this discussion I think.
    I really believe would be much more practical to let the user choose the way to write that and where to place it in the message, by providing just the field for the links.

    At least in Spanish, depending on the type of newsletter, this can be written in a formal or colloquial way, (usted/tu) and it is really part of the communication strategy, or at least should be consistent with the rest of the text. You must treat the reader the same way from the beginning till the end of the message to be grammatically correct. This problem doesn’t exist in English, but may happen in other languages I guess. And anyway, I believe there should be more formal ways to say that in English too, so the user should choose, this is part of his email.

    On the other hand, I receive tons of emails everyday, and, I have to admit, I delete most of them without open them, just because my inbox previews the the first line of the message. So if I read “Is this email not displaying correctly?…”, and the subject is not interesting, I don’t even open it. this line could be placed somewhere else or even been removed if the email has no pictures and looks ok as plain text.

    Well, is just an opinion, thank you!

    Oh, btw, in the Settings tab of the plugin, there is buttom called “Premissions”, i guess should be “Permissions”

    Hi Josh,

    Cool, I didnt know about the SP buttom, great, i will test it then.
    I joined Transifex already, if you give me permission for the Spanish language, i will work on it.
    Best,
    imarap

    Thanks Josh,

    I have been comparing and testing different plugins in the last few days and I really like yours, is simple and consistent, even though I miss few things like using fields [first_name] and [last_name] when composing emails or customizing the confirmation pages (ccs, etc).

    As I said in the forum I would be happy to fully translate the plugin into Spanish, and I appreciate your offer for the Pro account. My only doubt now is if the plugin will be valid for us in the future, so the question is: what will be the difference between the Pro and free account? There will be a monthly or yearly subscription or just one payment?

    Thanks Tunixtunix,

    Now I think I have the same problem as you, I translated the .po file and uploaded the .mo file, but the translation is not displayed neither in the admin page and the received email.

    Let’s wait for Josh’s reply!

    Hello Josh,

    I am trying to achieve the same as Tunixtunix but translating your plugin into Spanish. I scaned the plugin files looking for the strings, but I was no able to find the ‘unsubscribe’ ones. Could you please tell me where are they located? I got the last version of the plugin already.
    Btw, I will be happy to share the .mo files with you if necessary and contribute with the translation, I am native Spanish.

    Hi, I know this post was already marked as resolved, but I need to use SEO Auto Linker with custom fields and I cannot make it work.

    I have tried your solution, however when I insert your code in a page template, the page cannot be displayed.

    I use both the advanced custom fields and the wordpress meta fields, none of them worked.

    <?php echo apply_filters( 'add_seo_auto_linker', get_field( 'field_name', $post->ID ) ); ?>

    <?php echo apply_filters( 'add_seo_auto_linker', get_post_meta( $post->ID, 'field_name', true) ); ?>

    Any ideas? Thanks for your time.

    Thread Starter imarap

    (@imarap)

    Thanks, actually I solved just putting the second loop in a different .php file.

Viewing 12 replies - 1 through 12 (of 12 total)