bedul
Forum Replies Created
-
Hi ahmed
Thanks for your effort, deeply appreciated.
unfortunately, i have updated the plugin but still, donation amount does not appear on wp crowdfunding page.It seem conflict with this plugin https://www.ads-software.com/plugins/tripay-payment-gateway/
Thanks
i will create new thread for latest issue, brother
Hello brother
I have updated the plugin to the last version and it works fine now.
But, sorry for bothering you once again.
After checking all feature, i found that term of user checklist seem inactive, i could not enable TOS button in backend.Many thanks
Thanks Rahman, Barakallah brother
we are waiting for good news ??Hope everything is just fine, for now i must roll back to previous version.
it mess up our donation data. No woocommerce data has been recorded in campaign report.Forum: Plugins
In reply to: [FundEngine – Donation and Crowdfunding Platform] Campaign Submission PreloadHi there
After updating to the last version, we got really serious problem.
Today, all donation has not appeared on report but only appear on woocommerce.
then it create huge report problemomg…
help please…Forum: Plugins
In reply to: [FundEngine – Donation and Crowdfunding Platform] How to setup Additional FeeI see. For pro version, has it lunch already?
One more thing
How to hide pledge amount in single page fundraising?
I have inactivate the feature on global setting, but the amout stil appear on single page?many thanks
Forum: Fixing WordPress
In reply to: Error Message: Couldn't connect to database server.i am using woothemes, and i could not find the same code, here is my code before </head> which code i have to delete @michael?
<?php /** * Header Template * * Here we setup all logic and HTML that is required for the header section of all screens. * */ global $woo_options; global $woocommerce; ?> <?php $http_or_https = (is_ssl()) ? 'https:' : 'http:'; ?> <!DOCTYPE html> <!--[if lt IE 7 ]> <html <?php language_attributes(); ?> class="no-js ie6"> <![endif]--> <!--[if IE 7 ]> <html <?php language_attributes(); ?> class="no-js ie7"> <![endif]--> <!--[if IE 8 ]> <html <?php language_attributes(); ?> class="no-js ie8"> <![endif]--> <!--[if IE 9 ]> <html <?php language_attributes(); ?> class="no-js ie9"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <html <?php language_attributes(); ?> class="no-js"> <!--<![endif]--> <head profile="https://gmpg.org/xfn/11"> <title><?php woo_title(); ?></title> <?php woo_meta(); ?> <!-- The main stylesheet --> <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/style.css"> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php $GLOBALS['feedurl'] = get_option('woo_feed_url'); if ( !empty($feedurl) ) { echo $feedurl; } else { echo get_bloginfo_rss('rss2_url'); } ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <!-- Load Modernizr which enables HTML5 elements & feature detects --> <script src="<?php echo get_template_directory_uri(); ?>/includes/js/libs/modernizr-2.0.6.min.js"></script> <?php wp_head(); ?> <?php woo_head(); ?> <!-- Load Google HTML5 shim to provide support for <IE9 --> <!--[if lt IE 9]> <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head>
[Moderator Note: Please post code or markup snippets between backticks or use the code button. Or better still – use the pastebin]