mayasl
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] [Dup] Unable to remove products from the cart pageRequest for an edit
Please remove the site URL from my post above as it shows up in the search results.Forum: Reviews
In reply to: [Firelight Lightbox] Good one!When I click on an image from a product image gallery, the lightbox opens up. But I cannot go through the other pictures of the respective gallery by keyboard arrow keys or any other ways.
Hope I explained better now! ??
- This reply was modified 8 years, 2 months ago by mayasl.
Forum: Plugins
In reply to: [WC City Select] List doesn’t show// City list // add_filter( 'wc_city_select_cities', 'qatar_cities' ); function qatar_cities( $cities ) { $cities['QR'] = array( 'Doha', 'Abu az Zuluf', 'Abu Thaylah', 'Ad Dawhah al Jadidah', 'Al Arish', 'Al Bida ash Sharqiyah', 'Al Ghanim', 'Al Ghariyah', 'Al Ghuwairiyah', 'Al Hilal al Gharbiyah', 'Al Hilal ash Sharqiyah', 'Al Hitmi', 'Al Jasrah', 'Al Jumaliyah', 'Al Ka biyah', 'Al Khalifat', 'Al Khor', 'Al Khawr', 'Al Khuwayr', 'Al Mafjar', 'Al Qa abiyah', 'Al Wakrah', 'Al Adhbah', 'An Najmah', 'Ar Rakiyat', 'Al Rayyan', 'Ar Ru ays', 'As Salatah', 'As Salatah al Jadidah', 'As Sani', 'As Sawq', 'Ath Thaqab', 'Dukhan', 'Al Jumaliyah', 'Al Ka biyah', 'Al Khalifat', 'Al Khor', 'Al Khawr', 'Al Khuwayr', 'Al Mafjar', 'Al Qa abiyah', 'Al Wakrah', 'Al Adhbah', 'An Najmah', 'Ar Rakiyat', 'Al Rayyan', 'Ar Ru ays', 'As Salatah', 'As Salatah al Jadidah', 'As Sani', 'As Sawq', 'Ath Thaqab', 'Dukhan', 'Ras Laffan Industrial City', 'Umm Bab', 'Umm Sa id', 'Umm Salal Ali', 'Umm Salal Mohammed' ); return $cities; }
Does the code look good now?
No, I don’t get any error messages. Also I don’t get the drop-down list of cities in the checkout page.
Forum: Plugins
In reply to: [Autoptimize] Parser-blocking ?I installed AutoOptimize and uninstalled now.
URL : qtari.comForum: Plugins
In reply to: [Autoptimize] Parser-blocking ?Sorry for hijacking an old thread.
Recently I switched my DNS to CloudFlare. Now on Chrome, I am unable to add products to the cart. Found this in Chrome developer console.
A Parser-blocking, cross-origin script, https://ajax.cloudflare.com/cdn-cgi/nexp/dok3v=088620b277/cloudflare.min.js, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity. See https://www.chromestatus.com/feature/5718547946799104 for more details.
Things are fine with FireFox.
Do we have any fix for this?
Forum: Plugins
In reply to: [WooCommerce] [Dup] Unable to remove products from the cart pageThe error #1 is back after updating WooCommerce to version 2.6.8. Changing permalink from “Post name” to “Plain” rectifies the issue.
Forum: Plugins
In reply to: [WooCommerce] [Dup] Unable to remove products from the cart page1. No, I don’t use .htaccess at all
2. Yes I am using SSL
3. Force secure checkout is not checked in WooCommerce settings > CheckoutForum: Fixing WordPress
In reply to: I cannot see the text of a post while editingClear the cookies and cache of your browser or try from another browser.
- This reply was modified 8 years, 4 months ago by mayasl.
Forum: Fixing WordPress
In reply to: Unable to remove products from the cart pageUpdate :
I forgot to mention that if I change the permalink to “Plain”, then I am able to remove the products from the cart.Forum: Plugins
In reply to: [WooCommerce] Endless loading/spinner on the checkout pageI am having the same issue. Did anyone find any fix?
Forum: Reviews
In reply to: [Bulk Edit Products, Prices & Attributes for WooCommerce] Useless!Yes WooCommerce supports bulk editing by default.
https://www.awesomescreenshot.com/image/1767712/0d2fb95c44712db229a0373c315e3791
- This reply was modified 8 years, 4 months ago by mayasl.
Forum: Reviews
In reply to: [Bulk Edit Products, Prices & Attributes for WooCommerce] Useless!Those fields can be edited without the need of a plugin.
I want to bulk transfer products from one vendor to another.
If you can add that option to your plugin, that would be great.
Forum: Fixing WordPress
In reply to: Unable to upload .mp4 and .gifAnybody to render a help here?
Forum: Fixing WordPress
In reply to: Unable to upload .mp4 and .gifI am able to upload JPEG & PNG, but not MP4 or GIF. While uploading those files, I am getting “HTTP Error” error message.
Forum: Fixing WordPress
In reply to: Unable to upload .mp4 and .gifIn php.ini
upload_max_filesize = 32M
post_max_size = 32MFile size I am trying to upload is just 2MB.
I am sorry, I don’t know how to permit those extensions.