style.css typos PHP Undefined index:

  • Author
    Posts
  • #9228
    Gary Johnson

    1) Error
    Notice: Undefined index: mantra_headerupload in F:\bit5411\apps\wordpress\htdocs\wp-content\themes\mantra\admin\sanitize.php on line 128

    2) Steps to reproduce
    Dashboard
    Apperance
    Mantra Settings
    Miscellaneous Settings
    Custom Css
    add some custom css and save, get error

    CSS style.css errors

    style.css
    see padding-top – 2 values

    .contentsearch #s {
    display:block;float:left;
    margin-bottom:20px;
    padding-top: 5px 10px;
    padding-bottom:5px;
    padding-left:10px;
    font-size:18px;
    height:29px;
    }

    see float:none – needs ;

    .tinynav {
    display:block;
    float:none
    margin:0 auto;
    display:none;
    min-width:200px;
    width:100%;
    padding:10px;
    margin-bottom:8px;
    }

    #9535
    Zed
    Cryout Creations mastermind

    Thanks for pointing those out. They’ll be fixed in the next update (2.0.7)


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘style.css typos PHP Undefined index:’ is closed to new replies.