• Hi!
    First of all, sorry for my English.

    The way the theme is managed is almost brilliant, but I ran into a few issues. I always use the newest versions: Homi theme, Blocksy Companion, WooCommerce.

    1. WooCommerce Extra => Gallery slider. The slider doesn’t seem to work properly. When selecting product variants, the slider is activated only after you hover the cursor over it (a strange thumbnails jump also appears). I work on a local server so unfortunately I can’t show it.

    2. Each time the mobile menu is fired, the focus moves to the search field. Is it possible to fix this?

    3. WooCommerce Extra => Wishlist + Litespeed Cache. I would like the wish list to work the same as the shopping cart. Can it be done with ESI?

    I also have additional questions.

    4. Is it possible to add strings to translate all ARIA labels? Something like aria-label="'. esc_attr__( 'Wishlist header icon' , 'blc')) .'"

    5. Are you considering improving the menu for screen reader users? My main goal is to replace links and span elements with a button for classes such as .ct-header-trigger or .child-indicator. More information about what I mean exactly [1, 2].

    Thanks!
    Gyurmey

    • This topic was modified 3 years, 6 months ago by Gyurmey.
    • This topic was modified 3 years, 6 months ago by Gyurmey.
Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author creativethemeshq

    (@creativethemeshq)

    Hi @gyurmey and thanks for reaching out!

    I’ll try to answer to all your questions down below:

    1. We’re aware about this glitch. We’ll have it fixed in the next update.
    2. You mean the live search modal? Moving the focus to the input field is intentional. Why do you think this is an issue?
    3. Are you talking about wish list for logged in users or for the visitors? If it’s for the visitors, the wish list state is stored in a cookie which you can branch of the caching off in Listspeed. The cookie is called blc_products_wish_list
    4. Good catch! Thanks a lot, will be fixed in the next update.
    5. Can’t promise we will change the tag names to button but we will surely add the missing aria-* attributes to ensure menus have better accessibility.

    Thanks again for your inputs!

    Thread Starter Gyurmey

    (@gyurmey)

    Thank you very much for your answers.

    Ad 2. The problem occurs on the mobile version on Android (iOS is ok) when the search form is in the drawer canvas (on desktop is ok). The problem is that the keyboard automatically slide out when you click the trigger menu.
    Ad 3. I mean the wish list for logged in users and the visitors. The blc_products_wish_list cookie works, but every page is constantly re-cached. My point is to use ESI to make it work exactly like a shopping cart.

    Theme Author creativethemeshq

    (@creativethemeshq)

    Hi @gyurmey,

    2. Do you mind sending over the link to your site so that we can test this on an Android device?
    3. Understood. But not all the caching solutions implement ESI unfortunately and even WooCommerce uses the AJAX refreshed HTML fragments as opposed to ESI dynamic markup. One way or the other, we’ll think of a solution to get the wish list to work correctly when a caching solution is present. Thanks for the heads up.

    Thread Starter Gyurmey

    (@gyurmey)

    I’m sorry that I answer only now.

    Ad 2. I work on a local server so unfortunately I can’t show it but this video shows two problems:
    – focus on the search field and slide-out keyboard (Android, all browsers)
    – deleting items on the wish list doesn’t work (Android, all browsers)

    Ad 3. Thank you very much. If the wishlist worked the same as the shopping cart, it would be great!

    Theme Author creativethemeshq

    (@creativethemeshq)

    Hi @gyurmey,
    You are using the pro version of our theme, in this case please submit a support ticket here and we will do our best to help you.

    This forum is for free users only.

    Thread Starter Gyurmey

    (@gyurmey)

    Ok, I will.

    I have an additional question.

    Is it possible to add strings to the translation wherever they are missing? For example, instead of
    'name' => 'Footer Column $i',

    this:

    'name' => __('Footer Column ', 'blocksy') . $i,

    e.t.c.

    It would be very helpful.

    Thanks!
    gyurmey

    Theme Author creativethemeshq

    (@creativethemeshq)

    Hey @gyurmey, I noted this in our tasks list ??

    Thread Starter Gyurmey

    (@gyurmey)

    Hi,

    It’s been almost half a year and the wish list still isn’t working properly while the caching solution is present. Is there a chance to fix it?

    Thanks!
    Gyurmey

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Problem with gallery slider and search field’ is closed to new replies.