phunkateer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot modify header information – pluggable.php on line 865swwweeeet! glad i found yall! i’ll reiterate the suggestion, cuz they worked after i thought i should keep searching for other posts. i ended up at this situation after i added some things at the header of my functions php. not sure exactly how the main functions interacts with the theme’s functionsphp, but i had to delete some extraneous blank space at the end of my file. somehow it just appeared- possibly by editing in text editor…? after updating my theme’s functions’ file, all seems to be going well.
(was experiencing while dealing w plugins or attaching an image thru the media library tab)Forum: Plugins
In reply to: [Plugin: Event Calendar/ Scheduler] Calendar does not save eventsafter the first <?php
in which file were you referring to that the first php
i added this line of code both in the scheuler.php and scheduler_init
still no luck thoughForum: Plugins
In reply to: Looking for collapsible lists (in pages) pluginhow does one insert the accordion with this superslider? got it installed and edited the pref’s to how i think i want my accordion.
but in my posts/pages, i only see buttons for zoom, scroll, and reflecthow do i call up the accordion function, class, whatever… w/ code?
Forum: Themes and Templates
In reply to: Can I hide “comments off” tag?i dont have
comments_popup_link(__(‘Comments (0)’), __(‘Comments (1)’), __(‘Comments (%)’))
that line of code so i’m not sure where to put your replacement, jonrichards.
i’ve gone as far as to use the plugin> “no comments on pages”. seems like it’d be insanely useful, but it didn’t work for me. try it out for yourself. i’m pretty sure it disables all comments ANd that annoying ‘no comment’ txt. for some reason, no matter what i do i sitll can’t get it gone.
i DID manage to get rid of the comment txt thing though, in page.php, possibly a custom thing for the theme i’m in.