Search:

Search: Search took 1.00 seconds.

  1. I had the same problem. I found this code in...

    I had the same problem. I found this code in theme-functions.php

    "$args['menu_cols'] = ( $location == 'menu' ? 3 : 2 );"
    changed it to
    "$args['menu_cols'] = ( $location == 'menu' ? 4 : 2 );"
    ...
  2. Replies
    126
    Views
    15,943

    [TUTORIAL] Try to change the following part in the css code...

    Try to change the following part in the css code

    look for this:

    z-index:999;

    change to:

    z-index:990;
  3. Replies
    127
    Views
    13,599

    [TUTORIAL] Add an Ribbon to featured ads (vers. 3.1.8)

    Goal of this tutorial is to show a ribbon on the featured ads listings. Tested on Classipress Version 3.1.8 Something like this in the screenshot:


    2385

    Please backup the following files...
Results 1 to 3 of 3