Maruti Mohanty
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Placing Orders not proceeding to Checkout@ggwpdeveloper We would be needing more details than that.
Can you please follow this link and let us know https://wordpress.org/support/topic/before-posting-gather-the-following-details/
Forum: Plugins
In reply to: [WooCommerce] Add to cart URLHi
What version of WooCommerce are you using and can you please list out all the active plugins that you have?
Forum: Plugins
In reply to: [WP Social Avatar] Woocommerce Role not enableHi @khadreal
Thanks for putting this up.
I will look into it and add the necessary changes asap.
Thanks again
Awesome 🙂
Thanks for the review 🙂
Forum: Plugins
In reply to: [WooCommerce] add to cart button is not working for variable product!Hi rashmirai
Do you have a link for us to view?
Also the information you have provided is incomplete.. Can you please go through this link https://wordpress.org/support/topic/before-posting-gather-the-following-details and make the neccesary changes
Thanks
Forum: Reviews
In reply to: [WP Social Avatar] forum limited — cant edit this reviewHi
I am not sure I understand your issue. Can you please explain the issue you are facing with the plugin.
Don’t you think you should have first tried with the support forum before rating the plugin bad.
Anyways will be happy to help!! Let me know the issue you are facing.
Thanks
Forum: Reviews
In reply to: [WP Social Avatar] Simply coolThank you so much for the rating.
Glad you liked it 🙂
Forum: Plugins
In reply to: [WooCommerce] How to hide or remove billing address detailsHi
You are welcome.
I am glad it helped.
can you please mark this thread resolved and open a new thread for the new request for us to have a look. We are doing so to keep a thread exclusive for a particular issue which helps users looking for a similar issue.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Product AttributesHi Adam,
can you share a screenshot or details of all the fields if possible with an example.
and also if you are using any woo extension with your site, please name those
Also sharing a link to the site make us help better.
Thanks
Forum: Plugins
In reply to: [WooCommerce] How to hide or remove billing address detailsHi Sunnylife,
You can do so by adding the following snippet in your active theme’s functions.php file.
function se_my_function( $address, $customer_id ) { unset( $address['billing'] ); return $address; } add_filter( 'woocommerce_my_account_get_addresses', 'se_my_function', 10, 2 );Also can you please let us know the reason behind the requirement.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] featured image is getting cropped!Hi spanishmummy
You need to read more on child themes to know how to work with child themes. Codex is a nice place to start with.
You need to copy the content.php file to the child theme directory and make the necessary changes.
And make sure you have the child theme active 😉
Forum: Fixing WordPress
In reply to: [ WordPress.org ]Plugin's compatible up to doesnt workThanks K
That worked.
thank you so much 🙂
Forum: Themes and Templates
In reply to: [Fashionistas] Move Comments to the bottom of a postHi S
I am not sure if you want this, cause anybody finishes reading a blog sees the comment section at the bottom and would go for commenting, but if you still want it repositioned.
Please share a screenshot marking the position
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] AT Preview Adjusting Image SizeHi S
Thanks for the appreciations.
You can center align the menu items by using the following css
#main-navigation .sf-menu ul { text-align: center; } #main-navigation .sf-menu li { display: inline-flex; float: none; }I would suggest you to make these changes either by using a child theme or by using a custom css plugin.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Move Comments to the bottom of a postHi
I see the comment is at the bottom of the post
can you please tell us if there is anything else you are looking for?
Thanks