Search:

Search: Search took 1.00 seconds.

  1. Replies
    3
    Views
    354

    [SOLVED] Annac In order to send the receipt of the...

    Annac

    In order to send the receipt of the order the admin must first click the 'mark as completed' button in the Orders>order page.You will also need to 'activate order' after that step to...
  2. Replies
    1
    Views
    374

    [SOLVED] I can see the problem, i will report it to the...

    I can see the problem, i will report it to the devs.
  3. Dimitris This is true, @annac if you really need to hide...

    This is true, @annac if you really need to hide the info you can hack your theme and make the same mod every time you update your theme (only solution available at the moment).

    The plugin you sent...
  4. This looks like a bug, i will inform the devs. ...

    This looks like a bug, i will inform the devs.

    Thanks.
  5. Replies
    6
    Views
    512

    I'm using this;...

    I'm using this; http://wordpress.org/plugins/wp-image-size-limit/

    Unfortunately it only works for images so if you are using file uploads in the custom forms it wont apply to that.
  6. [SOLVED] I can confirm that if the file is in the...

    I can confirm that if the file is in the 'vantage' directory you can copy it in your child theme and modify it.
  7. Thread: update?

    by dimitris
    Replies
    4
    Views
    453

    [SOLVED] So far we found a bug that is fixed in the dev...

    So far we found a bug that is fixed in the dev build.You should wait to 1.3 as it contains many bug fixes.
  8. Description Editor Disappointment and Request

    Okay, this is one of those postings you have to make. At the same time, I think it's needed.

    I've been messing around with the Vantage theme for about a week now and there is a lot to like about...
  9. [SOLVED] BUG - FIX for Vantage1.3 missing listings when selecting Category

    All,

    Here is an unofficial fix to Vantage1.3 for the "Missing listings when selecting a Category".

    In the file "\vantage\includes\views.php" find the following section:



    class...
  10. Thread: email settings

    by red20me
    Replies
    6
    Views
    413

    Dimitris looking at vantage/includes/emails.php, I see...

    looking at vantage/includes/emails.php, I see this function:


    function va_send_email( $address, $subject, $content ) {
    $domain = preg_replace( '#^www\.#', '', strtolower(...
  11. Replies
    6
    Views
    332

    You should be able to fix that with CSS. Try this...

    You should be able to fix that with CSS. Try this for a start;

    .va_listing_create .form-field label {
    display: block;
    }

    (Not perfect I'm sure but it but it should point you in the right...
  12. Replies
    4
    Views
    602

    Hey TC, Create a new child style.css file and...

    Hey TC,

    Create a new child style.css file and put this in it:

    body {
    height:100%;
    color: #363636;
    font: normal normal normal 0.79em/normal Arial, Helvetica, sans-serif;...
  13. Thread: tinyMCE

    by gonesmith
    Replies
    13
    Views
    1,292

    [SOLVED] In case anyone is interested I found a more...

    In case anyone is interested I found a more customisable way to add a tinyMCE editor in the listing form. Instead of using the code above, you can use this (example);

    <div...
  14. Replies
    2
    Views
    413

    [SOLVED] The CSS/Display none will still make the code...

    The CSS/Display none will still make the code load, just "hidden."

    Remove it 100% with the code below:


    // Remove Registration Bar
    if ( !is_admin() ) {
    add_filter( 'show_admin_bar',...
  15. Managed to fix this problem by removing the php...

    Managed to fix this problem by removing the php code posting URL, ISP, IP and email address.

    From this: Starts on line 318

    $notify_message = sprintf( __( 'New review on your listing "%s"',...
  16. Replies
    6
    Views
    1,419

    You can go to...

    You can go to wp-content/themes/vantage/footer.php, and remove line 14.
  17. Replies
    6
    Views
    898

    Some one asked me how I cleaned my comment email...

    Some one asked me how I cleaned my comment email up and what it looks like now. I thought this might help others trying to clean up their comment emails as well.

    Here is the original code in WP...
Results 1 to 17 of 17