Trevor Stevens

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • in reply to: Motorcycle Theme getting errors #210926
    Trevor StevensTrevor Stevens
    Participant
    • Topics: 9
    • Replies: 20
    • Total: 29
    Member since: December 31, 2021

    the skt theme version is Version: pro2.0

    in reply to: SKT WOMAN #204804
    Trevor StevensTrevor Stevens
    Participant
    • Topics: 9
    • Replies: 20
    • Total: 29
    Member since: December 31, 2021

    Emm looks like a cache issue then. I can get it to work now in incognito.. Thanks for your help.
    Trevor

    in reply to: SKT WOMAN #204803
    Trevor StevensTrevor Stevens
    Participant
    • Topics: 9
    • Replies: 20
    • Total: 29
    Member since: December 31, 2021

    Just for your info the css class selection is .skt-woman-section1 {background-image:linear-gradient(180deg, #647c72 70%, #FFF 13%) !important;} which is the correct colour but not showing.

    in reply to: SKT WOMAN #204801
    Trevor StevensTrevor Stevens
    Participant
    • Topics: 9
    • Replies: 20
    • Total: 29
    Member since: December 31, 2021

    Have just sent support email to you

    in reply to: SKT Landing Page – Customizer Menu Not working #204080
    Trevor StevensTrevor Stevens
    Participant
    • Topics: 9
    • Replies: 20
    • Total: 29
    Member since: December 31, 2021

    I have sent this to you just now.

    in reply to: Mobile Friendly – Google shouting #201331
    Trevor StevensTrevor Stevens
    Participant
    • Topics: 9
    • Replies: 20
    • Total: 29
    Member since: December 31, 2021

    Thanks Dave, that fixed it. Will this work with most SKT Themes?

    in reply to: Mobile Friendly – Google shouting #201220
    Trevor StevensTrevor Stevens
    Participant
    • Topics: 9
    • Replies: 20
    • Total: 29
    Member since: December 31, 2021

    The website url is https://provehiclecosmetics.uk/

    in reply to: Wavy Line Removal. #199453
    Trevor StevensTrevor Stevens
    Participant
    • Topics: 9
    • Replies: 20
    • Total: 29
    Member since: December 31, 2021

    Thanks Dave.

    in reply to: Wavy Line Removal. #199449
    Trevor StevensTrevor Stevens
    Participant
    • Topics: 9
    • Replies: 20
    • Total: 29
    Member since: December 31, 2021

    At last i found it.
    The code is in the following
    in the directory frontpage and in file slider-static.php
    the code to remove starting at line 72 is

    <div class=”skt-builder-wave”>
    <svg version=”1.0″ xmlns=”http://www.w3.org/2000/svg” width=”1450.000000pt” height=”240.000000pt” viewBox=”0 0 1450.000000 240.000000″ preserveAspectRatio=”xMidYMid meet”>
    <g transform=”translate(0.000000,240.000000) scale(0.100000,-0.100000)” fill=”#f6f9fe” stroke=”none”>
    <path class=”skt-builder-wave-color” d=”M13770 2394 c-19 -2 -80 -9 -135 -15 -369 -40 -805 -146 -1205 -295 -80 -29 -274 -108 -430 -175 -1099 -468 -1950 -757 -2665 -903 -388 -79 -626 -106 -976 -113 -508 -10 -694 21 -1294 212 -525 167 -780 215 -1151 215 -457 0 -920 -92 -1554 -308 -168 -57 -388 -131 -490 -163 -749 -241 -1538 -385 -2355 -430 -274 -15 -851 -6 -1050 16 -77 9 -213 19 -302 22 l-163 6 0 -232 0 -231 7250 0 7250 0 0 1189 0 1189 -32 6 c-37 8 -644 16 -698 10z”></path>
    </g>
    </svg></div>

    I removed this and now just have the slider. I note there are refs in the main style css do i need to rem these out or are they ok to leave?

    in reply to: Wavy Line Removal. #199442
    Trevor StevensTrevor Stevens
    Participant
    • Topics: 9
    • Replies: 20
    • Total: 29
    Member since: December 31, 2021

    Hi Dave, That has not removed the wavy line item. I think we need to remove that entire item. Where does this code live to rem it out?

    in reply to: Reviews and Testimonials #199351
    Trevor StevensTrevor Stevens
    Participant
    • Topics: 9
    • Replies: 20
    • Total: 29
    Member since: December 31, 2021

    I recently got a theme from them and needed support. Well all i had to do was post the query on support forum. The answers were quick and helpful. I got my issue resolved in no time.

    in reply to: Wavey Line not covering slider. #199098
    Trevor StevensTrevor Stevens
    Participant
    • Topics: 9
    • Replies: 20
    • Total: 29
    Member since: December 31, 2021

    Thanks that fixed it!
    Great support

    in reply to: Wavey Line not covering slider. #198973
    Trevor StevensTrevor Stevens
    Participant
    • Topics: 9
    • Replies: 20
    • Total: 29
    Member since: December 31, 2021

    This the dev site https://calladineparkhomes.co.uk/NewSite/

    look the bottom left its a straight line in large desk top. I have changed to green for now to show the problem.

    in reply to: Home Page not displaying Logo #189622
    Trevor StevensTrevor Stevens
    Participant
    • Topics: 9
    • Replies: 20
    • Total: 29
    Member since: December 31, 2021

    Disregard the Theme CSS seemed to need a refresh

    in reply to: Default Slider not showing on tablet or mobile #189352
    Trevor StevensTrevor Stevens
    Participant
    • Topics: 9
    • Replies: 20
    • Total: 29
    Member since: December 31, 2021

    Thanks for this Chris.
    The first part for mobile phones worked a treat.

    First Part
    @media screen and (max-width:479px) {
    .page_head img, .post_head img, .page_head, .post_head { height:150px !important;} }

    However the second part for tablet needed a tweek on the min width to make it work.
    Second part
    @media screen and (min-width:480px) and (max-width:1023px) { .page_head img, .post_head img, .page_head, .post_head { height:150px !important;} }

    The above css now works on Mobile, Tablet and Desktop
    Thanks for you brilliant support
    Trevor

Viewing 15 posts - 1 through 15 (of 20 total)