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 90 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 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
    • arminunruhA Offline
      arminunruhA Offline
      arminunruh
      Global Moderator
      wrote on last edited by arminunruh
      #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
      0
      • arminunruhA arminunruh

        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 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
        • arminunruhA Offline
          arminunruhA Offline
          arminunruh
          Global Moderator
          wrote on 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


          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
          A
          alasdair17
          dafvD
          dafv
          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.
          • First post
            Last post
          0
          • Recent
          • Tags
          • Popular
          • Users
          • Search