The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
4 posters

    Another Symbol

    Amadeus
    Amadeus
    Forumember


    Female Posts : 157
    Reputation : 1
    Language : Polish, English
    Location : Poland

    Solved Another Symbol

    Post by Amadeus June 7th 2020, 6:13 pm

    Hello everyone. I would like to ask if it is possible to change between the category, the name of the sections and the themes of such a tag ' :: ' to another symbol? And in which line can such a symbol be found in templates?

    Another Symbol Change10


    Last edited by Amadeus on June 8th 2020, 1:38 am; edited 1 time in total
    mSyx
    mSyx
    Forumember


    Male Posts : 155
    Reputation : 47
    Language : French & English
    Location : France

    Solved Re: Another Symbol

    Post by mSyx June 7th 2020, 8:27 pm

    Hey there,
    Add this to a new javascript code:

    Code:
    $(function() {
    $('.nav').each(function() {
      var text = $(this).html().replace(/::/gi, '»');
      $(this).html(text);
    });
    });

    This should do the job.
    Amadeus
    Amadeus
    Forumember


    Female Posts : 157
    Reputation : 1
    Language : Polish, English
    Location : Poland

    Solved Re: Another Symbol

    Post by Amadeus June 8th 2020, 12:10 am

    Hello, I added your javascript, but unfortunately it doesn't work because there are still the same symbols as on the screen. Nothing's changed.
    mSyx
    mSyx
    Forumember


    Male Posts : 155
    Reputation : 47
    Language : French & English
    Location : France

    Solved Re: Another Symbol

    Post by mSyx June 8th 2020, 12:15 am

    May I have your forum's link?
    Amadeus
    Amadeus
    Forumember


    Female Posts : 157
    Reputation : 1
    Language : Polish, English
    Location : Poland

    Solved Re: Another Symbol

    Post by Amadeus June 8th 2020, 1:15 am

    yes. I send you for PM
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Another Symbol

    Post by SLGray June 8th 2020, 1:28 am

    Do you have JavaScript Management activated?



    Another Symbol Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    mSyx
    mSyx
    Forumember


    Male Posts : 155
    Reputation : 47
    Language : French & English
    Location : France

    Solved Re: Another Symbol

    Post by mSyx June 8th 2020, 1:29 am

    You edited this part of your templates, I couldn't guess that. Try this:

    Code:
    $(function() {
    $('td[style="border-top: 1px solid #2c2e3a;"]').each(function() {
      var text = $(this).html().replace(/::/gi, '»');
      $(this).html(text);
    });
    });
    Amadeus
    Amadeus
    Forumember


    Female Posts : 157
    Reputation : 1
    Language : Polish, English
    Location : Poland

    Solved Re: Another Symbol

    Post by Amadeus June 8th 2020, 1:38 am

    mSyx wrote:You edited this part of your templates, I couldn't guess that. Try this:

    Code:
    $(function() {
    $('td[style="border-top: 1px solid #2c2e3a;"]').each(function() {
      var text = $(this).html().replace(/::/gi, '»');
      $(this).html(text);
    });
    });

    Thank you so much, is working! You are awesome.
    mSyx
    mSyx
    Forumember


    Male Posts : 155
    Reputation : 47
    Language : French & English
    Location : France

    Solved Re: Another Symbol

    Post by mSyx June 8th 2020, 1:39 am

    Glad it worked. Another Symbol 1f603
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19324
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: Another Symbol

    Post by Ape June 8th 2020, 1:40 am

    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules



    Another Symbol Left1212Another Symbol Center11Another Symbol Right112
    Another Symbol Ape_b110
    Another Symbol Ape1010

      Current date/time is September 22nd 2024, 1:30 pm