Forum Replies Created
-
Author
-
joyParticipant
I don’t know if I marked that last reply as private. If not, please delete. Thank you.
joyParticipantI found a workaround. For anyone else who has this problem:
Set the Buddypress registration page to -none-
Make edits as needed to the actual registration pageFor my case I placed the membership levels for PMpro on the registration page so if anyone tries to register for the site they have to go through the level selection to register.
joyParticipantYet another question 🙂
I used CSS to edit the icons in the profile header, doing that also enlarges the icons in the social header of the page through the Kleo theme. Is there css to differentiate the two sections or will any change to the icon size affect all icons on the site? Thank you.
joyParticipantIs there an icon code for a general website? Also, how did you get a list of those icons and where are they populated from? WP or Kleo? Thank you.
joyParticipantI figured out the problem…I had social links in two field groups. I deleted the social links from my base group. Now it works. Thank you.
joyParticipantHello again, I have another question about this. Since there are so many options for social media links I thought about creating another profile field group instead of putting them in the base field. Is there a way that these icons could be generated from the links on that group? Thank you.
joyParticipantThe path you gave is the exact same path I used – only in my child theme. It’s not working.
joyParticipantI’m not trying to use a plugin, I am trying to replace the Kleo search box with the GeoDirectory search box. @sharmstr any ideas on this, I know that Kleo is compatible with GeoDirectory, I’m just not sure what’s the limitations are. Thank you.
joyParticipantThis is my path to edit my 404 page: kleo-child/page-templates/404-page.php
I’ve tried to make a small change to the text, but it’s not being reflected. Is there any other files that I need to add to my child theme for this to work? I only want to change the image and text, everything else will remain the same.
Thank you.
joyParticipantOops! I thought it was the same one. My settings look correct…my site is currently password protected, maybe that is the problem. But I removed the block and still got that error message. I’ll take another look. Also, I’m noticing that occasionally the login doesn’t trigger any action, I’ve seen others note this as well. Thank you.
joyParticipantHi @sharmstr, I’m having trouble with my facebook login as well. I don’t know what I’m doing wrong. I’ve created the app via Facebook and made it public. I updated the API key but I’m still getting the error like this person did. Do know if it takes some time to become available? Thank you.
joyParticipantHi @sharmstr, I am currently using your code for the social links in the profile, would you know how to hide the links in the profile details? Currently if someone looks at a profile they can access the social media accounts through the image links or the text links, i would like to remove the text links as it’s redundant. Let me know if you need more clarification or if you are able to assist with that.
Thank you!
joyParticipantOh that’s right, I forgot that the form is coded to send to a specific email in our options. I just don’t know how to trigger a page into a modal. I’ll poke around and see what I can find. Thank you again.
joyParticipantFor the email form on the social share widget is there a way i can hook into the floating contact form function?
joyParticipantI found the correct file to edit in the Kleo theme. However, still having trouble. It keeps looping back to the Buddypress registration page.
joyParticipantHi @andrei, I’m hoping that you might be able to help me. I would just like to change the “create an account” link on the login pop-up to redirect to go to another page, specifically to the membership levels with paid membership pro. I’ve tried to update it with the Buddypress pages setting but it just keeps going to the regular buddypress signup page.
Thank you.
joyParticipantNevermind, I figured it out. Just adding the background size to cover made the necessary adjustments.
joyParticipantHello again. I thought I had posted an update to this but I don’t see it, so I’m going to repost again.
The rotate.php file for my row image background works as expected. However, using the css seems to strip the mobile settings because it’s no longer responsive. Can you please tell me what css is used on the row background image?
Also you mentioned using the revolution slider, can widgets be placed on the layers? I hadn’t tried that option. Thank you.
joyParticipantNevermind, I just created a rotate.php file and it works swimmingly!
Thanks for this awesomely flexible theme! There are no limits to it’s features.
joyParticipantWell…I am back.
When I have the widget form enabled with the row background, the mobile view is much preferred. With the image carousel view it pushes my widget form below the slideshow. Is there any way that I can incorporate some code to display a random image when using the row background?
Thank you.
joyParticipantLOL. Oh my goodness. I’m sorry for wasting your time, but I appreciate your help so much. Thank you.
joyParticipantYes, it’s actually a widget. I was able to move the widget up over the image carousel with css.
The rev slider was causing extra padding that I was having trouble removing, it also seems to take longer to load, which isn’t ideal.
How would I get the image carousel to go full width? Although the settings are there, it doesn’t seem to expand. I’ll add it to my page right now and send you the admin details in another message if you’d like to have a look. Thank you.
joyParticipantThank you. I tried that but I’m not sure what I’m doing wrong. This is what I used:
COPY CODEfunction filtering_activity_default( $query ) { if ( empty( $query ) && empty( $_POST ) ) { $query = 'action=comments'; } return $query; } add_filter( 'bp_ajax_querystring', 'filtering_activity_default', 999 );
Does that seem correct or do you notice any problems in this?
joyParticipant**UPDATE**
Sorry guys, I missed it on the install when I uploaded the theme. I got it. 🙂
joyParticipantThat’s so strange since that plu-in is from the GeoDirectory theme. Thanks for your help.
joyParticipantSorry, this is the link that I am getting the 404 error in:
https://archived.seventhqueen.com/forums/topic/change-buddypress-navigation-menu-icons#post-15756
I am looking to change the icons, not the order, if possible. Thanks @sharmstr, you’re always such a great help in the forum.
-
AuthorPosts