Bagisto Forum

    Bagisto

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

    The quick link system will not update

    Bug Report
    3
    4
    297
    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.
    • M
      mikeyapina last edited by

      I change the quick link section and the meta-data section and it does not update

      <div class="list-container"><span class="list-heading">Quick Links</span>
      <ul class="list-group">
      <li><a href="@php echo route('shop.cms.page', 'about-us') @endphp">About Us</a></li>
      <li><a href="@php echo route('shop.cms.page', 'return-policy') @endphp">Return Policy</a></li>
      <li><a href="@php echo route('shop.cms.page', 'refund-policy') @endphp">Refund Policy</a></li>
      <li><a href="@php echo route('shop.cms.page', 'terms-conditions') @endphp">Terms and conditions</a></li>
      <li><a href="@php echo route('shop.cms.page', 'terms-of-use') @endphp">Terms of Use</a></li>
      <li><a href="@php echo route('shop.cms.page', 'contact-us') @endphp">Contact Us</a></li>
      </ul>
      </div>
      <div class="list-container"><span class="list-heading">Connect With Us</span>
      <ul class="list-group">
      <li><a href="https://instagram.com/michaelpinacomedy"><span class="icon icon-instagram"></span> Instagram </a></li>
      <li></li>
      </ul>
      </div>

      Screen Shot 2020-04-07 at 2.24.42 AM.png

      Screen Shot 2020-04-07 at 2.24.34 AM.png

      Screen Shot 2020-04-07 at 2.25.26 AM.png

      1 Reply Last reply Reply Quote 0
      • V
        Vaishali Agarwal last edited by

        @mikeyapina
        the changes you have done are only for the default theme, when you change theme to default, you will get instagram icon in store front.

        if you want these changes for velocity theme as well then go to velocity->metadata-> footer middle content than update code.

        M 1 Reply Last reply Reply Quote 0
        • M
          mikeyapina @Vaishali Agarwal last edited by

          @Vaishali-Agarwal yes this is that exact code --- notice I took it out to prove my point to you before and still now.

          <div class="col-lg-6 col-md-12 col-sm-12 no-padding">
          <ul type="none">
          <li><a href="../../">About Us</a></li>
          <li><a href="../../">Customer Service</a></li>
          <li><a href="../../">What’s New</a></li>
          <li><a href="../../">Contact Us </a></li>
          </ul>
          </div>
          <div class="col-lg-6 col-md-12 col-sm-12 no-padding">
          <ul type="none">
          <li><a href="../../"> Order and Returns </a></li>
          <li><a href="../../"> Payment Policy </a></li>
          <li><a href="../../"> Shipping Policy</a></li>
          <li><a href="../../"> Privacy and Cookies Policy </a></li>
          </ul>
          </div>

          Screen Shot 2020-04-07 at 11.37.34 PM.png

          1 Reply Last reply Reply Quote 0
          • shubhwebkul
            shubhwebkul last edited by

            Query Solved here

            1 Reply Last reply Reply Quote 0
            • First post
              Last post