How to add a link in copyright

Created on 4 January 2024, 9 months ago
Updated 27 June 2024, 3 months ago

Problem/Motivation

Hi again Alaa, I have categorized this post as "feature request" for asking you to add it in the coming Solo theme...
So, is it possible to include a link in the copyright section of the current W3CSST, how?

In the meantime I have modified in templates/layout the file page.html.twig, replacing your link with the one I need (sorry!)...

Thanks, many many thanks for all your help!!

Feature request
Status

Fixed

Version

2.0

Component

Miscellaneous

Created by

🇨🇱Chile Andrés Chandía

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @Andrés Chandía
  • 🇨🇱Chile Andrés Chandía

    Finally in the same page.html.twig I restored your credit line and added in the "copyright" section the code for the link... this way:

    <!-- Start: Copyright -->
          <div class="w3-half w3-container w3-mobile">
            <p class="w3-section w3-left-align w3-opacity w3-hover-opacity-off">

            developed by &copy; <a href="https://www.chandia.net" title="chandia.net" target="_blank">chandia.net </a>
    

            {% set currentDate = "now" | date("Y") %}
            {{ copyright_text|replace({"%year%": currentDate }) }}
            </p>
          </div>
          <!-- End: Copyright -->
    
  • Status changed to Fixed 9 months ago
  • 🇺🇸United States flashwebcenter Austin TX

    Hello,
    Sorry for the delay, I was busy with Solo. Noted and added to Solo.
    Yes, you will have to update the template in the sub-theme.
    Best wishes,
    Alaa

  • Automatically closed - issue fixed for 2 weeks with no activity.

  • 🇺🇸United States flashwebcenter Austin TX
Production build 0.71.5 2024