Home › Forums › Theme support › Caboom, footer section & testimonial slider
This topic contains 17 replies, has 2 voices, and was last updated by 7Theme Support 10 years, 2 months ago.
-
AuthorPosts
-
HI guys/girls
I am having a problem with the testimonial slider in the footer section,
=>Apperance
=>Theme Options
=>Footer Section
=>Content After Footerusing the shortcode => [testimonialslider title="testimonials" speed="1000" auto="true" direction="left" items="6" number="1" itemsforward="1" width="" height="3" right="" ]
but it is not scrolling.Hi,
please set ‘number’ to more than 1, currently your are showing only 1 testimonial, that’s why there is no sliding effect
ok thank you that worked great, could I ask to help me make it transparent=> background-color: rgba(255, 255, 255, 0.9);
I have tried changing it in the footer section background color but not working.
Hi,
rgba(255,255,255,0.9) is white transparent, if you have a white background behind the footer, of course you will see nothing.
yes I know it is white transparent but when in the portfolio,s it needs to the same as the headers section.
have a look in the footer section
http://www.soundstagelightz.com/SSL/?portfolio=wilgenhof-carry-6-packerHi,
i saw in your source code the background color for the footer is rgba(255, 255, 255, 0), please change it to rgba(255, 255, 255, 0.9) then it should work
ok I tried that it is now a solid white, it looks out of place if it is not the same opacity as the headers.
Hi, can you reduce the opacity for the background color? Then it works. For example: rgba(255, 255, 255, 0.55). Because we had to but to sections about each other, in case someone want to have a gradient in the footer…
ok it is working partially the testimonial entry is still a solid white, have a look at this link
http://www.soundstagelightz.com/SSL/?portfolio=wilgenhof-carry-6-packerAh, ok, you want to have also the slider in transparent. Please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:
#footer .testimonial_entry_content, #footer .testimonial_entry_p {
background:none !important;
background-color: none !important;
}This remove the white background color for the testimonials in the footer
wow you guys are phenomenal,sorry just 1 last thing if you look at the slider, the aKING testimonial comes up but the surname of writer is not displaying
Strange, we can see the surname for the entry, it’s “Hennie van Halen” right?
yes That is right Hennie van halen, what I see on multiple browsers is hannie van the surname is cut off, I have tried increasing the height and the Margins
Please try this: go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:
.testimonial-lists-item-shortcode {
padding-bottom:15px;
margin-bottom:15px;
}This code should increase the hight of the items.
No that didn’t help, I even increased the values but nothing, may I also ask justto take a look why the allslider disappeared
-
AuthorPosts
You must be logged in to reply to this topic.