Issues with header size, Infoway Theme commercial and Post carousel

Discussion in 'Infoway WordPress Theme' started by bjoernjohansen, Nov 2, 2013.

Thread Status:
Not open for further replies.
  1. bjoernjohansen

    bjoernjohansen New Member

    Joined:
    Apr 3, 2013
    Messages:
    22
    Likes Received:
    0
    Location:
    Denmark
    Hi there,

    I just updated to the last version of Infoway. I have a child theme for this. This led to to issues I cannot solve. I feel confident that you can help me with this. I have enclosed a file for reference. You may also have a look at www.bjoernjohansen.dk

    Header size
    Untill I Updated I had the correct size for the header photo. Not it does not look good at all. I have checked the Custom CSS, which is still

    #featured .ui-tabs-panel img {
    height: 40%;
    }
    #featured {
    height: 145px;
    }

    Infoway Theme commercial
    I like the infoway theme, but is not thrilled with the infomercial stating name of theme. How do I remove this? Furthermore I would recommend that you delete this solution. I suppose most people will remove it anyway - some first through a cry for help

    Post carousel
    I don't recall to have seen this in the earlier version 1.5.5. I would like to get rid of it. How do I do that? And where are the controls for this feature? Just in case I should change my mind.

    I look forward to hearing from you.

    Best regards

    Bjørn Johansen
     

    Attached Files:

  2. bjoernjohansen

    bjoernjohansen New Member

    Joined:
    Apr 3, 2013
    Messages:
    22
    Likes Received:
    0
    Location:
    Denmark
    I have solved the issue about the Infoway Theme commercial. One down, two to go...
     
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. For the Slider issue,
    paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .showcase-content img {
    height: 40%;
    }
    2. It is the feature of our theme to display excerpt view of latest blog post on the home page.
    The latest post that contains the image(s) will only display in the post carousel of home page.

    If you want to remove the post carousel from the home page then paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    #carousel-full {
    display: none;
    }
     
  4. bjoernjohansen

    bjoernjohansen New Member

    Joined:
    Apr 3, 2013
    Messages:
    22
    Likes Received:
    0
    Location:
    Denmark
    Thanks. Did the trick as wanted.
     
Thread Status:
Not open for further replies.

Share This Page