• Resolved Nexxoz

    (@nexxoz)


    I have a custom made plugin! and the Icon of the photo gallery shows up and can select the gallery i want the the code [Best_Wordpress_Gallery id=”4″ gal_title=”test”] adds to the textarea when i save and tru watch the custome page i see everyting but not the gallery i se only the shortcode [Best_Wordpress_Gallery id=”4″ gal_title=”test”]! feels like the shortcode dosent get generated to images

    https://www.ads-software.com/plugins/photo-gallery/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Sona

    (@support-web-dorado)

    Dear nexxoz,

    If you are trying to include our gallery shortcode within another plugin, this might not work, since it is rear that plugins work within another plugin. The plugin gets displayed since it is being added to the standard editor list, thus it is not a guarantee that the shortcode will work. Thank you.

    Thread Starter Nexxoz

    (@nexxoz)

    Sorry, i see that i was unclear in my earlier message.

    We are not using a custom plugin, we are using WP included tinymce (wp_editor). It only prints the shortcode.

    Do you have any ideas why it might just print out the shortcode and not show the gallery?

    Sona

    (@support-web-dorado)

    Dear nexxoz,

    This might be an issue with our plugin and another plugin in use or the theme. If you want to check out the conflict, first change to standard WP theme, if this doesn’t help deactivate all plugins and start activating them one by one. When the issue arises you will get the cause of the issue. After that please contact us and we will fix the issue. Thank you.

    Thread Starter Nexxoz

    (@nexxoz)

    Found the problem! I have a custom loop that dose not filter out shortcodes and with this simple line it started working

    <?= apply_filters('the_content',$array[0]->content); ?>
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘custom made plugin with photo gallery’ is closed to new replies.