Updates to the template ??

Discussion in 'GeoCraft WordPress Theme' started by izhak007, Jan 10, 2018.

  1. izhak007

    izhak007 Member

    Joined:
    Sep 20, 2016
    Messages:
    88
    Likes Received:
    0
    Hello, why are not you updating the template for more options?
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Thanks for contacting us.

    We will release the updated version as soon as possible.

    Your patience will be appreciated.

    Thanks & Regards,
    Akbar
    InkThemes.com
     
  3. mealea

    mealea New Member

    Joined:
    Dec 13, 2012
    Messages:
    16
    Likes Received:
    2
    Hi Inkthemes, just a couple of suggestions for your next update regarding the business details section.

    1. In previous update you added the feature in Geocraft Settings->Custom Fields to turn on/off "Catergories" from displaying in business details section of business page. Can you add similar feature so we can turn on/off "Publsh Date" and "Tags".
    2. Is there any way you can delete the little icons that appear to the left of "social links", "time" "phone" etc. This would free up more space.
    3. If you can't do 2 above then is there any way to move the data on the right hand side of the details section a bit further over to the left. There is a big space between the field titles on the left and the field data on the right. Grid 10 looks to be around 450px which is split 50/50 at 225px each. Can you make left box say 150px that would stop information on right, like a website address, from truncating.

    Thanks for a great theme.
     
    sooraj likes this.
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Thanks for getting back to us,

    I respect your suggestion but we haven't received such request from other users. We are waiting for receiving such suggestion from other customers.

    Still, I have forward your suggestion to the concerned department. I hope you will get this feature in the next update.

    To remove social icons, just paste the code given below in Custom CSS section.
    (Dashboard->GeoCraft Settings->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer_bottom .social_icon {
        opacity: 0;
    }
    It would be better for us to understand your query with the help of some edited screenshots of the concerned areas of your site.

    So that we can deliver you an exact and appropriate solution to you,

    Looking forward to hearing from you soon.

    Thanks & Regards!
    Akbar
    InkThemes.com

    PS: You can create your screenshots using screenpresso (http://www.screenpresso.com).
     
  5. mealea

    mealea New Member

    Joined:
    Dec 13, 2012
    Messages:
    16
    Likes Received:
    2
    Hi Akbar, thanks for the information.

    Regarding 2 + 3 above I am attaching a screenshot of the business detail section of a listing.

    2. The social icons I mentioned are those little grey icons to the immediate left of each line heading (see attached image) (i.e. to the left of "Publish Date" is a little grey calendar icon. Same for all the rest, except "Address" which does not have a little grey icon before it.)

    3. The current layout appears to be 2 divs approx 225px each, total 450px. This can easily result in a business address or website/email address not fitting on a single line and wrapping the ending to the next line. (i.e. See the website address in the attached image.) If the divs were say 150px + 300px (or 175px + 275px) then there would be a lot more room in the right hand div to accomodate longer business/website/email addresses. By doing this layout you could also retain the little grey icons mentioned above.

    Cheers.
     

    Attached Files:

  6. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Thanks for getting back to us,

    To make your desired layout, just paste the code given below in Custom CSS section.
    (Dashboard->GeaoCraft Settings->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    body:first-of-type .depth_article .article_detail .ar_desc .label {
        width: 55%;
    }
    
    .depth_article .article_detail .ar_desc .label {
        padding-left: 0px;
    }
    To remove those icons, We need WordPress admin credentials to configure it.
    Kindly send the below-mentioned credential details at [email protected] along with the thread link.

    WordPress Website URL: -
    WordPress Username: -
    WordPress Password: -

    We configure it according to your requirements.

    Regards,
    Akbar
    InkThemes.com
     
  7. mealea

    mealea New Member

    Joined:
    Dec 13, 2012
    Messages:
    16
    Likes Received:
    2
    Thanks Akbar, your code nearly worked but all the titles moved to the left over the grey icons. I had a quick play with your code and found the optimal solution. This is the code I ended up with. I changed 55% to 33% and made the padding 20px instead of 0px. No need to delete the grey icons now. This code works great. Good job. Cheers.

    body:first-of-type .depth_article .article_detail .ar_desc .label {
    width: 33%;
    }

    .depth_article .article_detail .ar_desc .label {
    padding-left: 20px;
    }
     
  8. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49

Share This Page