Home › Forums › All Other Themes › www.yesport.com.ua
- This topic has 7 replies, 2 voices, and was last updated 6 years, 8 months ago by shvec100100.
-
AuthorPosts
-
March 12, 2018 at 8:45 pm #96331
I want to remove
front page home section 5 6 7 8
how to do this they are not cleaned?www.yesport.com.ua
March 12, 2018 at 9:25 pm #96335₴
I need to replace this icon (₴)which is near the price of the goods on (UAH) how to do it?March 13, 2018 at 6:29 am #96354Hi,
1. I want to remove front page home section 5 6 7 8 how to do this they are not cleaned?
Answer:
Kindly go to Appearance >> Customize >> Front Page >> Sections which you want to hide >> And click on “Hide This Section” button.
2. I need to replace this icon (₴)which is near the price of the goods on (UAH) how to do it?
Answer:
Kindly use this shortcodes.
[titlearea align="center" title="МЫ РЕКОМЕНДУЕМ " titlelast="" subtitle="" titlecolor="#ffffff" titlelastcolor="" seperatorcolor="transparent"] [special_area] [special-offers image="http://localhost/sktthemes/adventure/wp-content/themes/adventure/images/special1.jpg" discount="-30%" title="Azimut Scorpion" subtitle="Горный двухподвесный велосипед 26 GD New" description="15.03.18 -25.03.18" price="418,50₴" booknow="УЗНАТЬ" url="#link1" target="_self" ] [special-offers image="http://localhost/sktthemes/adventure/wp-content/themes/adventure/images/special2.jpg" discount="-49%" title="Crosser Count" subtitle="Горный велосипед 29 (19 рама)" description="15.03.18 - 25.03.18" price="400₴" booknow="УЗНАТЬ" url="#link2" target="_blank" ] [special-offers image="http://localhost/sktthemes/adventure/wp-content/themes/adventure/images/special3.jpg" discount="-29%" title="Crosser Legend" subtitle="Горный велосипед 26" description="15.03.18 - 25.03.18" price="150,39₴" booknow="УЗНАТЬ" url="#link3" target="_blank" ] [/special_area]
Regards,
ChrisMarch 13, 2018 at 10:07 am #96385The second question you did not correctly understand
I’m not talking about this section, I’m talking about all products
I need all the goods in all to change the icon for UAHMarch 14, 2018 at 7:20 am #96446Hi,
I am not sure what you mean by this. Can you may be draw or point out in an image?
You can upload image in imgur.com and share the link here.
Regards,
ChrisMarch 14, 2018 at 8:34 am #96458https://imgur.com/a/Uf7EZ
March 14, 2018 at 12:43 pm #96564Hi,
Kindly go to Appearance >> Left Side WooCommerce >> Setting >> find “Currency” and change it there.
Regards,
ChrisMarch 14, 2018 at 12:54 pm #96568правильно
И там стоит этот знак там нет грн.
этого не написано
Мне сказали это надо как-то чере код вставить.
в конце файла functions.phpadd_filter( ‘woocommerce_currencies’, ‘add_my_currency’ );
function add_my_currency( $currencies ) {
$currencies[‘UAH’] = __( ‘Українська гривня’, ‘woocommerce’ );
return $currencies;
}
add_filter(‘woocommerce_currency_symbol’, ‘add_my_currency_symbol’, 10, 2);
function add_my_currency_symbol( $currency_symbol, $currency ) {
switch( $currency ) {
case ‘UAH’: $currency_symbol = ‘грн’; break;
}
return $currency_symbol;
}
-
AuthorPosts
- You must be logged in to reply to this topic.