• Support did not answer more than 4 days for PRO (payed!) version

    I have the problem with Flickr Pro plugin purchased this week.
    The problem is if the shortcode placed in template code of site main page (not in the post!) plugin can not include js and css files to the page.
    Problem is in the flickr-album-gallery-pro.php file.
    function FlickrAlbumGalleryProShortCodeDetect()
    Flickr plugin (free once not pro) works fine.
    Can you please correct PRO version?

    Waitin for your answer

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Ontario,

    Sorry for all that you faced.

    We use “FlickrAlbumGalleryProShortCodeDetect()” function to load plugin js & css file where they needed. If we load the plugin all js n css files allover the site then there changes to conflict other things and loading file where don’t need is unnecessary is slow down the site. That’s all reason we use FlickrAlbumGalleryProShortCodeDetect() function.

    Hope you understand.

    We will help you fix this, please contact to us using our Site.

    Thanks

    Thread Starter ontario777

    (@ontario777)

    Hi weblizar,
    I wrote twice to support using contact form on your web but still not get any answer more that 10 days.
    The problem found:
    this code

    global $wp_query;
        $Posts = $wp_query->posts;
        $Pattern = get_shortcode_regex();
    
        foreach ($Posts as $Post) {

    Did not work on the homepage – only on the post pages.

    Hi Ontario,

    Please refer both screenshot to fix this.

    Screenshot 1

    Screenshot 2

    And let us know.

    Thanks

    Thread Starter ontario777

    (@ontario777)

    Thank you, I already found this issue and fix it.
    But this is not a best way – JS code will appear on all pages of the web. Also on pages where is no shortcodes.
    Hope you will correct PRO plugin in next version.
    Also I recommend you to add code for loading on page exactly type of JS+CSS for box showing – set by “Light Box Styles” parameters.
    Otherwise a lot of unnecessary files will be attached to pages.
    Thanks

    Thanks ontario777. We appreciate all your cooperation with us. We will fix this if any other solution available for this.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Pro version works uncorrectly’ is closed to new replies.