• How can I hide or delete the slider. If I remove all test a blue line shows on homepage where the text would normally go.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author marsian

    (@marsian)

    to hide the header from default blog page you will have to use css in additional style section of theme option

    What would the code be?

    I’m new to wordpress. I’m not technical.
    I can’t see how the i-trans slider works. I insert media into the “add new” then preview and all I see is one of the images. What exactly is i-trans slider as seen in Wp-Admin? Am I missing something or should I be looking at installing a slider pluggin.

    Theme Author marsian

    (@marsian)

    @prcrooks

    https://www.templatesnext.org/icreate/?page_id=667 here you will find the instructions.

    for “i-transform”, there is small bug in using responsive slider, for that you will have to add the following code in “theme options” > “layout options” > “additional style”

    .other-slider-innerwrap {
        width: 100%;
    }

    this issue is fixed in latest version which should be live in 2-3 days.

    Theme Author marsian

    (@marsian)

    @arstevens try the following lines of code, i did not try them, it might work

    .blog .ibanner {
    	display: none;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Slider’ is closed to new replies.