Search:

Search: Search took 1.00 seconds.

  1. Replies
    2
    Views
    683

    Child theme file functions.php is loaded before...

    Child theme file functions.php is loaded before theme files, so You cant directly remove action which wasn't added yet, so...


    function unhook_appthemes_functions() {
    remove_action('wp_head',...
  2. Replies
    11
    Views
    1,319

    This is simply done by a javascript toggle. As i...

    This is simply done by a javascript toggle. As i said before there are lots of examples here on this site: http://www.randomsnippets.com/2008/02/12/how-to-hide-and-show-your-div/
  3. Replies
    29
    Views
    6,506

    Looks like we need to replace this code in...

    Looks like we need to replace this code in theme-voting.php:


    //display the coupon success % badge within the loop
    function clpr_vote_badge($postID, $the_transient) {
    global $user_ID,...
Results 1 to 3 of 3