Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Hacks
    In reply to: Render a part ? .php
    Thread Starter Martin

    (@animaacija)

    Good day there,

    This support made me to result. The most hardcore coding poetry.

    This is what i did.

    • Added three plugins: Ultimate Admin Bar, ToolBar Removal – RC, WP Admin Theme.
    • In WP Admin Theme updated css via “edit plugin” [whateva]

      // {display:none;}

      #wphead {display:none;}

      #adminmenu ul {display:none;}

      #adminmenu2 ul {display:none;}

      #zeitgeist {display:none;}

      #footer {display:none;}

      #adminmenuback {display:none;}

      #adminmenu {display:none;}

      .wrap h2 {display:none;}

      #wpadminbar {display:none;}

      // and

      #wptbr {display:none;}

      My code, feel free to copy.

    • And before that saved necessary links to make front end admin menu
    • Hope this helps any body to save time and earn money..

    Forum: Hacks
    In reply to: Render a part ? .php
    Thread Starter Martin

    (@animaacija)

    It is , i need a tip there to render a DivID’s content of page, i call with link. Simple. Not all page but that selected part – there in picture.

    So it will be – user has acces to edit posts or something through front end. I will use lightwindows.js

    got it ? please i see this is high coding question..

    Thread Starter Martin

    (@animaacija)

    This one Simply does’t work, James. For me. If you got me right, i want to create admin-pages () that renders only [form#post-filter]

    Like THIS https://sathyasai.lv/x/kwek.png

    Any help appreciated.

    My active plugins in site are these ones .. https://sathyasai.lv/x/loka.png
    <- this for wp-hide-dashboard developers.

    Thread Starter Martin

    (@animaacija)

    i’m going for the edit! sathyasai.lv

    And it was the place to edit. Thanx!!


    value="<?php _e('Meklēt','suffusion');?>"

    onfocus="if (this.value == '<?php _e("Meklēt","suffusion");?>') {this.value = '';}"

    onblur="if (this.value == '') {this.value = '<?php _e("Search","suffusion");?>';}"
    <?php

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