Forum Replies Created
-
AuthorPosts
-
Nevermind – I only followed half the instruction at https://kriesi.at/support/topic/cant-edit-the-woocommerce-tab-manager/
I did a plugin-wide search for “yes” and replaced it with “on” and that seems to have done the trick…
Hey @robertscott,
We’re the authors behind that plugin – feel free to get in touch at http://tinygiantstudios.co.uk/product/contact-form-7-designer-pro/ and I’ll be happy to help out :)
Thanks for the quick reply Arvish…
Any ideas on when it’s a standalone WP install?
Using amazing Enfold, we’ve built the following sites:
Bissets – Lawyer Firm
http://www.bissets.com/GoCommerce Namibia – Ecommerce SaaS Platform
http://gocommercenam.com/Cupcake & Thunder – Bakery Meet & Greet
http://cupcakethunder.co.za/DesignPlus – Interior Design
http://design-plus.co.za/MonaLisaMamas – Ecommerce (Baby Apparel)
http://monalisamamas.co.za/Mutual & Federal – Mobi Website (View on Mobile / Tablet)
http://mandf.flume.co.za/Oscars Arc – Animal Welfare
http://oscarsarc.tinygiantstudios.co.za/Travelers – GoCommerce Pre Design Template
http://demo3.gocommerce.co.za/Marine – GoCommerce Pre Design Template
http://demo5.gocommerce.co.za/GStore – GoCommerce Pre Design Template
http://demo7.gocommerce.co.za/Tiny Giant Studios – Portfolio Website
http://tinygiantstudios.co.za/Tiny Giant Studios – Online Store
http://tinygiantstudios.co.uk/JobFinder – WP Job Manager Pre Design
http://jobfinder.tgsdemos.com/Jobhaus – WP Job Manager Pre Design
http://jobhaus.tgsdemos.com/- This reply was modified 10 years, 2 months ago by TinyGiantStudios. Reason: Removed strong formatting
Hi Peter,
Thanks for getting back to me. The plugin that loads the additional maps API is a custom written one that integrates with another 3rd party plugin. Suffice to say, I managed to deactivate that of Enfold by using the following code:
/* * Remove Google Maps API Call if used in Enfold theme and Auto Location is active */ function disable_google_map_api($load_google_map_api) { $load_google_map_api = false; return $load_google_map_api; } $plugins = get_option('active_plugins'); $required_plugin = 'auto-location-pro/auto-location.php'; if ( in_array( $required_plugin , $plugins ) ) { add_filter('avf_load_google_map_api', 'disable_google_map_api', 10, 1); }
Hi Devin,
At the moment updating gocommerce.co.za to 2.7.1 is going to be a bit tricky; We’ve got update cycles with a lot of dependancies.
With that being said, if we could use gocommerceNAM.com as a test case, that’d be awesome as it’s showing the same problems, but are already running 2.7.1
This reply has been marked as private.Hi Ismael,
Thanks for getting back to me. That link I sent you has three different pages (each with a parallax effect), although one of them is pretty hard to see (especially if it’s the white one) and they appear randomly.
That link usually has something in foreground (e.g. ipad, ibook etc.) and it’s the section behind it that moves when you hover over it (creating the parallax effect). Hope I’m making sense – see the attached screenshot (available at http://imgur.com/hVLUTvp).
- This reply was modified 10 years, 6 months ago by TinyGiantStudios.
PS – to see this in action, compare the following pages:
Single Product View: http://tinygiantstudios.co.za/store/wp-job-manager-auto-location
Overall Shop View: http://tinygiantstudios.co.za/productsYou’ll notice that in the Overall Shop View, there is no product entitled “Auto Job Suggest” – this is because it’s been set to hidden in the backend…
The ability to add more social media profiles to the “Enfold RSS Link and Twitter Account” widget – at least Facebook…
Would love the ability to disable auto-zoom when the mouse pointer is over the map. If you use a fullwidth map (http://tinygiantstudios.co.za/contact is a great example), using the scroll wheel on the mouse becomes a UX pain…
Hi Kriesi,
My request would be better handling of the pricing grid module. More specifically the ability to drag & drop lines into place (or maybe even just a button to shift them up / down.
At the moment if you want to add a line INBETWEEN existing lines, you need to delete all the content up to that point and start from scratch, which makes things rather user-unfriendly.
For reference, here a link to a support thread I opened: https://kriesi.at/support/topic/table-builder-row-column-order/#post-188570
Hope to hear from you soon,
We’ve got a demo site setup if you need to take a look: http://goo.gl/oSZLN7
-
AuthorPosts