Max
Forum Replies Created
-
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] urldecode tracked url query varsGood one pointing that out, the problem may not be with reading the $emtrck but possibly with how it was created. I noticed you’re doing a urlencode inside the alo_em_make_url_trackable before passing it to add_query_arg. Is it possible double encoding is happening there? I’ve actually had this problem on both my live and local testing servers. Is it working on your server without modification?
Forum: Themes and Templates
In reply to: Disable caption and title on image uploadOpen the file wp-admin/includes/media.php and comment out lines 340,341,342,343,344,345,346. Annoyed me as well after uploading 300 images 20 went missing in search because media.php used the image’s EXIF/iptc data to auto generate a title with OLYMPUS DIGITAL CAMERA as well. Then I ended up making a complete mess by uploading the missing images again (which in WordPress saves a duplicate with a number appended to the filename…), so I had to delete the whole batch (including translations!) Highly frustrating.
Forum: Plugins
In reply to: [Minimal Shortcode UI] Fatal error: Only variables can be passedAssuming this issue has been resolved. Please let me know if not though.
Forum: Plugins
In reply to: [Minimal Shortcode UI] Fatal error: Only variables can be passedHey Anette, thanks for letting me know about this. The most probable cause for this would be is that your server is parsing the Underscore templates using ASP, eRuby or JSP. I have released a fix that changes the way Underscore parses these templates and should therefore not conflict with your server anymore. Please let me know if it worked.
Forum: Plugins
In reply to: [Minimal Shortcode UI] Image Code not workingHey raoul_k, good to hear you like the plugin. You are right about wp_get_attachment_image_src not giving you the image. I have fixed the example.php file in 1.0.3 have a look there to fix this issue.
Turns out when writing the example I assumed wp_get_attachment_image_src would return the path of the image but instead it returns the image attributes in an array(path, width, height).
fcourtois, I already dropped the adjustments since it wasn’t working really well with only groups of days as well (it was just a quick hack). We ended up using the calendar purely for letting customers see availability and handling bookings by e-mail/phone since we needed a quick solution.