Search:

Search: Search took 1.00 seconds.

  1. Replies
    2
    Views
    360

    [SOLVED] The default user role is 'subscriber' which has...

    The default user role is 'subscriber' which has the permission to

    a.create listings/events.
    b.comment
    c.review

    All other roles have the same capabilities + more according to the WP...
  2. Replies
    3
    Views
    304

    hehe :) go to http://www.appthemes.com/ - main...

    hehe :)

    go to http://www.appthemes.com/ - main AppThemes site, in navigation menu under "Resourses" you will find "Ideas Exchange" link
  3. Replies
    3
    Views
    304

    Hello! Try here http://ideas.appthemes.com/

    Hello!

    Try here http://ideas.appthemes.com/
  4. Replies
    461
    Views
    53,138

    Sticky: That's a nice one ;)

    That's a nice one ;)
  5. Dimitris I think the solution is simpler, in your child...

    I think the solution is simpler, in your child create an image folder and place there the favicon.ico.It worked in mine.

    Let me know if i mistake :)
  6. Replies
    24
    Views
    3,149

    [SOLVED] I found a workaround. I deactivated the 1.14,...

    I found a workaround. I deactivated the 1.14, renamed the theme name in FTP and installed the 1.2 theme from scratch. Worked great.
  7. One solution might be to use this in you style...

    One solution might be to use this in you style sheet;


    #refine-categories {
    height: 300px; // Or what ever you like
    overflow: auto;
    }

    All the categories will still be there but in a...
  8. Replies
    232
    Views
    16,845

    Events is definitely going to be included in...

    Events is definitely going to be included in Vantage 1.2. Here are some sneak preview screenshots:

    http://cdn.appthemes.com/wp-content/uploads/2013/01/Vantage-home-LargeMap-130120A.jpg...
  9. How To Instruction: Prevent Users Seeing WordPress Admin Area

    Here is a little code snippet you can drop in your functions.php file.


    add_action('admin_init', 'no_mo_dashboard');

    function no_mo_dashboard() {

    if (!current_user_can('manage_options')...
  10. Well, I did my research based on the Pre-Sales...

    Well, I did my research based on the Pre-Sales forum and I didn't catch this was an issue. Now I'm out $150 for a product I can't use as it is. For my purposes, I have a regional county directory...
  11. An update: I did a new, clean install and the...

    An update:

    I did a new, clean install and the 'bybrick columns' plugin works great with WP 3.4.1! It is actually less 'clunky' than the 'advanced-wp-columns' plug in automatically adjusting...
  12. Replies
    22
    Views
    1,888

    You can disable it through Vantage > Includes >...

    You can disable it through Vantage > Includes > admin-bar.php - Just change the first line to return_false.
Results 1 to 12 of 12