1188 comments found.
Hi,
I have 404 error when switching topic from language to language,
The problem in -> page url -> in SEO Tab, when it’s creating url similar to spoking language in English,
But when I change the page url to the same English page url, Its working fine.
For Example:
English page url is (acid-battery)
Arabic page url is (btary-asyd)
it’s giving 404 error when switching from Arabic to English
But when replace the Arabic page url (btary-asyd) with the english one (acid-battery) it’s working when switching languages
How to solve this?.
Hi,
Thank you for reporting the problem in details.
I have published a new update to fix this issue. you can just check update in your website and update to the latest version 10.0.2.
https://prnt.sc/1ITQAafhwRz6
Regards
On the contact us page at the frontend, when you fill in traditional Chinese in the name column like”謝謝” , will appear <Please enter your name> in the detection, and it can be used normally if you use English. Where can it be modified?
After testing, if you type 4 characters, you can pass. How to modify it to just type 2 characters. And the warning message can be changed to <input at least 2 characters>?
/core/resources/views/frontEnd/contact.blade.phpThis line
{!! Form::text('contact_name',@Auth::user()->name, array('placeholder' => __('frontend.yourName'),'class' => 'form-control','id'=>'name', 'data-msg'=> __('frontend.enterYourName'),'data-rule'=>'minlen:4')) !!}
You can change
minele:4To
minele:2Regards
Yes! It works! Thank you so much for the help and response.
Hello,
How I can assign a custom banner for each section or page?
Hi, you are welcome.
Currently we have a main picture for every topic/post that shown on the top of topic on the frontend view page only.
You will need to update the source code of the view to make this picture shown as a banner fit your needs. Or you can add an extra custom field for another picture and use it.
For categories also there is an attached picture ( not used currently on frontend).
You can update source code of this view
/core/resources/views/frontEnd/topic.blade.php /core/resources/views/frontEnd/topics.blade.phpRegards
Thanks a lot
It’s a wonderful code and easy to customize
Your admin panel is very unique and very organized.
Thanks a gain dear and please forgive me because I used your code (nulled) before purchase.
Thank you, you are welcome.
Hi,
can you please tell me why I connect connect to my ionos mail server?
The script keeps giving me the error:
530 Must issue a STARTTLS command first
Kind regards,
Mark
Hi, You are welcome.
The test connection on mail settings may not be able to check with some services without sending email.
So try to send a test Email after saving the right SMTP settings. If it worked that mean connection is ok and you can ignore the test connection error.
Also you can test your SMTP with another service like this one https://www.smtper.net/ to make sure you are using the right SMTP information.
Note: This connection with email is used for sending emails only like notification emails, You will not receive the direct emails set to you on the Dashboard . It will receive only a copy of messages that sent from the Contact page or Order forms.
Regards
Thank you that worked Great – Thank you
Is it possible to change the size of the Banner images – for me they are way oversize – thank you
Hi, All banners are responsive. For the home page banner you can make images too long in width and short in height and it will be suitable for you and it wii be shown with short height.
Regards
Hi – that didn’t work for me nor changing the sizing of the banners in the banner settings made no difference – I just ended putting a single graphic on the front page and turned off the banners – thank you
Yes, As I mentioned currently all banners is responsive. The size on banners settings is just a reference and will not affect on the responsive sizes. You need to upload a new pictures for the slider with long width size.
For example:.
Demo picture size : 2400px * 800px
For short height you can upload pictures with size : 2400px * 400px
Hope this helps, Regards
OK thank you
Just a couple of questions _ – I wish to call in a 3rd party GDPR Script so that my website meets EU legislation – can you tell me where I can call the javascript from – Which blade?? – Lastly I have turned off the Blog option but is still appears in the quick links in the footer – how can I remove this link? – thank you
Please Ignore the above – I have worked it out – thank you
Morning I am nearly there with my website – Just two small things remaining – 1 the nav menu spacing is incorrect when you add a dropdown – the padding to the right of the drop down symbol is wider than that on the left – how can I change this? – 2 is it possible to force a link to open in a new window? – thank you
Hi,
1. I don’t know exactly which part you mean, please send a screenshot if it possible.
But anyway you can target and change it using CSS like
header .nav li .dropdown-menu li a {
padding: 3px 12px !important;
}
Or for mobile like
@media (max-width: 767px){
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
padding: 5px 15px 5px 25px !important;
}
}
You can add the custom CSS from
Dashboard >> Website Settings >> General Settings >> Custom CSS
2. For open links on new window. It is currently not available, I listed it to add this feature on the next update.
Regards
Perfect on the CSS – and great that you can add the function for opening links in a new window – brilliant and thanks again – very happy 
Hi
How can I add, one new section (created by me) on the home page. ? because when I am trying using admin panel – general setting, it is not coming properly. Also if no partners selected, then also section is visible on the home page.
Can you advise how to resolve this . thanks in advance
Hi, you are welcome.
There is no option to add new custom rows with dynamic data on the home page from dashboard.
You can only control/disable/enable/edit the current rows from dashboard : Webmaster => General Settings >> Home Settings.
If you face any issue after change general settings, try to clear browser cache or logout and login again from dashboard to refresh the session, because General settings always cached on browser session to speed up getting data.
Another idea If you want to add static data like the welcome message you can edit this from dashboard => Site pages => Home Welcome
And use the text editor or drag and drop editor to add your custom data.
Example:
https://prnt.sc/Sjib0BGa2KUJ
It will be shown of homepage like: https://prnt.sc/PYrLGFq2RXLp
For this part:
Also if no partners selected, then also section is visible on the home page.
If you don’t need it you can disable this row from the general settings as I mentioned.
Regards
Hi, thanks for your response. it’s working now. further I was trying to upload a audio file of about 53mb, which gave me following error ; Warning: POST Content-Length of 54611525 bytes exceeds the limit of 8388608 bytes in Unknown on line 0. please advise – thanks
For the max upload size it is depend on the max allowed on PHP for your hosting server.
You need to set the value of upload_max_filesize and post_max_size in your php.ini
upload_max_filesize = 200M post_max_size = 200MHope this helps. Regards
Hello, Good Afternoon, I am trying to install this APP, but getting error message ( Composer detected issues in your platform: Your Composer dependencies require a PHP version ”>= 8.0.2”.) – could you please let me know how to resolve this issue
Hi, you are welcome.
This mean your server PHP version is less than required. Make sure to change your hosting server PHP version to >= 8.1
You can contact me directly from here , if still face any issue
https://codecanyon.net/user/smart4ds#contact
Regards
Hello, Thanks for your quick response. my MAMP server ( I am trying to setup on localhost) is showing PHP 8.2.6, and when I try to access/ install the script it gives this Composer dependencies error.
Also, I have few queries , can we add more row at Home page ( blog, site pages, product, etc) 2. how to add blog author ?, How do I add full page slider on home page? and how we can customise right hand sidebar – please suggest/ help
Hi,
I have replied to your direct mail about how to check the php version that running on the directory you are trying to install the website in.
Because it may be different from the version you are seeing on the MAMP Server, if you have installed multi php version.
For your question about customization, you will need to do that manually. You can update the source code to fit your requirements.
You just need to follow the Laravel MVC model. We can continue contacting via Mail if you need more help.
Best Regards
Hi i want to ask if that plugin can be used with WordPress? also can i rename menu elements, show or hide any element for a certain user? thanks in advance.
Hi, you are welcome.
This is not a WordPress Plugin and can be used with WordPress.
It is a full website script built using PHP and Laravel framework. It has a role management and a private sections that can be shown for specific group of users on the dashboard.
You can check the demo here: http://smartend.app/
Regards
I purchased “SmartEND CMS – Laravel Admin Dashboard with Frontend and Restful API” product. I upgraded product solution and cms gave me an error when i entered my purchased code. Can you help me?
Hi, you are welcome.
Sorry for that. Sure, you can contact me directly from here
https://codecanyon.net/user/smart4ds#contact
with your purchase code and website details to check the problem.
Regards
Hi dear Mr.Mondi. thank for awesome update. internal update is good idea but not for developer. maybe its necessary to make a solution like a child theme in wp or ability for turn off auto upadate. more over the main menu in demo has problem and not show correctly
Hi, you are welcome.
For your question about the internal update, It will not install updates automatically. You will need to agree on installing this update. So it will not affect your website files unless you make it by yourself.
For the main menu, can you explain exactly what is the problem, can you send me a screenshot?
Regards
Is ist planned to integrate Rest API Login, Permissions and more? So it’s a bad buy for me. The Rest Resources are nice but not significant for me. Sorry. Regards
Hi, you are welcome.
Yes, there is a plan to add a full api features. But it may take some time to available. I’m currently working on some features with internal update feature to be easy to make more features quickly on the future. Regards
Greetings I have a consultation prior to purchase the system is an installer or is the source code to be able to modify it in the case of requiring it
Hi, you are welcome.
The Smartend script is fully open source built using Laravel framework. You can modify as you want.
It is include also an easy installer wizard for quick installation.
Regards
Does this support relation fields, group fields and nested fields? Thanks
Hi, You are welcome.
If your question about public forms, no this is not supported.
Regards
Hi, did you plan to add CRUD functions ?
No, this is not planned.
But you have an available feature similar to what you need which help you built a new site sections/modules with custom fields.
Hi, nice work bro, there are many parts on the main page of the Arabic language, such as “أحدث المقالات” and “أعمالنا الحالية”, but I cannot see the same parts when modifying the page at https://smartend.app/demo/admin/1/topics/81/edit , or even in the Drag-n-Drop mode at https://smartend.app/demo/admin/keditor/81?lang=ar
I was curious how it is possible to configure such rich parts as “أحدث المقالات” and “أعمالنا الحالية” and make them retrieved dynamically from the database?
Thanks
Hi, You are welcome.
You can change all titles and texts you mentioned in addition to any other fixed text you want from the translation page.
Go to: Dashboard >> Webmaster >> General Settings >> Locale Settings
Then you can edit the frontend language you want like:
https://prnt.sc/_Th7GvJ20xuM
https://prnt.sc/_idUxUMEQue-
Hope this helps. Regards
Thank you for your response, but I meant how these parts “أحدث المقالات” and “أعمالنا الحالية” are added to the home screen (Arabic version), and at the same time they do not appear in the edit mode https://smartend.app/demo/admin/1/topics/81/edit
Thanks again
The homepage has a custom settings to choose the connected section to every row on view.
You can update that from
Dashboard >> Webmaster >> General Settings
https://prnt.sc/Hw0hlB-DP3cD
That mean from here:
https://smartend.app/demo/admin/1/topics/81/edit
You can only edit the first row and other rows (like photos and blog .. etc.) get data from site sections automatically depending on the connected section to this row.
Regards
Okkay, this is very clear now, thank you very much
Sometimes when i reviiew users page and set permissions, the error happend says “SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘seo_url_slug_’ in ‘where clause’” but when i refresh the page no error, i do not undersatnd how it is happend.
Hi, you are welcome. This error not belong to the users or permissions page, this may happened on case you have made changes on the language settings (disable or delete languages) that still cached on your browser session of the website and you will need to clear website cache on this case.
Try to clear the website cache and if you still face this issue you can contact me directly will your website details to check https://codecanyon.net/user/smart4ds#contact
Regards
can a mobile phone number registration method be easily added on to the website?
You need to have a good knowledge about Laravel framework to be able to update the source code.
Do it support mobile phone number registration?
Sorry, this is not available.
Ok can this be easily added on to the website?
Another question, all tables was started with smartend_tablename, but i need to remove the smartend, I know that was in Model, but i can not find the table name, how can change this?
Hi,
The easiest way to change all tables prefix on production mode:
1. From PhpMyAdmin select all tables and choose “Replace table prefix” then type the old and new prefix
https://prnt.sc/fUrQpL1nIpoe
2. You will need to update the table prefix on config file ”/core/.env” to the new one
DB_TABLE_PREFIX=web_
Hope this helps. Regards
Thank you for your prompt response and detailed explanation.
I just purchase the script, it is very nice and clean, and when i review it i have error when i go “https://mydomain.com/rss?section=1?lang=en” the error says: “Invalid ‘items’ configuration value for feed ‘main’.”.
Hi, you are welcome.
Is this happening on all site sections or for specific one. Try a section that have a post details field active because this is required.
If you still face this issue, please contact me from here with your website details to check the problem.
https://codecanyon.net/user/smart4ds#contact
Regards
Ok thanks, but we can replace it if no posts active with empty xml page, is that possible, if possible how?
/core/app/Models/Topic.phpchange this
->title(@$this->{"title_" . $lang})
->summary(@$this->{"details_" . $lang})
To
->title((@$this->{"title_" . $lang} != "") ? @$this->{"title_" . $lang} : "None")
->summary((@$this->{"details_" . $lang} != "") ? @$this->{"details_" . $lang} : "None")
Thank You 