4663 comments found.
Hi Pagick, I need some clarification.
https://ibb.co/CptTWMZk1. I don’t want to use Brizy.
2. I’m interested in knowing if the links in the image (contacts, login, etc.) can be turned into buttons and if the menu items can be separated.
3. Is it possible to use Elementor for this?
Hi elena31. Yes, You can use any other page builder. We just used Brizy to show what pages and what and where shortcodes can be used.
You should create pages in a page builder you like, or Elementor. After that you should insert our shortcodes into your pages.
Here is a guide about shortcodes, also a list of pages you should create https://www.pagickthemes.com/shortcodes-and-on-what-pages-they-can-be-used/
The links on your screenshot cannot be converted right in the theme. Because those links are the menus generated by WordPress. But you can use some special WordPress filter that adds CSS class to those links.
Here is a sample code to change the CSS class:
function custom_menu_item_classes( $classes, $item, $args, $depth ) {
// Example: Add a class to a specific menu item by ID
if ( $item->ID == 123 ) { // Replace 123 with the actual ID of your menu item
$classes[] = 'my-custom-class';
}
// Example: Add a class to all menu items that are children of a specific parent
if ( $item->menu_item_parent == 456 ) { // Replace 456 with the parent menu item ID
$classes[] = 'child-menu-item';
}
// Example: Add a class to the current menu item
if ( in_array( 'current-menu-item', $classes ) ) {
$classes[] = 'active-link';
}
return $classes;
}
add_filter( 'nav_menu_css_class', 'custom_menu_item_classes', 10, 4 );
Alternative way is to add your own CSS style:
.my-custom-class {
color: blue !important;
font-weight: bold !important;
}
.active-link {
border-bottom: 2px solid red !important;
}
Thanks pagick I’ll try and let you know
Nothing, I tried reinstalling everything, and only installing elementor as an extra plugin, the page remains that loads and stops there, as in the image I uploaded above.
Hi. Yes, I know about that issue. The update with the fix will be available for download tomorrow.
Hi Pagick, any news?
Hi. As a temporary solution so that Elementor loads correctly, do the following:
Go here: WordPress -> DateBook -> Dashboard -> Security -> Allow access to the moderation panel for the following users -> enter this email test@webweb.com
Grazie
Hi again.
Unfortunately, I have to report a bug, but there are actually two, regarding the custom “gender” field.
Let me explain: I use this field with multiple inputs because I don’t have just two genders (I have several selectable ones for filtering where I used the single dropdown). Let’s start by saying that the dropdown function, and the others as well, despite being selected in the backend, don’t work in the frontend (I’m talking about the searching page). Instead, a large menu appears without a dropdown, only scrollable (not suitable for the page itself given the function’s location). I also noticed that in the backend, again in the gender field I’m talking about, after a while, especially if you change the way the genders are displayed, the selected mode disappears, and, more importantly, the data within it disappears as well.
Even though the data has disappeared from the backend, the frontend search works, but if I return to the backend, the data is missing from the relevant area. If I change the gender field display mode again and save, the data in the backend is still NOT there, and the word “ANY” appears on the frontend. The data for the various genders has also disappeared on the frontend.
And obviously, they all need to be re-entered in all the selected languages. The custom fields are something I’ve worked on for hours (I have 37 fields with many inputs) and I wouldn’t want them to disappear for no reason (that’s why I asked you about the datebook_profile_custom_fields table a while ago).
Thanks
Good day. I will check what you wrote about today. I need some time for this. Later I will respond what to do. Thank you
I’m waiting for updates.. Thanks
Yes, I will answer your question and how to solve it. This is a big question. Therefore, I need to re-consider and solve it.
Hi Pagick, good day!
Could you please teach me how to change the white background color of the location panel in the side register form and the search form on the front page?
Thank you!
Good day thevarajah22. You can change the background color here: WordPress -> DateBook -> Forms -> open a form for editing -> click on the orange button to open the settings window -> change the colors -> Save.
Hi Pagick,
I’m asking about the location popup—specifically the white background color behind the country links. Currently, the links are blue with a white background.
Sorry for the inconvenience. https://ibb.co/wFjmZ82QThank you!
Hi thevarajah22. Now I see what you. The only way is to add css style. Add this css code here: WordPress -> Appearance -> Customize -> Additional CSS -> insert this code and save (replace #FFEB3B with your color number):
.datebook-dropdowncountry {
background-color: #FFEB3B;
}
Hi Pagick,
I’ve solved the issue — thank you for your help! I still have two places where I need to change the font color: the Subscription panel and the Privacy section, as well as my messages. https://ibb.co/QF4RdwLCCould you please help? I’m updating my new site to a dark version.
Thank you!
Add this css tyle:
.col-form-label {
color: #E91E63 !important;
}
Hi Pagick,
I’ve already added the CSS code, but it only applied partially:
Privacy page: only half of the page changed color Subscription panel: no color changes at all
Please help me solve this. Link: https://ibb.co/xqRjn32W
Thank you!
Hi Pagick, me again!
Unfortunately, I have to report a bug, but there are actually two, regarding the custom “gender” field.
Let me explain: I use this field with multiple inputs because I don’t have just two genders (I have several selectable ones for filtering where I used the single dropdown). Let’s start by saying that the dropdown function, and the others as well, despite being selected in the backend, don’t work in the frontend (I’m talking about the searching page). Instead, a large menu appears without a dropdown, only scrollable (not suitable for the page itself given the function’s location). I also noticed that in the backend, again in the gender field I’m talking about, after a while, especially if you change the way the genders are displayed, the selected mode disappears, and, more importantly, the data within it disappears as well.
Even though the data has disappeared from the backend, the frontend search works, but if I return to the backend, the data is missing from the relevant area. If I change the gender field display mode again and save, the data in the backend is still NOT there, and the word “ANY” appears on the frontend. The data for the various genders has also disappeared on the frontend.
And obviously, they all need to be re-entered in all the selected languages. The custom fields are something I’ve worked on for hours (I have 37 fields with many inputs) and I wouldn’t want them to disappear for no reason (that’s why I asked you about the datebook_profile_custom_fields table a while ago).
Thanks
?
Pagick, me again.
I believe this REST API issue is also causing malfunctions on other pages for those using Elementor.
I noticed that when I click on any profile picture or a photo, the full-screen preview appears. When the preview closes, the browser page doesn’t work and has to be reloaded. No buttons or links are usable anymore. It’s not a great business card.
Thanks, and sorry if I occasionally point out something wrong.
Hi RaCLD. This issue has been resolved on our side. Soon, the update will be available. Thank you for reminding.
Hi RaCLD. We have almost solved the issue relating to Elementor. Why are we slow? Because we had to re-consider and improve and add some functions specially for Elementor. The update will be available very soon.
For sylany0:
I don’t understand what you mean. Currently, I only have Stripe set up on the Datebook theme, and to use it with Datebook, I need both WooCommerce and another plugin to connect to my Stripe account (to prevent WooCommerce from also applying its transaction fee).
I believe this system is mandatory so that user payments are linked to the website and the ability to log in.
Hi.
Let me explain more about the notifications we can create in Datebook > Notifications.
If I go to this area and create a custom notification, it asks me, among other things, where to display it, but the options are very limited. For example, if I want to notify new subscribers about the registration form or a specific page, I need to be able to do so. My suggestion was to be able to enter the ID of the page on which the notification should appear (or the name of the page itself). It’s a bit like on the subscriptions page, where I can add an image by entering its ID.
I hope I explained myself better this time.
PS: I don’t think it’s difficult to apply this change. The pages currently available in the options aren’t fully usable (they’re generic and not useful in my opinion).
Thanks
Hi. Good suggestion. I hope we can realize it. Actually, the notification system has not been completed fully. We started it as experimental to see whether it would be useful and practical. I hope, soon we can continue developing the notifications. Thank you
Location pop up in the Add Search Bar option is it possible.
Please reply it possible or not.
Actually, the location opens in the popup window. But I may misunderstand what you mean. Perhaps, you mean something different.
Location opens in the popup but can I add search ar on top in popup
No. it is impossible. Sorry
In future any option for location shows popup instead dropdown
Can it be possible to design a change on the moderation page list listing? I have sent the email in the attachment.
At the moment, we do not have free resources. Your suggestion requires time and finance. Sorry.
I want to know what else is going on?
Hello Pagick I want to bring a benefit that would help many theme users and site visitors. Specifically, the search section should be added to the ads page. Example: a visitor enters the site and searches for ads from women or men from a certain city to be able to find ads from that city where they appear and search from that city, I hope I explained correctly and I was understood, many thanks.
Pagick Pagick Author
14 days ago Flag Hi tenciuionutiulian. Yes, good idea. I will see how to realize it. Thank you very much.
tenciuionutiulian tenciuionutiulian Purchased
14 days ago Flag Thank you, I would like to be notified when this update is made because visitors to this site are asking to search for ads in their city, thanks
tenciuionutiulian tenciuionutiulian Purchased
8 days ago Flag I hope you don’t forget to add this and very important for help very much for anyone, it helps a lot the webmaster and the users of the site
Hi tenciuionutiulian. I see. Good suggestion. At the moment, we are busy with some bug fixes and improvements. But your suggestion is in our task list. Thank you.
I understand, thank you and appreciate it, best regards.
RaCLD Stripe Use Payment Links to sell online without a website. Create a full payment page in just a few clicks and share the link with your customers – no code required.
Hello.
As always, while I wait for your kind response to my questions below, I’m wondering if it’s possible to have native Stripe integration and avoid adding plugins like WooCommerce (beyond the second one needed to connect everything to the Stripe account).
This way, we’ll have fewer plugins and higher performance with less resource consumption. Since PayPal is included, I don’t see why Stripe couldn’t be included as well.
Thanks
Hi RaCLD. You are right. More integrated payment gateways are better than installing plugins and WooCommerce. At the moment, we are busy with lots of bug fixes and improvements. But your suggestion is in our task list. As soon as we have more free time, we will add it. But not this year. Thank you.
Bonjour,
Je vous contacte concernant deux points liés à l’utilisation de votre thème sur mon site de rencontre :
1. Ajout d’articles sur la page Blog Pourriez-vous m’indiquer la procédure à suivre afin d’ajouter des articles sur ma page de blog, de façon à ce qu’ils apparaissent correctement en ligne ? J’aimerais savoir s’il existe une méthode spécifique ou une configuration particulière à appliquer dans le thème.
2. Problème avec la traduction native du thème La fonction de traduction intégrée ne semble pas fonctionner normalement. Lorsque je traduis une page (par exemple en turc), tous les éléments du thème sont bien traduits, mais les mots et phrases que j’ai créés ou ajoutés manuellement ne sont pas pris en compte et restent inchangés. Pourriez-vous me dire comment résoudre ce problème ? Existe-t-il une documentation ou un guide expliquant comment gérer ou forcer la traduction de ces contenus personnalisés ?
Je vous remercie d’avance pour votre aide et reste disponible pour fournir plus de détails si nécessaire.
Cordialement,
Good day. Answering your questions:
1) You can add posts to your blog here WordPress -> Posts. You should add posts as you usually add posts. Nothing unusual.
2) You can translate the theme into Turkish as you do usually. We use WordPress translate functions, nothing unusual. Language files can be found in this folder: wp-content/plugins/datebook/languages
You can use Loco Translate or Poedit to translate the theme. Here is a guide on how to use Loco Translate https://www.pagickthemes.com/how-to-translate-the-theme-in-loco-translate/
Kind regards
Bonjour, J’ai bien reçu votre message et je vous en remercie. Quand vous dites vous pouvez traduire le thème normalement je ne comprends pas ce que vous voulez dire .
Pouvez-vous être plus claire s’il vous plaît ? Je ne suis pas devellopeuse Web,j’essaie moi même de mettre mon site sur pied c’est pourquoi je voudrais savoir comment traduire mon site avec la traduction de base datebook. Car il y’a des mots qui ne sont pas traduits. Et pour le blog,mon véritable problème est que après avoir créé la page de blog je ne retrouve pas les articles précédemment créé avec elementor.
Cordialement
Bonjour,
Je souhaite ajouter un bouton à l’un des éléments de mon menu WordPress, mais je n’y parviens pas. J’ai essayé en ajoutant du code CSS directement sur l’élément du menu, ainsi que dans la section « CSS additionnel » du thème, mais cela n’a pas fonctionné.
Pourriez-vous m’indiquer la bonne méthode ou m’aider à comprendre ce qui bloque ?
Merci d’avance pour votre aide.
API REST Elementor HOW TO DO IT IN SLICE: STEP 1: Go to SLICE
WordPress Admin → SLICE → PHP Editor
Click “Add new snippet”
Select “Running everywhere”
STEP 2: Paste this OPTIMIZED code: // NAPRAWA DATEBOOK + ELEMENTOR – Wersja dla Nożyczek function intelligent_datebook_fix() { // Tylko dla REST API i Elementor $is_api_request = (defined(‘REST_REQUEST’) && REST_REQUEST) || isset($_GET[‘elementor-preview’]) || (isset($_SERVER[‘REQUEST_URI’]) && strpos($_SERVER[‘REQUEST_URI’], ’/wp-json/elementor/’) !== false); }
if (!$is_api_request) return;
// 1. WYCZYŚĆ BUFFERY NA SAMYM POCZĄTKU
add_action('plugins_loaded', function() {
while (ob_get_level() > 0) {
ob_end_clean();
}
ob_start(); // Nowy, czysty buffer
}, -9999);
// 2. FILTRUJ HTML DATEBOOK PRZED WYSŁANIEM JSON
add_action('rest_pre_serve_request', function() {
$buffer_content = ob_get_contents();
}, 9999);
// Jeśli DateBook dodał panel moderacji - wyczyść
if ($buffer_content && strpos($buffer_content, 'datebook-moderation-panel') !== false) {
}
// USUŃ TYLKO PANEL MODERACJI, ZACHOWAJ RESZTĘ
$clean_content = preg_replace('/<nav class="navbar[>]datebook-moderation-panel[>]>.*?<\/nav>/s', '', $buffer_content);
if ($clean_content !== $buffer_content) {
ob_clean(); // Wyczyść buffer
echo $clean_content; // Wstaw oczyszczoną zawartość
}
// FORCE JSON HEADERS
if (!headers_sent()) {
header('Content-Type: application/json; charset=utf-8');
}
// 3. OCHRONA NA KONIEC
add_action('shutdown', function() {
$final_output = ob_get_contents();
if ($final_output && $final_output[0] === '<' && strpos($final_output, 'datebook-moderation-panel') !== false) {
ob_clean();
if (defined('REST_REQUEST') && REST_REQUEST) {
echo json_encode(['status' => 'clean']);
}
}
}, 1);
add_action(‘init’, ‘intelligent_datebook_fix’, 1);
sorry but I can’t enter the code correctly
Hello Pagick,
I renew my ask, my website is ok now !! i’m waitingo for more 1 week !
I’ll be renewing my support soon. I’m behind on several versions and, more importantly, I’m constantly having database connection issues. I don’t know if this is due to the updates; could you please confirm this for me, as my website seules.fr is currently 80% offline? Also, as soon as I renew, and to avoid any problems, could you please install the latest update for me? Thank you in advance.
Never answer
Hi jefstys. No, the theme does not response for database connection and does not affect it. The problem is with your hosting server or database server.
The database connection starts in WordPress. Not in the theme. Only after WordPress connected to the database, the theme starts using that connection.
Also, you can check your “wp-config.php” file. Are the username, password and localhost specified correctly in this file?
Yes, I can install the update. If you have not changed any files, then the update will install correctly. Also, if your server is not very limited. I mean, increase the max file size to upload (64mb) in the PHP settings, in your cpanel of hosting server. Email: info@pagickthemes.com
Moderation page logo: how to change and remove the classified tab and tour.
The moderation page does not have logo. Logo can be changed here: WordPress -> DateBook -> Dashboard -> Logo.
It is impossible to remove classified and tours tabs in the moderation panel. But you can remove them manually in a file. This file, comment lines 98 and 99: wp-content/plugins/datebook/templates/admin/moderator-header.php
Location in the Add Search Bar option.
Location pop up add in search option
Date of birth format change : MM/DD/YYYY in registration form.
Ok. It will be done in one of the next updates.
Good morning,
I am looking into building a mobile application on KMP for my site. Could you please list out for me all of the API endpoints required for the included chat system?
Good day. Good idea about mobile app. You can look into this file on line 46 /wp-content/plugins/datebook/includes/class-datebook-header.php
and these files (AJAX javascript) that send REST requests
- /wp-content/plugins/datebook/assets/js/datebook-messages-ajax.js
/wp-content/plugins/datebook/assets/js/datebook-messages-ajax-logged.js
I finally managed to find those blessed custom fields, hallelujah!
I also asked you how to manually add profile pictures to demo profiles created with the theme’s dedicated feature.
Another thing: it would be useful to have a way to communicate things to users on specific pages OF OUR CHOICE (FOR EXAMPLE, BY INSERTING THE ID OF THE PAGE where we want the notification to appear), thus taking advantage of the create NOTIFICATIONS feature—a feature that’s not easy to set up, anyway.
It would also be useful to be able to add custom fields to the registration form, specifying additional subscription features that can’t be added at the moment.
Also remember that we’re having issues with the REST API (as another user wrote to you a few days ago).
Thanks, Pagick
You can add image to profiles this way. First, go to a profile page (frontend), then to the Photos page. See screenshot https://ibb.co/RTzd5gX
I did not understand about the notification page and ID. What is it and how should it work?
It is not so easy to add custom fields in the registration form for subscription. If some field has some affect in subscription, then this field must have its own functions connected to subscription functions. It is very complicated process.
Yes, sure. I will try to solve the issues with REST. Thank you so much for your questions.