hi, i have installed this app on local for my own purpose and after downloading composer installation etc I got this screen is there any problem I have 3-4 hours to configure it on my local but it gives me this error.can you define please thanks
Hello,
are you sure there is an error? You need to add content to your website to make it look like the demo website. For example: Add an image to the slider, write a news, create teams, upload images (and add them to a gallery)...
thanks for your help.
i have successfully added all the things that you mentioned problem solved <3 love you bro
sir more thing i have added so many nesw in backend and when i visit my home page its shows nothing here how can i fix it please help i am trying to do from 3-4 hours but have stucked...
also i want to remove these advertisements from home page left widget partner,team etc from which page i get the code of these widgets thank for your precious time
i have added so many nesw in backend and when i visit my home page its shows nothing here how can i fix it
This was bug. Here is a bugfix:
https://github.com/Contentify/Contentify/commit/9128d94247997a7f5698bd13cc76d77e91113482
also i want to remove these advertisements from home page left widget partner,team etc from which page i get the code of these widgets
It depends on the theme you have chosen. Example for morpheus theme:
app/Modules/MorpheusTheme/Resources/Views/layout.blade.php with a text editor. <h3>
{{ trans('app.latest') }} {{ trans('app.object_matches') }}
<a href="{{ url('matches') }}" title="{{ trans('app.read_more') }}">{!! HTML::fontIcon('plus-square') !!}</a>
</h3>
@widget('Matches::Matches')
<br>
<h3>
{{ trans('app.object_gallery') }}
<a href="{{ url('galleries') }}" title="{{ trans('app.read_more') }}">{!! HTML::fontIcon('plus-square') !!}</a>
</h3>
@widget('Galleries::Galleries', ['limit' => 6])
Warning: These changes might be overwritten by updates in the future so you should backup the template with your changes!
ok thanks you very much sir you are great you saved my time a lot of time.