Home › Forums › All Other Themes › SKT Yogi Pro – Top Header
- This topic has 21 replies, 3 voices, and was last updated 8 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
May 6, 2016 at 6:17 am #32810
Hi,
Having issues with the top header and the size it’s wanting to resolve.
http://www.casperszpsychology.com.au
Since upgrading to Pro it has increased two-fold so basically has twice it’s supposed depth to original, as can be seen. I wish to halve its depth so that the top search bar matches it. I am using a child theme and have attempted to fix with no luck.
Thanks,
Matt
May 6, 2016 at 7:31 am #32824Hi Matt,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.signin_wrap .right{height:40px;}
Regards,
DaveMay 6, 2016 at 11:01 am #32837Hi Dave,
Thanks for that!
Just one more quick thing. I have enabled testimonials to show at the bottom of my client’s “About Me” page and I’ve made changes in both style.css and tm-rotator.css to try and make the background of the rotator and testimonial class transparent. This however isn’t working. On in inspecting the element through Firefox I notice there is an inline command linking to another style sheet with the background still showing as #f8f8f8. I’ve looked for other style sheets in the directories but cannot find any of them stating that background colour. I’m a bit tired and over this busy week so please excuse me if I’m missing something rather simple.
TIA,
Matt
May 6, 2016 at 12:47 pm #32856Hi Matt,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
#testimonials ul li .tm_description{background-color:rgba(255, 255, 255, 0.4) !important;}
Regards,
DaveMay 7, 2016 at 12:43 pm #32932Hi Dave,
Background information you gave me was opaque, not transparent. Any reason why you gave me these details? Hopefully not an issue with js and the slider if it’s transparent? I had originally set a custom code for the .tm_description as …”background-color: transparent;” but wasn’t working. You’re last message made me realise my mistake though… Thanks. I have fixed by the above code, but calling on “transparent” instead to get desired result. Please let me know if this is ok.
Thanks,
Matt
May 8, 2016 at 5:46 am #32957Hi Dave,
Just one more thing. Client has asked to make slide speed slower. Just wanted to confirm, I have set autoplay:true and adjusted what I believe is smartspeed to 10000 (10 seconds) in owl carousel.js. Doesn’t seem to be adjusting the speed…
TIA,
Matt
May 10, 2016 at 8:00 am #33177Hi Matt,
You can adjust the slider speed and effects on the Appearance>>Theme Option>>Homepage Slider
Regards,
DaveMay 10, 2016 at 9:48 am #33184Hi Dave,
I’m referring to the testimonial slider.
Regards,
Matt
May 10, 2016 at 12:46 pm #33195Hi Matt,
I apologize. Kindly go to js/custom.js and find this #testimonials .quotes
Change the autoPlaySpeed from there.
Regards,
DaveMay 13, 2016 at 3:16 am #33477Hi Dave,
Thanks! All good now, but just ONE more question please. A few of my client’s testimonials are rather long and not showing up fully on his “About Me” page. He wants it so that they display fully, so I imagine increasing the li style height (which is currently set at 145px) may be the best option in this case? Can you please confirm what would be the appropriate custom css to adjust height for this scenario, and if this is the best practice for your theme.
Regards,
Matt
P.S – My apologies, I should have started another thread regarding this topic, but I prefer dealing with the same person. 😉
May 13, 2016 at 6:56 am #33498Hi Matt,
Do you want full text in the testimonial rotator?
Regards,
DaveMay 13, 2016 at 8:27 am #33501Hi Dave,
Yes, that’s correct.
Thanks,
Matt
May 13, 2016 at 1:24 pm #33533Hi Matt,
Kindly go to appearance>editor>custom-functions.php and check testimonials function and change excerpt to content
It should show the full text.
If you have difficulty we can do it on one of your sites and you can copy the custom-functions.php into rest of your sites.
Regards,
DaveMay 16, 2016 at 1:22 am #33690Hi Dave,
Have changed the following line ” ‘.content( of_get_option(‘testimonialslenth’) ).’ ” in custom-functions.php, but now only three full-stops are showing for all eight testimonials.
Regards,
Matt
May 16, 2016 at 3:53 am #33693Sorry, that should be ” ‘.content( of_get_option(‘testimonialsexcerptlenth’) ).’ ” to ” ‘.content( of_get_option(‘testimonialscontentlenth’) ).’ “
-
AuthorPosts
- You must be logged in to reply to this topic.