Geo and ClassiCraft Theme compatibility or crossover and 3 other theme questions

Discussion in 'GeoCraft WordPress Theme' started by jrpubs, May 23, 2014.

  1. jrpubs

    jrpubs New Member

    Joined:
    May 7, 2014
    Messages:
    22
    Likes Received:
    0
    We are getting used to the new theme for this years event page and all of you at Ink Themes have been great for support. As we get it together can you help out again? We have five questions.

    1. Can Classicraft theme functions be added to GeoCraft to combine business ads of related businesses (restaurants, delis, attractions etc) to our featured listings (all sponsors & listings) that we sign up or we build in GeoCraft ? OR
    2. Would ClassiCraft also have to be installed in another wordpress installation under a subfolder of the root, like www.oursite.com/ads/classicraft where geocraft is installed in the root www.oursite.com/ And then add links to the geocraft menu bar to get to the classicraft install location?
    3. RESOLVED - - -WE JUST FIGURED OUT OUR MISTAKE with this ---->Can you see attached image and tell what to put in custom CSS to decrease space/padding between all listings and all types of listings on any page they would appear. Or explain how to take from the browser code to put in custom CSS.
    4. Is there a way to add a complete second Recurring Payment Option so that each type can have its own "Ribbon" image over the Photo. We need two (2) types a "Featured" listing and then a "Sponsor" Listing of the event for which the site is made. OR
    5. Is there a way to add a check box or radio button when they create their listing that would identify them as a sponsor or feature listing and assign the correct ribbon image over their listing photo? ink_Screen_2.jpg
    Your help is GREATLY Appreciated on helping us resolve these hurdles as listed above. Thanks in advance.
     
  2. Nitesh

    Nitesh Support Staff

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

    1) Not possible.
    2) Yes it is possible. You can use Geocraft at root and classicraft at sub domain.
    4) It require lot of customization. So not possible from our end.
    5) Theme contain 3 payment options. Free onetime and recurring. One time and recurring have same ribbon and free listing is without ribbon. No other ribbon options are available.

    Adjust padding and margin according to your requirement and
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content_wrapper .featured_content .featured_post {
    padding-top: 22px;
    padding-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    display: block;
    overflow: hidden;
    margin-bottom: 0px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 20px;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page