1188 comments found.
Hi, Users can enter their own data.
Hi, you are welcome.
Yes, You can set permission for users to add and manage their data only.
Dashboard >> Website Settings >> Users & Permissions >> Edit Role Group
https://prnt.sc/N2pH08u5Nweh
your response is very fast, thank you
If, i buy the product. can i used it for multiple products?
Hi, you are welcome. You will need to buy an extended license if you want to use it for multiple clients/websites without limitation.
You can choose the Extended license ( 325USD ) instead of regular license ( 35USD ) on buying the item.
Regards
Thanks.
Hi, do you have any instructions on how to add reCaptcha to login page? Thanks
Hi, you are welcome.
You can just download and overwrite these two files on your website and it will be added to the login page when you enable it.
https://smartend.app/updates/9.1/login_reCaptcha_update.zip
/core/resources/views/auth/login.blade.php /core/app/Http/Controllers/Auth/LoginController.php
Or Here is the full Guide if you want to code manually.
1. You need to activate the Google reCAPTCHA from
Dashboard >> Webmaster >> General Settings >> Google reCAPTCHA
2. Add the reCAPTCHA display code on the login form
On this file :
/core/resources/views/auth/login.blade.phpAdd this code before the submit button like https://prnt.sc/63qbqWumj3W_:
@if(env('NOCAPTCHA_STATUS', false))
<div class="form-group">
{!! NoCaptcha::renderJs(@Helper::currentLanguage()->code) !!}
{!! NoCaptcha::display() !!}
</div>
@endif
3. Add the validate to login controller on this file
/core/app/Http/Controllers/Auth/LoginController.phpAdd this code https://prnt.sc/rfkEJYh49bFM
if (env('NOCAPTCHA_STATUS', false)) {
$this->validate($request, [
'g-recaptcha-response' => 'required|captcha'
]);
}
Hope this helps. Regrads
@smart4ds,
Thank you for your prompt response and detailed explanation.
I have a query regarding visitor analytics it doesn’t work well even when I put the API key in the project control panel what is the solution to this problem ??
Hi, you are welcome.
If your version of smartend is older than Version 9.1.0.
Then you will need to update to the latest version because this point has been changed and fixed.
If you already updated and still the same issue you will need to empty these analytics tables to obtain a new fresh data.
smartend_analytics_pages smartend_analytics_visitorsRegards
Hi, From where can i add mobile number with web whats app in footer Your product is very user friendly,
Thank you,
You can add the mobile number from Dashboard >> Website Settings >> General Settings >> Social Links
https://prnt.sc/aPXgHvxiuhJI
Add it without 00 or + then the big Icon will appear on front like https://prnt.sc/FL0b5XI7hrWA
Regards
Hi, i created a new form from site section. on submission, in email it gives a link ‘View All Details’ – i don’t want this link, how do i remove this link
/core/app/Http/Controllers/HomeController.phpFind this line
$message_details = "<h3>" . $tpc_title . "</h3>" . $FromTopicTitle . $fields_details . "<hr /><a href="" . route("topicsEdit", [@$WebmasterSection->id, @$Topic->id]) . "">View All Details</a>";
Change it to:
$message_details = "<h3>" . $tpc_title . "</h3>" . $FromTopicTitle . $fields_details;Regards
Thanks
Hello are you avaible for payed customization?
Sorry, this is depending on my time.
Currently I can not accept new custom work because I’m already working on some big projects.
ok, is there a way to pay a consult with my developer for the job?
You can contact me from here https://codecanyon.net/user/smart4ds#contact
Or via support email: support@smartfordesign.com
Hello, very good morning, afternoon or evening!
I follow you daily from here in Brazil, I admire your work and I would like to share with you the official PT/BR translation soon.
Tell me if I can merge the technology from the demo: https://smartend.app/demo/ into the following version: https://smartfordesign.net/smartend/realestates/ , the idea is to port the functions to see if we can have both statements equal.
Hi,
Thanks for interest. You can send translation files, I will check and merge within the next release.
You can get in touch via this email: support@smartfordesign.com
For you question about the real estate version, no it is not updated to the latest version of Smartend, still on laravel 6.0 and not support multi languages.
Regards
twaabat.com
hello i have tried to update the script but it has refused i really need your support please
Hi, I have replied to your email.
You can send your website details or the DB sql file to make the update for you.
Please continue contacting via Email.
Regards
Hello, how do you change the menu icons? https://prnt.sc/D4aFh3_kM5PC
If you want to change it manually you find find this part on the menu view file
/core/resources/views/dashboard/layouts/menu.blade.phpYou can find list of all available icon code here
http://flatfull.com/themes/flatkit/html/icon.html
Hope this helps. Regards
Are you planning to add a woocommerce feature?
Hi, for your query. Smartend CMS is not a Wordpress. This is a full custom php script built using Laravel framework.
I mean sales feature
Yes, we have a plan to add small internal store with payment and sales features, It may be a separate plugin.
about how long will you update that feature
Sorry, there is no due date yet.
Does it have unit test / feature test suite?
Hi, you are welcome.
Sorry, no unit test is not available. Regards
HI I would love to buy this theme. But i have a question. Do you support Bootstrap 5.x?
Sorry, the current dashboard is built using bootstrap v4, and frontend is built using bootstrap v3. Regards
Hi, I have a problem. I created a new language. Then I click on the blog article and it does NOT open. It works in English and French, but in the newly created language the article does NOT open. Can you help me.
Hi, I have replied to your direct email.
You was just need to click Repair URLs form:
Dashboard >> Webmaster >> General Settings >> SEO Settings
Regards
/core/app/Http/Controllers/HomeController.phpYou will find it like
....->orderby('visits', 'desc')->limit(3)->get();
Find this part and Change 3 to any number you want in all places.
Regards
I am unable to find data tables in admin panel, Is there any data table component on this dashboard having pagination plus searching alongside export and sorting functionality?
https://smartend.app/demo/admin/3/topics
You can find the view file on this path
/core/resources/views/dashboard/topics/list.blade.phpPlease provide your purchase code next time. Regards
if you do not mind > please advise i want to relocate the whatsapp icon to the left https://prnt.sc/B0pfCvFnWYKO because in mobile its cover the goto up arrow what is the script code needed? thanks
.whatsapp_float {
left: 40px;
right: auto;
}
Thanks so much
Sorry, I was testing some ads on that domain you can check it now https://smartfordesign.net/smartend/realestates/
Welcome to the support team I have a very necessary question, please answer as soon as possible, how can I enable email authentication when new users register for the control panel Thanks for attention
Hi, you are welcome.
Sorry, this feature is not available currently. Regards
good platform
Thank you.
thanks
Images block is prepared to view up to 12 images on the homepage. you can upload more images and it will be 2 completed rows.