Search:

Search: Search took 1.00 seconds.

  1. See if this code...

    See if this code is still valid...
  2. That's an admin option as far as I know ......

    That's an admin option as far as I know ... anyway ... this should account for any missing rows... just make sure you replace the same chunk of code.



    /*
    Label the data
    */
    ...
  3. It is not that easy working with tables ... the...

    It is not that easy working with tables ... the header is horizontal, it needs to be vertical.
    Try this using CSS tricks to turn it vertical...



    /*
    Max width before this PARTICULAR table...
  4. Replies
    6
    Views
    1,096

    [SOLVED] Just installed and works great... thanks again!

    Just installed and works great... thanks again!
  5. [SOLVED] The fix is available in the development build....

    The fix is available in the development build. You can grab it from your account or wait for the stable release.
  6. [SOLVED] The fix is available in the development build....

    The fix is available in the development build. You can grab it from your account or wait for the stable release.
  7. [SOLVED] I submitted a ticket, lets hope the devs will...

    I submitted a ticket, lets hope the devs will find this useful and add it to the stable release one day.
  8. [PLUGIN NEEDED] Great! @Fanatic...

    Great!

    @Fanatic, you would need to download the zip archive and install it as a plugin on your site.

    This functionality will be included in the next version with options: No redirect, Redirect...
  9. Replies
    25
    Views
    3,239

    The theme is still dated on the front and...

    The theme is still dated on the front and back-end compared to other themes.

    This theme should do more out of the box which is what most modern themes do, instead of buying and installing loads...
  10. Ohh, thanks for clarifications! I've got you...

    Ohh, thanks for clarifications!

    I've got you wrong then.

    Let's try following solution:



    header.header {
    display: block!important;
  11. Maybe you like this one? Original Design Is Flawed.

    Please review the category drop down selection menu. You can see even in your original request, it is not visually appealing. The entire width of the drop down and the search button must match the...
  12. I know you PM'd me about this, but thought I'd...

    I know you PM'd me about this, but thought I'd answer you here for the benefit of others

    Open the style.css file and in the media queries for devices with less than 600px width, either comment out...
  13. Replies
    42
    Views
    2,212

    hahahahaha! Yes, it certainly does have an...

    hahahahaha!

    Yes, it certainly does have an excessive amount of pixels left and right. Using my Chrome developer tools (or Firebug) I inspected the button and can see that the padding is defined in...
  14. Replies
    0
    Views
    123,928

    Sticky: How to receive faster support

    Hi,

    We try to reply as fast as possible, but sometimes we need more information to do that.In order to receive faster and more efficient support please always add in your ticket / thread the...
  15. @dimitris, you may be looking at the wrong type...

    @dimitris, you may be looking at the wrong type of button. Please view the classipress demo using an iPad or iPhone or any other mobile device and pay particular attention to "form" buttons.

    This...
  16. [TUTORIAL] This code will work. Put this in your child...

    This code will work.
    Put this in your child theme functions.php file.




    //Remove price tag if free
    function unhook_classipress_functions() {
    remove_action( 'appthemes_before_post_title',...
  17. ............................... ...

    ...............................


    http://i.imgur.com/7lZgUin.gif
  18. Replies
    38
    Views
    1,982

    The search icon is not vertically aligned with...

    The search icon is not vertically aligned with the form beside it.
    This needs to be fixed.

    http://i.imgur.com/kYHdo6y.png
  19. Replies
    25
    Views
    1,515

    I'll make a comment here based on Samcy's reply....

    I'll make a comment here based on Samcy's reply.




    Why don't Appthemes:

    1 - Ask the customers what they want out of the theme rather than assuming what you build is what we want?

    2 -...
  20. I get you what you are asking... look inside the...

    I get you what you are asking... look inside the includes/enqueue.php file around line 98

    'text_mobile_navigation' => __( 'Navigation', APP_TD ),


    The rest of the header mobile dropdown menu...
  21. [PLUGIN RECOMMENDED] Line 213, in multi-level.php, replace $sql =...

    Line 213, in multi-level.php, replace


    $sql = "SELECT * FROM {$ml_table_array[$level]} WHERE value_parent = $parent_id";

    with


    $sql = "SELECT * FROM {$ml_table_array[$level]} WHERE...
  22. [PLUGIN RECOMMENDED] Hi Roald, We offer three downloads per product...

    Hi Roald,

    We offer three downloads per product for each version. So when the next version is available for any of your purchased products, the downloads remaining will be reset to three. Product...
  23. It should have been here :...

    It should have been here : \wp-content\themes\classipress\includes\theme-functions.php

    [QUOTE]// display the login message in the header line 191 [classipress 3.1.6]

    <?php...
  24. You can disable Google Map editing the file...

    You can disable Google Map editing the file sidebar-ad.php

    Go to Wordpress admin => Appearance => Editor
    Select the file sidebar-ad.php

    Early on in the code you will find several in this line:...
  25. Re: Dynamic Orange Login / Logout Button on Top Red Bar

    I dont know much about php but I am trying to help you a bit.
    Find This at line 105 -107


    <div class="header_menu_res">

    <a href="<?php echo CP_ADD_NEW_URL ?>" class="obtn...
Results 1 to 25 of 25