• Resolved Onklo

    (@onklo)


    Thank you for a nice plugin. It′s just what I need.
    There is a problem, though:
    qTranslate-X and Product Feed Manager are not good friends. The qTranslate-X interface disappears from the backend of my site, when I activate Product Feed Manager.
    The translations still work, but I can’t edit them or add new.
    Any suggestions?

    https://www.ads-software.com/plugins/wp-product-feed-manager/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Contributor wpmarketingrobot

    (@wpmarketingrobot)

    Hi Onklo,

    I am sorry to hear that you find problems with our plugin.
    We can have a look at what is happening with the two plugins but i must admit this will not be on our focus list.

    I would recommend disable our plugin when you need to use the edit text or add new translations. Your can than reactivate when translations are done.

    Google merchant center will only update once a day so you want have any problems with your feeds in your merchant center.

    Thread Starter Onklo

    (@onklo)

    I found a solution: Disable the plugin′s javascript everywhere except on the admin-pages for the plugin.
    You might want to make the plugin only load scripts where they are needed?

    In functions.php:

    //DISABLE WP PRODUCT FEED MANAGER JAVASCRIPT
    function products_feed_mananger_dequeue_script() {
    	//Check if the path of the current page starts with '/wp-admin/admin.php?page=wp-product-feed-manager'
    	//If it doesn′t dequeue the plugin′s javascript:
    	$pagepath = $_SERVER['REQUEST_URI'] ;
    	if (0 !== strpos($pagepath, '/wp-admin/admin.php?page=wp-product-feed-manager')) {
       wp_dequeue_script( 'feed-form-script');
       wp_dequeue_script( 'data-handling-script');
       wp_dequeue_script( 'object-handling-script');
       wp_dequeue_script( 'data-script');
       wp_dequeue_script( 'feed-objects-script');
       wp_dequeue_script( 'feed-meta-script');
       wp_dequeue_script( 'feed-handling-script');
       wp_dequeue_script( 'feed-html');
       wp_dequeue_script( 'feed-list-script');
       wp_dequeue_script( 'feed-form-script');
       wp_dequeue_script( 'user-interface-script');
       wp_dequeue_script( 'business-logic-script');
       wp_dequeue_script( 'general-functions-script');
       wp_dequeue_script( 'event-listener-script');
    	}
    }
    add_action( 'wp_print_scripts', 'products_feed_mananger_dequeue_script', 100 );
    Plugin Author AukeJomm

    (@aukejomm)

    Hi Onklo,

    That’s great!
    We are looking in to this and will make sure this will be done in the plugin.

    Thanks for the headsup.
    Will let you know when this is fixed.

    Auke.

    Plugin Author AukeJomm

    (@aukejomm)

    Hi Onklo,

    Issues has been resolved.
    Please do update your plugin to the latest version.
    You can remove the script from the functions.php

    Let me know!

    Auke

    Thread Starter Onklo

    (@onklo)

    Thanks, but your scripts are still loading on other admin pages, and I still get errors with qTranslate-X when I edit content.
    I am keeping my function for now.

    Plugin Author AukeJomm

    (@aukejomm)

    Hi Onklo,

    Yes the scripts are still loading on other admin pages.
    We have renamed the javascripts to avoid conflicts with other plugins.

    We have tested it with qTranslate-X and the WooCommerce & qTranslate-X plugin.
    It worked fine with our settings.

    Could you tell me what errors you got?
    Dit you remove the cache of the plugin and see if that changes anything?

    Auke

    Plugin Author AukeJomm

    (@aukejomm)

    Hi Onklo,

    We have launched a new update.
    In this update we load only the javascripts when needed in our plugin pages.
    This will solve all the issues with other plugins.

    Please update to version 0.11.0
    I would love to hear from you if this is working for you!

    Thanks!

    Auke.

    Thread Starter Onklo

    (@onklo)

    Hi Auke
    Version 0.11 works fine on my testsite. On my livesite I can’t use anything newer than version 0.8.
    Newer versions still have a conflict with qTranslate-X on my livesite, even though the two sites are identical. And I can’t load your feed-editor with version 0.11
    Go figure…

    Plugin Author AukeJomm

    (@aukejomm)

    Hi Onklo,

    Thanks for checkin in with me again.

    Please could you remove your browser cache.
    Than could you check in the source of the admin page in you browser if there are anny javascripts from wp product feed manager on any other plugin or wordpress admin page?

    Let me know

    Auke

    Plugin Author AukeJomm

    (@aukejomm)

    Hi BGtracking,

    Please update your plugin to the latest version (0.13.0)
    We made sure all javascripts are newly loaded when there is an new update.
    This should solve all problems with browser cache.

    Pleas let me know if you encounter any other issue

    Auke

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘qTranslate-X and Product Feed Manager’ is closed to new replies.