nuroweb
Forum Replies Created
-
Forum: Plugins
In reply to: [SH Slideshow] Slideshow not showing up in the right placeFranc,
I had the same issue and was unable to resolve it. I had other issues on other sites with SH Slideshow. I started using this pluing instead:
http://ww.wp.xz.cn/plugins/promotion-slider/
It has less transition options, but doesn’t seem to bug on the 2-3 sites I’ve used it on so far.
Forum: Plugins
In reply to: [SH Slideshow] Slideshow not showing up in the right placeSam,
Nevermind, I used a different plugin. Thanks anyways.
Forum: Plugins
In reply to: [SH Slideshow] Slideshow not showing up in the right placeIt’s not a CSS issue. The CSS and HTML code for the slideshow is inserted before the content in the source code instead of inside the content.
Forum: Plugins
In reply to: [Flamingo] How to restrict form data access to certain users?Thanks a lot for the quick response. I’ll try that out!
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Event "Popups" don't closeGreat! I found where I went wrong. I changed the JS file here:
“/wp-content/plugins/all-in-one-event-calendar/themes-ai1ec/vortex/js”
it had to be changed here:
“/wp-content/themes-ai1ec/vortex/js”
It’s fixed now. That organization is a non-profit, so I do this work on a volunteer basis. I’m glad this was resolved quickly.
Thanks!
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Event "Popups" don't close@ciropetitto
No, I edited calendar.js and then renamed it to calendar.min.js as you suggested. The original file is back online.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Event "Popups" don't close@ciropetitto: Unfortunately that didn’t work forme. I tested on a browser with no cache to make sure.
David,
Thanks for the update and the instructions for the checkboxes to check. It’s fine for me now.
Changing the CSS for two columns is not a big deal. If anyone wants the code, here it is:
#ss_pages {
width: 330px;
float: left;
}
#ss_posts {
width: 330px;
float: right;
}Just change the widths to fit your template or put 50%.
The only thing missing from your plugin now is the use of language files so we don’t need to change word directly in the plugin’s code.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Event "Popups" don't closeHello,
I have the same issue on a custom theme I made for a non-profit I manage the site for. The issue started when I updated to version 1.9. I think I had 1.8.2 on there before.
After the update it told me the core files were out of date, so I updated with WP’s automatic update, but it didn’t fix this issue.
Anybody was able to fix this issue?
Forum: Plugins
In reply to: [Simple Facebook Connect] Unable to publish on FB if post has an imageSamuel,
Great, that was it. I entered that post while the site was still on it’s DEV domain name, that’s why I changed the URLs for relative.
Thanks again for your great support!
Forum: Plugins
In reply to: [Simple Facebook Connect] Unable to publish on FB if post has an imageI’m trying to publish this article:
Otto, is there any help you can give me on this?
Great! That was it. I tought the app was optional if you had a FB page. Thanks!
Forum: Plugins
In reply to: [Simple Twitter Connect] STC 0.15 and WP 3.2.1 incompatible?Thanks for the lead. My theme actually didn’t have a comments.php, I’m not sure what comments_template() was calling. I copid the one from twentyeleven over and it works fine now: your plugins’ twitter button, the form and the comments list. Thanks!
Forum: Plugins
In reply to: [Simple Twitter Connect] STC 0.15 and WP 3.2.1 incompatible?Otto,
Good catch for the comments_form(), the theme was using comments_template().
I had forgotten the wp_footer(). Thanks for that!
The only issue I’m having is that comments_template() displayed both the posted comments and the comments form. comments_form() does only the form. I tried to add wp_list_comments(), but it displays nothing. have_comments() returns false. I know this is a WP question rather than a plugin question, but I can’t find an explanation for this in the doc or forums. Would you have an idea?