oskerlau
Forum Replies Created
-
Thanks, I have the same question.
Forum: Fixing WordPress
In reply to: HTTP errors on media uploads after 4.5 updateSetEnv MAGICK_THREAD_LIMIT 1
This code code work partially work for me, still some files got problems.Everytime when it fails, actually some image files (different sizes) has been created, they won’t go away until you FTP and delete it manually.
Forum: Plugins
In reply to: [AMP] Validation Error – Does AMP has anything to do with server config?I also have an error:
The tag ‘script’ is disallowed except in specific forms.
<script type=’text/javascript’ src=’h/wp-includes/js/jquery/jquery.js?ver=1.11.3′></script>
<script type=’text/javascript’ src=’/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1′></script>
Could you please give me more info what file to edit on the translation folder?
Thanks, already created one, how do I provide logins privately?
Thanks for the suggestion, I just tried it, unfortunately won’t allow me direct access to the pending user’s profile, just divert me to homepage.
Forum: Fixing WordPress
In reply to: Suspected HackMine got these new files too:
admin-ajax.php
class-wp-index.php
jquery.php
wp-class-headers.php
ms-head.php
frommshead.phpModified:
index.phpDelete these 2 files, should have more other files… best to start is to remove all core WP files and re-upload flash ones. Also the theme files too.
I have the same problem, 120 websites I need to roll the setting out, don’t wanna do it one by one.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce v2.1 updater errorSame problem here…
Did you guys read my comment properly?? I said that this plugin is best in the market!
I believe that most developers prefer to receive honest and constructive suggestions. Instead of being a criticiser to pick on the functionalities, I suggested the practical improvements which could be implemented as a user’s point of view.
I really love this plugin and have spent a lot of time exploring the functionalities and potential of it, trying to make it perfect for everyone even non technical users however I’m not a WordPress developer so I am unable to contribute my work. I believe the author wants to receive feedbacks more than just good good good, excellent excellent excellent.
Forum: Plugins
In reply to: [WooCommerce Google Merchant Center Feed] Bulk editOnly include by default it will not be possible.
Thanks for your reply, that explains why filter I added didn’t work. Any chance you could work on this? going through each product to enable feed is not practical when a shop has thousands of products.
Other suggestions:
1) Assign google’s category with woocommerce’s product categories in settings, so all products receive assigned google category by default.2) Add options in settings to allow default unique product identifiers be same as SKU, short description, etc.
Forum: Plugins
In reply to: [WooCommerce Google Merchant Center Feed] Bulk editI have tried to implement the filter but it didn’t turn out as I wanted it to be. Could you please help compiling the code for the following filters?
1) Default to include product in Product Feed
2) Default to enable “Unique Product Identifiers”
3) Default product’s “MPN” to use the already entered “SKU”
4) Default “Product Description” to use the already entered “Short Product Description” from WooCommerce.Much appreciated.
That’s fabulous! My website’s theme was simple, and purchase could be made only from product page. I’ve got the product price working properly by adding a macro with a Data Layer Variable (ecomm_totalvalue), and product name with the Data layer Variable (pageTitle).
Thank you for letting me know about OrderCompleted event, I notice that you have “OrderCompleted” variable and have changed it to page view thankyou.html instead, which will always be valid.
Again, this is a great plug-in, great help for me to understand how shoppers behave on my website. And thank you very much for guiding me through the setup process. Much appreciated. ??
Also, in add-to-cart event, how do we know what products/SKU/price customer added to the cart? Possible to do that? How do we write that macros?