-
Author
-
August 10, 2015 at 00:19 #72357
babafasi
ParticipantHi, 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
August 11, 2015 at 05:23 #72525Laura
ModeratorHello, 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 solutionAugust 13, 2015 at 21:05 #72915babafasi
ParticipantHi Laura thanks for the help.. i need you further help..
1. website is loading so slow? my website link http://shaadidesk.com/
2. In the top bar where email and social icons are visible i don’t see my phone number visible there beside email.. i have add the phone number in contact & social sharing under theme options..That’s all for now i really appreciate your help me with this…
Thanks
August 15, 2015 at 03:38 #73072Laura
ModeratorHello, 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 solutionAugust 15, 2015 at 13:20 #73092babafasi
ParticipantHi, below are some of the concerns and i need a help from you to fix these:
1. i want the phone number to display beside email at the top bar not in the breadcrumbs.
2. well i have not use any other plugins, i have installed the plugins which are recommended by your theme only.. i see your demo is loading so fast and why my site is not loading that fast as i have used same plugins which u recommended for this theme…
3. on the homepage search form when we are searching, for example: I am agroom looking for a bride then click the search button in result it should show the brides profiles (mean girls profiles) but it is showing grooms profiles ( guys profiles) same goes for the bride looking for a groom it is displaying girls profiles in the search result.. not showing correct results in the search results..4. what is the shortcode to add a icon at top and below that a text ( please see the attached image {icons with text.jpg} for the clarity )
5. After a new user register and clicking on the activation link from the email it takes you to the wordpress login page. after login it is taking to the user profile dashboard.( please see the attched image { 1st Login page- Dashboard.png } ) how can i hide the dashboard tab from here as it is showing all the activity info.. user profile and extended user profile is enough here…August 17, 2015 at 07:45 #73353Laura
ModeratorHello, 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 solutionAugust 17, 2015 at 19:12 #73445babafasi
ParticipantHi below are my admin login details:
wp-details:
username: shaadidesk
password: Muyc88!2August 18, 2015 at 21:54 #73634babafasi
ParticipantHi Laura, what is the update on my issues.. i have given you my wp-admin credentials. have you check my issues..
August 20, 2015 at 02:20 #73846Laura
ModeratorHello, 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 solutionAugust 20, 2015 at 12:59 #73887babafasi
ParticipantHi, the login details are correct. please check it again and fix the above issues as soon as possible. if you seeing the 500 server error page then just refresh the page 1 or 2 times then site will load. i don’t know why this weird thing happening i have contact godaddy my hosting provider they told me there is no issues with server, they told to check the theme and plugins used..
url: http://shaadidesk.com/wp-admin
username: shaadidesk
password: Muyc88!2I have few more questions to you:
1. I want to add phone number field in the signup pop of form. how can i add this.
2. i have install contact for 7 plugin but when we click on the send button to submit form it is just showing loading icon rotating.Thanks,
August 21, 2015 at 22:29 #74074Laura
ModeratorHello, 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 solutionAugust 24, 2015 at 02:51 #74279babafasi
Participantwp-details:
http://shaadidesk.com/wp-admin
username: shaadidesk
password: Muyc88!2Hi, sorry about the site was reinstalled so it was down. now the site is working fine, i have few things that i want you to help me. below are the questions:
1. Welcome (username) message after profile login. (please see the attached image)
2. In home page how can i remove the hyperlinks to image circles under “And this is all, how it works:” also when hover there gray layer is coming with white heart icon. i don’t want that heart white icon just need a grey layer on hover. how to remove that heart from the hover.
3. In user profile page i want the top menu links Activity, Profile, Notifications 0, Friends 0 to have similar background color as the below album menu link under media link. Also i want to delete video and music link tabs from the media tab link. (please see the attached image)
4. how can i add contact number field beside email field in the signup popup form (please see the attached image)Thanks,
August 26, 2015 at 02:08 #74651babafasi
Participantwaiting for response.. please check the previous message..
August 26, 2015 at 21:53 #74754babafasi
ParticipantHi laura, i have been waiting for your response for last 2 days, please reply to me As soon as possible my website advertising has been stopped, because there are some issues to fix first. i request you to please help me fix the above 4 issues for my website….
Thanks,
August 29, 2015 at 05:56 #75129Laura
ModeratorHello, 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 solutionAugust 29, 2015 at 15:04 #75198babafasi
ParticipantHi Laura, thanks for you response.. i still have some more queries:
1. I able to add the PHP code in header.php file, right now user name is showing but i want to add “welcome” text inside that button. (please see the image for understanding)
2. well in the home page you able to remove the hyperlink for circle images but when we click on that circle images lightbox images is popping up. can we disable that pop up image frame too? also i want to do same in this page too https://shaadidesk.com/about-us/ remove the hyperlinks and popup image frame…
3. you ask me to add the contact number field in base group under profile fields. but i don’t want to add contact number to base group i rather want to add the contact number to modal popup form and in this page under Account details https://shaadidesk.com/register/
4. where a non-register user search for the profiles it will show the directory of the profiles but when that non-register user click on any user’s view profile it should take him to register page (https://shaadidesk.com/register/ ) but right now it is taking him to membership plan page. please check this without login.
Thanks
August 29, 2015 at 15:06 #75201babafasi
Participantthis image is for previous message first question
August 31, 2015 at 02:55 #75438Laura
ModeratorHello, 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 solutionAugust 31, 2015 at 02:57 #75440Laura
Moderator4: 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 solutionOctober 11, 2015 at 21:56 #81810babafasi
ParticipantHi laura, I hope you doing good, i need your help again regarding signup email is not receiving activation link by new user..
query:
1. when a new user signups he got successful message “You have successfully created your account! to begin using this site you will need to activate your account via the email we have just sent to your email address” But the activation email is not receiving by the user in his/her email address.. please help me to fix this issue before this was working absolutely fine i don’t know what went wrong no setting has changed or any coding change.. suddenly this stops… this is the only concern i have and this is very big issue for me all my users are getting frustrated and opting to not use my service..
you can try to signup as a new user then u will know the issue that activation email is not receiving….wp-login detials:
url: https://www.shaadidesk.com/wp-admin
username: shaadidesk
password: Muyc88!2Thanks..
October 14, 2015 at 19:21 #82275Laura
ModeratorHello, 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 solutionOctober 14, 2015 at 20:22 #82294babafasi
ParticipantHi, I don’t want to disable the activation link process through email.. Before this was working absolutely fine. But now when new user register it showing success message but when the user is not receiving any activation link.. before this was working fine please help me why this is not working now…
Thanks
October 16, 2015 at 20:24 #82764Laura
ModeratorHello, 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 solution -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.