Forum Replies Created

Viewing 15 replies - 1 through 15 (of 23 total)
  • Thread Starter Ishko

    (@ishko)

    Hello Mister Miyoshi !

    Thanks for your feedback and apologies for my late answer.

    Here is my select menu code (used to change the recipient of the email according to the subject chosen) :

    <label> Choisissez un destinataire* [select* your-recipient include_blank "Demande générale|contact@xxx.fr" "Trésorier|finance@xxx.fr" "Webmaster|webmaster@xxx.fr" "Offres d'emplois|ustv_emploi@xxx.fr" "Prix de thèse|prix_these@xxx.fr" ]</label>

    This string is well transated in the french .po file. I tried to edit the translation in this file with the Poedit software but it does no effect.


    Hi,

    Once the plugin was installed, I has the same issue using the plugins native classes in my template if no block in Gutenberg in the page has a manually set option value for its animation.

    You can add this in your functions.php :

    add_action( 'wp_enqueue_scripts', 'add_script_to_front' );
    
    function add_script_to_front() {
    wp_enqueue_script('otter-animation-frontend', '/wp-content/plugins/blocks-animation/build/animation/frontend.js');
    wp_enqueue_style('otter-animation', '/wp-content/plugins/blocks-animation/build/animation/index.css');
    }

    Then, the necessary scripts and styles files are always loaded.
    Hope that helps 🙂

    • This reply was modified 7 months, 2 weeks ago by Ishko.
    Thread Starter Ishko

    (@ishko)

    Hello @ajtruckle and thanks for the information. Let’s hope a feedback…

    Thread Starter Ishko

    (@ishko)

    Forgot to mark this as resolved. Done.

    Thread Starter Ishko

    (@ishko)

    Thanks for your feedback.

    I published a feature request, as advised : https://feedback.mailpoet.com/feature-requests/p/add-post-date-to-articles-block-settings

    Hope this will be added to Mailpoet.

    All the best for your team

    Thread Starter Ishko

    (@ishko)

    Thank you very much for your explanations.

    Indeed, this site uses WP-ROCKET, which compresses the scripts of the page.

    The application of code changes in the core of the plugin, according to your instructions (https://github.com/duracelltomi/gtm4wp/commit/d6f145f8bda47fe516477e0db498c478d29cb2e7), solved the problem.

    It seems worth removing the CDATA markup, many sites use caching or optimization plugins that compress scripts and html.

    Please apologies for my late feedback and thanks again for your help.

    Thread Starter Ishko

    (@ishko)

    Hi, everything works perfectly with version 8.1.3., as confirmed also on Github.
    That’s really great, and I thank you again for this enhancement of the plugin.

    Thread Starter Ishko

    (@ishko)

    Hello,

    I have to remind you about this issue, which is still present and for which we cannot find any solution. Can you follow up on our question?

    thanks in advance !

    Hello,

    To achieve this, you will have to duplicate the teachpress template folder in your uploads directory and edit the PHP template code.

    – Visit Teachpress settings page (settings > teachpress)

    – open the “template” tab

    – Click on the link at the top of the “temlplate” tab content : “But you can change the directory for the templates” and the plugin will display the code you have to add in wp-config.php.
    Something like :
    define (‘TEACHPRESS_TEMPLATE_PATH’, ‘/……/wp-content/uploads/teachpress/templates/’);
    define (‘TEACHPRESS_TEMPLATE_URL’, ‘…../wp-content/uploads/teachpress/templates/’);

    – duplicate Teachpress template folder (/wp-content/plugins/teachpress/templates/) at the new path (/wp-content/uploads/teachpress/templates/)

    – Edit the files as you need.
    That may be tricky of you don’t have good knowledge of PHP language.

    In example, here is the code I use to change the display for authors and have their names just separated by commas, with a simple str_replace() on the authors values.

    public function get_entry ($interface) {
          $auteurtemp = $interface->get_author('<p class="tp_pub_author">', '</p>');
          $auteurtemp = str_replace(",","",$auteurtemp);
          $auteurtemp = str_replace(";",",",$auteurtemp);
          // $auteurtemp = str_replace("</p>",".</p>",$auteurtemp);
    
            $class = ' tp_publication_' . $interface->get_type('');
            $s = '<div class="tp_publication' . $class . '">';
            $s .= $interface->get_number('<div class="tp_pub_number">', '.</div>');
            $s .= $interface->get_images('left');
            $s .= '<div class="tp_pub_info">';
            $s .= $auteurtemp;
            $s .= '<p class="tp_pub_title">' . $interface->get_title() . ' ' . $interface->get_type() . ' ' . $interface->get_label('status', array('forthcoming') ) . '</p>';
            $s .= '<p class="tp_pub_additional">' . $interface->get_meta() . '</p>';
            $s .= '<p class="tp_pub_menu">' . $interface->get_menu_line() . '</p>';
            $s .= $interface->get_infocontainer();
            $s .= $interface->get_images('bottom');
            $s .= '</div>';
            $s .= $interface->get_images('right');
            $s .= '</div>';
            return $s;
        }

    You can compare it with the original code in the files you use as template (tp_template_20xx.php).

    Hope this helps !

    • This reply was modified 2 years, 4 months ago by Ishko.

    Hello, I have the same question about RGPD.

    A cookie report give these informations :
    cookie : _stdid by sharethis : visitor consent is necessary
    cookie : _unam by sharethis : visitor consent is necessary

    These two cookies should have an opt-out.
    Do you imagine making an update with an opt-out option ?
    Or can you help us to find a way to add an optout option ?

    Thanks

    Same problem too.

    The plugin Flow Gallery from CodeCanyon was not working since I activated the AAPL plugin (part of the plugin like the menus was loading ok but every ajax-admin call was refused when not loggedin to WordPress). Then, nothin was displayed in the galleries and it throws no error messages.

    Using the fix of Kcpt works great (comment line 42 of the file).
    So much thanks to Kcpt, I searched a way to resolve this problem for hours.

    I agree with Kcpt, it should be updated or modified by the author of AAPL.

    Forum: Reviews
    In reply to: [WP-Print] Nice and simple
    Thread Starter Ishko

    (@ishko)

    – possibility to cleanly override the output template for print_link()” : sorry I missed that this function was already there too… Great !

    Thread Starter Ishko

    (@ishko)

    Thanks, I’ll stay tuned !
    I think it fully justifies a premium version plugin, as complex plugins are often used on paid project.
    Cheers !

    Thread Starter Ishko

    (@ishko)

    Hi piccart !
    Thanks for you feedback and sorry for my non-answer to your previous message.
    The bug I experienced in Chrome was exactly what you describe.

    I’m happy to see that the bug won’t occur any more and that I can know use again your useful plugin if I need it. Because of this bug, I’m actually using another.

    As you’ve maybe seen, I’ve increased my notation to 5 stars after our first messages because the plugin deserves its 5 stars.

    Best regards !

    Thread Starter Ishko

    (@ishko)

    Hi, Sorry the 3 stars was to be neutral, not to be unfair ;-).
    You are right it’s not the place for a bug report. But it seems I can’t discard it now ?

    That was more to inform you of the bug because I had tested your plugin in a very standard environnment and maybe that’s a bug other donwloaders may have encounter and not reported (you have a lot of download but very few feedbacks, maybe they add suvch a bug too ?)

    which version of wordpress are you using?
    4.1.1

    do you use any plugin for post types and taxonomies?
    NO, the problem occured with standard articles, on ‘category’ taxonomy

    do you have any caching plugin? NO (site in preprod with just a few extensions, no cache, no security extension)

    which template are you using? personnal theme based on foundationpress, but the bug was happening in the admin panel.

    can you provide a link to your site? Site in preprod, no public access, but the plugin is now uninstalled then it won’t be very useful.

    Thanks for your answer and sorry for bug report at the wrong place !
    Regards.

Viewing 15 replies - 1 through 15 (of 23 total)