-
Author
-
August 10, 2015 at 00:19 #72357babafasiParticipant
Hi, how can i change the search form flied names in the homepage. example i would like to change the I am a “drop down” field values from man and women to groom and bride.. same thing want to change for Looking for a “drop down” field values from man and women to groom and bride… please find the attached picture for clear idea of what i wanted..
Thanks
Attachments:
You must be logged in to view attached files.August 11, 2015 at 05:23 #72525LauraModeratorHello, please go to Users > Profile fields and find I am a and Looking for fields 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 🙂
August 15, 2015 at 03:38 #73072LauraModeratorHello, phone should be in breadcrumbs.
The website speed depends on your plugins, you can optimize it using W3 Total Cache plugin, Smush it plugin, lazy load plugin and some others. Also a cdn like cloudflare helpsHi 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 🙂
August 17, 2015 at 07:45 #73353LauraModeratorHello, can you share admin credentials so i can check it out? 🙂
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 🙂
August 20, 2015 at 02:20 #73846LauraModeratorHello, i cant access to your website, please let me know once i can
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 🙂
August 21, 2015 at 22:29 #74074LauraModeratorHello, it seems that your website is not installed, please check out attachment, it redirects me to the install setup
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 🙂
Attachments:
You must be logged in to view attached files.August 29, 2015 at 05:56 #75129LauraModeratorHello, sorry for the delay.
1- Please copy the header.php file from main theme to the child theme, edit it and find
COPY CODE<?php _e("PROFILE", 'kleo_framework'); ?>
Replace with:
COPY CODE<?php echo bp_core_get_user_displayname( bp_loggedin_user_id() ); ?>
2. Added a new class and fixed those issues with css in style.css
The css:COPY CODE.disablelinks .circle-image a { cursor: default; } .disablelinks i.icon-heart { display: none; }
3. Added css to replicate the style under style.css
The css:COPY CODE.tabs.info dd a, .tabs.info li a, #main #object-nav ul li a { display: block; font-size: 13px; line-height: 30px; background-color: #E6E6E6; color: #1D1D1D; border: 1px solid #E6E6E6; border-radius: 100px; text-decoration: none; margin-left: 10px; height: 31px; } .tabs.info dd.active a, .tabs.info li.active a, #object-nav ul li.current a, #object-nav ul li.selected a, .tabs.info dd.active, .tabs.info li.active, #object-nav ul li.selected, #object-nav ul li.current { border: none !important; } .tabs.info, #object-nav ul { list-style: none; border-bottom: solid 1px rgba(230, 230, 230, 0); display: block; height: 40px; padding: 0; margin-bottom: 40px; } a#rtmedia-nav-item-video { display: none; } a#rtmedia-nav-item-music { display: none; }
4. For that, please go to Users > Profile fields and add the field to Base group, then it will appear just after the modal form, in the registration 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 🙂
August 31, 2015 at 02:55 #75438LauraModeratorHello, for:
1:
Where you placed:COPY CODE<?php echo bp_core_get_user_displayname( bp_loggedin_user_id() ); ?>
Replace with:
COPY CODE<?php _e("Welcome, ", 'kleo_framework'); ?><?php echo bp_core_get_user_displayname( bp_loggedin_user_id() ); ?>
2: I cannot disable the lightbox, you will need to use icons and not images
3: The fields that are in Register page are the fields are Base group, you cannot add a field to register page if its not in Base group on Users > Profile fields, they are not separated, they are linked.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 🙂
August 31, 2015 at 02:57 #75440LauraModerator4: It takes to membership plans because you have membership levels and restrictions, membership page will allow to register
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 🙂
October 14, 2015 at 19:21 #82275LauraModeratorHello, the solution would be to use the plugin bp disable activation reloaded that will auto-activate users when they register, so you should also add the plugin buddypress no captcha recaptcha to registration form as security measure
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 🙂
October 16, 2015 at 20:24 #82764LauraModeratorHello, i see, it may be related to the php email, try by installing this plugin (attached) and configure it with your server smtp settings:
Go to your hosting account cpanel, to email, create an email for your domain if you still dont have one, next to the options of the email, you should see a More button (or something like that ) Select configure mail, a new window should appear, scroll down to find your email server credentials, one should be secure and the other non secure, first try the secure one, find “SMTP PORT” now in your plugin settings, in server add the email server (appears in the page we were before) the email username ( usually is the full email) and the email password ( usually cpanel password )
Finally add the SMTP PORT and save, try now a test email or create an user and see if it shows. If it doesnt, try the steps again but with non secure sectionHi 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. -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.