rene66
Forum Replies Created
-
Forum: Plugins
In reply to: [JQuery Mega Menu Widget] Dropdown doesn't workAwsom menu!!..
Cant get it work though.. ??
Would be so great to have the same kind of menu that u’re showing.
But what am I doing wrong or what am I missing?Can you help me out?
For a client I’m making a side: https://daydreamshotel.com/wordpress/?page_id=414.
Look under menu jakarta..Would realy appriciate any help…thnks a lot!
Forum: Fixing WordPress
In reply to: Category Post Count In Navigation MenuOk..done..will put a new post.
Forum: Fixing WordPress
In reply to: Category Post Count In Navigation MenuIm looking for the same! ( https://hoboken.mommies247.com/ )
Please let me know if you found something to solve your/this issue, Smartchicology.
Meanwhile im searching like crzzy to find a solution myself..thnks!
Forum: Plugins
In reply to: [Online Backup for WordPress] Backup fails to recover. Need help urgent plsshope i could help someone else now..;-)
cheers!
Forum: Plugins
In reply to: [Online Backup for WordPress] Backup fails to recover. Need help urgent plssHi Jason,
I added this script to change the currency in Indosesia Rupiah.
Because i couldnt figure out how to change and where to put what to get the new currency working out for me, I thought I deleted the whole script and put back the original. Seems that I didnt put back the original but left the script with some changes..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: Plugins
In reply to: [Online Backup for WordPress] Backup fails to recover. Need help urgent plssallready solved the problem.
I changed the function.php file before aswell.
Parently I forgot to save when i put back the original…;-)Now with the original installed again, it’s working as before.
cheers.
Already figure it out.
It’s working for me with the update.
Just try the above solution.Goodluck.!
maybe try this:
settings, permalink and then just hit the save button.I read it here, since i have the same problem.. I cnt figure out how to activate the star rating.. Maybe you can help me..;-)
https://www.ads-software.com/extend/plugins/woocommerce/installation/