Dimonira
Forum Replies Created
-
Forum: Plugins
In reply to: [jQuery Colorbox] Why Colorbox rotates vertical photos?I understand. All software read the EXIF information and automatically rotate the picture. jQuery does not read the EXIF. Maybe you should add this feature? So far I have removed the EXIF and rotate the picture manually.
Forum: Plugins
In reply to: [jQuery Colorbox] Stopped working after wordpress updateI used a clean 3.6 (not updated). Works for me regardless of the option “Use jQuery library version 1.9.0 from Google…”. One problem only: vertical photos rotates by 90 degrees 🙁
Forum: Plugins
In reply to: [WP-PostRatings] WP-Postratings stopped workingI removed the plugin.
Forum: Plugins
In reply to: [Plugin: SimpleModal Contact Form (SMCF)] Not getting sender’s mailI think I understand (?) Everything is determined by used smtp server.
I’m using smtp.gmail.com (with login/password). This smtp server sends mail only from my behalf. So no matter what is written in the “From:” (before call @mail function), it will be replaced by a smtp server to my email as the sender (in the actual “From” field in the email).Forum: Plugins
In reply to: [Plugin: SimpleModal Contact Form (SMCF)] Not getting sender’s mail2 Eric Martin
Strange that you ask. When submitting a form you send email to yourself.Forum: Plugins
In reply to: [Plugin: SimpleModal Contact Form (SMCF)] Not getting sender’s mail2 kreegah:
The point is missing, the correct line looks like this:
$body .= “E-mail: $email\n\n”;
————————————————————-
For localization users I wrote code like this:// Set and wordwrap message body
$body = __(“Name”, “smcf”) . “: $name\n\n”;
$body .= __(“Email”, “smcf”) . “: $email\n\n”;
$body .= __(“Message”, “smcf”) . “: $message”;
$body = wordwrap($body); // default is 75 charactersForum: Plugins
In reply to: [WordPress Hit Counter] [Plugin: WordPress Hit Counter] WP Hit Counter bugsSory, it’s my bug: I edeted and saved the file hitcounter_menu.php in the incorrect character encoding.
Forum: Plugins
In reply to: [WordPress Hit Counter] [Plugin: WordPress Hit Counter] location of counter2 SpecR
I use the widget.