Road Fighter pro responsive

Discussion in 'General InkThemes Discussion and Feedback' started by tobprice, Aug 17, 2016.

  1. tobprice

    tobprice New Member

    Joined:
    Aug 5, 2016
    Messages:
    5
    Likes Received:
    0
    I am having problems with the blog preview section on the home page. I have set up a a blog page (blog template) entitled club news and posted three testers posts but they are not summarised on the home page in the designated area. they are collated on the club news page

    I have checked the theme appearance for the feature section and the blog is "switched on". I also deactivated all plugins but it did not work then either. Anyone have any ideas?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site along with some edited screenshot of the concerned area so that we can better assist you?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. tobprice

    tobprice New Member

    Joined:
    Aug 5, 2016
    Messages:
    5
    Likes Received:
    0
    Hi Priya,

    My URL is www.shidonkarate.co.uk, I have put in a CSS code to remove the blog preview from the home page along with the testimonials. I am not a programmer so have found these codes in the inktheme forums. Please let me know what you think?
    In addition, I have found that there is a format problem when the website is viewed on an ipad and I would like to remove the caption box on the slider pictures- is this possible ? I do still want to keep the link behind the pictures.

    Cheers,
    Toby
     
  4. tobprice

    tobprice New Member

    Joined:
    Aug 5, 2016
    Messages:
    5
    Likes Received:
    0
  5. priya

    priya Guest

    Hi,

    To remove tagline, code is given below..
    Code:
    .bottom_tagline {
        display: none;
    }
    And for second issue, code is given below..
    Code:
    .flex-caption {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  6. tobprice

    tobprice New Member

    Joined:
    Aug 5, 2016
    Messages:
    5
    Likes Received:
    0
    Hi Priyanka,

    Many thanksw but I am afraid that these do not work as I still have the "Read more" box on the first slider. Please can you advise how I can do this? I have also cleared my cache.

    Thanks
     
  7. priya

    priya Guest

    Hi,

    Below code should be work for that....
    Code:
    .flex-caption {
        display: none !important;
    }
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  8. tobprice

    tobprice New Member

    Joined:
    Aug 5, 2016
    Messages:
    5
    Likes Received:
    0
    I am afraid that does not work either. Do you have an alternative?
     
  9. priya

    priya Guest

    Hello,

    To determine and fix the issue, we need to access your dashboard.

    So, send us your website WordPress login details at [email protected] along with the thread link.

    Your Website URL:
    WordPress Username:
    Password :


    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page