angeland
Forum Replies Created
-
I figure out it’s the default of Storefront theme, lol.
now i used a css code to hide both dropdowns:
/* hide sorting drop down */
.orderby {
display: none !important;
}I have the same issue as @rhonam, replaced the code in under public function woocommerce_variation_prices($prices_array) and added new code at theme functions.php, but nothing happened, not rounding up at any point.
Please advise. thanks!
Forum: Plugins
In reply to: Storefront Parallax Hero – No Settings In The Customizerupdate:
still not showing at the customizer after uninstalling and reinstalling the plugin, but somehow i get around by applying the shortcode directly and the parallax hero is now showing!What i copied from the documentation:
[parallax_hero heading_text=”Heading text!” background_img=”http://path-to.img” alignment=”left” parallax=”0″ overlay_color=”#f00″ layout=”fixed” full_height=”0″ style=”border: 1em solid red;”]But the problem is without the settings in the customizer, i can only only managed to edit based on the above shortcode, which is not exactly the way i want.
Can anyone tell me how to integrate the following into the shortcode?
‘background_size’ = 100%? or px?
‘alignment’ = left/center/right?
‘layout’= any option other than fixed ??
‘parallax’ ??
‘parallax_scroll’ ??
‘full_height’ = 0 or 1?
‘style’ = (ok i can work from the sample border: 1em solid red;)
‘overlay_style’ =??Thank you!
i also tried to remove both dropdowns as a plan B, but the code doesnt work either.
remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 );i just tried deactivating all plugins and changed to storefront default theme, but it’s still showing 2 sorting dropdowns. I suspect that I did something wrong when I was first customizing the theme on its original files instead of a child theme… but i tried downloading the latest storefront theme and overwrote the functions.php and style.css, it’s still the same.