Blog

Google Maps Routenlink

User gerneate google routeplanner link Neustadt Rettiner Weg 69 – 75, 23730 Neustadt Assistant ​To generate a Google Maps route planner link from 'Neustadt' to 'Rettiner Weg 69 – 75, 23730 Neustadt', you can use the following URL:  https://www.google.com/maps/dir/Neustadt/Rettiner+Weg+69+-+75,+23730+Neustadt  This link will open Google Maps with the route from 'Neustadt' to 'Rettiner Weg […]

CSS Issue in Firefox

User I’ve checked the issue at Firefox. and it seems to be some CSS not working on firefox ,We need to check that particular css in firefox correct above Assistant Sure! Here's a corrected version of your sentence: **"I’ve checked the issue in Firefox, and it seems that some CSS is not working. We need […]

AI Chatbot Integration WP

User 4. AI chatbot integration • Prepare system for integration with an AI chatbot (e.g. WPBot Pro): o Bot should access collection data via WordPress. o Support connection to external historical sources (PDFs, text files). o Respond to user queries with text and suggested objects from the collection. o Display object cards in responses using […]

Opayo Plugin Support Login

User I’ve gone through the opayo plugin again and found that currently they have closed for new subscription of opayo plugin But they will continue their support for existing customoers. So as of now we don’t need to update this plugin that I suggested “Elavon Payments for WooCommerce” https://woocommerce.com/document/sagepay-form/ I then tried to contact opayo […]

Default blog page URL

User default blog page url wordpress Assistant The default blog page URL in WordPress depends on your settings. Here are the possibilities: — ### ✅ **If you haven’t changed any settings:** – Your blog posts will appear on the **home page**, and the URL is: https://yourdomain.com/ — ### ✅ **If you set a static front […]

Check DST in PHP

User Check dst time in php Assistant To check if Daylight Saving Time (DST) is currently in effect using PHP, you can use the `date()` function along with the `'I'` format character: if (date('I')) { echo "Daylight Saving Time is currently in effect."; } else { echo "Daylight Saving Time is not in effect."; } […]

Missing Values Clarification

User Regarding Missing values for 3 attriubutes that you mentioned yesterday I've worked on those and found that these values are not exist in database that is why those not showing COrrect aobve Assistant Sure! Here's the corrected version of your message with improved grammar and clarity: — Regarding the missing values for the 3 […]

Home Page ACF Completion

User Hi Sir We have completed the home page as per figma design using ACF Site Details https://deft-digital.newsoftdemo.info/ Admin details https://deft-digital.newsoftdemo.info/wp-admin Username: admin Password: admin@123 Acf wp-admin Home page url https://deft-digital.newsoftdemo.info/wp-admin/post.php?post=22&action=edit Please find video link for newly acf page https://www.loom.com/share/a269e08a47f74f389d638fa5aeb1ee30?sid=e1cd6369-c2cd-4e6f-9d62-541cc8409f95 Correct above sentence for client Assistant Sure! Here's a more polished and professional version of […]

Read more toggle JS

User Good people and a great service – enjoyed working with Jordan and the team at DEFT DIGITAL to create a series of new websites to promote our Global Innovation Challenge. I was delighted, both with the creative and the technical implementation. Wouldn't hesitate to recommend to others. display just below part and then add […]

Owl Carousel Equal Height

User Owl 3 item image caursel with all equal height Assistant To create an **Owl Carousel with 3 items per slide and equal height for all items**, you can use the following setup: ### ✅ HTML: <div class="owl-carousel owl-theme"> <div class="item"><img src="image1.jpg" alt="Image 1"></div> <div class="item"><img src="image2.jpg" alt="Image 2"></div> <div class="item"><img src="image3.jpg" alt="Image 3"></div> <div […]