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

    Categories with unique forum titles

    Merciful Flower
    Merciful Flower
    Forumember


    Female Posts : 166
    Reputation : 3
    Language : English

    Solved Categories with unique forum titles

    Post by Merciful Flower June 28th 2021, 07:44

    Technical Details


    Forum version : #phpBB3
    Position : Founder
    Concerned browser(s) : Google Chrome
    Who the problem concerns : All members
    When the problem appeared : Randomly
    Forum link : https://spiritsofvalhalla.forumotion.com/

    Description of problem

    I have been try to get the forum titles of the Wulfenfordshire and Fellinshire categories to be the design described in the code below. What keeps happening is eventually the code breaks and I need to change the numbers indication the areas to be selected for the code and it happens rather randomly. I'm wondering if there is an alternate code or if the code I'm using is incorrect. And even though it may display correctly on the index, viewing the category directly doesn't display the right forum title design.

    Now, I did use the main forum title code for my Other two categories that use a different forum title design. So if I need to change that, I can.

    What it's supposed to look like:
    Screenshot 1:

    What it's not supposed to look like:
    Screenshot 2:

    Code:
    .forabg:nth-child(8) a.forumtitle,
    .forabg:nth-child(9) a.forumtitle {
      display: box;
      background: transparent;
      font-size: 30px;
      font-family: Nothing you could do;
      color: #FAF9F6;
      text-align: left;
      text-decoration: uppercase;
      -webkit-text-stroke: 1px black;
      margin-top: -20px;
    }


    Last edited by Merciful Flower on July 4th 2021, 03:20; edited 2 times in total
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: Categories with unique forum titles

    Post by skouliki June 28th 2021, 10:06

    hello

    add this to your css

    Code:

    a.forumtitle {
        background: transparent !important;
        font-size: 25px;
        text-align: left !important;
    }

    to add the stroke to the text add to the above code those lines also

    Code:

    -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: black;


    you can change the width and the color


    result

    Categories with unique forum titles Scre2488

    SLGray and TonnyKamper like this post

    Merciful Flower
    Merciful Flower
    Forumember


    Female Posts : 166
    Reputation : 3
    Language : English

    Solved Re: Categories with unique forum titles

    Post by Merciful Flower June 28th 2021, 16:51

    a.forumtitle is used for the other two categories. I have Wulfenforshire and Fellinshire different on purpose. The issue is that the child code keeps making me change the numbers at random.
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: Categories with unique forum titles

    Post by skouliki June 28th 2021, 22:22

    i can quite understand what result you want to succeed

    can you post a screenshot and circle the category titles you want to change

    Merciful Flower
    Merciful Flower
    Forumember


    Female Posts : 166
    Reputation : 3
    Language : English

    Solved Re: Categories with unique forum titles

    Post by Merciful Flower July 1st 2021, 01:35

    How can I get the above code to apply to subforums of specified categories? I don't want to change the design for all of the forums, jist the ones for Wulfenfordshire and Fellinshire. Right now, the code only targets the titles for the index and not the subforums so they look like this:

    Spoiler:

    But I need the code to work for all forums with each category regardless of the page I'm on. Jist like how it show the same way when I view the category specifically. Like this:

    Spoiler:

    So I need the code to corrspond for those areas and not just the index for those 2 categories only.

    And then when I'm not logged in, wulfenfordshire looks like this:

    Spoiler:
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1442
    Reputation : 220
    Language : English

    Solved Re: Categories with unique forum titles

    Post by SarkZKalie July 2nd 2021, 15:35

    Hello, have you tried to edit and replace these lines to simple one yet?
    Code:
    .forabg:nth-child(8) a.forumtitle,
    .forabg:nth-child(9) a.forumtitle
    by this
    Code:
    .forabg a.forumtitle



    Categories with unique forum titles Sarkzk10
    Merciful Flower
    Merciful Flower
    Forumember


    Female Posts : 166
    Reputation : 3
    Language : English

    Solved Re: Categories with unique forum titles

    Post by Merciful Flower July 2nd 2021, 21:18

    How can I adjust that code so it targets certain categories?
    tikky
    tikky
    Forumember


    Posts : 922
    Reputation : 159
    Language : 🇵🇹

    Solved Re: Categories with unique forum titles

    Post by tikky July 2nd 2021, 21:27

    Hello @Merciful Flower,

    How can I adjust that code so it targets certain categories?
    Go to Administration Panel > Display > Templates > General > index_box edit and replace this
    Code:
    <div class="forabg">
    to
    Code:
    <div class="forabg" data-forabg-id="{catrow.tablehead.ID}">

    Now in your stylesheet use this attribute
    Code:
    [data-forabg-id="cYour_Category_ID"]
    and where you have
    Code:
    Your_Category_ID
    replace with your category ID (/c1- 1 is the ID). And use in your CSS:
    Code:
    [data-forabg-id="c1"] .forumtitle {

    }

    SarkZKalie and TonnyKamper like this post

    Merciful Flower
    Merciful Flower
    Forumember


    Female Posts : 166
    Reputation : 3
    Language : English

    Solved Re: Categories with unique forum titles

    Post by Merciful Flower July 3rd 2021, 01:13

    Thanks a million @pedxz! That code worked perfectly!

    Edit: And lastly, how to get it to work for subforums? Almost forgot
    tikky
    tikky
    Forumember


    Posts : 922
    Reputation : 159
    Language : 🇵🇹

    Solved Re: Categories with unique forum titles

    Post by tikky July 3rd 2021, 22:26

    Merciful Flower wrote:how to get it to work for subforums?
    Edit your topics_list_box (Template in General) and replace:
    Code:
    <div class="forumbg announcement">
    to
    Code:
    <div class="forumbg announcement" data-forabg-id="f{FORUM_ID}">
    and
    Code:
    <div class="forumbg">
    to
    Code:
    <div class="forumbg" data-forabg-id="f{FORUM_ID}">
    The way you use it is the same as I explained above:
    Code:
    [data-forabg-id="f1"] .forumtitle {
     
    }
    Code:
    [data-forabg-id="f1"]
    = /f1- this is the ID

    TonnyKamper likes this post

    Merciful Flower
    Merciful Flower
    Forumember


    Female Posts : 166
    Reputation : 3
    Language : English

    Solved Re: Categories with unique forum titles

    Post by Merciful Flower July 4th 2021, 03:19

    Perfect, thank you! This is solved now Very Happy

    tikky likes this post

    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: Categories with unique forum titles

    Post by skouliki July 4th 2021, 09:27

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


      Current date/time is September 22nd 2024, 19:35