creativeworldstudio
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook] Social Publisher : select what post type to publish on FB TimelineThis feature is much needed. Please let us select the post_type that social publisher shares to Facebook
Agreed – setting the email address/es notifications are sent to in the plugins settings page would be very useful.
Edit:
Is there a hook we could use to override the email in functions.php ?Forum: Plugins
In reply to: [FoxyShop] Adding product categories to main navigationHi guys,
Thanks for the comments here – this is exactly what I was looking at doing this week. One limitation I’ve found with calling
wp_list_categoriesis that we lose the Foxy Shop sorting/ordering setting. Any ideas on a work around?Thanks for the update Dennis. Can you give more details on how they dissapear? For example, is there a premium version of the plugin or is there a script to place in functions.php etc?
It’s just not clear what the process is. Thanks.
Yes, figured it out thanks. When I first saw that field option I assumed it was to add a style sheet in *addition* to the default styles (and not replace it). Thanks for the quick reply.
Hi Dennis,
If a donation is made is it possible to turn off/remove the ‘make a donation’ reminder on the Dashboard? I haven’t been able to find any details or info on this.
Thanks, Leon.
Thank you so much – awesome to see a quick reply and action. 🙂
Forum: Plugins
In reply to: [NextGEN-ImageFlow] ErrorI’m getting a “You do not have sufficient permissions to access this page.” when clicking on Settings even though I’m logged in as admin on WP 3.1.2
Forum: Themes and Templates
In reply to: Custom menu item not getting current-menu-item class added@karlevid – Happy to also confirm adding http://… to the start of the custom link prompts WP to add the correct ‘current’ and ‘ancestor’ etc. classes. Thanks!
Forum: Plugins
In reply to: [Page Lists Plus] [Plugin: Page Lists Plus] PHP Notice of undefined constant+1 Also experiencing the bug kjfrank identified.
Update: I’ve had some success and managed to get this plugin working with WP 3.1. My earlier issue was related to caching.
All data fields (including custom list fields) are sent to MailChimp EXCEPT the comment author name?! Can’t work it out 🙁
Should the field be NAME or AUTHOR or ???
Also experiencing issues as orbital described. Wondering if its WordPress 3.1 related?
Forum: Fixing WordPress
In reply to: Cookies and headers – logins sometimes failingDo you have any details on this conditional $is_iphone or $is_phone you’re talking about?? I couldn’t find any mention of it in the WP codex… nothing really showed up on a Google search either.
One solution I’ve used is to check the browsers user agent and display whatever from this condition. something like:
<?php if(strpos($_SERVER['HTTP_USER_AGENT'], 'iPhone') !== false) { ?> This IS an iPhone <?php } else { ?> This IS NOT an iPhone <?php } ?>But I would love to do this with a simpler native WP string if it exists…
Forum: Plugins
In reply to: [Plugin: Welcart e-Commerce] can i get the english version?+1 for English/localised version!
Forum: Plugins
In reply to: [Plugin: Exec-PHP] Editors not able to post PHP codeThanks RS – Will give that suggestion a go.