• I have temporarily move my site to a different theme – which isn’t as good as Sinatra – because when my MemberPress tries to automatically generate a membership signup page, nothing shows “read more” that doesn’t actually do anything.

    Since it does show up in another template, MemberPress is saying it is something with the template. But their shortcode to put the form on another page isn’t working on the new template either, only the automatic page.

    Just wondering if there is anything solution to this that lets me keep using Sinatra.

Viewing 12 replies - 1 through 12 (of 12 total)
  • Branko

    (@brankoconjic)

    Hey,

    Here’s what you can try:

    1. Edit your Membership and check “Use Custom Page Template”. (Screenshot)
    2. From the dropdown list choose “Sinatra Fullwidth”.
    3. Save changes.
    4. Add the following CSS into the Additional CSS field in Appearance » Customize:

    .memberpressproduct-template-template-sinatra-fullwidth .si-fullwidth-entry {
        max-width: 1050px;
        margin: 0 auto;
        padding: 70px 0;
    }
    Thread Starter lsaclub3

    (@lsaclub3)

    Thank you, I’ll try that.

    Thread Starter lsaclub3

    (@lsaclub3)

    My options are Elementor Full Width or Theme.

    Thread Starter lsaclub3

    (@lsaclub3)

    Nevermind, I was in the wrong section. I see Sinatra fullwidth now.

    Thread Starter lsaclub3

    (@lsaclub3)

    OK, now the form looks fine on the initial page but is overlapping where I linked it by shortcode.

    Here is a screenshot: https://imgur.com/BIoXfG5

    Thread Starter lsaclub3

    (@lsaclub3)

    Also now the footer text and header menu have overlap issues. Might be a separate problem.
    https://site2021.ongoodauthority.com/

    Branko

    (@brankoconjic)

    @lsaclub3,

    Can you provide the URL of the page you used a shortcode?

    Thread Starter lsaclub3

    (@lsaclub3)

    It’s not public which is why I did the image link above. Let me make it public.

    Thread Starter lsaclub3

    (@lsaclub3)

    https://site2021.ongoodauthority.com/login/

    I did set this one to sinatra fullwidth too.

    Thread Starter lsaclub3

    (@lsaclub3)

    Both the form and the footer (fixed yesterday) look fine in the customizer but not the actual pages, despite clearing the both the WP cache and the browser cache more than once. Chrome Developer is showing the added css for the footer crossed out for the page.

    Branko

    (@brankoconjic)

    This is actually caused by the same issue as in your other topic.

    You have set line-height to 0.1em somewhere in Elementor. Here’s the CSS causing the issue: Screenshot.

    .elementor-kit-51 class is added on the body element so that could be a global setting in Elementor.

    I wonder will you be able to override it if you add this into the Additional CSS field:

    .elementor-kit-51 {
        line-height: 1.5em !important;
    }

    Anyway, you should ask this on Elementor forum instead.
    https://ww.wp.xz.cn/support/plugin/elementor/

    Thread Starter lsaclub3

    (@lsaclub3)

    OK but it only happens with your template, not another one I tried, even with this added code.

    Also Elementor does not create the footer or the body space, it only adds to the body.

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘MemberPress short code with Sinatra’ is closed to new replies.