• Resolved melody.r

    (@melodyr)


    Hi !

    First, I want to say this theme is really great !
    Then, I apologize for my bad english. I’m french.

    My problem is that i’m in internship, at the beginning my boss didn’t want the home page image, so to have not the block with “advertica-default-slider-image” I put “.advertica-image-post img{max-width:100% ;
    display: none;} “
    in the css.
    But now, he wants an image, so I add one, and I delete the added code in the css.
    But image doesn’t appeared. So I tried to delete all my css, just to verifiy if I hadn’t add somehting else which can prevent the image showing, but it doesn’t change anything with this.
    I don’t understand why.

    P.S.: I had create a child theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Tanay

    (@tanaykhandelwal-1)

    Hello melody.r,
    Hope you’re well

    It’s good that you are using child theme. I think you need to copy and paste the includes folder in your child theme directory or just change the path of include files to specific like in header.php line 76

    <?php if(in_array('front-page',$classes)) {  include("https://path-to-themes/advertica-lite/includes/front-header-image-section.php");} ?>

    Thread Starter melody.r

    (@melodyr)

    Thank you very much ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home page image not displaying’ is closed to new replies.