Search:

Page 1 of 2 1 2

Search: Search took 1.00 seconds.

  1. Replies
    2
    Views
    209

    [SOLVED] There is an option in Vantage>settings>general to...

    There is an option in Vantage>settings>general to control who has access to the back end.
  2. Thread: resizing header

    by samcy
    Replies
    1
    Views
    87

    Go to /theme/virage/style.css. go to line no 325....

    Go to /theme/virage/style.css. go to line no 325. and remove this line "padding-top: 23px;"

    Cheers
  3. Replies
    4
    Views
    101

    Please open style.css file from theme/virage...

    Please open style.css file from theme/virage folder , go to line number 785. change "width: 200px;" to "min-width: 250px;"

    Cheers
  4. Thread: Post title

    by samcy
    Replies
    2
    Views
    88

    Not sure what you mean, as i see the title quite...

    Not sure what you mean, as i see the title quite big in your example.

    10412
  5. Replies
    4
    Views
    93

    That's a standard WordPress function. You just...

    That's a standard WordPress function.

    You just need to insert a "read more' tag. See screenshot

    10399

    Cheers
  6. Replies
    1
    Views
    88

    Open the virage style.css and find around line...

    Open the virage style.css and find around line 2144 this:



    Change the margin px to something like this:



    Cheers
  7. Replies
    2
    Views
    80

    It will change the color if you have text as the...

    It will change the color if you have text as the header logo chosen. See the screenshot with overlapping for better understanding

    10398
  8. Thread: removing map

    by samcy
    Replies
    1
    Views
    92

    Just remove the widget in "List Page Top...

    Just remove the widget in "List Page Top Sidebar". It's the same like you do in Vantage. See more instructions here: http://docs.appthemes.com/tutorials/setting-up-maps-and-using-map-widgets/
    ...
  9. Thread: footer menu?

    by samcy
    Replies
    1
    Views
    105

    Hi bigvibes, You can switch the footer menu...

    Hi bigvibes,

    You can switch the footer menu on/off the same as in Vantage. (Appearance => Menus => Menu Settings)

    Cheers
  10. Replies
    4
    Views
    286

    [SOLVED] For users to be able to register you are required...

    For users to be able to register you are required to enable the option:

    Did you set the following in the wordpress install:

    Settings -> General -> Membership -> Anyone can register <== needs...
  11. Replies
    4
    Views
    286

    [SOLVED] This is how it always worked, unregistered or...

    This is how it always worked, unregistered or logged off users need to register/login first and then create the listing.There is a bug though, the redirect is not working any more.

    This will be...
  12. Replies
    14
    Views
    897

    Dimitris If at some point the developers make changes in...

    If at some point the developers make changes in the parent index.php file and it is required to update that in your child theme we will let you know.The normal thing is to update using the updater...
  13. Replies
    1
    Views
    353

    Dimitris Please check this thread ...

    Please check this thread for the fix.

    Thanks.
  14. Replies
    5
    Views
    898

    [SOLVED] Not easy to help if you can't access the admin...

    Not easy to help if you can't access the admin area. What you could try is to rename the vantage folder using your FTP client and then upload a fresh installation, also using your FTP client. After...
  15. Samcy When you made the child theme, do you make it...

    When you made the child theme, do you make it from scratch? or use the example that comes in the vantage folder from AppTheme? Make sure you have both-
  16. Replies
    19
    Views
    861

    [SOLVED] SOLVED: Search from in chrome bug

    SOLVED:

    This appears to be a Chrome specific bug and has already been documented. I'm on a Mac with Chrome version 25.0.1364.99 (which says that it's "up-to-date") and found this bug report:...
  17. Replies
    3
    Views
    337

    [SOLVED] I've taken a look at your site, and under the...

    I've taken a look at your site, and under the "Location" title, I see your map just fine...
  18. Thread: Ad not aligned

    by akemx
    Replies
    6
    Views
    546

    I know that. You are using 728x90 Google ad so...

    I know that. You are using 728x90 Google ad so you need little modification to your style.css. I assume you're using child theme, so place this code:



    #masthead .advert {
    width: 728px;...
  19. Replies
    11
    Views
    916

    There is a fix for this problem, please refer to...

    There is a fix for this problem, please refer to post #6...If your unable to test the Vantage Development Build, then unfortunately you'll need to wait until the next update is available.
  20. Replies
    2
    Views
    387

    [SOLVED] When you are uploading the image to the post,...

    When you are uploading the image to the post, rather than using the "Insert into post" link, you should add the image via the "Featured Image" section in the sidebar only. This will prevent a...
  21. Replies
    14
    Views
    897

    Dimitris In index.php;

    In index.php;

    <?php while ( have_posts() ) : the_post(); ?>
    <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    <?php appthemes_before_blog_post_title(); ?>
    <h2...
  22. Thread: Updating problem

    by dubya
    Replies
    12
    Views
    949

    Hi bigvibes...

    Hi bigvibes.
    I would not recommend downgrading to 1.1 at this point as 1.1.2 is imminent.
    The Update plugin will check for updates at the same time that WordPress checks for other updates. Thus,...
  23. Replies
    12
    Views
    949

    In your account page. There is a dev version...

    In your account page. There is a dev version which is the latest stable (as stable as it gets at the current time) version.
  24. Replies
    14
    Views
    1,088

    just delete

    just delete
    <?php if ( $website ) : ?>
    <li id="listing-website"><a href="<?php echo esc_url( 'http://' . $website ); ?>" title="<?php _e( 'Website', APP_TD ); ?>" target="_blank"...
  25. Replies
    14
    Views
    1,088

    If it is only the website link in the listing you...

    If it is only the website link in the listing you could add the nofollow attribute to your single-listing.php

    <?php if ( $website ) : ?>
    <li id="listing-website"><a href="<?php echo esc_url(...
Results 1 to 25 of 33
Page 1 of 2 1 2