feshin
Forum Replies Created
-
Forum: Plugins
In reply to: [Timber] The Events Calendar Plugin IntegrationHi drdestefanis!
Did you ever have any luck getting The Events Calendar Plugin to work with Timber? I’m trying to do the same thing at the moment and I’m not having much luck.
Thanks so much, claytondaley. You saved the day. Wish I could buy you a beer; you prevented the piwikocolypse.
Yeah – it outputs nothing. The code on the page is just empty – no surrounding divs or anything at all.
I thought about inserting some javascript alerts in the shortcode function to see if it was even getting called.
The only thing I can think of is a conflict in the theme. I’ll try switching the theme and see what that does.
Hi Harish–
Yes, the plugin is shortcode is placed on the main site where the plugin is activated.
Unfortunately this site is an intranet so I can’t give you access to it. Any other way to test it out? I tried enabling the debug.log, but I don’t see any errors in it.
Ok – The widget IS working. My bad. I had a cache issue with it.
However, the shortcode still doesn’t seem to work.
I’ve tried it as you specified on the plugin options page as well as without any options. I’m assuming both approaches work?
[dot_recommended_posts container='div' post_type='showcase' number='10' year='2013' monthnum='7'] [dot_recommended_posts]Hi aminasadi2–
I’m interested in doing the same thing as you inquired about and was wondering if you had any success with it. Anyway, if so, do you think you could share some of the adjustments you made to wpDirAuth.php?
Thanks
Forum: Plugins
In reply to: [Meta Box] deluxeblogtips.com down?Thanks for getting the site back up!
Hey Johan–
Sorry for the slow response. I downloaded this and it works perfectly. Thank you so much for updating it. I really really appreciate it.
I see you have a donate form via paypal on your site. Unfortunately my Dutch is a bit rusty (ok, non-existent). Do you have an English version?
Forum: Plugins
In reply to: [Meta Box] deluxeblogtips.com down?Would love to try the plugin out, but I’m also having trouble accessing the site.
Hey Johan–
Thanks for the super fast turn-around.
I’ve tested the 2.3 version you posted, but I’m getting the white screen of death on the admin and front-end. Reverting back to the original version (2.0.2 in my case) brings it out of the white screen.
I don’t have access to the error logs at the moment, but could probably post some more detailed info later.
I’m having the same problem and am not quite clear on the suggested fix posted above.
I have a multisite install on which I’m using a plugin to clone sites. The newly cloned sites all have the same ID in piwik, although they should be unique.
What’s the recommended solution here – change the settings in piwik directly or is there a way to do it via the plugin?
Thanks for the help.
+1
Agreed. Would be a great feature.
Forum: Plugins
In reply to: [WP Super Cache] Only cache homepage and categories pagesI’d like to do something similar; cache only the homepage, but not other pages.
If the “Pages (is_page)” option is checked in WP Super Cache then it doesn’t cache the homepage (since it is logically a page).
Any help would be super appreciated.
Thanks!
Ok – follow up with a possible solution. In my case I’m using a custom post type and the save taxonomy function is specific to a normal post.
In the save function (save_taxonomy_data) look for this line:
if ($post->post_type == 'post') {Change the post_type to your custom post type. I also had to remove the if statement around:
add_action('save_post', 'save_taxonomy_data');I’m having the same problem – the taxonomy displays in the drop-down perfectly, but I can’t figure out how to get it to save.
I’ve tried the above code (thanks, J Grandin), but still no luck.