trifouille
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Temptation] Remove bubblesHi,
Nobody is helping me to solve my problem, it doesn’t mean I won’t help others !
Using temptation settings you can remove bubbles from the main page, but they are still showing in other pages. I had to edit main.css file located in temptation/css/skins. Create a child theme before, it’s safer, check on the web how to do that.
You have to replace the #title-bar part by something like this, to override the default file calling the bubbles picture URL.#title-bar {
background-attachment: fixed;
background: #000000;
background-repeat: repeat;
background-position-y: center;
background-position: center bottom;
background: transparent;
overflow: hidden;
color: white;
font-weight: lighter;
text-align: center;
padding: 25px 0px;
min-height: 100px;
margin-top: -20px;
position: relative;
font-family: “Sintony”, “Exo 2”, Times, serif;
-webkit-font-smoothing: antialiased;
}I also tried to make the background transparent as you see, no success so far. I’m still trying to fix the home page slider, displaying only first and last picture.
Anyway, I hope this helped.Trifouille
Forum: Themes and Templates
In reply to: [Temptation] Integrated Nivo Slider problemNope…
I figured out that it uses “bx slider”, which, if used separately, has the same problem with the last slide showing up.
The only working solution I found was to set the transition effect to a different value than the default “horizontal”. For example, the “fade” transition effect works well.
However, I tried changing it in Temptation theme source code (temptation/js/bxslider.js), with no effect. I got it finally “working” (horizontal only) by changing different things, but the left-right arrows were gone, with “PREV” “NEXT” vertically wrote instead. Impossible to cancel that, my database had been corrupted… So I destroyed everything.
I’m actually building my site on local, to see if there’s a difference