-
Author
-
November 25, 2017 at 09:23 #181012adminfokParticipant
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.
November 25, 2017 at 16:37 #181019Kieran_SQModeratorHi,
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 solutionIf 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.
November 26, 2017 at 01:27 #181076Kieran_SQModeratorHi,
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 solutionIf 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.
November 26, 2017 at 01:31 #181079Kieran_SQModeratorHey 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 solutionIf 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.
November 26, 2017 at 17:34 #181099adminfokParticipantHi 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.November 26, 2017 at 17:47 #181107Kieran_SQModeratorHi,
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 solutionIf 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.
November 26, 2017 at 17:57 #181111adminfokParticipantthanks 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 = activateNovember 26, 2017 at 18:12 #181117adminfokParticipantI 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
November 26, 2017 at 18:16 #181118Kieran_SQModeratorHi,
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 solutionIf 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.
November 26, 2017 at 18:18 #181119adminfokParticipantThanks, I appreciate your effort very much.
Best, Michael
November 26, 2017 at 19:30 #181121adminfokParticipantAdditional 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.November 28, 2017 at 03:06 #181269RaduModeratorHi,
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 solutionNovember 28, 2017 at 09:40 #181298adminfokParticipantThanks. Everything worked out 🙂
Best, Michael
November 28, 2017 at 16:51 #181322RaduModeratorGreat
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.