Search:

Search: Search took 1.00 seconds.

  1. It's nrelate Related Content...

    It's nrelate Related Content
  2. Replies
    3
    Views
    363

    Don't worry, you will get it in next release of...

    Don't worry, you will get it in next release of Vantage 1.2. and thread suppose to be post in Vantage forums.
  3. Thread: Ad not aligned

    by akemx
    Replies
    6
    Views
    551

    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;...
  4. Replies
    15
    Views
    898

    CSS is better for positioning an element. Since...

    CSS is better for positioning an element. Since we are using HTML here, div style can be used. Here the example:



    <div style="position: absolute; left: ...px; top: ...px;">
    <center>
    <a...
  5. Replies
    15
    Views
    898

    Here, use this code:

    Here, use this code:

    <center><a href="http://www.your-url.com"><img src="sample.png" alt="sample img" style="width:1000px;height:90px;"></a></center>
  6. Replies
    15
    Views
    898

    My bad, change height="90" width="1000" .

    My bad, change height="90" width="1000" .
  7. Replies
    3
    Views
    552

    There are 2 files I know to start with. It is...

    There are 2 files I know to start with. It is vantage/single-listing.php and vantage/scripts/scripts.js.

    First, we need to edit the scripts.js (in line 5). Here an example:


    function...
  8. Replies
    30
    Views
    1,817

    Dimitris Ahh... I just found an easy method. Just install...

    Ahh... I just found an easy method. Just install plugin WP Image Size Limit v1.03. You can setting upload limit in Settings > Media and set upload limit to 500KB. If user try to upload images more...
  9. Replies
    30
    Views
    1,817

    Dimitris You may try this (this will limit file size...

    You may try this (this will limit file size upload in 1MB):

    1) Create a new file with name php.ini
    2) Insert this code in that file:


    upload_max_filesize = 1M
    post_max_size = 1M

    3) Save...
  10. Replies
    45
    Views
    4,777

    That's Favicon.ico you need to change in dir...

    That's Favicon.ico you need to change in dir themes/vantage/images.

    You may need an image 16x16px in size and convert it to .ico type.
  11. Replies
    12
    Views
    931

    [SOLVED] Just change your google adsense code to: ...

    Just change your google adsense code to:


    <script type=”text/javascript”>
    google_ad_client = “ca-pub-XXXXXXXXXXXXXXXX″;
    if (window.innerWidth >= 800) {
    google_ad_slot = “XXXXXXXXXX″;...
  12. [SOLVED] The simple way to do that is just go to your...

    The simple way to do that is just go to your admin panel -> Pages -> remove the title Listings. However, the symbol "-" will remain there.
Results 1 to 12 of 12