kamcl01
Forum Replies Created
-
Forum: Plugins
In reply to: [Clone] Backup, Restore work fine, leaves me at the WordPress install pageI have to expound on my problem: I can backup fine but when I choose WPClone in the new site I am taken to the Install page. So I can’t install the backup.
Forum: Plugins
In reply to: [Clone] Backup, Restore work fine, leaves me at the WordPress install pageSame issue, have tried a fresh install of WordPress, deleted the plugin and reinstalled, I even deleted wpclone directly from the database and installed it again. No matter what I do it keeps sending me to the “Welcome” screen of the five minute WordPress install.
It’s like the GIANT PUDDLE in Groundhogs day.
Forum: Plugins
In reply to: [WooCommerce] How can you revise woocommerce endpoint pages?Woodocs is the best place to research that info. Here is a comprehensive list of the WooCommerce hooks:
https://docs.woothemes.com/document/hooks/Forum: Plugins
In reply to: [Theme My Login] Missing password recovery page/loginResolved
Forum: Plugins
In reply to: [Theme My Login] Missing password recovery page/loginResolved!
After finally finding the question posed in another thread- turns out I deleted the Lost Password page that is installed with the TML plugin. Even after deleting and reinstalling the plugin. Luckily it was still in my trash can. Restored it and it’s now working perfectly!
NOTE: You have to choose the “enable security” option in the TML settings to access the login limit settings.
I have discovered that imcompatibility as well. I have left the Limit Login plugin off because Theme My Login has that functionality built in under the Security settings. Perhaps you can ask your host to allow that instead if you point out the Login Limit capabilities- it IS a good security measure. Or ask them to provide you with code to help out with the TML uses- like redirects and role restiction. Or threaten to use another host? ??
Forum: Plugins
In reply to: Woocommerce css editing…one long line of codeThe “less” file is just the standard file with the line breaks and indenting removed to make it as small as possible for browsers downloading it.
Less is not a “standard css file with line breaks and indenting removed.” Less is a dynamic stylesheet language. It extends CSS with dynamic behavior such as variables, mixins, operations and functions.” ??
https://www.lesscss.org/Also to un “minimize” your css (that single long line of css), visit a site such as: https://mrcoles.com/blog/css-unminify/
Copy your long line into the dialog box and click the unminify button.