New site online - uses Infoway theme

Discussion in 'Infoway WordPress Theme' started by judester, Mar 11, 2013.

  1. judester

    judester New Member

    Joined:
    Feb 6, 2013
    Messages:
    8
    Likes Received:
    0
    Hi all,

    I am proud to announce that I've launched a new site: www.thegerddiet.com

    The site uses ink theme's Infoway theme, which despite a few minor hiccups that I was able to work around, provided an awesome design/function platform for the site's development. I'm really happy with the site and the theme.

    Judy Wilson
    www-site-shack.com
    [email protected]
     
  2. pursueyourdreams

    pursueyourdreams New Member

    Joined:
    Feb 24, 2013
    Messages:
    8
    Likes Received:
    0
    How did you stop the blog from coming up on the front page like mine www.pursueyourdreams.biz

    I dont want it to have that slider :(
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    We have checked your website and it seems that you have successfully removed the blog carousel from the homepage.
     
  4. smbrisard

    smbrisard Member

    Joined:
    Feb 28, 2013
    Messages:
    53
    Likes Received:
    0
    Judy awesome site - can you tell me how you got rid of the author, dates and other info on your blog page under each of the thumbnail. You also did a great job of wrapping the text around each of the picture with the blog posts - can you share how you did this?
    Also which contact form plugin did you use?
     
  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .content-bar .post_meta {
    display: none;
    }
    Code:
    .content-bar .post .post_content .singleimgbox a {
    float: left;
    }
    For this issue, Download the Contact Form 7 Plugin from the link http://wordpress.org/extend/plugins/contact-form-7/
    and install it from the plugins panel of your dashboard.
     
  6. smbrisard

    smbrisard Member

    Joined:
    Feb 28, 2013
    Messages:
    53
    Likes Received:
    0
    Thanks it's working, however how do I get rid of the green border lines which still appear at the bottom of each thumbnail. You will also notice that if a post does not have an images, it creates a green line on its own - how do you remove this? thanks,
     
  7. smbrisard

    smbrisard Member

    Joined:
    Feb 28, 2013
    Messages:
    53
    Likes Received:
    0
    Oops it also messed all my links in my posts - is there additional CSS to fix?
     
  8. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  9. smbrisard

    smbrisard Member

    Joined:
    Feb 28, 2013
    Messages:
    53
    Likes Received:
    0
    See my separate post Piyush, I managed to fix a lot of things but I have some outstanding issues
     
  10. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .page-content .content-bar .post .box {
    border: none;
    }
    This will remove the border of the thumbnail images from blog page.
     
  11. judester

    judester New Member

    Joined:
    Feb 6, 2013
    Messages:
    8
    Likes Received:
    0
    ---
    Hi, I used Contact Form 7 for my form plugin. Works very well. Correct, you can hide lots of things with CSS and Firebug (or similarly helpful tool on other browsers) but I think I hacked the post.php page (I would need to check which page it was) to get rid of the author, dates etc -- never a good idea however -- overrides in a child theme are a smarter alternative to hacking the source code.
     
  12. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    To make Your Contact Form Better On Your Website

    You can use "formget-contact-form" plugin, which will help you to make your contact form easily and simple.

    Download it from the link given below.
    http://wordpress.org/plugins/formget-contact-form/

    You just need to register on FormGet, create your form by clicking on the fields and embed the code on your website at any page, post or widget.

    You can easily place the contact form on every page of your website which will increase the user interaction.

    You will be able to manage entire communication from a single place between you and your visitor. It will be easy for you to provide support, feedback to your users.

    We recommend you to try this new contact form solution on your website. Hope it will meet your requirements. You can easily replace the existing contact form with this new one.

    Let us know your feedback
     

Share This Page