Slider and posts on homepage

Discussion in 'Elite Pro WordPress Theme' started by interaction, Feb 20, 2017.

  1. interaction

    interaction Member

    Joined:
    Mar 20, 2015
    Messages:
    42
    Likes Received:
    0
    Hi,

    I have just implementen ElitePro on www.wellnesselect.nl but have a few problems.

    Homepage:
    - have chosen a category to show on the homepage as Homepage feature blog but it does not work. You do not see a thing; it's just empty. I can only get some blog posts if I selected the posts on home page. But these are the latest one and not of the chosen category.

    - slider; how can I change 'read more ..' into Dutch? and how to get rid of 'by Yvonne'?
    Is it possible to have the photo on the slider not so big? Like it used to be like on www.hotelspa.nl?

    - footer widgets: how do I get rid of the arrow-signs?

    Posts
    How can I make the font size a bit smaller?

    Breadcrumb
    I have added the breadcrumb of Yoast for the posts, http://www.wellnesselect.nl/bad-neuenahr/. But how to do this for the 'archives'. It now looks like this http://www.wellnesselect.nl/duitsland/. How to get it like this: http://www.hotelspa.nl/europa/duitsland/.

    Thanks a lot!

    Yvonne
     
  2. nitin

    nitin Guest

    Hi,

    Hope you are doing good...!

    I would like to assist you on your issue(s) one-by-one :-

    Have chosen a category to show on the homepage as Homepage feature blog but it does not work. You do not see a thing; it's just empty. I can only get some blog posts if I selected the posts on home page. But these are the latest one and not of the chosen category.

    I would like to let you know that the category of the featured blog which you select from Dashboard-> InkThemes-> Theme Options-> Homepage settings-> Homepage Feature Blog displays only one blog which is from the chosen category. Below it, all the recent post/published blog will appear. In your site, you have chosen the category HOME as to show the featured blog, so the blog "Hajdúszoboszló op de Hongaarse Puszta" is appearing on top and then all the recent blogs are appearing.

    Hope the above explanation makes the things clear...!

    - slider; how can I change 'read more ..' into Dutch? and how to get rid of 'by Yvonne'?
    Is it possible to have the photo on the slider not so big? Like it used to be like on www.hotelspa.nl?


    We have changed the Read More into Dutch from the source code of the theme and have also removed "by Yvonne" using the custom CSS code.
    Next, regarding the size of the slider, we have made some temporary modifications just to show an example. Kindly have a look at the attached screenshot to see whether you want the slider as shown in the screenshot or something different?
    2017-03-01_11h03_16.png


    - footer widgets: how do I get rid of the arrow-signs?

    To get rid of the arrow signs, just us the custom CSS code given below:-

    Code:
    .footer-wrapper .footer ul li:before {
    display:none;
    }
    
    We have added it for now in your theme and the arrows are now disappeared.

    Posts : How can I make the font size a bit smaller?


    To change the font size of the posts, just paste the code given below in Custom CSS section
    (Dashboard-> InkThemes-> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .post_content p {
        font-size: 15px;
    }
    
    Note:- The above values for the font size is the one that is presently set in your theme, please change the values accordingly

    Breadcrumb : I have added the breadcrumb of Yoast for the posts, http://www.wellnesselect.nl/bad-neuenahr/. But how to do this for the 'archives'. It now looks like this http://www.wellnesselect.nl/duitsland/. How to get it like this: http://www.hotelspa.nl/europa/duitsland/.

    You would be glad to know that we have added the breadcrumb to the category as per your requirements.

    Kindly check and acknowledge us for the same.

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page