4748 comments found.
Hello I cannot create a full width page that includes the header, I have used Brizy but it keeps it boxed when selecting empty with header or full width.
Hi. The width of this html block on the screenshot is defined (controlled) by Bootstrap. It has class “container”. You can add your own CSS style to stretch it in here: WordPress -> Appearance -> Customize -> Additional CSS.
.container { max-width: 100% !important; }
Great, that fixed it, thank you for the quick reply.
Pagick hey i just can’t figure it out, maybe you haven’t read my message, can you help me with how to make a button that leads to the profile page, not to the edit profile one but the one that you get after choosing your profile circle picture, what is the link to that page? i tried with …/profile but it leads me to the edit profile page, same thing with the friends one it leads me to the edit friends options but not the actual friends one, can you help me with the direction for both? thanks again.
Could you send me a personal message via ThemeForest email form please? Thank you
yeah of course, i did it
, did you recieve it?
I wanted to ask you to send a message from your customer account, via which you got the theme. Sorry for inconvenience. Thank you
ok i sent it from the customer’s account, did you recieve it?
Yes. Thank you very much for confirmation and understanding.
You say how to create a button that leads to profile. Button and link to profile are generated in php file. I can not understand how you would like to use that button. Could you please describe or take screenshot where you would like to place the button? Thank you
yeah no problem i understand, i’m trying to make the cellphone experience easier for the user by turning it to a progressive web app, but one of the complains that i got is that some users take a lot of time finding the friends page and the profile one, so i developed a menu with buttons that lead to different places, like the classifieds, the home pag…, i just wanted to know if i can use some url to get to the profile page, or the friends one.
Later i will send you several codes for button and links.
you are the best, thanks a lot 
Here is a code to get a profile link of logged in user.
if (defined('DATEBOOK_CURRENT_USER_ID')) {
$current_user_id = DATEBOOK_CURRENT_USER_ID;
} else {
global $current_user;
wp_get_current_user();
$current_user_id = DateBook_Utilities::datebook_replace_user_by_admin($current_user->ID, 1);
}
$profile_id = get_user_meta( $current_user_id, 'profile_postid', true );
$profile_page_url = get_permalink($profile_id);
// This is a link to profile of current logged in user
echo $profile_page_url;
Is this what you asked?
Hi Pagick, thank you, yeah well i was thinking that maybe there was an url like for example for edit your profile is “www.myweb.com/mypage” for search is “mypage.com/searching” but for your profile it always changes depending on your id, i just thought that maybe i could write a specific url and it will lead you to your profile page regardless your id, but as i can see isn’t like that, however thanks for your quick response, before i forget silly question but the titles of featured profiles and top profiles dissapeared in the homepage do i have to edit them in brizy in order to get them visible or is there an check option for those? thanks again.
Also is there a way to put the classifieds as a VIP feature?
No, classifieds placed by date of submission only. Soon classifieds and tours will be added to subscription plans. Now I see you were talking about a static link to profile. Well, I could create and add it in the next update.
that would be awesome, thank you so much for your help.
Hello pagick, how can I create a beautiful background image just like the demo theme. https://www.pagickthemes.com/demoblue/profile/31569185890/
https://www.pagickthemes.com/demoblue/profile/1171509587/Hi Temyleyi. This is Featured profile. When a profile becomes featured random background patterns are applied.
Your members can get their profiles featured when they subscribe to a subscription plan.
Also, you as administrator can assign Featured status to any profile manually. For this, go to some profile page frontend. Above the profile name or image, find the Administration Dashboard. Expand it. There you can find options for Featured and Top statuses.
Now, background images are located in this folder wp-content/plugins/datebook/assets/images/patterns. You can upload your own pattern to this folder by ftp.
Soon, uploading your own patterns will be more flexible and customizable.
Ok thank you, I also encountered another problem members are not able to upload picture both new and existing members on their profile. The picture upload function is not working what can I do to rectify it.
Image upload function requires a home page to be set here: WordPress -> Settings -> Reading
I have done that still not working can I mail to help me check the problem.
Yes, sure. Email: info@pagickthemes.com
Hello pagick, thanks for the help the other day. I also have some issues that I will like you to help me with 1. On the log in page “Remember me” is not present 2. Online stimulation for the demo profile is not working 3. How do I make featured image circular just like the demo theme 4. How can I move the top menu to the left hand side. I have already sent you a mail please check.
Hi Temyleyi. I received your email. I will reply in short time.
New update not work fine. Site is very very slow, and i had to back last verstion. Can you resolve problem? Thanks
I do not know what could slow down on your website. Do you use Brizy page builder? Did you enable the Simulation? Do you use cache plugin? Try to deactivate all other plugins. I know sometimes hosting servers can work slowly.
We use the same version 4.4.7. It is fast. But of course, I will pay attention to your request and try to optimize the theme. Thank you.
From my side everything is ok and the old version works well. When I update a new one it doesn’t work, everything is slow.
Pagick hey so i’m trying to configure the payments now, the thing is that when you are going to select a subscription plan, on the VIP one, you cannot put some periods of time, i mean if you put $10 for 1 month when the user is going to select it, it appears as $10 USD 1 # # # # 20 extracted.pot (PACKAGE VERSION)... and doesn’t show the 1 month text, the same thing happens with some other periods but if i leave it as 30 days instead of 1 month there is not problem, so it’s good for now but can you please check that? or let me know how can i solve that? Thanks a lot 
Pagick sorry and another question if i want to make a button that leads to the profile page, but not the edit profile one but the one that you get after choosing your profile circle picture, what is the link to that page i tried with …/profile but it leads me to the edit one, same thing with the friends one it leads me to the edit friends options but not the actual friends one, can you help me with the direction for both? thanks again.
Hi
1- after registration the user redirected to this page : ?page_id=12 2- there is no subscription button,options on the menu 3- i prevent unsubscribed users from sent message but the message button still appear and when the user press on it he redirected to ’ My message” page, without any alert that he should subscribe 4- i enable blur on images but the images still affected, I try to upload news photo but it’s didn’t affected also.
Hi tzkerd3wa. Please, do the following:
1) Set a permalink to any format but not Plain. In the next, updates permalinks will be more flexible.
2) How to setup Subscription. Here is a guide with illustrations https://www.pagickthemes.com/documentation/subscription/datebook-subscription/
3) If you enabled Subscription then unsubscribed users must see the warning message that they must subscribe first (in chat window), additionally they can be redirected to the subscription page, but not the My message page. I will check it on my side.
4) Please, note, if you are logged in as admin then all images are visible to admin without blur effect. So you should check this function in another browser without login.
I apologize for delayed response. I was outside. Weekend. Thank you.
If you have any questions, please, post here or email info@pagickthemes.com
Can you check these problems on my sites? because I tried to do everything but still the same problems If so, i will send the admin info on the email Thank you very much.
Yes, sure. I will be glad o check and fix it. Email info@pagickthemes.com
Done I sent you.
I received. Thank you
For messages, can I approve/disapprove messages before sent from the users? can I add message filtration? I need to take control of the users’ messages.
the demo admin didn’t work with me, when I press login it’s still loading without any action,
No. Approve is not implemented yet. This is good idea. But you should know that there would be thousands of messages waiting for approval.
Will this work on wordpress Multisite edition?
I did not check it. But some of customers confirmed that the theme perfectly works on multisite
Suddenly some user lost their data automatically. showing this error to user
Your profile is not active yet! In order to see your profile you must complete it.
Some required information is missing.
Follow the link below and complete the form.
why this happening ???????
No. Nothing was lost. The script checks for gender, city and date of birth. If one of them is missing then it requires a user to complete his profile. If you do not want to check for the required details, then I will make changes to the script. So that this warning message will not appear again.
User not deleted thease fields. this problem found with 10 profiles.maximum profiles created by admin. I want to know that why lost gender, location,email,Photo automatically ?
Exactly, profiles created by admin. This is a wrong way to create profile in the admin area. Profiles must be created only on the registration page when you are logged out or in Theme Installer here WordPress – DateBook – Theme Installer – Third: Demo content.
When admin creates a profile in the admin area some profile data are not created. Do not worry, your real users and profiles are not lost.
sir, it was created by demo content of course. please take it seriously. data has been lost automatically. check what is error please
Just now (Before 2 minuts) i was logged in to a dummy user profile. suddenly that dummy user profile data has been lost. All data lost expect name. its very serious issue. my website is live. it would be very bad impact on my website visitors
but i have old database backup, but i dont know if i upload old database, what about new user ? it will lost or what ?
Could you check an option that deletes unverified profiles? WordPress -> DateBook -> Dashboard -> Profile tab -> Delete Profiles who did not verify their email within.
This function deletes profiles (and other its data: tors, classifieds, images) after some period of time. But the theme does not delete profiles data without any reason.
Pagick hi, so i was hoping that with the update the notifications thing (that they don’t clear after a friend request accepted) and the apostrophe that adds ”/” were resolved,did you fix that? or is it for the next updated because that´s a big problem for me right now, especially the apostrophe thing cause you can’t write normal in the chat, can you help me solve that please? thank you very much.
Hi. Apostrophe in chat was fixed in the latest version 4.4.7. But I did not check notification yet. I will check it today and in the next update it will be done.
so i dont know if i did something wrong then, i mean i uploaded the latest version, but it hasn´t change the issue in the chat nor in the custom fields, do i need to do something else to see it fixed? i uploaded the version in the theme section, and it ask me to replace it with the previous one and i just accepted can you guide me please? thank you.
Right, you must replace the old theme with a new one. Also you must update the plugin. Did you do it? After that, try to write apostrophe in chat.
i hadn’t done that, both notifications and chat work great, thank you very much, excellent job 
Good. I am glad to hear that. 
Hi Pagick, When do you update customization for friends??
How to update theme ? in admin panel not showing update button
You can update the theme right in the admin area. Go to WordPress – Appearance – Themes. Click on the button “Add New” on top. After the upload file form appears, select an archive file you downloaded on ThemeForest. Upload and replace the theme and plugin. That’s it.
Theme and plugin showing updated Version 4.4.7, but child theme not showing 4.4.7, it is showing 4.4.6, how to update child theme without loosing my setting ?
It is not necessary to update the child theme. It has no functions. You can update it next time. You will not lose your settings after updating or not updating.
I’m having issues with my activation email not being sent or getting there hours later
Nowadays the mail function is restricted by hosting servers. You should install the WP mail SMTP plugin. It helps.
Got you. I’m also having an issue uploading photos and accepting friend request.
Try to set a home page here: WordPress – Settings – Reading.
How does that help me upload photos?
When you upload photos or open countries in the search form, they send requests to the home page. Almost all ajax requests work via the home page.
One more thing the deactivate user profile inst working. I made the 30 demo bios and didn’t need 10 of them and when i tried deactivating they would turn themselves back on. What time will the update be ready?
Hi Pagick is the update available yet and will it fix the hearts on the images profile pictures that I need off? Thanks
Hi girlsgonethrift. Yes, the update is ready. Favorite has been fixed. It will be available a little later. Thank you
Ok great can you install it on my site and this time it wont make a bunch of changes and reset the background images and menus right?
Yes sure
Hi, so i just upload the new version, the chat looks better thanks, i have a couple of questions that i haven’t been able to correct, the first one is that everytime that i put the symbol ’ in the chat, after i press enter next to it appears a / the same thing happen in the custom fields, so when i write for example “i’m” in the chat or in the custom fields, it appears “i’/m” i dont know how to solve that, i don´t know if it is my mistake or something in the template, the second one is that i can’t clear the notificacions in the top menu, after a friend request my approval it shows the number of notifications even if i already accepted it. i will really aprecciate if you can help me, thanks a lot.
Hi. WordPress filters apostrophe and adds /. I will fix it and notifications today. In the next update, these issues will be fixed. Today later the update will be available for download. Thank you.
That is great to hear, thank you very much.
Greetings Pagick, i’m a mid august buyer just in the middle of the 5.5.1 critical update.
The efforts you did these month to fix all the problems of the theme with wp new version were amazing… Cannot wait for new update with simulation fixed today! 
Just one question, that could be useful to other buyers. I’ ve installed Woocommerce and Cardinity credit card gateway. When i buy subscription and arrive to checkout, i insert the credit number,secret id and valid till fields, but when i press ok it asks me for credit card holder name and other data and the process cannot be completed, i tried also adding them from Users in the backend but the process cannot be completed anyway.
There is an easy way to use the default checkout page of woocommerce were the user can insert all his data and complete purchase? That could be faster solution for all…
Or i have to start to update the woocommerce core files included in the theme and the needed fields will appear?
Or maybe i’ve missed some specific woocommerce option configuration for theme?
Thanks and Best Regards!
Hi COcisuts. WooCommerce has its own checkout page. But DateBook also has its own checkout page that actually uses WooCommerce checkout functionality. It means that WooCommerce original checkout and DateBook checkout pages are identical. So all files (javascript, css, files too) and all credit card fields for must be loaded without problem. But perhaps, something in the theme or Cardinity plugin cannot work properly. So I need to check it.
You do not need to update any files of WooCommerce. Just install the latest WooCommerce plugin.
Could you tell me where I can get the Cardinity credit card gateway? I would like to install and check it why it does not see filled fields.
Thank you for your high evaluation.
Thank you. I am already looking in it
I checked. I tried to fill in all fields in this gateway. No problem. I filled. I was not asked to fill in any fields. On the screenshots you can see the warning message but this is because I filled incorrect secret keys in the gateway settings. Here is a screenshot http://prnt.sc/uv050p
Here is a guide with illustration how to setup WooCommerce. Please, check if you selected the DateBook checkout page in the Woocommerce settings. https://www.pagickthemes.com/documentation/subscription/woocommerce-subscription/
I’ve already followed that woo installation procedure i’ ve found in some previous comments (could be nice addon to doc of theme). I’ ve tried also to setup default checkout page with shortcode of woo instead of datebook (both in woo and datebook), but no luck and datebook it s still rendered and still without cardholder and extra fields. Where should i put the cardholder name?
...Where should i put the cardholder name?
I cannot know it. I only checked if this gateway could work in the theme and if fields could be filled in and no warning messages asked to fill in fields.
That 3 fields works, the problem is the card holder name field and others needed fields that don’ t appear and so payment cannot be complete…
I checked this Cardinity gateway plugin files. There are only 3 fields that you can see on the checkout page: Credit Card Number, Card Expiry Date, and Card CVC. So there is NO name field.
No way to add the woo namefield on Datebook? It’ s searching in woo user data… but probably just on the not-appearing form (you can see complete form of plugin if you disable datebook) not from backend (because i added all the needed data from the woo section of user in backend and it doesn t recognize it anyway and gives same error).
If you try the plugin without datebook the extra fields are showed in checkout. PS: i ll clean a bit comments laterz… sryz!
Good. I thought about it that the name field is called outside. I will check it, how it is called. Thank you for your help.
I just tested the checkout page without DateBook. It is ok, no problem. Payment was successful. I saw and filled in only 3 fields. No name field or any other additional field was asked.
I found out why payment was not processed. Cardinity plugin looks for name, country and other data from billing fields. But all billing fields are disabled in the theme. Well, I will add an option to enable those fields in the next update. I hope today later. Thank you COcisuts. It was useful to cooperate with you.
Blesses NR1!
After update it works! GG!
I am going to post this again I really need this stuff fixed: When I disable favorite profile and disable likes they take them off the profile page but not the search page on the profiles how do I take that heart off the profiles on the search page? Also how do I change the colors and wording of the “Top” and “Online” buttons.
I am now going to check and make changes to files about favorite and like buttons. Later today, I will send you fixed files.
You can change the original words Top and Online by installing and using the Loco Translate plugin.
I apologise for delayed answers. I am just in hurry to release the update.
Ok great when will the new update be released? Also I downloaded the translate plugin but where do I go to change those words?
Daily new error showing
Fatal error: Uncaught Error: Unsupported operand types in /home/brj35qs293z3/public_html/wp-content/plugins/datebook/includes/class-datebook-cron.php:268 Stack trace: #0 /home/brj35qs293z3/public_html/wp-content/plugins/datebook/includes/class-datebook-cron.php(645): DateBook_Cron::simulate_online_status_of_profiles() #1 /home/brj35qs293z3/public_html/wp-includes/class-wp-hook.php(287): DateBook_Cron::datebook_start_cron(’’) #2 /home/brj35qs293z3/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array) #3 /home/brj35qs293z3/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array) #4 /home/brj35qs293z3/public_html/wp-settings.php(546): do_action(‘init’) #5 /home/brj35qs293z3/public_html/wp-config.php(106): require_once(’/home/brj35qs29…’) #6 /home/brj35qs293z3/public_html/wp-load.php(37): require_once(’/home/brj35qs29…’) #7 /home/brj35qs293z3/public_html/wp-blog-header.php(13): require_once(’/home/brj35qs29…’) #8 /home/brj35qs293z3/public_html/index.php(17): require(’/home/brj35qs in /home/brj35qs293z3/public_html/wp-content/plugins/datebook/includes/class-datebook-cron.php on line 268
what is this error
This error is not critical and not visible to public. It was generated by the cron function.
Temporarily as a solution, disable all options in the Simulation here: WordPress – DateBook – Dashboard – Simulation.
I already fixed and improved this function. Today, the update with fixes will be uploaded and available for download. I apologise for inconvenience. Thank you
When I disable favorite profile and disable likes they take them off the profile page but not the search page on the profiles how do I take that heart off the profiles on the search page?