Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #59227
    Brice
    Participant

    Hi,

    Since I updated to V4.3 the headline and the featured content are not diplayed on the website. I checked in the configuration, and it should be displayed.
    Do you have an advice ?
    Thanks !

    Brice

    #59248
    Sakin
    Keymaster

    @Brice: Strange, it’s working fine when I check in our server. Can you post in your site URL?

    Ok try the following:
    1. For Promotion Headline
    — Go to “Appearance => Theme Options => Promotion Headline Options”
    — Then try changing value in “Enable Promotion Headline on” and check in

    2. For Feature Content:
    — Go to “Appearance => Theme Options => Featured Content => Featured Content Options”
    — Then try changing value in “Enable Content” and check in

    If this doesn’t work then let me know it. I will email you.

    #59286
    Brice
    Participant

    Hi, I’m really sorry but it doesn’t work.
    Hopefully the website isn’t published on prod yet !
    Something to know, It’s a multisite and they are all affected.
    This sub website for example has on issue on it :
    http://www.adpc92.com/dev/nanterre/

    Thanks,

    Brice

    #59397
    Sakin
    Keymaster

    @Brice: I see that you are using Child theme. So, what are the edits that you have done in your child theme. Can you share your zip file.

    #59430
    Brice
    Participant

    @Sakin :
    It’s a very little changes. I justed to modify title sizes and menu sizes :

    style.css :

    #site-title{
    font-size:2.8rem;
    }

    css/responsive.css :


    @media
    screen and (max-width:1344px){
    #site-title{
    font-size:28px;
    font-size:2.8rem!important;
    }
    }


    @media
    screen and (max-width:1280px){

    }


    @media
    screen and (max-width:1152px){

    }


    @media
    screen and (max-width:1024px){

    }


    @media
    screen and (max-width:960px){

    }


    @media
    only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait){

    }


    @media
    screen and (max-width:767px){

    }


    @media
    screen and (max-width:640px){

    }


    @media
    screen and (max-width:560px){

    }


    @media
    screen and (max-width:480px){

    }

    Thank you,

    Brice

    #59459
    Sakin
    Keymaster

    @Brice: Ok then I need to check in your site option to find the issue. I will email you.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘[V4.3] Homepage – Headline & featured content’ is closed to new replies.