Sadly we have some error on our single product page. The stars are showing between the title and the the price. Before we use your plugin we had them right above the add to cart button. But since we install your plugin the position has changed without doing anything else than install the plugin.
Is there any kind of code snipped that we can use in our child function.php that make your star rating move from the default position right above the add to cart? We though that is possible with your plugin but we cannot see that in your FAQ or Docs and we carefully read all Docs before contact support here.
Once again we want to say that the plugin and the addons are the best we found in years by far. Really great job.
Best Regards, Sandro
]]>On my Woocommerce Product Single Product Page, I have the Product description etc. Then I have a CUSTOM TAB underneath, then the RELATED PRODUCTS.
How can I MOVE the RELATED PRODUCTS to be ABOVE the CUSTOM TAB for Single Product and STRAIGHT UNDER THE PRODUCT “ADD TO CART” button ?
Just needs to be moved up further …
Thanks
Kristin
I really enjoy your extension plugins for yootheme.
Setting up a new website, I tried to use the toggle element as a side navigation.
This requires me to set the appearing text on the left side of the toggle element.
Is this possible?
Thank you in advance
]]>I would like to know if it is possible to change the position of Max Mega Menu on the webpage…which css classes should i edit? Is it possible to do so by altering the max mega menu settings on wordpress? In particular i would like to move the whole menu about 300px towards the bottom.
Any help appreciated,
Lampros
I am new in WordPress and my knowledge about technical issues is almost none.
I would like to place “Tourist Information” page as a menu item under the Discover menu. However, it changes its location in different pages. For example it is under the Discover menu at the homepage but when I click it and open the Tourist Information page, it moves to the menu bar.
This should be something I did. After publishing the page, I realised that I forgot to change the url slug which was “Bodrum Tourist Information Office” before. I changed it to “Bodrum Tourist Information” and the problem has started.
I have cleared the cache of WordPress and browsers but nothing happened. I turned the page to draft and republish again, still nothing.
I would appreciate if you could provide guidance to fix this issue.
Thank you in advance.
]]>I think, if set position Bought Together products to “Above add to cart button”:
https://snappad.ir/wp-content/uploads/tempsnipv.png
And, set position of Force Sells products To “Under the price”, the problem will be solved. But in the position settings of this plugin there are only two options:
https://snappad.ir/wp-content/uploads/tempsnipvv.png
Please guide me.
]]>I have created a site with wordpress for my friend who owns a restaurant.
For online ordering, I use WooCommerce.
Everything has went fine for a couple of months, but now he wants to have something changed because the kitchen is making too many mistakes because of how the order is printed.
I have done it like this:
– The restaurant has a pc running with outlook installed
– An Epson Thermal printer connected to router and prints automatically what customers is ordering because of outlook rule for auto printing
– Admin email is changed to PLAIN text, which makes it look nice on a thermal printer
And here is my question..
I want to change the position of how many things a customer is ordering, you know, the quantity.
As it is right now, the first you see is:
Name of the product, and then X quantity.
I need: Quantity X name of the product.
Because the ‘X’ is pretty much at the end of the line, kitchen staff does not always see if a customer orders 2 times a pizza instead of 1.
Basically I need to move ‘X’ before name of the product so it looks like fx:
3 x 14 Hawaii = 200 DKK
I have uploaded a picture to imgur to show you what it looks like now:
I hope you understand what I mean..
All the best
Surdusvacca
The current “title” position is in botton(last field) but i want first filed should be title.
]]>function move_estimated_shipping() {
remove_action( ‘woocommerce_after_add_to_cart_form’, array( WCESD_Public(), ‘wc_esd_show_date’ ) );
add_action( ‘woocommerce_after_add_to_cart_button’, array( WCESD_Public(), ‘wc_esd_show_date’ ) );
}
add_action( ‘init’, ‘move_estimated_shipping’, 10 );
Can you let me know how to adept it to get it working?
Many thanks in advynce