Jonesgeeks
Forum Replies Created
-
Forum: Localhost Installs
In reply to: The localhost page isn't workingi added the code below to change the currency settings for woocommerce plugin but after updating the functions.php file with the code below,The http://www.richopexecutivehotel.org page isn’t working
http://www.richopexecutivehotel.org is currently unable to handle this request.
500 this is what i get. And i can’t log in to my dashboard and the website is also not accessible.Please can somebody help. My site is richopexecutivehotel.org
add_filter( ‘woocommerce_currencies’, ‘add_my_currency’ );function add_my_currency( $currencies ) {
$currencies[‘ABC’] = __( ‘Currency name’, ‘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 ‘ABC’: $currency_symbol = ‘$’; break;
}
return $currency_symbol;
}It is the WooCommerce plugin that i wanted to add the above code to change the currency from the dollar symbol to the Ghanaian cedi symbol
Forum: Localhost Installs
In reply to: The localhost page isn't workingIt is the WooCommerce plugin that i wanted to add the above code to change the currency from the dollar symbol to the Ghanaian cedi symbol
Forum: Localhost Installs
In reply to: The localhost page isn't workingi added the code below to change the currency settings for woocommerce plugin but after updating the functions.php file with the code below,The http://www.richopexecutivehotel.org page isn’t working
http://www.richopexecutivehotel.org is currently unable to handle this request.
500 this is what i get. Please can somebody help. My site is richopexecutivehotel.org
add_filter( ‘woocommerce_currencies’, ‘add_my_currency’ );function add_my_currency( $currencies ) {
$currencies[‘ABC’] = __( ‘Currency name’, ‘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 ‘ABC’: $currency_symbol = ‘$’; break;
}
return $currency_symbol;
}Forum: Themes and Templates
In reply to: Sydney theme slider images not showing on mobile.hello
i have been using sydney theme for over 5 months now and all of a sudden, for about four days now, the slider images and the menu are not showing up on the homepage.Please i need help. Thank you
http://www.geeksglobalworld.comForum: Themes and Templates
In reply to: Sydney theme slider images not showing on mobile.hello
i have been using sydney theme for over 5 months now and all of a sudden, for about four days now, the slider images and the menu are not showing up on the homepage.Please i need help. Thank you