Elwoodb
Forum Replies Created
-
Forum: Plugins
In reply to: [Fundify Crowdfunding (Moved)] Installed then what?Ok replying for those that would find this thread.
Replace the installation point 4 by this one:4. In order to create a page where visitors can submit a new campaign, create a new page in the WordPress backend and add this shortcode to the page: [appthemer_crowdfunding_submit] – (this is optional).
NOTE: in addition you can find the following shortcodes:
[appthemer_crowdfunding_login] creates a log in form for users to log in with.
[appthemer_crowdfunding_profile] lists relevant information about the current user.
[appthemer_crowdfunding_register] creates a log in form for users to register.Forum: Plugins
In reply to: [Fundify Crowdfunding (Moved)] Installed then what?Many thanks. This should definitely go in the installation page.
Will try IgnitionDeck.
Forum: Plugins
In reply to: [Fundify Crowdfunding (Moved)] Installed then what?Hi Adam,
Sorry I should have answer the questions ??
I don’t see any theme called Fundify or Campaignify anywhere in the wordpress admin page. It lists themes called “twenty *” .
Are these themes mandatory?
Right now, I just installed the plugin called “Crowdfunding by Astoundify” and nothing else.I also tried like said here:
https://www.ads-software.com/support/topic/do_shortcodeappthemer_crowdfunding_submitdoesnt-work?replies=1
i.e. using “do_shortcode”.I also tried this:
include_once( ABSPATH . ‘wp-content/plugins/appthemer-crowdfunding/crowdfunding.php’ );
$crowdfunding = crowdfunding();
Still nothing. Still trying…
Forum: Plugins
In reply to: [Fundify Crowdfunding (Moved)] Installed then what?Hi Adam,
Thanks for the answer.
Well the installation page says this step is optional. Anyway I tried to create a page with:
<html>
<body>
[appthemer_crowdfunding_submit]
</body>
</html>and other combinations but nothing works. What is this [] string? It seems some pseudo-code that I can put anywhere on a processed page, right?