wtvxy
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Share button icon do not showPlus, I found that the are two heart icons on my single product page:https://ibb.co/n85TpNF
Before I add code to funtions.php, there is only one icon.
I understand you add missing js and CSS by these codes, but I am wondering why my website misses these files even though I reinstall your plugin from ‘add plugin’.Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Share button icon do not showHello.
In order to keep my website running as normal. I staged my website to https://test.theryang.com
You can check the wishlist without my additional CSS and with your code in functions.php here: https://test.theryang.comForum: Plugins
In reply to: [YITH WooCommerce Wishlist] Share button icon do not showI use css to remove stock status for mobile on wishlist page because I don’t want the mobile view to be clean. I remove the additional CSS I added to yith wishlist, you can check how it looks now.
I add your code to funtions.php and the errors disappear.
Forum: Plugins
In reply to: [Smart Slider 3] How to totally remove controls of vedios?OK. I understand I can remove controls for self-host videos and set 2 videos to 2 different sliders then hide them on different devices in pro version.
Thank you.Forum: Plugins
In reply to: [LiteSpeed Cache] Does JS minify compatiable with plugin organizer?Do you mean that for both js and css, Litespeed cache deals with them independently for each page?
OK. It disappear. So wired.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Share button icon do not showThank you for your efforts to improve your mobile version. In my opinion, the stock state and price should be aligned.
I tried “YITH WooCommerce Customize My Account Page” before. The account page it generated is not concise and clear enough, which I think is not my site’s style.
Today, I use query monitor to check the style, it shows an error at my product catalog and product page.
Missing Dependencies yith-wcwl-main https://www.theryang.com wp-content/plugins/yith-woocommerce-wishlist/assets/css/style.css
query-selectBox, yith-wcwl-font-awesome, woocommerce_prettyPhoto_css (missing)
I do not meet function or display error in my site, but only get this error notification.
- This reply was modified 3 years, 2 months ago by wtvxy.
- This reply was modified 3 years, 2 months ago by Steven Stern (sterndata).
Forum: Plugins
In reply to: [Opensea] How to hide sticky hearder bar and power by bar?Any one know that?
- This reply was modified 3 years, 2 months ago by wtvxy.
- This reply was modified 3 years, 2 months ago by Steven Stern (sterndata).
Forum: Plugins
In reply to: [Smart Slider 3] How to totally remove controls of vedios?Thank you.
For self-host, I need to upload 2 mp4 files and set up desktop play one version and mobile paly smaller version. Does this plugin support it?
When I use sliver revolution, self-host video cannot autoplay in mac os. I am not sure I SS3 will encounter same situation.Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Share button icon do not showThank you.
Like Price and stock are not aligned in the same way and too large gap between them. Too large product name.
I have already modified the CSS and made this page look like this:https://ibb.co/VCX4gRc
I am just wondering where this messy comes from. Even though I can modify CSS by myself, but it took me too much time.Endpoint to my account page is available. Because
‘I add this code to functions.php file and make the wishlist items before logout.add_filter( ‘woocommerce_account_menu_items’, function($items) {
unset($items[‘downloads’]);
unset($items[‘customer-logout’]);
$items[‘wishlist’] = __(‘Wishlist’, ‘textdomain’);
$items[‘customer-logout’] = __(‘Logout’, ‘textdomain’);return $items;
}, 99, 1 );
Expand
However, users are not convenient to find an entry for it if without a my-account menu and only provide an endpoint. It is not easy to add items to the account menu without coding. I think adding this switch into your plugin’s setting will be a better choice.`This is also the same thing as above, it is better to add a switch to plugin setting so that users do not need to code these like me.
Forum: Plugins
In reply to: [Plugin Load Filter] How to enable PLF at admin bar in shop page?For example, I have one GeoIP direction plugin and only want to use it on my homepage. What I do first is adding GeoIP direction plugin into filter entry then go to the homepage editor and check use it.
I installed ‘mailchimp-for-woocommerce’ and I want to not use it on my homepage. At this time, even though I add it into filter entry and checked all terms. I cannot simply not use it on the edit page of my homepage because I have already selected ‘use’ tab. Even though I unchecked ‘mailchimp-for-woocommerce’ in ‘use’ tab, it does not work to filter mailchimp-for-woocommerce and still enable it. Normally, I can simply uncheck the homepage in Page Type Activation and keep others, but shop page is also recognized as homepage which I do not want to disable for ‘mailchimp-for-woocommerce’.
- This reply was modified 3 years, 2 months ago by wtvxy.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Share button icon do not showThank you.
We was checking your site and it seems that you do not have the CSS and JS files of our plugin loaded.
In fact, my website minify and conbime css by Litespeed cache plugin so that you may not see the original css and js.
I do not set up Litespeed to delete content of any css or JS. I add some addtional css to adjust the layout. Now I remove my addtional css and you can see what does it looks like at original: https://www.theryang.com/wishlist/view/OR9XMYPQOTBL/You will be prefer to check the mobile vesion. The layout is messed up.
As you can see, I want to make my website clean and simple, so that I don’t want to add extra wishlist menu to Navi.
I add this code to functions.php file and make the wishlist items before logout.add_filter( 'woocommerce_account_menu_items', function($items) { unset($items['downloads']); unset($items['customer-logout']); $items['wishlist'] = __('Wishlist', 'textdomain'); $items['customer-logout'] = __('Logout', 'textdomain'); return $items; }, 99, 1 );
However, users are not convenient to find a entry for it if without a my-account menu and only provide an endpoint. It is not easy to add item into account menu without coding. I think add this switch into your plugin’s setting will be better choice.
Forum: Plugins
In reply to: [Plugin Load Filter] How to enable PLF at admin bar in shop page?OK. Thank you.
What if I want to not use some plugins and use some plugins for a single page at the same time?
Plugin filter for Single post is only allow setting ‘use’ or ‘not use’ but seems cannot configure them at the same time.Forum: Plugins
In reply to: [LiteSpeed Cache] How to avoid duplicating UCSS for each product pagesOk. I change R=302 since 302 does not cache.
Everythink works fine now .Forum: Plugins
In reply to: [LiteSpeed Cache] How to avoid duplicating UCSS for each product pagesIt seems as long as I visit from CN, my browsers cache it and redirect everytime even I switch back to SG. After clean the cache manually, it doesn’t redirect me from SG.