Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Hola Kyle & Team,
Mmmm, my shop is also blank, none of the products showing up.
> Thought WooCommerce may need updating, so did that, upgrading to 2.6.1
> No luck, shop is still blank. When I swap out theme (TwentySixteen), products show up successfully.
> Swapped back to Atelier, rolled WooCommerce back to 2.5.5 and cleared browser cache. Still no luck.Screengrabs attached.
Eeeps! Any ideas?
As always, your helping hand is much appreciated! 🙂
Attachments:
You must be logged in to view attached files.Ahoy Peeps,
Will grow as we go, but our starting point is live and trading! Built with love on Dante, meet Fiji Holiday Saver, the Fiji Islands voucher book:
Big thanks Swift Ideas – we love this theme and the great support you’ve provided along the way.
Feedback welcome.
Vinaka! 🙂
Worked a charm – big thanks! 🙂
Oh! One thing…
WooCommerce settings tells me:
“Your theme has bundled outdated copies of WooCommerce template files – if you encounter functionality issues on the frontend this could the reason. Ensure you update or remove them (in general we recommend only bundling the template files you actually need to customize). See the system report for full details.”
Check System Status, found this:
“dante/woocommerce/checkout/form-shipping.php version 2.1.2 is out of date. The core version is 2.2.0”
Soooo…my last question before I leave your fabulous self alone…
Do I delete it, leave it or update it?
THANKS!
Boom!
Upgraded to WordPress 4.0, upgraded WooCommerce to the latest n’greatest and…drumroll please…everything is working a beautiful charm.
I’m a happy camper. Tra-la-laaaa. Big thanks Rui!
Great, thanks Rui – have a happy day! 🙂
Ahhh, ok, thanks Rui. Just on the phone to ISP, backing everything up before the big move!
The link would be great…although (heads up, novice question on-route!)…if Dante 2.66 is compatible with WooCommerce 2.2.4, why do I revert to a prior version?
Apologies, I’m on a learning curve!
Oh! It also require new WooCommerce also requires WordPress 4.0…which I’m also hesitate to install until I can be sure all plugins are going to play nicely…
A little hesitate given this is a major WooCommerce upgrade and we’re about to launch.
Forgive my addled mind…but this doesn’t explain why the Checkout Page works cohesively with Twenty Twelve? Is this because the latest version of Dante 2.66 is geared for Woo Commerce 2.2.4?
I’d appreciate your confirming – I hope you understand I’m just trying to mitigate risk at this late stage!
This reply has been marked as private.Big thanks for the quick response – we are trying to launch asap!
My website currently has a ‘coming soon’ page in place – can I set you up as a temporary user?
Where shall I send login details? Mark response as private?
Screengrabs attached – Twenty Twelve vs. Dante
Running Dante 2.66, WooCommerce 2.1.11.
Thanks again!
Attachments:
You must be logged in to view attached files.Ahoy,
I’d also love it if this can be addressed in the next upgrade…pretty-please…
Thank you 🙂
Hi Mohammed,
Big thanks…but again…rookie status kicks into play.
Attempted 2 variations, details below. Can you please advise further?
Big thanks, much appreciate your bearing with me!
—
1. ADDED CODE TO BOTTOM OF FUNCTION.PHP, UNDERNEATH FINAL BIT OF CODE. CREATED ERROR (ATTACHED) AND ICONS DIDN’T APPEAR (ATTACHED). EXAMPLE:
}
if (class_exists(‘Envato_WP_Toolkit’)) {
add_action( ‘admin_init’, ‘sf_envato_toolkit_admin_init’ );
}
?>
function sf_enqueue_styles_new(){
wp_deregister_style(‘fontawesome’);
wp_dequeue_style( ‘fontawesome’ )
wp_register_style(‘fontawesomeNew’, ‘//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css’, array(), NULL, ‘all’);
wp_enqueue_style(‘fontawesomeNew’);
}
add_action(‘wp_enqueue_scripts’, ‘sf_enqueue_styles_new’, 111);2. ADDED CODE TO BOTTOM OF FUNCTIONS.PHP, BEFORE FINAL BIT OF CODE. IT CRASHED THE SITE (NO DOUBT YOU’RE NOT SURPRISED!), HAD TO DELETE VIA FTP. EXAMPLE:
}
if (class_exists(‘Envato_WP_Toolkit’)) {
add_action( ‘admin_init’, ‘sf_envato_toolkit_admin_init’ );
}
function sf_enqueue_styles_new(){
wp_deregister_style(‘fontawesome’);
wp_dequeue_style( ‘fontawesome’ )
wp_register_style(‘fontawesomeNew’, ‘//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css’, array(), NULL, ‘all’);
wp_enqueue_style(‘fontawesomeNew’);
}
add_action(‘wp_enqueue_scripts’, ‘sf_enqueue_styles_new’, 111);
?>Attachments:
You must be logged in to view attached files.Thanks Mohammed.
I’m afraid I’m quite the newbie…
Am I adding this code to the end of the functions.php, down the bottom? Or ammending existing mention of fontawesome?
Help!
Thanks 🙂
-
Posted in: We hit Power Elite.