Forum Replies Created
-
AuthorPosts
-
I’m having the same issue… Driving me crazy :)
Ok I tried Ismael’s last 2 suggestions in the previous post.
Doesn’t work.
What would you need to know from the plugin developer to keep testing on this?
They claim on their documentation page that this theme is (well open this link and do CTRL F ‘Enfold’)
There must be a fix, this is an awesome theme and that product filter an amazing plugin – Let’s keep working and find a solution :)
- This reply was modified 8 years, 2 months ago by gerry3211.
Perfect and fixed!
Thanks man, you can close this one.
Close this, I had a change of heart :)
Thanks
Very cool, that did the job.
Just one minor edit…
When you mouse over the H1 Linked Category Title, it reads “Permanent Link: Category Title”
Is there any way to remove the “Permanent Link:” text on mouseover?
Thanks for the awesome work.
Hi Vinay,
Thank for the reply.
Sample product category attached.
Would be awesome if the h1 was hyperlinked like it is on posts and pages.
Thanks in advance for any assistance you can offer.
– Gerry
Unfortunately I have clients in and out of that site and don’t want plugins and such disabled at this time.
I’ll put up with it with the issue for now I guess, and maybe schedule something for support later.
Hi there,
Yeah that might help :)
Toggle the ‘Show’ ‘Hide’ in the Table of Contents and click any one of them.
Thanks in advance.
August 3, 2016 at 4:28 pm in reply to: Disable on Mobile: Product Hover: Hover effect on Overview Pages #668142Your css code worked.
I just deleted the cache from wp backend.
It was a caching issue by the site itself.
Thank you very much for all of your help, I truly appreciate it.
– Gerry
August 3, 2016 at 4:12 pm in reply to: Disable on Mobile: Product Hover: Hover effect on Overview Pages #668124I’ve got clients browsing the site now.
I don’t want to be messing with their experience by disabling plugins and such.
Will just cope with the issue for now I guess.
Thanks for the attempt.
August 3, 2016 at 4:06 pm in reply to: Disable on Mobile: Product Hover: Hover effect on Overview Pages #668117Hey,
Replaced code, same result.
August 3, 2016 at 3:57 pm in reply to: Disable on Mobile: Product Hover: Hover effect on Overview Pages #668105Hi,
I’ve cleared cookies/cache/history and the images still flip.
Is it working fine from your side?
August 3, 2016 at 3:49 pm in reply to: Disable on Mobile: Product Hover: Hover effect on Overview Pages #668100Hi Yigit,
Thanks for the fast reply, Amazing!
I’m checking this on Iphone and the image still flips on scroll/hover of archive page.
Any other tips?
August 3, 2016 at 3:30 pm in reply to: Disable on Mobile: Product Hover: Hover effect on Overview Pages #668082Absolutely,
Thanks in advance.
View the product archive on desktop, image flips on product hover – This effect on all large ecom sites I’ve examined is disabled on smaller screens.
Let me know what I need to do.
Thanks again :)
So here’s the problem and the fix.
Not sure if it’s enfold related, or woocommerce etc…
Woocommerce products were showing from oldest to newest.
I added this to functions.php
add_filter(‘woocommerce_get_catalog_ordering_args’, ‘am_woocommerce_catalog_orderby’);
function am_woocommerce_catalog_orderby( $args ) {
$args[‘meta_key’] = ‘_price’;
$args[‘orderby’] = ‘meta_value_num’;
$args[‘order’] = ‘desc’;
return $args;
}Problem solved.
Hi Basilis,
Correct, the product categories and archive – All are sorting according to Enfold ‘Default’ sorting.
Is there a way to change the default sorting to show by ‘Date’ in Enfold filter?
- This reply was modified 8 years, 3 months ago by gerry3211.
I’ve updated the login info and new password in the private area from previous message.
The issue is on the homepage.
Regards,
Gerry
Yeah, every other theme that I try it is fine.
I set the “Sort Order” within Woocommerce Settings, to show most recent products first by default. Enfold is the only theme that is taking that, and sorting from the absolute oldest first.
I don’t know why, appreciate any input you guys can offer on that.
Here was the answer given by woo-support:
Hi Gerry
I have just tested this locally with the latest version of WooCommerce, 2.1.6 and it sorts fine for me when I select sort by most recent.
I see you have it currently set to default, which uses a combination of the menu order and name, if you want to display the latest products first you must set that option to Most Recent.
What I am noticing is that you theme has custom orders on the archive pages, so that could also be the cause of the issue as they seem to override this.
You can do a test and switch to twenty thirteen theme and see if the order works correctly when using that.
Cheers,
Gerhard – WooCommerceNinja
WooThemes SupportThanks in advance for helping to remedy this issue.
Gerry
I will be in touch when migration from one host to the other is complete. Thank you.
No luck, issue remains.
I am having site migration done currently. Will keep you posted when it is done, for further trouble shooting.
I checked everywhere online for an answer on this…
Any luck yet?
Please check out the site according to the previous post in this thread. Thanks.
- This reply was modified 10 years, 8 months ago by gerry3211.
This reply has been marked as private.It was worth a shot, but this did not create an area where I could highlight and html the text.
Thank you anyways, I put the real content at the top of the page again.
So for someone who knows nothing about how to do any of this :)
Where can I contract out a job like this, and how would I even describe it?
You guys, thank you for the prompt attention.
Gerry
This reply has been marked as private.That did it, silly!
Thanks a bunch.
I’m blind. Thanks!
Enfold support ROCKS!!!
Thanks for the help.
- This reply was modified 11 years, 1 month ago by gerry3211.
-
AuthorPosts