Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Gilbert Hernandez

    (@ghernkadence)

    Hello @lars862376

    The link you provide to show your import requires login credentials to view the site. However, starter templates are meant to be replaced by the user. Also, there is a project underway to use AI to generate custom starter templates in the future. There have also been code changes to the Kadence theme and Kadence Blocks. Slight differences can be expected when importing starter templates.

    Thread Starter lars862376

    (@lars862376)

    yes, but beginners want to import to see what they have designed, what they like, a professional will not import templates,
    and it wouldn’t be so bad to bring your templates up to date. Your answer is therefore not ok

    Thread Starter lars862376

    (@lars862376)

    Plugin Support karlalevelup

    (@karlalevelup)

    Hi there!

    I’m sorry for the delay in getting back to you. You’re right, there is a difference between the starter template demo and the actual imported content.

    Let me help you with the three sections you specified:
    1. For the rotated “Sale!” text, add this to the Section block’s Custom CSS option:

    selector .rotate-text {
    transform-origin: 0 0;
    transform: rotate(-90deg);
    }

    This is how it worked on my website – https://share.getcloudapp.com/v1uWxBeq.

    The same steps should also be done for the “Free Shipping” texts – https://share.getcloudapp.com/nOuLnJlK

    2. For the overlay blocks, there should also be custom CSS codes on the Section blocks. Add this to the three section blocks:

    selector figure.wp-block-image.size-large {
      z-index: -1;
      position: relative;
    }

    Here’s how I did it on my website – https://share.getcloudapp.com/2Nupj9j8

    Lastly, I have sent our team a note about this so they can update the starter template demos.

    Let us know if we can help you further.

    Kind regards,
    Karla

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Big differences startertemplates’ is closed to new replies.