Forum Replies Created
-
AuthorPosts
-
Thank you very much Dude, this plugin does exactly what I was looking for! Great!
No ideas? Should I continue with the research of another plugin? Can you suggest one?
Thanks
January 8, 2012 at 5:48 pm in reply to: Little bug in background slideshow interesting page scrolling and sidebar #59982any news?
January 6, 2012 at 10:45 am in reply to: Little bug in background slideshow interesting page scrolling and sidebar #59980Thank you Dude :)
January 5, 2012 at 6:56 pm in reply to: Little bug in background slideshow interesting page scrolling and sidebar #59978I tested with last release of firefox, safari and chrome on a mac and last version of chrome on win7. It seems that if you scroll the page when the background slideshow is in play mode the sidebar with the main menu notice this bug. If you scroll during an odd image everithing works well, but when you do it during an even image it bugs.
It is a simple way to fix it? If it is difficult…there’s a method to enable the slideshow/presentation mode only when content are hidden?
Dear Dude, thank you for your patience.
I’ve added this code:
.content .box {
margin-left: 0px;
bottom: 50px;
background-color: #fff;
background-image: url(“../images/skin-minimal/texture_paper_50_small.png”) !important ;
}
.template-page.content {
background-image: url(“../images/skin-minimal/bg-trans20.png”) !important;
width: 590px;
margin-left: 221px;
margin-bottom: -70px;
margin-top: 0px;
padding-top: 100px;
}
and as you can see (http://www.asiapalermo.it/svizzero/flashlight) I’ve almost solved. To get the same effect I should add right and left border to the new transparent box. But if I use border-right/left css code i don’t get the same effect. I’ve to add other 2
<span class=”border-transparent border-transparent-left”/>
<span class=”border-transparent border-transparent-right”/>
as in the main sidebar and then modify their classes….my question now is…how can add this code? In which php page should I work? Any ideas? Thanks
Nothing interesting appened, and using background instead of background-image I get a space between the texture sample…but nothing that can be made similar to the image I posted you before.. should I give up?
It doesn’t create a new different box but it overwrites the transparent one of the sidebar, check my site to see: http://www.asiapalermo.it/svizzero/flashlight
Ok, at this moment i prefer an always fixed and without issues sidebar than a background gallery without sidebar, I’ll let you know in the future maybe. Thank you very much for your support. =)
I added
.sidebar {
position: fixed !important;
left:50px !important;
}
it seems working… but now the sidebar doesn’t disappear during the background gallery…Maybe it’s not so terrible..
Doesn’t work but is not a big deal! Thank You! ;)
Thank you Dude,
the background is now ok but the sidebar not yet…
(check this: http://www.asiapalermo.it/svizzero/flashlight/?page_id=13 )
do you think I’ve to add to the custom css also a
.sidebar {
position: fixed !important;
}
would it be dangerous for the animation of the sidebar while entering in the full screen gallery mode?
Solved also the color…the weight doesn’t work…but is not a big deal =)
Solved the problem no.1…
still can’t change the weight or the color of the first line in the menu..
Hello, I’ve got 2 similar problems:
1st: When I work offline (local host xampp) firebug/firefox show me the custom.css file…when I’m online (http://www.asiapalermo.it/svizzero/flashlight) it seems there’s not custom style sheet..and of course the browser doesn’t applies the styles.
2nd: I added to my custom.css the following code to modify the menu style (font Josefine Common Characters):
.main_menu .menu li a strong {
font-size: 14px;
font-weight: bold;
color: #111111;
}
.main_menu .menu li a span {
font-size: 13px;
font-variant: small-caps;
}
the second line changes without problems (via xampp) but the first line (the bigger one) doesn’t changes the weight nor the color….it changes only the size. Why?
Can you help me please?
-
AuthorPosts