Forum Replies Created
-
AuthorPosts
-
April 17, 2018 at 5:44 pm in reply to: How to setup the Column animation speed or duration ? #943176
You are the BEST !!!!
Thank you very much
^_^April 16, 2018 at 12:32 pm in reply to: How to setup the Column animation speed or duration ? #942540sorry about that, I past the login address on private content
ThanksApril 16, 2018 at 2:40 am in reply to: How to setup the Column animation speed or duration ? #942381Thanks
Below is the page linkright now the sidebar is on the right
may I move it to left
ThanksApril 15, 2018 at 9:53 am in reply to: How to setup the Column animation speed or duration ? #942160Thank you again, but I have another question,
I have see “how to add the sidebat on the single product page” the question
Is very good to work, but how to let the sidebar on the left side, because the solution is on the right side
Thank you very muchAnd this ode in the function.php
// adjust settings on init
add_action(‘init’,’ava534345953_init’, 50);
function ava534345953_init() {
add_action( ‘woocommerce_after_single_product_summary’, ‘avia_add_sidebar’, 25);
}function avia_close_image_div() {
echo “</div>”;
}function avia_add_sidebar() {
if(is_product()) {
$avia_config[‘currently_viewing’] = “shop_single”;
get_sidebar();
}
}.single-product-main-image {
width: 25%;
}And this css code in the Quick CSS field:
.single-product-summary {
overflow: hidden;
width: 45%;
float: left;
margin-right: 5%;
}.single-product .sidebar {
width: 25%;
}April 15, 2018 at 4:34 am in reply to: How to setup the Column animation speed or duration ? #942117Dear Mike
Thanks for your help, it work !
^_^Thanks for your help
-
AuthorPosts