dcutri
Forum Replies Created
-
Thanks, gabrewat. This would be such a great plugin if it actually worked the way it should.
gabrewat, you’ve identified the problem, but have offered no solution 🙁
If I use the Zip feature, I get a checkdir error when I go to unzip, but if don’t use the Zip feature, I’ll get an actual sql file which I can open and which appears to be fine, but I’m afraid to trust it because either way I still get the Security error! message.
What can I do?
Did anyone ever find a solution for this? I would love it if so.
Forum: Plugins
In reply to: [jQuery Colorbox] How to make jQuery Colorbox responsiveNevermind. I found the plugin settings 🙂
i think what fixed it for me was making sure that wp_head(); was placed RIGHT before the closing
</head>tag.hi. i have gallery shortcode installed here: http://kasturiindiancuisine.com/#menu-item-195
when i click on a thumbnail, i would like the image to open in lightbox
i read through this entire thread and have had no luck
can you help?
header:
[large amount of broken code moderated – plesse use the pastebin – http://codex.wordpress.org/Forum_Welcome#Posting_Code ]
ChristianAVS: Thanks, man! Worked like a charm. I have one question, though. What permissions should be set on both the .ini file and the /tmp folder?
It is a bit confusing at first, but I’ve implemented it on 3 websites now, so I’m sort of a pro :)) Basically, as soon as you activate it, it automatically creates an Events category for you. Create a post, assign it to the Events category, and that’s it. It’ll show up in the Events List and on the Calendar.
The Calendar and Event List will be visible on the Events category pages: yoursite.com/events and yoursite.com/events/upcoming, respectively.
The thing to remember is that the plugin doesn’t use the regular WordPress category template. It uses list.php for the event list, single.php for single events, and gridview.php for the full calendar, so those are the files you need to edit to make changes. These files are all in the plugin folder, but it helps to copy them into your themes directory, so you always have original copies of them which are replaced when you update. Create a folder named events in your theme’s directory and put those files in there (along with the widget display one) and you’re good to go.
Forum: Plugins
In reply to: Getting images to display in NextGen media rss feedVersion 1.7.4
Forum: Plugins
In reply to: Getting images to display in NextGen media rss feedSorry… wp-content/plugins/nextgen-gallery/lib/media-rss.php Line 445 is where that line of code is. It starts with “$out” and ends with “\n;”
Forum: Plugins
In reply to: Getting images to display in NextGen media rss feedI got it:
$out .= $indent . "\t<description><![CDATA[" . nggGallery::i18n($desc) . "\n<img src='". $image->imageURL ."' />]]></description>\n";Line 445 of the latest version. Worked for me! Check it out:
Forum: Plugins
In reply to: Getting images to display in NextGen media rss feedAny answer, Matt? Where was that other thread? Having trouble finding anything useful. I’d appreciate any response, if you have anything. Thanks.
Same here, Aardvark. I have no idea what they’re talking about. There is no “Page Links To” option my Event options. Any answer yet?
Forum: Plugins
In reply to: [Plugin: WP Carousel] How do I turn off autoslide?!I removed it.
Forum: Fixing WordPress
In reply to: how do you break up wp_list_pages?well, i took a different route–i just separated out the forum link from the rest of the menu and stuck a common link below for each school to just link to–it doesnt answer my question, but i don’t need to do that–i’d still be interested in a solution though, about breaking up the menu, if anyone can figure out how to do that