overkill22
Forum Replies Created
-
Forum: Plugins
In reply to: [Perfect Pullquotes] Change font color from shortcodeThank you, already done 🙂
very nice plugin with clear and simple customization! will leave a review soon!
Thank you so much for your work!
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Warning message outside the screenOk.
I’m really looking forward to see the v.3 !
I think you guys will rock!Forum: Plugins
In reply to: [Right Click Disable Orignal] Disable right-click only for imagesafter long research and thinking, I ended up not using any of the right click disable plugin.
I use a very very light watermark on the picture that really need it, and nothing in the others.There is a super cool way to protect the pictures HERE but you’ll have to code a bit. This is the only one that I would use, but at the moment it is too complicated for me.
Forum: Themes and Templates
In reply to: [Tienda Basic] Adding the logoContacted the developer by mail (excellent support), logo available only in the pro version. Topic resolved.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Warning message outside the screenoh, I’ll take a look at that for the mobile version.
But what about the desktop version? right now, the sidebar form doesn’t show the validation since it goes too far outside on the right.is the CSS above the only way to do this workaround?
Ahahah!
So you are providing two GREAT services! Ahahah!
Thanks guys, I’m looking forward for the MailPoet 3.0Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Warning message outside the screenI tried to add
.formError { left: 718.17px !important; }but this doesn’t make it responsive. In the mobile version (or with another laptop with different resolution) the message is outside the screen or in a wrong position.
Thank you for the video, I’m using the Inspect option and sometimes Firebug.
I just can’t find the right setting to make
.formErrorappear on the left side of the form or at the top.
Now I’m noticing that also with the default settings, in the mobile version, the field appears outside the screen.Forum: Themes and Templates
In reply to: [Tienda Basic] Some questions about the headeryou’ve got a mail 🙂
thanks for the answer!
Forum: Themes and Templates
In reply to: [Tienda Basic] Some questions about the headerActually it is not online yet.
Regarding the picture, if I add a 1800×800 it get zoomed a lot.
For the contrast I think the color #888 you are using is too light, at least on my laptop, probably #6E6E6E or #545454 would be better.
Let me know if you want I can create a user for you to see the preview of the site.
Forum: Plugins
In reply to: [Download Monitor] style downloads shortcodeThank you Barry,
your support is really good.Since you don’t apply any style, probably it is my theme problem. I’ll use a custom CSS to style the shortcode.
thank you again!
@ciaobellaz, take a look at the mail tester, it is quite usefull http://www.mail-tester.com
— I do have a personal theme, these my settings:
body { color:#47403f; font-family: "Trebuchet MS"; font-size: 16px; background-color: #ffffff; /* can be transparent */ }and the
viewbrowserthat I don’t remember what does it do, if I don’t mistake this is only for the link “view in the browser” that actually I don’t have:viewbrowser { font-family: "Arial"; font-size:11px; color:#fbad18; }could be this?
— actually MailPoet doesn’t support–yet–a responsive theme, they are working on it, but at the moment if you open the email from mobile, the fonts are super small, could it be this the issue?
I found this workaround to make the newsletter responsive, but at the moment is giving me problems with the images.Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Warning message outside the screenI’m styling it with this code:
/* style error message mailpoet */ .formError, .formErrorContent { background: #FB3636 !important; color: white !important; font: inherit !important; }Forum: Plugins
In reply to: [Media Library Assistant] Bulk edit XMP or IPCT of files already uploadedThank you and apologise, I read that topic first, but I have mistaken the “posted data” reading 3 years ago instead of 3 months ago!
Thank you for your explanation! All the best!
I removed the plugin causing the redirect, but I do have the rule in the htaccess file:
RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule .* https://mywebsite.com%{REQUEST_URI} [R,L]Is this one ok or should I change something else?