Forum Replies Created
-
Author
-
February 21, 2018 at 19:32 in reply to: URGENT!!! Customers can’t view products after update #189404Conscious CraftiesParticipantNot marked as solutionConscious CraftiesParticipant
Ooops ignore me, I know why I couldn’t find it now! Someone had added CSS to remove them!
All sorted thanks
Conscious CraftiesParticipantYou’re a genius thank you so much!!! The CSS worked a treat 😀
I’m going to have a play with the mega menu too.
Thanks so much for your help!
Karen
November 22, 2017 at 20:21 in reply to: Pagination – difficult to see which page users are on #180668Conscious CraftiesParticipantThanks so much Radu worked perfectly 🙂
Conscious CraftiesParticipantThat’s worked great thank you 🙂
Could you check something for me? On mobile when clicking the menu hamburger symbol (3 horizontal lines), if I then click the search box (located at the top of that menu) it takes several attempts to click into the search box.
Here’s our site:
https://www.consciouscrafties.com/Conscious CraftiesParticipantActually sorry just spotted that the search bar on Desktop is now partially hidden so users can’t type in the box (see attached)
Many thanks,
Karen
Attachments:
You must be logged in to view attached files.Conscious CraftiesParticipantSurely it’s just changing the order in the menu? If users searches in the search box within the mobile menu, it takes the user to the search results page. So why would moving the search to the top of the menu cause any sort of overlap?
This should be an easy change to make…
Conscious CraftiesParticipantIs there any way you can change the order of the Menu so the search box appears at the top rather than the bottom where it’s missed?
Many thanks,
Karen
Conscious CraftiesParticipantHi Radu,
I already have those settings (see screenshot). However on Mobile the search cannot be found by customers (see screenshot).
Thanks
Attachments:
You must be logged in to view attached files.Conscious CraftiesParticipantThanks Laura,
Was I meant to keep the previous CSS too or replace it?
I’ve replaced it and although the vertical alignment seems better, the down arrow is back to being tiny (see screenshot)
Many thanks,
Karen
Attachments:
You must be logged in to view attached files.Conscious CraftiesParticipantThank you Laura.
I modified the margin to 2px and it now looks nice on the the menu option ‘My Shop’ but is in the wrong position on the Profile and About menu options. It’s weird they display in different places for the menu’s that are initially displayed and the ones that you have to click the expand menu to see.
Is there a way of vertically aligning the text rather than adding a top margin?
Many thanks for your help,
Karen
Attachments:
You must be logged in to view attached files.Conscious CraftiesParticipantAww for some reason this changed the display of the wishlist button on the gallery pages too.
Instead of not being visible until the user hovers over the Gallery page image, it appears as a solid pink block constantly without hovering over it (no writing) – see screenshot attached.
Many thanks for your help,
Karen
Attachments:
You must be logged in to view attached files.Conscious CraftiesParticipantThanks ever so much Kieran – that’s perfect on our gallery pages 🙂
How do I change the colour of the wishlist button on our Product Pages too?
Many thanks,
Karen
Conscious CraftiesParticipantAlso is it possible to change the little down arrow to be a solid arrow to be more prominent?
See screenshot (in theme colours not black)
Many thanks for your help,
Karen
Attachments:
You must be logged in to view attached files.Conscious CraftiesParticipantOooh I’ve had an idea that might be more doable…
Is it possible to move the Search Box to the top of the categories menu on mobiles rather than the bottom?
Many thanks for your help,
Karen
Conscious CraftiesParticipantThank you very much Laura that worked 🙂
Is there a way to vertically centre the down arrow so it looks neater? (see screenshot)
Many thanks for your help,
Karen
Attachments:
You must be logged in to view attached files.Conscious CraftiesParticipantHi Laura,
Oh I never noticed it appear after all the categories!
So guessing that’s why I’m getting tonnes of complaints from customers who can’t find it.
Is there a way to add the product search box or search icon alongside the Basket/Cart icon on MOBILE devices?
Thank you,
Karen
Conscious CraftiesParticipantIgnore me it was just caching issue!
Sorry thank you ever so much for your help 🙂Conscious CraftiesParticipantHi there Kieran,
Thanks for the CSS. I placed this in:
Kleo Child: Stylesheet (style.css)
(obviously I was just testing by having them both the same colour)But it didn’t change the colours sadly. Have I placed it in the wrong place?
Many thanks,
Karen
Attachments:
You must be logged in to view attached files.Conscious CraftiesParticipantThat was lovely of you to go to the trouble of creating the video, thank you 🙂
I wonder if it’s because you were logging in as that Vendor for the first time, whereas I have logged in prior to adding the redirect plugin as Karens Crafts and all my Vendors have also logged into their own vendor accounts previously.
I’m guessing even though we have cleared our cache something somewhere isn’t clearing for existing uses who have already logged in…. hmmm
So to test this theory I created a new Vendor account. Then I logged in for the first time using these details and hey presto it took me to the Vendor Dashboard!
So it must be cookies not just cache we need to clear. So I removed my cookies, then signed in with Karens Crafts and ta dar it works! 🙂
Conscious CraftiesParticipantI don’t understand how it is working for you and not myself or 230 vendors. Is there anything else I can do? I have tried on all browsers as well as clearing browser cache and so have my vendors.
Many thanks,
Karen
Conscious CraftiesParticipantHow do I clear my website cache – I can’t see anything in my cPanel?
I have cleared my browser cache.thank you,
Karen
Conscious CraftiesParticipantHi Kieran,
I activated the Peters log in plugin and added the attached settings for user role Vendor.
Sadly it doesn’t work and I’ve noticed in their support forum this hasn’t been supported for a long time as tickets have not been responded to.
Karen
Attachments:
You must be logged in to view attached files.Conscious CraftiesParticipantIf I click delete on my error log file in cPanel, will the file get re created if any new errors appear?
Conscious CraftiesParticipantOK I will do that.
However I’m unable to update these:
– Update WooCommerce (see updates)
– Update WC Vendors and WC Vendors Pro (see plugins)As I’m waiting for WCVendors to carry out an update to fix an issue with their latest release to work well with WooCommerce.
The redirect code has always worked fine prior to moving to Kleo. Obviously you guys have asked me to modify it to work with Kleo log in rather than my-account (however it does not work).
thanks,
Karen
Conscious CraftiesParticipantYou’re right it’s the redirect code to get vendors to be redirected to their dashboard which still does not work sadly (previously reported to you guys and also spoken to WCVendors who tell me the code is perfect).
Code in functions.php:
/* WC Vendors – Redirect Vendors to Vendor Dashboard on Login using KLEO LOGIN POP-UP */
add_filter(‘kleo_modal_login_redirect’, ‘wc_dashboard_login_redirect’);
function wc_dashboard_login_redirect( $redirect_to, $user ) {
// WCV Pro Dashboard
if (class_exists(‘WCV_Vendors’) && class_exists(‘WCVendors_Pro’) && WCV_Vendors::is_vendor( $user->id ) ) {
$redirect_to = get_permalink(WCVendors_Pro::get_option( ‘dashboard_page_id’ ));
}return $redirect_to;
}
This is what I’m seeing over and over in my error log:
Missing argument 2 for wc_dashboard_login_redirect(), called in /home/consciouscraftie/public_html/wp-includes/class-wp-hook.php on line 298 and defined in /home/consciouscraftie/public_html/wp-content/themes/kleo-child/functions.php on line 133Conscious CraftiesParticipantMailchimp is an email campaign sign up form. What I’m after is a way for users to subscribe to the blog posts only. So each time a new blog posts is released they automatically receive in an email.
Conscious CraftiesParticipantHi Radu,
Sadly it didn’t redirect vendors 🙁
Any other ideas?Many thanks,
Karen
Conscious CraftiesParticipantHello,
I’ve noticed that if Vendor role logs in via MyAcccount page they ARE redirected, but not if they log in via the Kleo log in.
How do i redirect Vendor users to this page if logging in via the Kleo log in?
https://www.consciouscrafties.com/dashboard/Many thanks,
Karen
Conscious CraftiesParticipantHi Radu,
It didn’t fix the issue sorry…
Do you have any other suggestions?
-
AuthorPosts