Anticosti
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Custom Login] Activating Background SlideShow causes a font glitchAlso…
adding this (lowering the z-index) to custom CSS helps the form background to not dissapear when using the “Lost Password form:.cb-slideshow { z-index: -9999 !important; }If that could be of any help, here’s what I created in my CSS for these file selectors:
ul.wpuf-form li .wpuf-fields a.file-selector, a.button.file-selector, a.button { text-decoration: none !important; line-height: 20px !important; height: inherit !important; font-family: inherit !important; font-size: 15px !important; padding: 6px 14px 7px 14px !important; margin-bottom: 0.5em; color: #FFF !important; text-shadow: none !important; background: #EB7200 none no-repeat !important; border: solid 0px #eb7200 !important; border-top: 0px solid transparent !important; border-bottom: 0px solid rgba(0,0,0,.1)!important; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; box-shadow: none !important; font-style: normal !important; font-weight: bold !important; vertical-align: baseline !important; position: relative !important; border-radius: 3px !important; -webkit-border-radius: 3px !important; -moz-border-radius: 3px !important; -ms-border-radius: 3px !important; -khtml-border-radius: 3px !important; -o-border-radius: 3px !important; } ul.wpuf-form li .wpuf-fields a.file-selector { display: inline; cursor: pointer; -webkit-appearance: none; white-space: nowrap; }On my site, I tested with iPhone 5s, Safari, iOS 9.3.5
File Upload and Image Upload: Both works fine.I suspect it could be a bug with latest iOS update. ?
Forum: Plugins
In reply to: [Admin Custom Login] Activating Background SlideShow causes a font glitchChanging in “Custom CSS” all instances of:
font-family: “Open Sans”, Arial, sans-serif !important;
To:
font-family: Open Sans, Arial, sans-serif !important;This solved my problem.
Cheers,
- This reply was modified 8 years, 2 months ago by Anticosti.
Forum: Plugins
In reply to: [Admin Custom Login] Multisite Problem(s)Just as a side note:
Found out that turning “OFF” this plugin, helps:
Image Regenerate & Select CropThese ones can stay “ON” while uploading Background Images and/or logo:
Imsanity (helps keep smaller images)
Sharpen Images (as the name tells it: nice sharp images)Once your images and logo are uploaded, you can turn back “ON”:
Image Regenerate & Select Crop
if you need this pluginCheers,
- This reply was modified 8 years, 2 months ago by Anticosti.
Forum: Plugins
In reply to: [Admin Custom Login] Multisite Problem(s)Thank you @weblizar_support
Limiting the number of plugins, worked out.
I am OK now. Love this plugin.
Kind Regards,Even if clearing the cache?
Hope there will be a fix without going in the database…
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] How to make all links active in bodySame issue with WP Frontend User
Same issue for me
You could also clear your cookies and cache. That may also help 😉
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Br and P elements all aroundI don’t know if this could be of any help but… I once had this sort if problem with the Newsletter plugin. The solution for me has been to delete all HTML in there and just put in the message template, the message tag: {message}
Regards,
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Admin broken@valexar
Uoups! Playing on the front end with my language switch, I realized that the output is broken, and this only in the second language (EN).
I added a screenshot in the folder above…Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Admin broken@valexar
From my mobile, I don’t see any error in admin. So… All looks good!
Thank you!Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Admin brokenYour solution solved the issue.
Thank you Valentyn!