johann64
Forum Replies Created
-
I will look into this. But your site seems to be working fine at the moment, right?
Just one thing,please enable the responsive vslider for your header by going into editimages for your header slider and checking the responsive checkbox.
Hi Mr. Wibe,
how you suggested I changed the responsive option and now the empty background there isn’t but before the updating of vSlider it worked better:
– i choosed “Yes” in the “Randomize image sequence” setting but the sequence is still the same (ordered by number slides sequence)
– after the upgrading i lost the option to obtain a “random image start” for every page-change of the site.sorry for my bad english, Kind regards
Johann64I resolved sobstituting this tag:
<?php if ( function_exists('vslider')) { vslider('headerslider'); } ?>
with this:
<?php if ( is_page(array( 4, 89, 91, ))) { vslider('headerslider'); } ?>
where numbers are ID pages where vSlider workthank you alchymyth!!!! you are great!!!!
the css syntax was bad, i changed it how you wrote and now it work all properly!!!!!
If you come in Italy to visit Venice you’ll be my guest to the restaurant for a dinner!a clarification:
I mean that only the IMAGE doesn’t change in the dark color scheme.I left in header.php (child theme) the code to activate the class .darkclass
<?php if ( is_page(array( 18, 21, 34, 14, ))) $myclass = 'darkclass'; else $myclass = ''; body_class( $myclass ); ?>thank you in advance
thank you very much alchymyth!!!!
the 2nd solution (changing function.php child theme file) work properly, now I need to set a different background image in the dark color scheme.
I tryed to set this option in the style.css (child theme) file:.darkclass body.custom-background { background-attachment: scroll; background-image: url("http://127.0.0.1/~gianni/wpgianni2/wp-content/uploads/2012/02/FondoIcona1.jpg"); background-position: left top; background-repeat: no-repeat; }but it doesn’t change and remains the same setted in the white color scheme.
Can I have a help?don’t worry,
the syntax now it’s correct but it still doesn’t work: no changes 🙁
Perhaps the problem is another, I thank you the same.still error… perhaps it lacks a php tag closure “?>”
i tryed that:<body <?php if ( is_page(array( 18, 21, 34, 14, ))) $myclass = ' class="darkclass" '; else $myclass = ''; ?> <?php body_class( $myclass ); ?>>it’s without syntax error but the result it’s no changes in all pages 🙂
Dreamweaver tells me there is a syntax error in that code…
I’m not a php expert 🙁i resolved following this video tutorial
http://www.youtube.com/watch?v=tLp0Ig6l1t0&feature=related
then I checked and add/modify margin, padding or border size of interested elements in the .css child file ( these elements: h1#site-title , #site-description , h2#site-description )Forum: Themes and Templates
In reply to: Putting a logo (from desktop image) on my Twenty Eleven headersee that
Forum: Themes and Templates
In reply to: Putting a logo (from desktop image) on my Twenty Eleven headerHello, (sorry for my bad english)
I’m a new user of wordpress, i need to show the slide only on home page too, but i don’t understand where exactly i have to put the string
if( is_home() ) boom_header_image();
in the header.php file
(I’m using Twenty Eleven theme)Thanks for your help!