• Resolved CayaTe

    (@cayate)


    Hi there,

    First of all: I LOVE Klean. It is such a beautiful theme! Thanks for it.
    I guess I read all the posts and got already some answers so I could perfectly customize it. BUT … I am not able to solve what to me seems to be simple problems:

    I.
    The main title of my page seems to be too long – so it is constantly changing it’s size on the post-pages or depending on the screensize.
    I there an solution for it? Maybe
    a) just NOT have it on every post-page
    b) smallen it at the pages (or in general).
    c) do I have to make a logo / jpg out of it – would that solve the prob?
    d) do I have to delete the whole title (which would be a pity since I find it very beautiful this way.
    f.e. here https://www.trydifferentkeywords.com/the-project/

    II.
    I do not want to delete the credits of Divjot Singh, since I am grateful he developed the theme. But is there a chance to place it at the end and it in the center of the page?
    It is constantly hopping around and I am not really happy that it does. ?? The more since i biggened the font size of the posts already and it got bigger too.

    III.
    If I scroll at a page the letters continue behind the menu so you cannot read the menu any more. Is there a fix for that?

    Thanks alot for any help!
    Caya
    https://www.trydifferentkeywords.com

Viewing 15 replies - 1 through 15 (of 16 total)
  • Hello Caya,
    Regarding the title, I think it would be best if your make a logo out of the text. Otherwise there is always a danger of text breaking in the title.

    Regrding the footer text, it is appearing differently on some pages as there is less content in these pages. The footer text was designed to appear below the content area. Since content is less, the footer appears on the higher side.

    I see you have this issue occurring on most of your pages. Can you provide the URL of the pages of your site where this issue is not occurring so that I can provide a fix for the rest of the pages?

    To change the size of the footer text, add the following code to custom css-

    .site-info {
    font-size: 14px;
    }

    Divjot

    Thread Starter CayaTe

    (@cayate)

    Dear Divjot,
    thanks for your quick reply, sorry for me being slow. ??

    Okay, so I will make a logo. –> solved
    And footer size is changed, thank you! –> solved
    And the footer apperance will change when there’s more content, right? –> solved

    The issue with the letters scrolling up behind the menue bar is indeed not at every page. Here all seems to be fine to me:
    https://www.trydifferentkeywords.com/artists/

    And, one more, sorry!
    I wanted to delete the “recent posts” underneath the pict at home page. And I read that you recommended this code:
    #page {
    display: none !important;
    }

    If i put it into the css the home page looks nice, but all my content is lost – on every other page. Weird, no?

    Anyway: SO MUCH THANKS already and in advance.
    Best from Berlin,
    Caya

    Add the following code to custom css-

    body:not(.blog) #page {
    display: none !important;
    }

    It should solve your issue…

    Divjot

    Thread Starter CayaTe

    (@cayate)

    Hey Divjot,

    no, it doesn’t :((
    Instead all content dissapears when I fill in this code.
    (Shall I do it again so you can see how it looks when it is in there?)

    Sorry that it is that complicated.
    Caya

    Hello Caya,
    If its OK for you, can you please apply the code to the site and then show it to me once. Just notify me here and I will check out your site.

    Thread Starter CayaTe

    (@cayate)

    Dear Divjot,

    done. See, everything’s empty beside the homepage. (I’m using firefox.) F.E. this one: https://www.trydifferentkeywords.com/project/

    Thanks for checking it.
    Caya

    Ok, I have seen the site. Try adding this code-

    .blog #page {
    display: none !important;
    }

    Thread Starter CayaTe

    (@cayate)

    done. content there again, still scrolling sometimes behind menu. seems complicated. let me know if you are fed up. ??

    Can you please share the URL of the page where you are facing the issue.

    Divjot

    Thread Starter CayaTe

    (@cayate)

    Hello Caya,
    Apologies for the delay.

    Add the following code to custom css-

    .page-id-119 #site-navigation, .page-id-13 #site-navigation, .page-id-58 #site-navigation {
    position: absolute;
    }

    It should work…

    Divjot

    Thread Starter CayaTe

    (@cayate)

    Dear Divjot,
    no prob. It indeed does work … but not in total.
    Sometimes now the whole page scrolls, including the menu – here: https://www.trydifferentkeywords.com/terms/
    here: https://www.trydifferentkeywords.com/the-hague/
    That’s how it SHOULD look like I guess.
    But then again it happens again – I put more “content” (xxx) in it to check:
    https://www.trydifferentkeywords.com/project/
    https://www.trydifferentkeywords.com/nijmegen/
    for example.
    I thought I created a very simple page contentwise, but it seems to be too complex all of it. Did I do sth wrong?
    Caya

    Hello Caya,
    Scrap the old code and add this one to custom css-

    #site-navigation {
    position: absolute;
    }

    I changed it for the complete site.

    Divjot

    Thread Starter CayaTe

    (@cayate)

    YOU ARE AWESOME! thank you so much for all your work, divjot, i was nearly about to give up.
    THANK you so much for the theme and the help and. yeah. :)))
    happy: caya

    You’re welcome !!!!
    If you liked the theme, kindly leave it a review ( hope a good one ) here.

    It will be much appreciated !!!

    Divjot

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘main title in posts’ is closed to new replies.