astimegoesby
Forum Replies Created
-
I was able to solve my theme header conflict issue with the theme’s custom css as:
html.darklooks-mode-changer-enabled .header-right-wrapper a#nav-toggle {
color: #000000 !important;
}Again, thank you for the direction pointing and the amazing plugin.
Thank you for the suggestion which I tried just now. My theme does have a custom CSS section that I seem to be able to control for the heading. Would you suggest a CSS or other change that would ensure darklooks exclude elements is loaded last?
I put the following in child css and now all my devices seem to be displaying responsively.
/* iphone add sidebar wrap*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {#zoom-theme-main {
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}/* chrome mobile/responsive tester to show result of testing sidebar wrap */
#primary,#content,#secondary,#tertiary {
display:inline-block; /* for Chrome desktop resize */
}}
Looks like display flex css support is not out of the box on safari.
Forum: Plugins
In reply to: [BulletProof Security] Annoying Forced JTC LiteOne of my favorite features is this hover captcha. I change the default to a site nickname and put it on every form. Brute force traffic almost gone, not overnight, but they are getting the hint. Better than any other plugin for this and so many other common and uncommon hacking efforts. I did turn on hover captcha for woocommerce checkout form to try it and couldn’t get it to go away by unchecking the box. For me, toggle on and off again with cache clear in between (site has 2 caching plugins running) worked to remove the box. Only css is supposed to be cached on my checkout page and that was enough to block the instant removal (the hover stopped working but the box remained). I don’t think it had anything to do with the toggle, suspect only the cache. Hope it helps you troubleshoot. I’ll go remove the css min on my checkout page now.
I noticed the same error while configuring this plugin, WP Social Login.
I tried adding multiple conditions to the free items for product qty 1, product qty 2, product qty 3 etc. Seems like the ability is there. It is not working for me. Any suggestions would be very much appreciated.
I tried adding products with quantities as conditions which made me realize the number of gifts allowed setting would need to be in the condition. Sorry to trouble you and thank you for considering the feature for the next release.