• I have been using the old version for quite some time and works like a charm. Just include a php module that does the job. Simple or complex tasks. It is used on apx. 1000 pages, all different.
    Now tried to use the new version. First page, not working at all! old code:

    [insert_php]
    include( ABSPATH . ‘wp-content/gd/gdo.php’);
    [/insert_php]

    snippet created: include( ABSPATH . ‘wp-content/gd/gdo.php’);

    Nothing! And moreover, I think I have to create a 1000 snippets for all 1000 pages, am I right? PLEASE, keep the old version!

    UPDATE
    I added this function to the template functions.php so that it has a global visibility. Works fine with insertPHP:

    [insert_php] gd_stamkaart(); [/insert_php]

    but the snippet with just:
    gd_stamkaart();
    does not work….. This plugin is completely useless as long as this is not possible!

    • This topic was modified 6 years, 1 month ago by hsteigstra.
    • This topic was modified 6 years, 1 month ago by hsteigstra.
Viewing 1 replies (of 1 total)
  • Plugin Author webcraftic

    (@webcraftic)

    Hi,
    Thanks for your feedback!

    Do you use 1000 php files to include? You need to create only 1 code snippet.
    You can give 2 examples, use your code. For example on page 1 and on page 2.

    Send me your gdo.php file so I can check why it does not work for you.

    My email [email protected]

    P.S. Snippets offer many advantages. For example:
    1. You can run the code globally, not just in the posts
    2. The same code is not duplicated
    3. It’s easy to change the code if you have 10,000 posts and each uses a shortcode
    4. It is safer, because no one but the administrator can edit this code
    5. You can transfer your snippets to another site
    6. The code has special formatting and syntax highlighting
    7. You can disable your snippet, right away in all posts

    Best regards, Alex

Viewing 1 replies (of 1 total)
  • The topic ‘New version lousy’ is closed to new replies.