Search:

Page 1 of 4 1 2 3 4

Search: Search took 1.00 seconds.

  1. Replies
    35
    Views
    2,674

    [SOLVED] Unhook 'appthemes_order_table_hide_elements' from...

    Unhook 'appthemes_order_table_hide_elements' from 'admin_print_styles' using 'remove_action' and you're Move To Trash/Delete Permanently buttons will return.

    Removing orders is still not...
  2. Dimitris Featured addons have a start date.

    Featured addons have a start date.
  3. Replies
    3
    Views
    273

    Internally we're working on consolidating the...

    Internally we're working on consolidating the code that the current 2 addons are using into a more general-purpose API that could do what you're looking for. At the moment, we're not making any...
  4. Nope. My answer was a response to tupecik's...

    Nope. My answer was a response to tupecik's question about the fact that disabling the gateways don't seem to make them go away. Your question is different, probably different enough that you should...
  5. Replies
    10
    Views
    747

    Just to give you a little more info on the API...

    Just to give you a little more info on the API and how it might be helpful

    You can find out the type of checkout happening through



    $type = appthemes_get_checkout()->get_checkout_type();...
  6. Replies
    44
    Views
    4,794

    Samcy Thanks for your quick responses. Its possible...

    Thanks for your quick responses. Its possible there is a bug and we'll get a fix out as soon as possible.
  7. Replies
    3
    Views
    658

    At the moment Orders are 'immutable' in the UI,...

    At the moment Orders are 'immutable' in the UI, meaning unable to be cahnged or deleted. We are working on making deletion available as well. However, the effects need to be fully documented and...
  8. Replies
    1
    Views
    310

    [SOLVED] With the current release? Yes, it is impossible...

    With the current release? Yes, it is impossible out-of-the-box.

    We are going to release very soon 1.2 which allows multiple categories. We had to tweak the business model so it would work without...
  9. Replies
    3
    Views
    4,665

    Sticky: Guide to Customizing Vantage

    Here are a bunch of useful tutorials on everything involving mods to Vantage. By providing this list, we hope to give users a quick way to find common-modifications. AppThemes created tutorials will...
  10. Replies
    2
    Views
    449

    Most of the files in the root directory the theme...

    Most of the files in the root directory the theme will work like that. For instance, footer.php, wrapper.php, etc. Adding a functions.php will cause both the child theme and parent theme's...
  11. Jomark Yeah, we're working on it. Some miscommunications...

    Yeah, we're working on it. Some miscommunications happened. Tax is pushed to the bottom due to an internal flag and it just so happened that addons got the same flag applied to them. So, we will push...
  12. Replies
    4
    Views
    429

    Samcy It appears that we didn't get the last few people...

    It appears that we didn't get the last few people to purchase ClassiPress between the beta release and official release. I forwarded this info to our administrative team and we will try to resolve as...
  13. Replies
    5
    Views
    340

    Dimitris Here's a tutorial for creating a child theme...

    Here's a tutorial for creating a child theme, as well as an explanation on what child themes are.

    In short, the page you are trying to edit isn't a traditional page, but a specialized page like...
  14. [SOLVED] ClassiPress 3.3 will not install the plugin...

    ClassiPress 3.3 will not install the plugin automatically. When 3.3 is released, you should download and install the plugin manually. You can find installation instructions here.
  15. Replies
    3
    Views
    393

    The processor behind the payments methods...

    The processor behind the payments methods changed. The API that powers them all got unified across all of our themes so we can offer a variety of payment methods that work across all of themes....
  16. Replies
    10
    Views
    642

    Jomark Unfortunately these sorts of updates might have...

    Unfortunately these sorts of updates might have factors that permeate throughout many more than the obvious files. We can't go much further in the troubleshooting process if you aren't willing to...
  17. Replies
    2
    Views
    445

    In ClassiPress 3.3 (currently beta) a new system...

    In ClassiPress 3.3 (currently beta) a new system is coming out called Payments. It makes it easier to create Payment Gateways and offer different Payment Methods to your customers. This means that...
  18. I looked at your site, and the pagination (Page...

    I looked at your site, and the pagination (Page 1,2,3,4) isn't going to the correct URL. If you look at the demo site, you can see that the second page of ads is example.com/ads/page/2/, while you go...
  19. Replies
    6
    Views
    554

    Two things: First: Yes. Every single function...

    Two things:

    First: Yes. Every single function in PHP must be unique. If you try to define two functions with the same name, you get errors. In Vantage, and in most of our themes, we get around...
  20. Replies
    5
    Views
    419

    I would suggest the two installs route. You give...

    I would suggest the two installs route. You give them a landing page where they can pick a language, and then direct them to one of the two sites, each with their own language pack. Because the users...
  21. Replies
    5
    Views
    419

    Language packs let you change your site to one...

    Language packs let you change your site to one specific language all the time. Anything different then this would require a plugin. There are plugins like WPML that let your viewers see your site in...
  22. Thread: Blog Summary

    by tcarter
    Replies
    1
    Views
    328

    You can change to

    You can change <?php the_content(); ?> to <?php the_excerpt(); ?> in your index.php (before 1.2) or home.php (after 1.2)

    You can read more about the change here.

    I would suggest doing this in a...
  23. Right now, the 'correct' way would be to replace...

    Right now, the 'correct' way would be to replace the call to va_dashboard_stats_ui (in sidebar-dashboard.php) with your own function that mimics its functionality (copy from dashboard.php), but adds...
  24. Replies
    1
    Views
    312

    If you are doing a file-by-file upgrade, this...

    If you are doing a file-by-file upgrade, this would be caused by not upgrading one of the files.

    - - - Updated - - -

    And it looks like that file is includes/admin/listing-single.php
  25. Replies
    1
    Views
    295

    After you replace style.css. It is stored in the...

    After you replace style.css. It is stored in the top of that file.


    /*
    Theme Name: Vantage
    Version: 1.2-alpha
    Description: A Premium Directory Theme For WordPress
    Theme URI:...
Results 1 to 25 of 77
Page 1 of 4 1 2 3 4