johnzhel
Forum Replies Created
-
Thanks@Caleb Burks
I would like to show the variable pricing the same way as Amazon:
https://screencast.com/t/zRYyHa6gtAIn other words, just simply list each variation followed by the price.
How can we do that?
Forum: Plugins
In reply to: [Woocommerce Quantity Table] Error massageFurther more:
1. This plugin does not work with dynamic pricing with percentage discount %. It forces it to be dollar amount discount.
2. This plugin has issue with variable product with difference price for each variation.
It would be great if you can fix it. Thanks for the great initiative.
Forum: Networking WordPress
In reply to: Can not add new site – WPMU.Why do I see “This topic is resolved” on the right? Do we have a solution now? I would love to know. Thanks!
Forum: Plugins
In reply to: [BuddyPress Courseware] Error in activating (not able to activate)I followed bett00’s instruction and successfully active the courseware plugin and created a group and enable courseware (big thanks to bett00).
However, when I clicked on “Edit Course” within that group, the page would say:
Page not found
We’re sorry, but we can’t find the page that you’re looking for. Perhaps searching will help.
The url is:
mydomain.com /groups/demo-class-2//course/editEven I deleted the duplicated // in the URL above, still page not found.
What did I do wrong?
Thank you for your help in advance ??
By the way, what I did was:
in googleanalytics.php
Line 423 (replace ‘.$options[‘uastring’].’ with a UA code)
$line = ‘<div id=”uastring_automatic”>’.$line.'</div><div style=”display:none;” id=”uastring_manual”>Manually enter your UA code: <input id=”uastring” name=”uastring_man” type=”text” size=”20″ maxlength=”40″ value=”PRE-FILL A UA CODE HERE“/></div>’;
Line 429 (swap true and false)
‘desc’ => ‘<input type=”checkbox” name=”manual_uastring” ‘.checked($options[‘manual_uastring’], false ,true).’ id=”switchtomanual”/> <label for=”switchtomanual”>Manually enter your UA code</label>’,The question is how to save this setting in sub blogs automatically when each sub blog is created.
Forum: Fixing WordPress
In reply to: Google removes my wordpress site from its index. Please helpThank you for the reply.
I checked the header, and “<meta name=’robots’ content=’noindex,nofollow’ />” is not there now.
How long Google would show my site in search result again after noindex tag was removed?
Probably I should describe it better as a “Customer Self-Service portal” which allows customers to access their account information, download monthly reports, check project status, ask questions, pay invoices, etc on the web.
Is there any way we can do this in WordPress?