Forum Replies Created

Viewing 15 replies - 1 through 15 (of 47 total)
  • Got VISUAL editor back following XILZEN suggestion here:

    http://ww.wp.xz.cn/support/topic/post-editor-missing-in-wp-35-after-upgrade?replies=58

    It’s very easy too!

    XILZEN

    Your fix worked for me!

    Same problem here.
    Tried disabling all plugins.
    Does not work.

    Help please.

    Thread Starter becomebecome

    (@becomebecome)

    Ok, just turned OFF After The Deadline.
    The Problem is still there.

    Any clue?

    Thanks

    Thread Starter becomebecome

    (@becomebecome)

    Thanks ESMI,

    I cannot provide a link, all posts are edited and the formatting is automatically changed at the moment of publishing.

    Which means the online post is already modified.
    Then I have to go back to editing, put some spacing and alignment, press publish…

    …and see it all coming out (a little less) weird.
    Then I have to go back to editing…

    Maybe it’s the Proofreader…

    I am trying to turn it OFF and see what happens.

    Thread Starter becomebecome

    (@becomebecome)

    Ok,

    created child theme.
    style.css
    fucntions.php
    header.php

    following instructions here :

    http://wp.tutsplus.com/tutorials/theme-development/creating-a-simple-child-theme-using-twenty-eleven/

    I get these errors at the moment I activate the theme :

    function techild_header_widget(){ if ( ! dynamic_sidebar( 'header-widget' ) ) : get_search_form(); endif; }
    Warning: Cannot modify header information - headers already sent by (output started at /home/become/public_html/wp-content/themes/twentyeleven-child/functions.php:1) in /home/become/public_html/wp-includes/functions.php on line 861
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/become/public_html/wp-content/themes/twentyeleven-child/functions.php:1) in /home/become/public_html/wp-includes/functions.php on line 862

    then on home page, on top of the page it shows :

    function techild_header_widget(){ if ( ! dynamic_sidebar( 'header-widget' ) ) : get_search_form(); endif; }

    Any suggestion, please?

    Here’s the link :

    http://test.becomebecome.com/

    Thanks

    Thread Starter becomebecome

    (@becomebecome)

    doh!

    That was it David…

    =/

    Now that the missing theme issue is solved, I’ll go on and experiment a little more to see how to get my Menu Bar mod.

    Thanks a lot!

    =)

    Thread Starter becomebecome

    (@becomebecome)

    Thread Starter becomebecome

    (@becomebecome)

    …even if I copy/past the whole style.css from twentyeleven original folder, I get the same error message…

    …and no response at all from dashboard if I change it back to style.css (lowercase)…

    =(

    PS – …also, the Twenty Ten theme folder is totally invisible too from dashboard. Only newly added themes from Network Admin dashboard are visible…

    Help !!!

    Thread Starter becomebecome

    (@becomebecome)

    Ok,

    The TEST site under WPMU does not make it.
    I have gone and followed ESMI instructions link to build a child theme.

    A style.css should be enough in the new directory to activate a theme select option but…

    If I call it Style.css I get the following message from the dashboard/appeareance/themes window :

    The following themes are installed but incomplete. Themes must have a stylesheet and a template.
    Name Description
    twentyeleven-child Stylesheet is missing.

    if I call it style.css

    I get no error message, but no option to select any newly found theme.
    It’s like I changed nothing…

    This is the code I put in the style.css file :

    /*
    Theme Name: Twentyeleven Child
    Description: Child theme for the twentyeleven theme
    Author: Your name here
    Template: twentyeleven
    */

    @import url(“../twentyeleven/style.css”);

    #site-title a {
    color: #009900;
    }

    Any clue?

    Thanks

    Thread Starter becomebecome

    (@becomebecome)

    Found this post on another Forum, but can’t quite figure out what it means…

    “Thanks for the advice guys. I finally figured it out. I created a standard shortcode button and put it on the page, and used html to move it into position on the header. (Through the regular wordpress html page edit section, not within the ATO)

    For example, you have a header and then the text on your page. Put the shortcode inside this div:

    <div style=”display: inline-block; margin-left: 600px; margin-top: -140px; position: absolute; “>
    [jbutton link=”http://homepage.com/order-online&#8221; color=orange size=”xlarge”]Order Online[/jbutton]
    </div>

    It will move the button 140 pixels above your main text container and 600 pixels from the left edge of the container.”

    If you can guide me through it a little…

    Forum: Plugins
    In reply to: WP-cirrus in the Header?
    Thread Starter becomebecome

    (@becomebecome)

    Found this post on another Forum, but can’t quite figure out what it means…

    Thanks for the advice guys. I finally figured it out. I created a standard shortcode button and put it on the page, and used html to move it into position on the header. (Through the regular wordpress html page edit section, not within the ATO)

    For example, you have a header and then the text on your page. Put the shortcode inside this div:

    <div style="display: inline-block; margin-left: 600px; margin-top: -140px; position: absolute; ">
    [jbutton link="http://homepage.com/order-online" color=orange size="xlarge"]Order Online[/jbutton]
    </div>

    It will move the button 140 pixels above your main text container and 600 pixels from the left edge of the container.

    If you can guide me through it a little…

    Thread Starter becomebecome

    (@becomebecome)

    You are right David, sorry for the messy link…

    Here goes a better one :

    http://www.artunlimited.com/catalog/catalogItem.do?cataloglist=true&artnr=PB0123&pager.offset=4&title=Paul%20Baars%20P.Baars/Figure/ground%20illusion%20Postkaarten%20PB0123

    This optical illusion gives a better idea of what I am thinking (hopefully).

    The light blue text would be the white text in case, the black text would be the black Menu bar.

    If I understand correctly, I can leave the black bar as it is.
    I just need to add the text “as an image or text” in the .css?
    Any suggestion how do I go about doing that?
    Which part of the .css should I target?
    How to code for “add this image or text here” in the language of .css?

    Thanks a lot !!!

    Thread Starter becomebecome

    (@becomebecome)

    @digital Raindrops
    thanks for the explanation and the links.

    If I understand you correctly there is no way to mod the Black Menu bar the way I want to.

    Not even creating a graphic layer with another software and telling the .css somewhere (pardon my ignorance) to stick it on top of the menu bar when it displays the theme interface. Right?

    Thanks

    Thread Starter becomebecome

    (@becomebecome)

    Yes esmi, thank you.

    I created a test site of my WPMU install and I’m going to experiment with it…

    =)

Viewing 15 replies - 1 through 15 (of 47 total)