Title: YH's Replies | WordPress.org

---

# YH

  [  ](https://wordpress.org/support/users/yhdev/)

 *   [Profile](https://wordpress.org/support/users/yhdev/)
 *   [Topics Started](https://wordpress.org/support/users/yhdev/topics/)
 *   [Replies Created](https://wordpress.org/support/users/yhdev/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/yhdev/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/yhdev/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/yhdev/engagements/)
 *   [Favorites](https://wordpress.org/support/users/yhdev/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] FPX on Optimized Checkout Suite](https://wordpress.org/support/topic/fpx-on-optimized-checkout-suite/)
 *  Thread Starter [YH](https://wordpress.org/support/users/yhdev/)
 * (@yhdev)
 * [9 months ago](https://wordpress.org/support/topic/fpx-on-optimized-checkout-suite/#post-18635931)
 * Hi, thanks for the prompt reply.
 * No, there is no other plugin that has enabled FPX payment option. There is webtoffee
   installed but deactivated.
 * The System Status report has been pasted here [https://pastebin.com/yvSLqk1a](https://pastebin.com/yvSLqk1a)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Video Gallery for WooCommerce - Add Product Video & Featured Video] Video mismatching thumbnail slider in mobile view](https://wordpress.org/support/topic/video-mismatching-thumbnail-slider-in-mobile-view/)
 *  Thread Starter [YH](https://wordpress.org/support/users/yhdev/)
 * (@yhdev)
 * [11 months, 2 weeks ago](https://wordpress.org/support/topic/video-mismatching-thumbnail-slider-in-mobile-view/#post-18532127)
 * Update:
   I found a possible solution on how to make it work (video on 1st position)
   while still being on UX builder instead of using the standard layout. I created
   a shortcode for the standard product gallery by adding this into the functions.
   php
 *     ```wp-block-code
       // in your plugin or child theme functions.phpadd_shortcode( 'vwgproductgallery', 'vwgproductgallery_shortcode' );function vwgproductgallery_shortcode( $atts ) {    if ( ! is_product() ) {        return '';  // only run on single product pages    }    global $product;    // start output buffer    ob_start();    // WooCommerce core function that outputs the product image gallery    // in modern versions this calls the same template part that Customizer uses    if ( function_exists( 'woocommerce_show_product_images' ) ) {        woocommerce_show_product_images();    } else {        // fallback for very new WooCommerce versions        do_action( 'woocommerce_before_single_product_summary' );    }    return ob_get_clean();}
       ```
   
 * Since the standard gallery layout is already working, I simply paste the shortcode[
   vwgproductgallery] into my UX Builder, and the Product Gallery have the video
   in 1st position when the “Show video first in product gallery” is checked.
 * But it then led me to realize an old issue. That the image in the main image 
   area is still not reflecting the correct active thumbnail in the slider. i recreated
   it on this page [https://yhdev.infy.uk/product/ianna-pendant-light/?v=2](https://yhdev.infy.uk/product/ianna-pendant-light/?v=2)
 * Could you please provide a solution for mismatched image and the thumbnail? as
   well as the issue of video being cropped?
 * Thank you.
    -  This reply was modified 11 months, 2 weeks ago by [YH](https://wordpress.org/support/users/yhdev/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Video Gallery for WooCommerce - Add Product Video & Featured Video] Video mismatching thumbnail slider in mobile view](https://wordpress.org/support/topic/video-mismatching-thumbnail-slider-in-mobile-view/)
 *  Thread Starter [YH](https://wordpress.org/support/users/yhdev/)
 * (@yhdev)
 * [11 months, 2 weeks ago](https://wordpress.org/support/topic/video-mismatching-thumbnail-slider-in-mobile-view/#post-18531935)
 * Thank a lot for helping out.
 * I finally found some of the issues. I discovered the previous issue, on why we’re
   seeing different things. The dummy site’s hosting server-side was caching different
   versions, so clearing my site’s cache wasn’t enough. Adding ?v=2 to the URL allow
   me to see the difference in incognito.
 * So kindly check out the site again at [https://yhdev.infy.uk/product/nalini-chair/?v=2](https://yhdev.infy.uk/product/nalini-chair/?v=2)
   
   It is currently set to Normal style layout. With the “Adjust the video size according
   to the theme settings” unchecked.
 * **Cropped video issue**
 * You should be able to see, the video on the main image area appears cropped in
   both desktop and mobile version. The current style is set to normal. The original
   video dimension is of square proportion. When i tried to check the “Adjust the
   video size according to the theme settings”, the desktop view shows the correct
   square dimension of the video, however the mobile view would then become a vertical
   portrait. Can you please help with a CSS to fix this issue?
 * With your previous updated CSS, i’m certain i’ve applied in into the Additional
   CSS for the theme. And i think the CSS doesn’t show up because it’s now on different
   class. The class you’ve given is .product-gallery-stacked but the style product
   gallery is normal. Because i’ve changed the layout from Stack to Normal. Your
   latest CSS worked for the stack layout in the UX builder. Sorry for the confusion.
   Could you kindly help with a CSS for the normal layout as well? These are the
   only two layout i’ll be using.
 * **Video position issue. **
 * The UX builder provides page customization the standard settings can’t. Most 
   Flatsome users chose this theme for UX builder for such customization. But you
   are right, that the standard method through **Appearance → Customize → Product
   Page → Product Layout**, indeed works for the 1st position video. So I can only
   hope you’ll consider adapting your awesome plugin to the UX builder in future.
   The options in the UX Builder are also limited to basically Normal, Vertical,
   Full-width and Stack akin to the standard product layout.
 * Thanks a lot.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Video Gallery for WooCommerce - Add Product Video & Featured Video] Video mismatching thumbnail slider in mobile view](https://wordpress.org/support/topic/video-mismatching-thumbnail-slider-in-mobile-view/)
 *  Thread Starter [YH](https://wordpress.org/support/users/yhdev/)
 * (@yhdev)
 * [11 months, 2 weeks ago](https://wordpress.org/support/topic/video-mismatching-thumbnail-slider-in-mobile-view/#post-18530034)
 * Yes, it was the cache issue. Thank you.
 * About having the video in 1st position. I understand it works fine on the standard
   woocommerce’s default Right Sidebar. But it doesn’t seem to work for Flatsome’s
   UX builder Rightside bar (which is called normal style). The thumbnail did move
   to the 1st position but there is no update on the main image area. Could you 
   kindly review the link again? [https://yhdev.infy.uk/product/nalini-chair/](https://yhdev.infy.uk/product/nalini-chair/)
 * Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Video Gallery for WooCommerce - Add Product Video & Featured Video] Video mismatching thumbnail slider in mobile view](https://wordpress.org/support/topic/video-mismatching-thumbnail-slider-in-mobile-view/)
 *  Thread Starter [YH](https://wordpress.org/support/users/yhdev/)
 * (@yhdev)
 * [11 months, 2 weeks ago](https://wordpress.org/support/topic/video-mismatching-thumbnail-slider-in-mobile-view/#post-18529478)
 * It works wonderfully.
 * I hope you’re also able to provide a solution for the normal style of product
   gallery.
 * Because while the both CSS is still applied, the video appears to be cropped 
   horizontally, instead of showing the full size (original size of video is square).
 * Lastly, is there a way that i can place the position of the video after the 1st
   image? Making the video in the 2nd place. It’d be nice if i can have some control
   over the position using CSS since the “Show video first in product gallery” doesn’t
   work for this theme.
 * You can view the issue using the same link, i’ve just changed the setting to 
   normal as style.
 * Thank you.
    -  This reply was modified 11 months, 2 weeks ago by [YH](https://wordpress.org/support/users/yhdev/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Video Gallery for WooCommerce - Add Product Video & Featured Video] Video not showing in product gallery](https://wordpress.org/support/topic/video-not-showing-in-product-gallery/)
 *  Thread Starter [YH](https://wordpress.org/support/users/yhdev/)
 * (@yhdev)
 * [1 year ago](https://wordpress.org/support/topic/video-not-showing-in-product-gallery/#post-18467686)
 * Look forward for the new version in future. Thanks for developing this great 
   plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Video Gallery for WooCommerce - Add Product Video & Featured Video] Video not showing in product gallery](https://wordpress.org/support/topic/video-not-showing-in-product-gallery/)
 *  Thread Starter [YH](https://wordpress.org/support/users/yhdev/)
 * (@yhdev)
 * [1 year ago](https://wordpress.org/support/topic/video-not-showing-in-product-gallery/#post-18464527)
 * Thanks for the custom CSS. It made the video appear on stacked gallery style.
   Here’s what happened when i tested it with different options:
 * When “Show video first in product gallery” is checked the vide would still not
   appear.
 * When “Show video first in product gallery” is unchecked it appeared but with 
   distorted proportion if “Adjust the video size according to the theme settings”
   is checked as well.
   [https://imgur.com/a/sY8xiPJ](https://imgur.com/a/sY8xiPJ)
 * And without the “Adjust the video size according to the theme settings” checked,
   it would look but not in the same proportion as other stacked images.
   [https://imgur.com/a/5gxnZZ8](https://imgur.com/a/5gxnZZ8)
 * I should also mention that in the custom builder page of Flatsome, the video 
   thumbnail does not appear at all. It only shows up after exiting the page editor.
 * Furthermore on the mobile version, the video would be laid on top of the first
   thumbnail instead.
   [https://imgur.com/a/6neW9j0](https://imgur.com/a/6neW9j0)
 * The best option at the moment if a style has to be applied, appears to be on 
   Vertical style with desktop and mobile view.
   [https://imgur.com/a/SW0cGnk](https://imgur.com/a/SW0cGnk)
 * I wish i can send you the link to diagnose the issue directly, but it’s still
   being developed locally.
    -  This reply was modified 1 year ago by [YH](https://wordpress.org/support/users/yhdev/).
    -  This reply was modified 1 year ago by [YH](https://wordpress.org/support/users/yhdev/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CURCY - Multi Currency for WooCommerce - Smoothly on WooCommerce 9.x] How can i test teh auto location](https://wordpress.org/support/topic/how-can-i-test-teh-auto-location/)
 *  [YH](https://wordpress.org/support/users/yhdev/)
 * (@yhdev)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/how-can-i-test-teh-auto-location/#post-18429127)
 * I’ve tested so many times on the Location feature, using VPN, TOR and other ways
   and i’d say with absolute certainty that the price doesn’t change based on the
   location. Using incognito mode doesn’t even make sense because it is still connected
   to our local ISP server.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Branda – White Label & Branding, Free Login Page Customizer] How to hide the sub-menu branda from the Customize bar?](https://wordpress.org/support/topic/how-to-hide-the-sub-menu-branda-from-the-customize-bar/)
 *  Thread Starter [YH](https://wordpress.org/support/users/yhdev/)
 * (@yhdev)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/how-to-hide-the-sub-menu-branda-from-the-customize-bar/#post-18352584)
 * Hi Amin,
 * Allow me to improve my question.
 * **I’d like to remove the sub menu Branda that is under the menu ‘Customize’ in
   the toolbar, at the FRONT-END of the site**, as you can see in this image link
   [https://imgur.com/a/R7VnuaV](https://imgur.com/a/R7VnuaV), indicated by the 
   red arrow.
 * I’ve reviewed your document, however what you meant by ‘delete the menu’ which
   I believe you meant by unchecking the menu I wish to remove from, does not exist.
   There is no one menu item called ‘Branda’ in the Menu Item, as you can see in
   this image link [https://imgur.com/9JeISEY](https://imgur.com/9JeISEY), indicated
   by the red box. There is also no such menu called ‘Customize’.
 * The only way seems to be removing the whole toolbar on the frontend, by unchecking
   the all of the relevant roles in the front-end section, as you can see in this
   image link [https://imgur.com/a/IBBQDLQ](https://imgur.com/a/IBBQDLQ), indicated
   by red box.
 * Or is there a better way that I’m not aware of, to solve this issue? Thank you.

Viewing 9 replies - 1 through 9 (of 9 total)