Search:

Search: Search took 1.00 seconds.

  1. Replies
    9
    Views
    467

    [TUTORIAL] Here comes the solution. Create a new file and...

    Here comes the solution.

    Create a new file and call it general.js

    Place the following code into that file:


    jQuery(document).ready(function($) {

    // displays error if user choose...
  2. Replies
    2
    Views
    353

    [SOLVED] You can add the following code to your style.css...

    You can add the following code to your style.css file that should do the trick:



    .btn_orange,
    #app-attachment-upload-filelist .app-attachment .button {
    background: #0099ff !important;
    }
  3. Replies
    4
    Views
    345

    [SOLVED] Done! Please, check your mail.

    Done! Please, check your mail.
  4. Replies
    6
    Views
    567

    [SOLVED] Hi Davideus, I've just had a look into the...

    Hi Davideus,

    I've just had a look into the code, and that feature would require some custom coding. More specifically, you would need to add the following code to your child-theme-scripts.js file:...
  5. [SOLVED] Hehehe! Did you assign any value to $user_id...

    Hehehe!

    Did you assign any value to $user_id variable?
    I assume, no.

    The $user_id you can get from $post->post_author in this context.

    So just replace $user_id with $post->post_author in...
Results 1 to 5 of 5