Home Forums GetFund – A Professional Laravel Crowdfunding Platform Customize homepage and campaign form

  • #667

    ecoletiva
    Participant

    986

    Customize homepage and campaign form

    Hi, i need help with some things that i have tried to modify but not been able to. First i would like to limit the display of items of New campaigns to 4 or 8. It would be a suggestion to implement this function in dashboard as soon as possible.

    Second i would like to create a menu in the footer in with the names of the categories as well as the “About us”. Using the same function below generates error in the other pages other than the homepage.

    @foreach($categories as $cat) 
    <li><a href="{{route('single_category', [$cat->id, $cat->category_slug])}}">{{ $cat->category_name }}</a></li>
    @endforeach

    Third it would be possible to organize by name the select box in the form of start new campaign? The list of countries for example is not organized. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • #672

    ecoletiva
    Participant

    Good night, i was checking some files inside (resources>views>admin) and i noticed as in the database the existence of “category_slug” and also “page_slug”, but there is no imput field to edit the names. The suggestion is to include this option in the dashboard.

    #680

    The slug will be generate based on title, no need it’s input

    Best regards

    #690

    ecoletiva
    Participant

    Hi Katherine,

    Yes it is generated automatically, but if i change the name of the page the slug does not update, in wordpress for example we can change manually.

    About my other question how can i list the categories recursively in the footer? And i would also like to alphabetize the country names in the form’s selectbox when creating new campaign.

    Thanks.

    #696

    Hi

    You need to be delete and add again this categories, so it will be change slug

    Best regards

    #794

    ecoletiva
    Participant

    I found the file inside App\Http\Controllers\HomeController.php where i can change the number of campaigns and categories visible on the home, could have told me earlier when i asked.

    Lines 35-38 and 53 i changed the limit from 20 to 8.

    I’m posting to the forum to help other people because these options should be customizable by the dashboard and not via code!

Viewing 5 replies - 1 through 5 (of 5 total)

Purchase for access

Buy a copy of GetFund – A Professional Laravel Crowdfunding Platform for access to our member center.

Buy