sabuk013
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hemingway] Removing TITLE from Static Front PageThanks for this code below.
It works on static front page, yes!
But is there any other code to remove the page title on each page?
Hope for help!Forum: Plugins
In reply to: [Easing Slider] Lost slideshow when activate homepage as static pageThat’s the great benefit of forums with several people 🙂
Thanks!Forum: Plugins
In reply to: [Easing Slider] Lost slideshow when activate homepage as static pageYes! It works!
Thanks for your help.Forum: Plugins
In reply to: [Easing Slider] Lost slideshow when activate homepage as static pageI have to correct my request: slideshow works, when I activate homepage as static page…this is not the main problem.
But when I order the slideshow to work only at homepage and activate as static page the slideshow become lost.My Code in header.php looks like this:
<?php if ( is_home() && function_exists( “easingsliderlite” ) ) { easingsliderlite(); } ?> <?phpLink to my wordpress site?
Forum: Plugins
In reply to: [Easing Slider] Lost slideshow when activate homepage as static pageI’ve insert this code into my header.php
<?php if ( function_exists( “easingsliderlite” ) ) { easingsliderlite(); } ?>
<?phpWhere do I find the static page’s theme file?
I use WordPress 3.6.1 and TwentyEleven theme… :SForum: Plugins
In reply to: [Easing Slider] Slides Links (both internal and external)Thanks, it works 🙂
Forum: Plugins
In reply to: [Easing Slider] Slides Links (both internal and external)Hi Matthew!
I’m new with wordpress and Easing Slider.
My first success: the slideshow appears only at homepage 🙂 YEAH
Now I’d like to link every image to another page. For example the image with flowers and trees on it to the page “flowers and trees”.
Can You help me how to do?sabuk