Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #468350

    Hi,
    I have a WordPress developer and There is an issue with your theme builder is conflict with other plugins builder options.
    1) Is there any way to disable your builder functionality in a particular custom post type?
    2) If it is not possible then could you please make the builder variable as global variable so we can use this in our plugin extension to disable on particular custom post type.

    I am giving you file name and class object which I want to make as global variable :

    File :enfold\config-templatebuilder\avia-template-builder\template-builder.php

    Line :16
    $builder = new AviaBuilder();

    make $builder variable as global

    Thank you.
    We are currently editing the functions.php file to make the plugin work and that obversely is not great when we update the theme as it gets over written.
    http://wpweb.co.in/documents/faq/woocommerce-pdf-vouchers/#question4
    http://codecanyon.net/item/woocommerce-pdf-vouchers-wordpress-plugin/7392046

    • This topic was modified 8 years, 8 months ago by OneClickTech.
    #468856

    Hi OneClickTech!

    please use a child theme, so changes in functions.php do not get overwritten when updating. We can’t provide support for any 3rd party plugins. Please contact plugin’s author for support and/or hire a freelancer for this job.

    Cheers!
    Andy

    #468867

    Hi.
    I am using a child theme but it doesn’t work so I have to put it in the parent theme. The link above explains that.
    Also the initial post was written by the plugin author asking for your assistance.

    #469109

    Hi!

    Can you please try using this plugin and add the code to it – https://wordpress.org/plugins/functionality/?
    So it would not be overwritten once you update the theme.

    Best regards,
    Yigit

    #470010

    Thank you once again Yigit. But that plugin doesn’t work.
    The plugin author asked this question.

    This also not working because I can’t get instance of “AviaBuilder” class. We can get instance if you create a global variable for this. I can’t get “$builder”.

    Is there any way to get the “AviaBuilder” class instance in any other plugin or theme ?
    Or could you please create a global variable of “AviaBuilder” class object ( $builder ) ?

    • This reply was modified 8 years, 8 months ago by OneClickTech.
    #470770

    Hi!

    you could make a feature request for this function here: kriesi.at/support/enfold-feature-requests/ and if it gets enough interests from customers like you then Kriesi will implement it in future updates.

    Cheers!
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.