3 different issues - please help

Discussion in 'GeoCraft WordPress Theme' started by flowline, Dec 29, 2013.

  1. flowline

    flowline New Member

    Joined:
    Dec 23, 2013
    Messages:
    5
    Likes Received:
    0
    Hello Support Team,
    we have some problems with the geocraft theme we have bought - please help:
    Issue #1:
    The Listing details shows all words with big letters in the beginning - this is a bug or?
    Can you change this? Or where can we change this mistake?
    Example: http://affiliate-base.com/listing/socialmedia-workout-2/ or on your demo site - the same: http://www.98london.com/listing/willesden-green-architectural-salvage/
    [​IMG]
    Issue #2:
    If a user makes a recuring paymant and i.e. he selects the featured product on the home page - the featured product payment will be done for one month only and not recuring like the order of the listing. How can we change this?
    Issue #3:
    Where can we change the image size of the different thumbs? We want them all have the same ratio that they are not cutted.
    We appreciate your help - best regards Klaus Wolfsberger
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    1) Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .depth_article .article_detail .tbl_des td {
    text-transform: none;
    }
    2) Theme's recurring payment package is not designed for featured products. You ca only take one time payment for featured listings.

    3) Theme already contain cropping functionality which crop image according to frame ratio.
    But if you want to show images in the same ratio without cropping. Then download and extract file attached and replace with existing files.

    Thanks & Regards
    Nitesh Raghuwanshi
     

    Attached Files:

  3. flowline

    flowline New Member

    Joined:
    Dec 23, 2013
    Messages:
    5
    Likes Received:
    0


    Hello Nitesh,

    thanks for your reply.
    According point 3 - the image size: I want to set all the different images to the same ratio but different sizes: i.e. if I make pic 1 with ratio 16:9 size 32:18 pixel and pic 2 with the size 320:180 it should fit everywhere and look nice and not streched... is this possible what should I do to make this happen?

    3 other questions:

    1. On the detail page http://affiliate-base.com/listing/onlinevideoworkout/ I have included a custom field with a second website link - but this link is not active on the detail page (like the first one). What can I do to activate it, too?

    2. I have deactivated the map function. But if a user registers and he submits all his datas he can still see the empty map field in the preview. How can I deactivate this?
    Moreover the user can only see some datas in the preview - not everything he has entered before - can we change this - that he can see a real preview how it will look like afterwards?

    3. I have deactivated the free listing function. If a user makes a paid registration and has problems with the payment and he stops the payment process - the listing will be viewable as a free listing! How can I avoid this? Please let me know.

    Thanks for your help - best regards Klaus
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For image ratio. Open front-page.php, taxonomy-listcat.php and make changes as shown in the image.


    front-page.php

    same ratio.png


    taxonomy-listcat.php

    same ratio cat.png


    listing description page slider don't have cropping feature. It is implemented to show complete image.

    2) To remove map
    Go to the
    geocraftthemePRO\library\front_end\listing_preview.php

    and remove code shown in the image.

    map heading.png

    And Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .map{
    display:none;
    }

    3) There is an option in the
    Geocraft settings > Theme options > Listing settings
    to set free listing to pending after submission. And if you don't want to publish free listing then you can remove them.

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page