-
Author
-
December 23, 2014 at 02:30 #40115TrepMatchParticipant
Hi,
I’m not experienced at all at messing with code, the only time I’ve attempted it I did something wrong and the site was offline for weeks and cost me a lot to get someone to fix it and put it back online. I wanted to know if it was possible for you to help me make the changes listed below? I appreciate it’s quite a lot of work so, if you’re able to fix them, I would be more than happy to pay you for your time as I don’t know where else to go to have the following fixed:
– Remove hearts from entire site (including next to ‘match’ circle on profile page – but I’d like to keep the white match circle)
– On Profile > About Me tab, I would like to change ‘Birthday’ to ‘Age’ and instead of the date of birth I would like it to show the age.
– I would like to prevent non-premium/free users from sending public messages (I’ve already stopped them from being able to send private messages) as I’m concerned they’ll just share their email addresses in public messages to get around paying for membership.
– Prevent members entering contact info in their profiles (such as email address) because this way they can get free members to contact them also without having to pay for membership. This could be not allowing them to save their ‘Myself Summary’, ‘Looking for’, ‘Experience’ or ‘Base’ page if the text box includes an email address (with a message notifying them of the issue).
– If possible, I’d like to allow users to change their header image on their profiles. If possible it would be great if I could allow users to change the colour of the header or upload an image header to improve personalisation options.
– I’d like for the ‘Reasons to join’ page in the header to disappear when someone signs up as a premium member, as it’s obviously no longer relevant to them.
– I’d like a message to pop up when a non-premium user attempts to access a premium feature, rather than just redirecting them to the homepage. If a message pops up they’ll know what to do to access that feature and might sign up, because at the moment they just think it’s a fault with the site and that reflects badly on us.This would be much appreciated and help me complete my site, which I’ve been working on for weeks and weeks!
Thanks!
December 24, 2014 at 07:35 #40224LauraModeratorHello, could you share with me an admin account so i can do it for you. I will explain step by step 🙂
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 🙂
December 26, 2014 at 00:20 #40367LauraModeratorHello, sorry for late reply, i would also need ftp credentials in order to modify theme files.
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 🙂
December 26, 2014 at 19:11 #40397LauraModeratorHello, first step done, i added the following code to your functions.php in child theme, then added the following css code to remove only the hearts in the match circle, all done in functions.php and style.css of child theme:
Functions.php :
COPY CODEadd_action('after_setup_theme','kleo_my_hearts_actions'); function kleo_my_hearts_actions() { /* Replace the heart over images */ add_filter('kleo_img_rounded_icon', 'my_custom_icon'); /* Replace the heart from register modal */ add_filter('kleo_register_button_icon', 'my_custom_icon_register'); /* Replace the heart from About us widget */ add_filter('kleo_widget_aboutus_icon', 'my_custom_icon_about_widget'); } /* Replace the heart with a camera icon function */ function my_custom_icon () { return 'camera'; } /* Replace the heart from register modal with a user icon function */ function my_custom_icon_register () { return 'user'; } /* Replace the heart from about us widget with a user icon function */ function my_custom_icon_about_widget () { return 'user'; }
Style.css
COPY CODE.circular-item .hearts { display: none; }
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 🙂
December 26, 2014 at 19:17 #40398LauraModeratorHello, second step done, follow the attachments to understand how i did it.
Users > Profile Fields > Birthdate rename to Age
Sweetdate > Buddypress > Show Age instead of Birthdate Turn ONHi 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 🙂
Attachments:
You must be logged in to view attached files.December 27, 2014 at 20:47 #40435LauraModeratorHello, for point 3, you can just restrict the activity page for free users in edit page.
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 🙂
December 27, 2014 at 20:50 #40436LauraModeratorHello, to prevent email sharing, you culd try a plugin that blocks words, then put @, gmail.com,hotmail.com etc…
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 🙂
January 23, 2015 at 03:28 #43131LauraModeratorHello, is this 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
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.