Search:

Page 1 of 4 1 2 3 4

Search: Search took 1.00 seconds.

  1. Assumining you have created your custom menu for...

    Assumining you have created your custom menu for the top right in Appearance > Menus, you can do the following:


    In your child theme header.php, add


    <?php wp_nav_menu( array('menu' =>...
  2. Replies
    3
    Views
    402

    Dimitris Hi, I *think* that this is what you're asking...

    Hi,

    I *think* that this is what you're asking for:


    function res_fromemail($email) {
    $wpfrom = get_option('admin_email');
    return $wpfrom;
    }
  3. Thread: Forums plugin

    by red20me
    Replies
    5
    Views
    459

    Dimitris If I recall...I installed BBPress....and added...

    If I recall...I installed BBPress....and added some kind of bbpress template file to my vantage child theme folder (I got this from googling how to integrate BBPress...or possibly from searching the...
  4. Dimitris I think this is a bug that only occurs when using...

    I think this is a bug that only occurs when using a server running PHP 5.4 or higher. I have reported this several times already.

    Dimitris, has there been any progress with Appthemes doing some...
  5. Replies
    15
    Views
    965

    Dimitris Bradley & Sheridan....if you can get your heads...

    Bradley & Sheridan....if you can get your heads around child themes....you *really* should use them....they will make your future life so much easier....

    Bradley...yes, you do activate the child...
  6. Replies
    5
    Views
    345

    [SOLVED] Well...still trying to help (I'm not...

    Well...still trying to help (I'm not support...just friendly :nevreness:)...

    I looked through your previous forum posts to see what you'd reported previously...and found (I think) that you are...
  7. Replies
    15
    Views
    965

    Dimitris A child theme only really needs 1) a...

    A child theme only really needs


    1) a style.css that says which theme is the parent, and which calls the parent stylesheet using @import. You may also need to @import the colour theme you've...
  8. Replies
    2
    Views
    377

    I'm currently working on a project using the...

    I'm currently working on a project using the WP-Types/Views plugins to create an advanced parametric search using my Vantage custom fields....it has quite a steep learning curve, but is very good...
  9. Replies
    2
    Views
    394

    [SOLVED] Just playing around for a few minutes, I'd...

    Just playing around for a few minutes, I'd suggest

    a) do you really, really need this? It's quite a lot of work for quite a small benefit...

    b) technically the full-width wouldn't be *too*...
  10. Thread: Search radius

    by red20me
    Replies
    18
    Views
    965

    Jomark Ok...that suggests that in your child theme there...

    Ok...that suggests that in your child theme there is an option where you can set fonts? Have you set it to Arial? If so, set it to something else - possibly Droid Sans or Open Sans if it has either...
  11. Replies
    0
    Views
    570

    Recommended Plugin: Press This Reloaded

    So on my wanderings around the internet, I often find a website that I'd like to load into my Vantage website, either as a listing or as an event. WordPress has this 'Press This' tool that allows...
  12. Replies
    41
    Views
    2,162

    [SOLVED] There are 2 possible reasons why this might have...

    There are 2 possible reasons why this might have happened:

    1. Vantage auto pruning uses the WordPress cron system. This is not real cron, but a kind of simulated cron. The scheduled jobs get...
  13. Replies
    7
    Views
    380

    Dimitris Hi again northampton... Well, I go my other...

    Hi again northampton...

    Well, I go my other problem fixed, so had a go at solving the issue of the large map being zoomed wrongly when there is only one listing on the page....and I found a...
  14. Replies
    14
    Views
    710

    Dimitris Well, how about that? Whilst the symptoms aren't...

    Well, how about that? Whilst the symptoms aren't the same...the problem is! I don't think it's the Ad Rotate plugin that's incompatible, but the Adsense code in the ads!

    I don't run Adrotate...
  15. Replies
    7
    Views
    380

    Dimitris can you add a screenshot to help show the...

    can you add a screenshot to help show the problem?

    red20
  16. Replies
    3
    Views
    438

    I get less than 3 spam messages a month and maybe...

    I get less than 3 spam messages a month and maybe 1 fake registration per month. I have no paid-for or premium anti-spam measures on my site, only free plugins plus custom coding that is easy to...
  17. Replies
    5
    Views
    379

    Try this....in my example, the custom field is...

    Try this....in my example, the custom field is called app_special-offers



    <?php $specialoffers = get_post_meta(get_the_ID(), 'app_special-offers', true); ?>

    <?php if...
  18. Replies
    1
    Views
    410

    I've had the same problem with a client...

    I've had the same problem with a client site...it's impossible to give a coupon for say 50% off the highest priced plan, without people being able to get the lowest priced plan for 1/2 price if they...
  19. Not sure what spaces you removed that made a...

    Not sure what spaces you removed that made a difference....it's more likely that your browser cache had cleared when you tried it the second time. Always clear your browser cache before re-testing...
  20. Replies
    461
    Views
    58,084

    Sticky: That looks a fun site....here's a quick...

    That looks a fun site....here's a quick suggestion (hope you don't think I'm cheeky!) ...if you add this to your style.css, your colorful background will show right the way down to the footer...
  21. Jomark Would you share your website address and the...

    Would you share your website address and the queries you're doing, with the results you're expecting?

    I have a theory I'd like to test on your site, based on my experience with similar things in...
  22. Replies
    11
    Views
    615

    Dimitris I replied earlier in this thread - it IS the same...

    I replied earlier in this thread - it IS the same issue with Google/Vantage not taking your default country into account and thinking you want US addresses. In this thread, there is now a coded...
  23. Replies
    6
    Views
    361

    [SOLVED] Hi, The data isn't deleted - it's just that...

    Hi,

    The data isn't deleted - it's just that (sometimes) when you edit the custom forms, Vantage annoyingly renames the underlying field names of your custom fields. So you don't see the original...
  24. Replies
    6
    Views
    361

    [SOLVED] Have you assigned both forms to the same category...

    Have you assigned both forms to the same category or categories? As far as I remember, the forms do not get applied in a cumulative way....only one form gets applied per category. So if you have a...
  25. Replies
    3
    Views
    287

    I don't think there is anything at all within...

    I don't think there is anything at all within Vantage to do this...I think you'd need to either

    - type up a tax invoice manually

    - create your own invoice functionality inside Vantage....by...
Results 1 to 25 of 93
Page 1 of 4 1 2 3 4