Lay Theme Forum

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

    style numbers

    General Discussion
    carousel carousel addon custom
    2
    3
    20
    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.
    • P
      pauljuergens last edited by

      Hi There, I am trying to style the numbers of the carousel and instead of 1/4 I wanna have 1 4
      but its not working…

      is there any way?

      <script>
      window.laytheme.on('newpageshown', function(){
      jQuery('span.numbers').html(function() {
            return jQuery(this).text().replace('/', '  ');
          });
      });
      </script>
      
      Johan Saj 1 Reply Last reply Reply Quote 0
      • Johan Saj
        Johan Saj @pauljuergens last edited by

        @pauljuergens Hi ! I think you need to use a html caractere for this like this:

        <script>
        window.laytheme.on('newpageshown', function(){
        jQuery('span.numbers').html(function() {
              return jQuery(this).text().replace('/', '&nbsp;');
            });
        });
        </script>
        

        I don't know if it's gonna work but you can try it!

        P 1 Reply Last reply Reply Quote 0
        • P
          pauljuergens @Johan Saj last edited by

          @Johan-Saj I just tried and it also didn't worked… but thanks!!

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

          Before you post

          Use the Search Feature. Maybe there is already a solution to your issue.

          1. Update Lay Theme and all Lay Theme Addons
          2. Disable all Plugins
          3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
          4. Now see if your problem solved itself
          5. Go here, see if your problem is listed here:
          Troubleshooting

          When you post:
          1. Post a link to where the problem is
          2. If the problem is difficult to explain, post screenshots / link to a video to explain it

          Thanks!

          Online Users

          Recent Topics

          • T

            OpenType Feature

          • T

            Split Screen just on front page / subpages without the split?

          • T

            problem when I click on the category filter buttons on mobile

          • G

            z index has different behaviors on different pages

          laytheme.com