asok22
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Password reset has no entry fieldYes we are actually –
Email as Username for WP-Members
Should i disable?
actually – sorry but my .htaccess looks like this:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]Forum: Plugins
In reply to: [WooCommerce] Add custom product data to productsHey man thanks for at least replying i appreciate it. No need to be sorry. Its nice that a community tries to suport.
Forum: Plugins
In reply to: [WooCommerce] Add custom product data to productsNo – sadly – nothing of the sort. Would you add meta data to a product using categories?
Things like weight, etc. That is meta data – i wasnt to add other meta data. Its not attributes, and its not categories – its other data that is compulsory for each product. So you would certainly not use categories or attributes for that…