-
Author
-
November 15, 2017 at 23:31 #179980adminfokParticipant
Hi, there I hope you can help me with a few Issues.
1) On the members page, I would like to have a side-bar. If I chose a page template with a side bar, the title of the page (Members – or Mitglieder in German) is duplicated. How can I have a sidebar without duplication of the page title?
2) When pressing the small login button in the header, a window appears (see login picture). How can I remove the magic staff, remove the heart, and change the color of the button.
3) On the Registering page (Register) I have the opposite problem. The default sidebar appears where I don’t want a sidebar(see register picture). No matter what template I chose in wordpress the sidebar stays the same. Interestingly if I try to modify the register page, but somehow your theme seems to redirect the link to another page, since no overloading in buddy press results in changes. How can I get rid of the sidebar?
4) Also on the Register page, the required fields are marked with red (see register picture). How can I change the color ?
5) Also on the Register page, only the fields of the first group are shown during registration. Can all fields be shown during the registration process?
I would be extremely grateful if you could answer my questions.
Thanks in advance, Michael
Attachments:
You must be logged in to view attached files.November 16, 2017 at 20:03 #180064LauraModeratorHello, i will need access to check everything ,i’m sure with some css it can be resolved 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
November 17, 2017 at 18:02 #180150LauraModeratorHello, please try by adding this to style.cs of child theme for 1 and 2
COPY CODEdiv#buddypress.text-center h2 { display: none !important; } #register_panel i.icon-magic.icon-large { display: none !important; } #register_panel i.icon-heart { display: none !important; }
3- Check at Sweetdate > Buddypress to change the layout
4- Yes, add this to style.css of child themeCOPY CODE.error { background: blue !important; }
5- By default only the first group, to add more groups it requires file modifications which i can’t do for you
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
November 18, 2017 at 12:30 #180185adminfokParticipantHi Laura,
thank you very much for your help and suggestions.
Everything worked as expected :), however 2 things were left unanswered. It would be great if you could comment on these open questions as well.
1) The most urgent is the sidebar on the registering page (Question 3). Since an unregistered user could access the website through the items on the side-bar (see picture). So, how can I get rid of the sidebar on the register page?
2) All suggestions worked well for the login window (general-register-modal-dialog), except that it would be great if I could change the color of the submit button as well 🙂
Thanks again for your fast and professional help.
Michael
Attachments:
You must be logged in to view attached files.November 20, 2017 at 22:56 #180435LauraModeratorHello 🙂
What you could do at 1 is to use widget visibility plugin, so you can hide which widgets guests view 🙂
2- This css changes the button colorCOPY CODE.button.alert { background-color: black !important; border: 1px solid black !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
November 21, 2017 at 17:13 #180531adminfokParticipantHi there,
thanks for your comments.
Unfortunately a widget visibility plugin does not work. I simply do not have access to the Register page (the Register page is a part of the buddypress plugin but gets somehow high-jacked by the kleo frame work). No matter what I change – it is ignored.
Why is it important NOT to have a sidebar? Because during registering and activating the user will have access to the links in the sidebar and therefore gains access to the website. This should be a NO-GO from the design perspective of SweetDate. I am sure this is not just a problem I encountered and would be worth fixing.
Here are reasons why this is a problem and cannot be easily fixed:
1) Can I design a special sidebar with no links and attach it to the Register and Activation page? Yes I can do that, however, the activation link has a different ID and Title. Hence, the attaching of the special empty sidebar will NOT work on the activation email page. The activation page will show the default sidebar (and the links).
2) Could I have the main-sidebar (default) empty so that when problem 1) occurs it shows the default empty sidebar? Unfortunately this does not work either because, in my sidebar-plugin the sidebar cannot be assigned to the homepage or the blog page? In other words, if I assign an empty sidebar as default, the homepage and the blog page sidebar would be empty too.
3) Can I overload the page format by adding a file “buddypress.php” with the desired page format? This is not possible either because it will change all the buddypress files, not just the Registering and Activation page.
What I think would be really great is an activation and register page in full width (without a sidebar). All configuration through the buddypress control panel in SweetDate should not affect the format of the activation and register page.
Thanks a lot for considering, Michael
November 22, 2017 at 01:58 #180584LauraModeratorHello, i do not see the sidebar anymore, did you resolve it?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
November 22, 2017 at 14:17 #180612adminfokParticipantYou are good 🙂
Register page: I created an empty sidebar. Since the page ID stays always the same it is easy to attach the empty sidebar to this page. This does not work for the “activate” page as the page ID changes.
Activation page: There I did a very ugly hack where I modified sidebar.php (suppressing the call to generated_dynamic_sidebar).
Though it would be lovely to have no sidebar (now there is an empty-sidebar) on the register page, since squishes the fields into a narrow column.
Is there a way to make that happen?
Thanks again for your comments and patience 🙂
November 23, 2017 at 03:34 #180712LauraModeratorHello, actually i do not see any sidebar code at the register page, there is no sidebar at all there
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
November 23, 2017 at 06:17 #180725adminfokParticipantHi – this is great.
I do not know how this happened 🙂
I know I did change the page template to full-width at the Register page at one time. But when I checked after I changed the template the sidebar was still there. Now it is indeed gone.
Thank you very much.
November 24, 2017 at 00:39 #180855LauraModeratorHello, maybe cache 🙂 Happy that its resolved
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.