Forum Replies Created
-
Author
-
JohnDoeParticipant
Just wondering, but how would I add a third gender ( transgender ) in there?
Ps; Decided to re-launch my site 🙂 been gone for a while, hopefully ill have a nice stay again 😉
O and , are there any major changes since 2.2?
JohnDoeParticipantTrue, wasn’t for nothing.
Learned alot of new PHP stuff by checking the way the theme works.
Working my way into PDO atm, hard stuff (for me)echo “Take Care”;
JohnDoeParticipantupdate :
Managed to add a more tabs , but when i click on for example :
Online men, it still shows all the members.
however it shows the correct count.
picture :
code in members/index;php
Could you help me @sqadmin
JohnDoeParticipantwhere do i find the “all members” and “my friends” , can’t find it in bp-functions
i wanna add “all male members” and “all female members”
i made the members icons at home page links, redirect to members page so far. but that’s dfone witht the $output , so everything kinda redirects to the same thing, how would i then make it so men redirect to all men , and female to all female?
This is the $output :
JohnDoeParticipantSO lame to paste code here, since parts always dissapear and change in links ….
I hit u up with en email instead.
JohnDoeParticipantFor me that all went good ( I took the cheapest campaign ) at the beginning, however i now have 76 members and that hasn’t increased for a week.
JohnDoeParticipantWithout payed ads you wil not get anywhere near the big guys like Eharmony , Match.com etc
JohnDoeParticipantEither way , it is VERY annoying and i hope the admins will look into this by the next update.
JohnDoeParticipantTry :
.home .header-bg {
background-color: #0076A3;
background-image: url(“wp-content/uploads/home.png”);
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
}JohnDoeParticipantI contacted them , and this was their answer.
Hello,
Thank you for contacting HostGator. I do see that your VPS has been exceeding memory resources. When these are exceeded, processes are killed to keep the VPS within the memory limits. These processes have been PHP and MySQL processes. Unfortunately the system-snapshot program that is installed did not indicate what caused this high memory usage, as around the time of these processes being killed the one minute snapshots show 360MB of available memory.
I have installed and configured WP Super Cache to datelite.net, and also modified the robots.txt file to have a crawl delay. This should ease a resource spike that can be caused by a bot crawling this page.
Please do not hesitate to contact us if this issue persists or any time we may be of assistance.
Warm Regards,
Dan K.
Linux System Administrator
HostGator.com LLCJohnDoeParticipantdeactive plugins 1 by 1 and look if it still has the error in google chrome when u do F12
JohnDoeParticipantIn the folder u downloaded when u bought the theme, there’s a documentation folder.
You should check it out, it has alot of nice information.
All the default sweetdate shortcodes etc.
JohnDoeParticipant[kleo_only_guests]
[kleo_button url="register" style="standard" size="large" round="radius" icon="0,before" target="_self"] Join us for FREE [/kleo_button]
[/kleo_only_guests]
This will show the button only to people who are not logged in.
I think the admin made a mistake :pJohnDoeParticipanthttp://www.datelite.net ( still working on this every day )
Don’t put this on Themeforest either @sqadmin.
thank you
JohnDoeParticipanto i allready added
define( ‘BP_DEFAULT_COMPONENT’, ‘profile’ );
in wp-config.php before.
Now
// Remove forums menu item
function my_setup_nav() {
global $bp;unset($bp->bp_nav[‘forums’]);
}add_action( ‘bp_setup_nav’, ‘my_setup_nav’, 1000 );
Doesn’t remove the forums anymore.. :p
JohnDoeParticipantWorks 🙂 , how can i edit the order of the entire list in the memberships pricing table? look at my site and ull see why .
http://www.datelite.net/membership-account/membership-levels/
-
AuthorPosts