Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1378460

    Hi,
    Love enfold theme and have been using it for years. I have a site that has the Memberpress membership plugin. On one of the recent Enfold updates, the default membership page template appears to have been replaced by the Enfold default page template.

    This is how it looks now – https://mdbirds.org/register/ccbc-membership-individual/
    This is how it used to look – this is the archive template from Enfold – https://mdbirds.org/register/bbc-membership-individual

    Can you help me figure this out? Also the breadcrumbs don’t make any sense as I’m seeing blog breadcrumbs on these pages.

    Thanks,
    Gabe

    #1378522

    Hey connect4consulting,

    Thank you for the inquiry.

    The option Use Custom Page Template is not enabled for the ccbc entry. The entry returned back to its previous layout after enabling the option.

    Best regards,
    Ismael

    #1378598

    Ismael,
    Actually the option Use Custom Page Template is enabled for the CCBC entry. It’s set to Archive page. If I deselect it, the entry returns back to the strange layout option.

    I understand that one solution is to go through all of the membership pages (there are many), and change it to Archive page layout. Is that what you are recommending? What would have caused this change?

    Also, why does the breadcrumb on all pages now have an additional breadcrumb that links to Events?

    Thanks,
    Gabe

    #1378744

    Hi,
    The “Event” breadcrumb at the end of your breadcrumbs has been added on by a plugin or script because the item before it has the class trail-end, for example, this is a proper breadcrumb:
    Enfold_Support_0078.jpeg
    and this is yours:
    Enfold_Support_0079.jpeg
    try disabling your plugins or switching to your parent theme to find where this is coming from.
    If you can’t find it or it’s from something you can’t change you could use this css to hide siblings after the class trail-end:

    .breadcrumb-trail .trail-end ~ span {
    	display: none;
    }

    Best regards,
    Mike

    #1378752

    Thanks Mike.
    How about the first part of my question? What would have caused this page template change for the Memberpress pages? I can fix it by going into each page and changing to a custom page template – Archives layout – but that’s cumbersome since there are hundreds of Memberpress pages.
    Gabe

    #1378759

    Hi,
    I believe Ismael has pointed to the correct solution, I don’t know why this occurred or a quicker way to correct it.

    Best regards,
    Mike

    #1378762

    Thanks Mike. By the way, the breadcrumb css worked brilliantly.

    #1378766

    Hi,
    Glad to hear the css helped, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    #1378769

    Thanks – you can close this one out.

    #1378771

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Memberpress Page Template has been replaced by default page template’ is closed to new replies.