This topic has 15 replies, 3 voices, and was last updated 6 years by Radu.

  • Author
  • #181012
     adminfok
    Participant

    Hi here,

    I have an issue with the advanced search on my members page. The Search options are on the top of the page.

    As soon as I chose any other page template than the standard template on the panel “pages” the search options disappear from my members page.Of course I need the search options 🙂

    Why do I need another page template you might ask? The standard template inserts a sidebar which I do not want on the members page. I want it to be full-width.

    Thanks again for your help, Michael

    PS: You won’t see a sidebar, because I suppressed the call to sidebar, but the space is still reserved and the members are squeezed together.

     

    #181019
     Kieran_SQ
    Moderator

    Hi,

    Thanks for reaching out to us today and sorry to hear you’re facing issues with templates, to look into this I will need admin credentials (account set to English).

    Please update this ticket, in a private reply, with admin credentials to your site.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #181071
     adminfok
    Participant
    This reply has been set as private.
    #181076
     Kieran_SQ
    Moderator

    Hi,

    I have logged into your site and added the below CSS to your child theme’s style.css to make the main area full width in the members directory

    COPY CODE
    /* Members directory full width */
    .directory .eight, .row .eight {
        width: 100%;
    }

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #181078
     adminfok
    Participant
    This reply has been set as private.
    #181079
     Kieran_SQ
    Moderator

    Hey Michael,

    Glad it is working for you, and thanks very much in advance for the review, every review really does help!

    If you have any more questions please feel free to open a new ticket any time and we will be happy to help.

    All the best,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #181099
     adminfok
    Participant

    Hi Kieran,

    I am very sorry, but the css code has some undesired side-effects.

    When I use the code the header menu (on all pages) drops down a line or two. Is there a way to fix this ?

    Thanks, Michael

    Attachments:
    You must be logged in to view attached files.
    #181107
     Kieran_SQ
    Moderator

    Hi,

    I’ve just taken a look and it you’re right, my apologies. Are you overriding the default SweetDate members directory template? It appears in the code the the sidebar has been completely removed which might be why the the templates are not working.

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #181111
     adminfok
    Participant

    thanks for the reply!

    Yes I did some “creative” hacking, to remove the sidebar from the activation (and later members page (which could have unapproved users to get to some pages). Basically I had a conditional on “generated_dynamic_sidebar” in sidebar.php.

    I will check and get back to you.

    Thanks, Michael

    if((strpos($current_url, “aktivieren”) !== false) || (strpos($current_url, “mitglieder”) !== false)) {

    mitglieder = members
    aktivieren = activate

    #181117
     adminfok
    Participant

    I did check.

    I deleted the code I added to the sidebar.php to suppress the side-bar on certain pages.

    Unfortunately the css mod has still the same effect.

    Michael

    #181118
     Kieran_SQ
    Moderator

    Hi,

    Thanks for checking, I tried switching the page template but the form still disappears. I am going to forward this ticket to one of our developers to look into this more for you, they’ll be in touch as soon as they can, Mon to Fri, East Europe Time.

    Thank you for your patience,

    Kieran.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #181119
     adminfok
    Participant

    Thanks, I appreciate your effort very much.

    Best, Michael

    #181121
     adminfok
    Participant

    Additional information (in the hopes that it is easier to find the bug).

    When adding the suggested css code (see below) the page is full-width, but the sidebar is displayed on the bottom of the page.

    Thanks, Michael

    /* Members directory full width */
    .directory .eight, .row .eight {
    width: 100%;
    }

    Attachments:
    You must be logged in to view attached files.
    #181269
     Radu
    Moderator

    Hi,

    The issue comes from that css rule form your style.css from child theme.

    then under wp-admin -> theme options -> buddypress -> Members Directory Layout you can choose the layout for the members directory page.

    Let me know
    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #181298
     adminfok
    Participant

    Thanks. Everything worked out 🙂

    Best, Michael

    #181322
     Radu
    Moderator

    Great
    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 16 posts - 1 through 16 (of 16 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?