SKT Yogi Pro – Top Header

Home Forums All Other Themes SKT Yogi Pro – Top Header

Viewing 15 posts - 1 through 15 (of 22 total)
  • Author
    Posts
  • #32810
    MattMatt
    Member
    • Topics: 2
    • Replies: 15
    • Total: 17
    Member since: May 2, 2016

    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

    #32824
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi Matt,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .signin_wrap .right{height:40px;}

    Regards,
    Dave

    #32837
    MattMatt
    Member
    • Topics: 2
    • Replies: 15
    • Total: 17
    Member since: May 2, 2016

    Hi 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

    #32856
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi 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,
    Dave

    #32932
    MattMatt
    Member
    • Topics: 2
    • Replies: 15
    • Total: 17
    Member since: May 2, 2016

    Hi 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

    #32957
    MattMatt
    Member
    • Topics: 2
    • Replies: 15
    • Total: 17
    Member since: May 2, 2016

    Hi 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

    #33177
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi Matt,

    You can adjust the slider speed and effects on the Appearance>>Theme Option>>Homepage Slider

    Regards,
    Dave

    #33184
    MattMatt
    Member
    • Topics: 2
    • Replies: 15
    • Total: 17
    Member since: May 2, 2016

    Hi Dave,

    I’m referring to the testimonial slider.

    Regards,

    Matt

    #33195
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi Matt,

    I apologize. Kindly go to js/custom.js and find this #testimonials .quotes

    Change the autoPlaySpeed from there.

    Regards,
    Dave

    #33477
    MattMatt
    Member
    • Topics: 2
    • Replies: 15
    • Total: 17
    Member since: May 2, 2016

    Hi 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. 😉

    #33498
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi Matt,

    Do you want full text in the testimonial rotator?

    Regards,
    Dave

    #33501
    MattMatt
    Member
    • Topics: 2
    • Replies: 15
    • Total: 17
    Member since: May 2, 2016

    Hi Dave,

    Yes, that’s correct.

    Thanks,

    Matt

    #33533
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi 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,
    Dave

    #33690
    MattMatt
    Member
    • Topics: 2
    • Replies: 15
    • Total: 17
    Member since: May 2, 2016

    Hi 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

    #33693
    MattMatt
    Member
    • Topics: 2
    • Replies: 15
    • Total: 17
    Member since: May 2, 2016

    Sorry, that should be ” ‘.content( of_get_option(‘testimonialsexcerptlenth’) ).’ ” to ” ‘.content( of_get_option(‘testimonialscontentlenth’) ).’ “

Viewing 15 posts - 1 through 15 (of 22 total)
  • You must be logged in to reply to this topic.