• Resolved tergra

    (@tergra)


    Hi !

    I am trying to insert php code on my coming soon page to track affiliate visits, basically I have the code (it comes from another plugin) but I don’t really know where to put it because it does not seem to be interpreted… Or should I add it to wp-content/plugins/coming-soon/themes/default/index.php ? I tried an include on the php files there but it doesn’t take it into account.

    Help !
    Thank you ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author SeedProd

    (@seedprod)

    Yeah it would have to be added to the plugins php code.
    wp-content/plugins/coming-soon/themes/default/functions.php
    Add it to the seed_csp4_footer function

    Cheers!

    Thread Starter tergra

    (@tergra)

    Thanks for your prompt answer, you rock ??
    Now if I understood well your plugin makes all the other ones inactive while on coming soon mode right ? If want to call all the files of a specific plugin, as if it were normally activated, what should I do then ?

    Plugin Author SeedProd

    (@seedprod)

    Yep the free version is sandboxed so it will be stable, the pro version support 3rd party plugin and shortcodes.

    ” If want to call all the files of a specific plugin, as if it were normally activated, what should I do then ?”

    You can use the php function “include” to include any file but it just depends what you are trying to do.

    Thread Starter tergra

    (@tergra)

    Thanks for your answer ?? That means I can activate the 3rd party plugins I want on the pro version right ?
    I have a website (mydomain.com) and also a staging (test) website on subdomain.mydomain.com, I guess it all counts as one domain for the pro version license ?

    Plugin Author SeedProd

    (@seedprod)

    Which plugin are you trying to use with it? The pro version support most all plugin that provide a shortcode.

    In regards to stating sites we dont’t count domains that have staging, dev or test in the against the license count.

    Thread Starter tergra

    (@tergra)

    It’s not a shortcode, I have an affiliate url parameter which should be transformed into a cookie by the plugin MyCred, and it doesn’t :/
    So Pro version won’t change anything regards this issue I guess ?

    Plugin Author SeedProd

    (@seedprod)

    I’m not sure you can try it we have a 14 day refund window. It may work, just make sure to enable 3rd party plugins under the advanced section in the plugin.

    Let me know if you have any more questions.

    thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Insert php code ?’ is closed to new replies.