Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Error custom-theme store when edit section image_carousel

    General Discussion
    1
    3
    189
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      alexVillalobos last edited by

      im follow steps slider and images show fine error its on admin panel when try edit image_carousel The only thing that happens with this guy is the rest if he lets me edit it

      show this on blank anyone have idea
      Screenshot 2024-04-30 023837.png
      i check console and show this
      Screenshot 2024-04-30 025021.png

      A 1 Reply Last reply Reply Quote 0
      • A
        alexVillalobos @alexVillalobos last edited by

        @alexVillalobos noted im pull this
        https://github.com/bagisto/bagisto/tree/v2.0.0
        i think have one bug this image_carousel

        A 1 Reply Last reply Reply Quote 0
        • A
          alexVillalobos @alexVillalobos last edited by

          @alexVillalobos i found problem only use version 2.0 and adjust some files to correct function custom theme
          On
          Admin/src/Resources/views/settings/themes/edit

          line 115 one span not close this section

           <span class="text-gray-600 transition-all dark:text-gray-300">
           <a :href="'{{ config('app.url') }}/' + image.image"
                  :ref="'image_' + index"
                  target="_blank"
                  class="text-blue-600 transition-all hover:underline ltr:ml-2 rtl:mr-2" >
          <span :ref="'imageName_' + index">
                 @{{ image.image }}
           </span> //this missing i add and fixed problem
          </a>
           </span>
          1 Reply Last reply Reply Quote 0
          • First post
            Last post