adolfocc
Forum Replies Created
-
Woww!
I get it! hihi a few googles more and I found it:
<?php if ( is_page( ‘home’ )) echo do_shortcode(‘[layerslider id=”1″]’); ?>
Thank you any way! )
Hello,
Thank you for your answer, that look very easy but I don’t get it..
I got two kind of shortcodes from the slider, one to insert in the page/post editor:[layerslider id=”1″]
and other to insert for php content:
<?php echo do_shortcode(‘[layerslider id=”1″]’); ?>
So, I tried to insert it inside your code in the header.php:
<?php if ( is_home() ):?>
<?php echo do_shortcode(‘[layerslider id=”1″]’); ?>
<?php endif; ?>But it doesn’t work, I think, because that is not HTML code.. anyway, I can see other code around similar to my code and with the function: if ( is_home() ), so I tried with:
<?php if ( is_home() ) echo do_shortcode(‘[layerslider id=”1″]’); ?>
but nothing happens.. Im looking for more info about if ( is_home() ) but actually I don’t understand so much.. could you show me the light??
: ) thanks!
Hi, great plugin but I cant see the administrator bar in my home page, and yep, Im registered as administrator, Im running 3.4.2 version of wordpress. The only thing I can do is to use the font setting in the admin space without see the result and then, after save it, go to my home page. It works like that but unfortunately I cant pick each line of text in this way so I have to know the ID (H1, H2, ….) of each line previously. Do you have any advise? maybe is the version of wordpress?
thanks a lot!
Hi,
very good work, is just what I was looking for, but unfortunately it’s not running in my blog.. maybe I’m doing something, I’m almost new in wordpress.
I’m using Mac OS X 10.7.5 with wordpress 3.4
I uploaded a mp3 file and a png image and copied and pasted your codes with the ID and url of this files but after nothing happens, the sound doesn’t arrive.. please any advice?
after I pasted the code with simple letters and shame result:
<span id=””hr2””>ABC</span>
[hoversound id=”hr2” url=”https://adolfocarrasco.com/wp-content/uploads/?__.mp3”]I can only see ABC but no effect hoverpointing, Is maybe the version of wordpress?
thanks a lot