Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

  1. Home
  2. General Discussion
  3. Change site-tagline for each project individually

Change site-tagline for each project individually

Scheduled Pinned Locked Moved General Discussion
4 Posts 2 Posters 83 Views
  • 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.
  • P Offline
    P Offline
    prazzo101
    wrote on May 29, 2023, 8:38 AM last edited by
    #1

    Hello, I am trying to change the site-tagline, so that it shows the name of the project instead of a fixed tagline that stays the same no matter where I am on the site.

    Is this possible?

    I am trying to use this javascript that I’ve put in the Custome <head> content section of Custom CSS, but it doesn’t do anything.

    <script>
    jQuery(document).ready(function($) {
    if($('body').hasClass('page-id-614')) {
    $('.tagline').text('Mein erster Projekttitel');
    }
    else if($('body').hasClass('page-id-588')) {
    $('.tagline').text('Mein zweiter Projekttitel');
    }
    });
    </script>

    Is there a way to do that?

    Thank you!

    1 Reply Last reply
    0
    • A Offline
      A Offline
      arminunruh
      Global Moderator
      wrote on May 30, 2023, 4:07 PM last edited by arminunruh May 30, 2023, 12:09 PM
      #2

      go to the documentation and go to custom javascript

      you need to use the newpageshown event

      https://laytheme.com/documentation/custom-javascript.html

      P 1 Reply Last reply May 31, 2023, 7:11 AM
      0
      • A arminunruh
        May 30, 2023, 4:07 PM

        go to the documentation and go to custom javascript

        you need to use the newpageshown event

        https://laytheme.com/documentation/custom-javascript.html

        P Offline
        P Offline
        prazzo101
        wrote on May 31, 2023, 7:11 AM last edited by
        #3

        @arminunruh Thank you very much, it works now! I also realized, I used page-id instead of post-id.

        1 Reply Last reply
        0
        • A Offline
          A Offline
          arminunruh
          Global Moderator
          wrote on Jun 4, 2023, 1:28 PM last edited by
          #4

          nice

          what u could also do is put text in a row.
          then right click the row, click "set html class and id" →
          for html class add: "sticky" without ""

          then in your css:

          .sticky{
          position: sticky;
          top: 0;
          }

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes

          1/4

          May 29, 2023, 8:38 AM


          I also code custom websites or custom Lay features.
          💿 Email me here: 💿
          info@laytheme.com

          Before you post:
          1. When using a WordPress Cache plugin, disable it or clear your cache.
          2. Update Lay Theme and all Lay Theme Addons
          3. Disable all Plugins
          4. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

          This often solves issues you might run into

          When you post:
          1. Post a link to where the problem is
          2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
          3. If the problem is difficult to explain, post screenshots / link to a video to explain it
          Online Users
          Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com
          laytheme.com
          • Login

          • Don't have an account? Register

          • Login or register to search.
          1 out of 4
          • First post
            1/4
            Last post
          0
          • Recent
          • Tags
          • Popular
          • Users
          • Search