ShMk
Forum Replies Created
-
I’m using this code to get an array of event objects:
$events = EM_Events::get(array( 'blog' => get_current_blog_id(), 'limit' => 20, 'order' => 'DESC', 'orderby' => 'event_start_date,event_name', 'scope' => $dates, 'category' => $categories, 'tag' => $tags ));
and as said before: I’m on multisite environment and I cannot see categories (field presents but empty), tags and locations (missing fields) in the returned objects fields.
Am I the only one with this problem?
Maybe an error in my plugin settings? Or in the multi-site install?
Forum: Plugins
In reply to: [Contact Form 7] Wrap variable into bracketsI thought on using a replace before sending the email but I didn’t know what hook or filters use.
I had also to execute a strtoupper on that variable so I replaced the preg_replace with a preg_replace_callback and it worked as needed ??Thanks a lot! ??
Forum: Plugins
In reply to: [Contact Form 7] Wrap variable into bracketsThanks for the fast reply!
The problem is that the email has to be read by a 3rd party automated system and that system is looking for [username] in the email subject
Forum: Plugins
In reply to: [qTranslate] qtranslate, problem with edit windowI’ve also the same problem about the window size.
Are there any fix for having a editing window with a usable size?
Thanks! The caption template is close to what I’m looking for,
I’ll take it as example to create a custom template:)Forum: Plugins
In reply to: [WooCommerce] Change password formNo reply, so it’s not possible without editing the woocommerce core files?
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] DISABLE CacheI have no cache plugins and I don’t know if the server has a caching mod (I’m on GoDaddy hosted server, if this could help).
I’ve checked that this caching effect doesn’t happens on default templates but only on custom templates (I’ve added a template in my-theme/nggallery/gallery-custom.php).
I’m recalling the gallery in my homepage using this shortcode:
echo do_shortcode('[ngg_images gallery_ids="1" display_type="photocrati-nextgen_basic_thumbnails" template="custom"]')
Tell me if I can send you more infos or I can try something more for debug.
Forum: Hacks
In reply to: Plugin functions to use on other pluginsThank you!
If my_function is used by other plugins but only in the backend I have to use ‘admin_init’ instead, or ‘init’ is fine?
Forum: Themes and Templates
In reply to: Blank / Clean Responsive Theme for 3.7.xMany thanks, I’ll give underscores a try ??
Forum: Themes and Templates
In reply to: Blank / Clean Responsive Theme for 3.7.xThanks for the links, I’ll give them a look now!
Do you have used any of these? Any personal preference?
Forum: Plugins
In reply to: [jQuery Colorbox] Jquery colorbox plugin not working with WP 3.6 ?Not working on 3.6.1 for me too.
Forum: Plugins
In reply to: [Audit Trail] Monitor page clicksI know that Analytics could do that, but if someone want to keep all the data inside his WordPress and doesn’t want to use a 3rd party service?
An affiliate plugin it’s made to create affiliate links that X user spam around the web and track Y user clicking on X affiliate link, not to track every action X user do on a website ??
Forum: Plugins
In reply to: [Download Monitor] 0 Bytes DownloadIn my case the files inserted are PDFs.
Forum: Plugins
In reply to: [Download Monitor] Zero byte downloads!I confirm that on latest download-monitor and wp 3.6.1