Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Was this ever resolved? I have the same problem.

    Forum: Fixing WordPress
    In reply to: anchor button?
    Thread Starter Jenn65B

    (@jenn65b)

    when I plopped that into functions.php I got this. Why?

    function enable_more_buttons($buttons) { $buttons[] = ‘hr’; $buttons[] = ‘anchor’; /* Repeat with any other buttons you want to add, e.g. $buttons[] = ‘fontselect’; $buttons[] = ‘sup’; */ return $buttons; } add_filter(“mce_buttons”, “enable_more_buttons”);
    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/content/99/7000499/html/wp-content/themes/2010-weaver/2010functions.php:505) in /home/content/99/7000499/html/wp-content/plugins/si-contact-form/si-contact-form.php on line 2075

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/99/7000499/html/wp-content/themes/2010-weaver/2010functions.php:505) in /home/content/99/7000499/html/wp-admin/theme-editor.php on line 103

    Forum: Fixing WordPress
    In reply to: favicon
    Thread Starter Jenn65B

    (@jenn65b)

    The themes header.php or the whole website header.php?

    Forum: Fixing WordPress
    In reply to: favicon
    Thread Starter Jenn65B

    (@jenn65b)

    Hmmm… i just uploaded it to the theme folder (I use 2010 Weaver) and still nada. ??

    Forum: Fixing WordPress
    In reply to: favicon
    Thread Starter Jenn65B

    (@jenn65b)

    No.. all I did was what I wrote in my original post.

    Thread Starter Jenn65B

    (@jenn65b)

    Thank you very much for your reply! Is there a line I must remove? Or just change? If change, to what? I’ve never edited a php file before, can you tell? ??

    Forum: Fixing WordPress
    In reply to: anchor button?
    Thread Starter Jenn65B

    (@jenn65b)

    Thank you for your reply! I guess I’m too new at this because I’m not sure where to add what you wrote?! Is there another editor or plugin that will do anchors in the visual editor?

    Forum: Fixing WordPress
    In reply to: anchor button?
    Thread Starter Jenn65B

    (@jenn65b)

    No one can help me with this? Then how do people create anchors to text with this wordpress program? I’m new using this and I was told Tinymce Advanced was the plugin to use. However, when I click the spot where I want the anchor to be, then click the anchor button and type in the name, nothing appears (should be an anchor box, I’d think) after clicking to insert. I’m us wordpress 3.2.1.

Viewing 8 replies - 1 through 8 (of 8 total)