Ravindra Gehlot
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: OOps server error Please try again. Parameter validation failedNotice: Function order_total was called incorrectly. Order properties should not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/bitnami/wordpress/wp-content/themes/realhomes-4/page.php’), get_template_part, locate_template, load_template, require(‘/bitnami/wordpress/wp-content/themes/realhomes-4/assets/modern/partials/page.php’), the_content, apply_filters(‘the_content’), WP_Hook->apply_filters, do_shortcode, preg_replace_callback, do_shortcode_tag, WC_Shortcodes::checkout, WC_Shortcodes::shortcode_wrapper, WC_Shortcode_Checkout::output, WC_Shortcode_Checkout::order_pay, wc_get_template, include(‘/bitnami/wordpress/wp-content/plugins/woocommerce/templates/checkout/order-receipt.php’), do_action(‘woocommerce_receipt_payeasebuzz’), WP_Hook->do_action, WP_Hook->apply_filters, WC_Easebuzz_Gateway->receipt_page, WC_Easebuzz_Gateway->generate_payeasebuzz_form, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong Please see Debugging in WordPress for more information. (This message was added in version 3.0.) in /opt/bitnami/wordpress/wp-includes/functions.php on line 5835
Notice: Function billing_first_name was called incorrectly. Order properties should not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/bitnami/wordpress/wp-content/themes/realhomes-4/page.php’), get_template_part, locate_template, load_template, require(‘/bitnami/wordpress/wp-content/themes/realhomes-4/assets/modern/partials/page.php’), the_content, apply_filters(‘the_content’), WP_Hook->apply_filters, do_shortcode, preg_replace_callback, do_shortcode_tag, WC_Shortcodes::checkout, WC_Shortcodes::shortcode_wrapper, WC_Shortcode_Checkout::output, WC_Shortcode_Checkout::order_pay, wc_get_template, include(‘/bitnami/wordpress/wp-content/plugins/woocommerce/templates/checkout/order-receipt.php’), do_action(‘woocommerce_receipt_payeasebuzz’), WP_Hook->do_action, WP_Hook->apply_filters, WC_Easebuzz_Gateway->receipt_page, WC_Easebuzz_Gateway->generate_payeasebuzz_form, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong Please see Debugging in WordPress for more information. (This message was added in version 3.0.) in /opt/bitnami/wordpress/wp-includes/functions.php on line 5835
Notice: Function billing_email was called?incorrectly. Order properties should not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘//wordpress/wp-content/themes/realhomes-4/page.php’), get_template_part, locate_template, load_template, require(‘//wordpress/wp-content/themes/realhomes-4/assets/modern/partials/page.php’), the_content, apply_filters(‘the_content’), WP_Hook->apply_filters, do_shortcode, preg_replace_callback, do_shortcode_tag, WC_Shortcodes::checkout, WC_Shortcodes::shortcode_wrapper, WC_Shortcode_Checkout::output, WC_Shortcode_Checkout::order_pay, wc_get_template, include(‘/bitnami/wordpress/wp-content/plugins/woocommerce/templates/checkout/order-receipt.php’), do_action(‘woocommerce_receipt_payeasebuzz’), WP_Hook->do_action, WP_Hook->apply_filters, WC_Easebuzz_Gateway->receipt_page, WC_Easebuzz_Gateway->generate_payeasebuzz_form, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong Please see?Debugging in WordPress?for more information. (This message was added in version 3.0.) in?/opt/bitnami/wordpress/wp-includes/functions.php?on line?5835
Notice: Function billing_phone was called incorrectly. Order properties should not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/bitnami/wordpress/wp-content/themes/realhomes-4/page.php’), get_template_part, locate_template, load_template, require(‘/bitnami/wordpress/wp-content/themes/realhomes-4/assets/modern/partials/page.php’), the_content, apply_filters(‘the_content’), WP_Hook->apply_filters, do_shortcode, preg_replace_callback, do_shortcode_tag, WC_Shortcodes::checkout, WC_Shortcodes::shortcode_wrapper, WC_Shortcode_Checkout::output, WC_Shortcode_Checkout::order_pay, wc_get_template, include(‘/bitnami/wordpress/wp-content/plugins/woocommerce/templates/checkout/order-receipt.php’), do_action(‘woocommerce_receipt_payeasebuzz’), WP_Hook->do_action, WP_Hook->apply_filters, WC_Easebuzz_Gateway->receipt_page, WC_Easebuzz_Gateway->generate_payeasebuzz_form, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong Please see Debugging in WordPress for more information. (This message was added in version 3.0.) in /opt/bitnami/wordpress/wp-includes/functions.php on line 5835
Solved.
I uploaded function file on incorrect location .
thanks for fast reply
Forum: Plugins
In reply to: [WooCommerce] Product name not showing in order confirmationI import my database backup using “Dump Import”(Not phpmyadmmin)
Solved
??
Forum: Plugins
In reply to: [WooCommerce] Product name not showing in order confirmationHi gabrielfuentes,
Thanks for Quick Response
First 2 Steps not works
How to reinstall woo-commerce without losing Products, Products Images, Variation Products, Payment Settings
- This reply was modified 3 years, 6 months ago by Ravindra Gehlot.
Thanks for Quick reply
Now I am using Iframe popup and loading my contact form in it . now contact form and otp verification works like a charm .
- This reply was modified 6 years, 5 months ago by Ravindra Gehlot.
Forum: Themes and Templates
In reply to: [Newspaper X] Woocommerce intigaration have issue.thank you @vinod-dalvi
It was not theme related issue .
I customized this site and one of page having these lineforeach ( $posts as $_post ) { echo '<h4>'.wp_trim_words( get_the_title($_post->ID), 15 ).'</h4>';.......... }
I changed into this
<?php while ( $frontpage_header->have_posts() ) : $frontpage_header->the_post(); ?> echo '<h4>'.wp_trim_words( get_the_title($_post->ID), 15 ).'</h4>';.......... <?php endwhile; ?>
now solved
- This reply was modified 7 years, 2 months ago by Ravindra Gehlot.
Forum: Plugins
In reply to: [Permalink Manager Lite] Can't remove categorie from slugHello
thanks for great plugin.
I insatlled a new plugin .
I removed all custom post type using Permlink manager
I am not able to remove category or tag .
Suggest which setting for removing category or tagThank you for support I got a plugin “WP htaccess Control” issue solved
- This reply was modified 7 years, 8 months ago by Ravindra Gehlot.
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Working on localhost but not Online@gabelivan Thank you for good Updated Plugin . I will use in my next project
- This reply was modified 7 years, 10 months ago by Ravindra Gehlot.
Got solution
I do not have a page at GD > permalinks > Preview page.
Also run GD > GD Tools > check for GD pages.
https://wpgeodirectory.com/support/topic/preview-listing-page-not-working/I check after disable both (woocommerce and wc-vendor)
Forum: Plugins
In reply to: [WP2Social Auto Publish] Text message with Image not WorkingIn log it display
“/albums : No node specified
/photos : An unknown error has occurred.”Forum: Plugins
In reply to: [Featured Video Plus] Upload video from Frontend "feathured video plus "Hello
can you help ? it will save my lifeForum: Plugins
In reply to: [OnePress Social Locker] Social Locker button not display in Admin PanelThanks now its working
Forum: Plugins
In reply to: [WPGC eGift Card] I activated the plugin and wrote shortcodeOk I got need to add following information in setting
PayPal ID
Admin e-mail
Sender e-mailafter I added that it works well thanks
Forum: Plugins
In reply to: [Youtube Channel Gallery] I want to play clicked video on another post .Solved
just send video url with link like ?video=b0pfjfLxELU and put that in another post iframe url then it will show home page clicked video ..
but is it permanent solution ?