103 comments found.
hello I would like to know if there is a plugin (even for a fee) that allows: 1. Social Login (facebook, twitter, etc.) 2. Being able to manage latitude and longitude (google maps) concerning each single news
Hi,
We have social login for admin user already. For manage latitude and longitude, we don’t have that plugin.
Thanks!
send me the database schema. Considering that I have to implement different features I want to check the database. it’s possible?
Sorry, we will not send any code or database structure.
Thanks!
envanto already solve my license issue,Please can you help me on this, I failed to host the project on real domain domain name makeafricangreat.com Help please
my domain name is makeafricangreat.com
Hi,
LaraMag is using the latest Laravel version 5.8 so it needs PHP >= 7.1.3, you need to upgrade your hosting PHP version.
Thanks!
I use php version 7.2
Can you check it again? Because this error is about PHP version and I’m sure that your hosting is running in PHP <= 7.0.
Thanks!
can you give me your email so as I can send credintials of my cpanel Thanks
Hi, you can send it to me via contact form here: https://codecanyon.net/user/botble
But you can ask your hosting provider about your hosting php version.
Thanks!
I have sent to you credentials
Okay, I will check it.
Hi, please contact with your hosting provider. Multi PHP manager seems doesn’t work.
It’s still PHP 5.6 http://makeafricangreat.com/info.php
Thanks!
hosting provider already solve the problem bur bow it give me error 500 Thanks
Can you enable debug mode and show me error details?
I solve the problem now is available Thanks
but how can I integrate with lmessenger chat Thanks
What’s “lmessenger chat”?
I don’t use it so I don’t know how to do integrate.
Thanks!
i try to use form with table like simple slider , the form have some input field and text editor but when i made that , the text editor in appear ???
Yes, we can’t display ckeditor or tinymce in the popup.
In simple slider plugin, I used textarea instead of text editor.
The popup is from Fancybox jquery plugin and it just like iframe, it’s not easy to add text editor inside that popup, you can change it to Bootstrap modal if you need text editor there.
Thanks!
hi , i dont need to make popup text editor , i need to make form in the above of the page and the table is below the form like in the simple slider ( name , key , description ) the below is table to show some date only not popup any item . so i need to make the description to be text editor
So you can use “editor” field https://docs.botble.com/lara-mag/3.4/form-builder#editor-field
can i upload file like pdf or word docx by using form builder ?
Hi,
You can use input type=file.
<?php
$this->add('your_file_name', 'file');
http://kristijanhusak.github.io/laravel-form-builder/field/basic-input-types.html
And in the controller to handle it, you can use RvMedia facade to handle upload.
$result = \RvMedia::handleUpload($request->file('your_file_name'), 0, 'folder_name');
if ($result['error'] == false) {
$file = $result['data'];
dd($file->url);
}
Thanks!
hi , i made new module , i need to use seo fields in form , how can i make that?
Hi,
Add to your module service provider. In function boot():
\SeoHelper::registerModule(YOUR_MODULE_SCREEN_NAME)
thank you very much
Hi, can I create search function? and how do i create the search function?
You need create a form and submit to /search?q=
LaraMag is not supported search function now so I think you need to crate a file view to handle search result /public/themes/lara-mag/views/search.blade.php
Thanks!
Hi tank youuu for the help. can you please help me with the code on search blade?
This is my link http://bigbike-staging.isobar-live.id thanks
I’m on Tet holiday so I cannot give you sample code for it. I will give you when I’m back.
Thanks!
Hi Guys,
how can i get the block plugin?
thx
Hi,
It’s a plugin of other product. It’s not available in LaraMag.
Thank you!
I saw on the other version of LaraMag have Block Plugin and Custom Field plugin.
Yes, it’s other product. It’s not LaraMag.
https://codecanyon.net/item/botble-cms-php-platform-based-on-laravel-framework/16928182aahh I see, can I just buy that plugin? Please
Please contact me via email: sangnguyenplus@gmail.com.
Thanks!
Hi aSangngyuen, I just sent you email. thank you!
Please help me to clear the error shown at www.makeafricangreat.com
You need to run “composer install” to install vendor packages.
You can see it in the document https://docs.botble.com/lara-mag/3.3#installation
Thanks!
I got the following error after installation and when i try to access the laramag
include(/home/makeafri/bachuba/vendor/composer/../botble/platform/base/src/Providers/BaseServiceProvider.php): failed to open stream: No such file or directory
You need to run “composer install” to install vendor packages.
You can see it in the document https://docs.botble.com/lara-mag/3.3#installation
Thanks!
solved thanks
good job i notice that there is no search option it thar right ?
i’ve Checked the Script and It’s very Good But i’ve some Questions Pre sale
1- Is it Have Search option ?
2- Can i Disable the Widget form Home Page
3- the Script have a very Bad Score in Google Speed
4- i’m using On of RTL Language And I notice that it dosn’t Suppor RTL Languages never mind i can Edit it by css but can i add RTL Style Work Only For RTL languages ?
5- can i choose to Sort Latest Posts or Category Posts in Home Page with pagination or Infinity Scroll
6- i’ll need Custom Coding Do you Accept the Customization Tasks ?
7- Last thing Now i’m working with wordpress with daily Visitors about 20.000 so i want to make sure that you will remain Develop and Update the script for next Couple years Because i’ve Purchased some items from here but there developer decided to deprecate it thanks
Hi,
1. Yes, it has no search option now.
2. You can go to Admin -> Appearance -> Widgets and disable it.
3. I’m using Stable Host to host demo sites, it’s located in the US so speed to your country is slow. You can test other demo sites here: https://developers.google.com/speed/pagespeed/insights/?hl=vi&url=beta.botble.com&tab=mobile
4. Yes, it does not support RLT language, you can do it easy but you have changed in code. I can give example code for this.
5. No, this theme does not support it. You have to change it from code.
6. No, I’m too busy with some customer tasks now so I can’t accept more tasks.
7. Sure, I use Botble CMS to build this product and I’m using it for my all projects. So when I still code, it is still updated.
Thanks!
So if you’re not Laravel developer, please DO NOT purchase LaraMag, it’s used for Laravel developer with more than 1 year experience.
Thanks!
it’s a great you realy did a great job i have a another reason i can’t use it in the main domain i’ll lose a lot of traffic and i read the documntation and known that i can’t use it on sub directory
thanks
Yes, you shouldn’t use Laravel project in sub directory because you can’t hide .env completely. Using sub domain is better for Laravel project.
Thanks!
Hello, whats the difference between this and Botble, I own Botble.
Hi,
It has different theme and has plugin Facebook + simple slider. It doesn’t have plugin custom fields.
Thanks!
using Local storage
on simple slider plugin, on new slider shortcode not working
Where you put that shortcode?
Slider in homepage has key is “home-slider” so you have to create your slider with that key to show on homepage.
http://prntscr.com/kxcgt6Thank you!
same place i am using code, just i remove old slides items and update new slides , new sliders item same on local disk, but old slider src url s3
Can you show me your code & your slider data?
simple slider not pickup from local storage
Yes, it’s not problem. Local storage or S3 is not problem with Simple slider plugin.
Which file you put that code? can you show me full path of that file?
What’s happens when you visit homepage, it shows [simple-slider key=”home-slider”] or nothing?
And do you have this http://prntscr.com/kxcmnu in <theme-path>/config.php?
nothing
verify
Hello, is it correct that the laramag cannot inclused in an existed laravel installation. If this is not possible i don´t need it. Can i give this back?
Ciao Thomas
Hi,
Yes, this is a full source code project. It’s not a Laravel package so you can’t include it into an existed project. You should know that before purchasing our product.
If you don’t happy with our product, you can request a refund.
Thanks!
pre sales question is this seo friendly ? how good is for search engine index ?
Hi,
It supported meta tags and you can change SEO title, description for each post.
Thanks!
I have bought this product, but I am really disappointed with the author’s support! Apparently, he was not sufficiently knowledgeable to support the use of the product on other platforms like he wrote in the introduction. So, please take care if you have an idea to buy this product!!!
Thank for your feedback!
This is a presales question. I really like this CMS. One functionality I’d like would be the ability to add Facebook pixels and JavaScript to pages. Perhaps with access similar to what’s used for SEO and Meta data? I would like the ability to add the scripts to either the header, footer and or the body on pages and posts. Would this be something you could add for me and if so at what costs?
Hi,
If you just want to add scripts to header and footer of page, post for you.
If you need customization service, please contact me via email: sangnguyenplus@gmail.com or skype live:minhsang2603.
Currently, you cannot add that scripts from admin panel.
Thanks!
Hello author, Can I have facebook instant article plugin for this script? If you can I will buy
Hi longlyhul,
Sorry, but we don’t have that plugin. If you’re a developer, you can develop it based on our CMS.
Thank you!
How do I monetize?
Sorry, I don’t know your question. It’s a magazine script, so you can use it for magazine/news site.
Thanks!
Help is needed. Help me install it
Hi,
What’s problem you got when installing LaraMag?
Thanks for purchasing our product!
LaraMag requires PHP >= 7.1.3 because it’s using latest Laravel version, you can see requirement here: https://laravel.com/docs/5.6#installation
Thanks!
I put it on the hosting this one https://www.ukraine.com.ua
Please check PHP version or contact hosting provider to upgrade PHP version of your hosting.
Thanks!
ок
Hi when i change or add new language in admin top menu doesn’t appear and i delete the turkish language and its still there in the menu
Hi,
The language in admin panel is loaded from /resources/lang. So setting in admin -> settings -> languages will not affect it, that setting is used for front site language.
Thanks!
Thank you for your help !
what feature for this update??
Hi,
You can read release notes here: https://docs.botble.com/lara-mag/2.1/releases#laramag-21
Thanks!