• Everytime I place an image on a page it copies the image to the top of the page and stores it there…Its fine for the home page; because I wanted a big image there – but for the other pages I dont need a big picture floating at the top.

    How to remove this function for specific pages?

    I am using the Minimaliste theme : https://www.kwalkeryoga.com

    thank you!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Viva Themes

    (@vivathemes)

    Every page has a separate slider. If you want to remove it in ‘page.php’ file delete this part
    `<div id=”slidecontainer”>
    <ul id=”slider”>
    <?php minimaliste_get_images(“$post->ID”); ?>
    </ul>
    </div>`

    Edy

    Thread Starter ashtangayogagent

    (@ashtangayogagent)

    Hi Edy,

    thanks for your help!

    I have another little weird thing that happens, if you check my site on the page which should contain a link to all posts: https://www.kwalkeryoga.com/?page_id=120

    I have a post box which sits almost right on top of my header? and it contains no image although there is an image associated with that post…

    any clue where the problem might lie?

    best, Kat

    Theme Author Viva Themes

    (@vivathemes)

    The image must be a featured image, make sure you have added a featured image to the post.

    Edy

    Thread Starter ashtangayogagent

    (@ashtangayogagent)

    Hi Edy,

    Ok – i tried that – but it still looks weird –

    https://www.kwalkeryoga.com/?page_id=120

    – the picture is too close to the header, and if you scroll over it words appear but they are in a small grey box much smaller than the roll-over image. ??

    is this normal?

    Theme Author Viva Themes

    (@vivathemes)

    Hi,

    That’s because of some change you might have done to the code. The submenu is very wide too. I suggest you go through your code, or reinstall the theme.

    Edy

    Thread Starter ashtangayogagent

    (@ashtangayogagent)

    Yea, maybe… is there a way to remove this way of posting? I think if I could I would rather have a list of posts instead of pictures. What code would I need to remove to remove it?

    Best, Kat

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘minimaliste theme – cant remove image from top of page’ is closed to new replies.