• Resolved cajewi

    (@cajewi)


    Hi again,

    I’m so impressed with this theme, it’s smooth and fast. And the style.css is a school book example on how easy it should be to find things. Thanks. But now to the question. I’ve seen post regarding the “home_banner.jpg” earlier in the thread.

    Is there a way to put for example a nextgen slideshow instead of home_banner.jpg? Or is that a hard thing to do? To my knowledge this is what the author refers to /*Featured Content*/ in the css and also “speaks” to home.php is not a “widget-area” (remember i am totally new to this.) Is there away to accomplish this. In short, nextgen gallery instead of home_banner.jpg?

    Many thanks
    Cajewi

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Daniel Zhao

    (@danni1990)

    Hi Cajewi,

    You can disable the picture background for Featured Area first, by change these from style.css:

    /*	Featured Content	*/
    	#featured {
    /*		background-attachment: fixed;
    		background-image: url(images/home_banner.jpg);
    		background-repeat: no-repeat;
    		background-position: center top; */
    		height: 380px;
    		display: block;
    		text-align: center;
    }

    then you can embed your gallery in the home.php file. If you need more help, please tell me your email so I can send you screenshots ??

    Thread Starter cajewi

    (@cajewi)

    Hi,
    Thanks i will try that!

    /Cajewi

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Gallery’ is closed to new replies.