Site Title Issue & One more Page Related issue

This topic contains 13 replies, has 4 voices, and was last updated by  Kiran 4 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #526962

    mb299
    Free User
    Post count: 147

    Hello,

    I am using the latest versions of WP, Supreme, GD, AMP, Ninja Forms.

    The URL in question is http://www.thetrainernetwork.in & the Site Title is “The Trainer Network(TNW)”

    Issues:
    1. The Frontpage or the Homepage, when viewed on the mobile phone(screen size 5.5 inches) in portrait mode works fine. However,when rotated to landscape mode, the Site Title overlaps the Page Heading “Find Your Trainer”. The browser used here is Chrome & Edge both.
    2. It is reverse in the phone screen size of 4 inches(iphone 5s), where in the portrait mode, the title & Page Heading overlap but when rotated to landscape, it works fine. The browser used is Safari.
    3.The Site Title is H1 heading & the Page title(Home page) is also H1. How do i make this page heading H2 for SEO reasons?
    4. The “Add Listing” page, without login, is shown as Full Width Page(Page Attribute is set to this). However, after login, if i visit the Add Listing Page, it shrinks to Half page( or possibly Default Template Attribute) ONLY while viewing it on the mobile (5.5 inch screen size). On the Desktop or PC , its fine.

    Need your help with the above issues please.

    Thanks/Manish

    #526967

    mb299
    Free User
    Post count: 147

    Attaching screenshot as well

    #526972

    Kor
    Moderator
    Post count: 16516

    Hi mb299,

    Thanks for your post. You can use the custom CSS code below to fix this.

    @media only screen and (max-width: 800px) {
      .header-wrap {
        margin-top: 80px;
    }
    }
    #526983

    mb299
    Free User
    Post count: 147

    Thank you Kor,

    I used 150px instead of 80px to make it look right on 5.5 inch screen. However, yet to check the 4 inch mobile screen.

    Any inputs on point no 3 & 4 please. That would be a great help too.

    Regards/Manish

    #526993

    Alex Rollin
    Moderator
    Post count: 27815

    We are checking on 3 and will post an update, thanks for your patience.

    #527025

    mb299
    Free User
    Post count: 147

    Sure, thanks

    #527182

    mb299
    Free User
    Post count: 147

    Could you find something for point 3?

    Point 4 is equally important, so expecting both these points to be addressed.

    Thanks/Manish

    #527199

    Kiran
    Moderator
    Post count: 7069

    Hi Manish,

    3.The Site Title is H1 heading & the Page title(Home page) is also H1. How do i make this page heading H2 for SEO reasons?

    h1 page title tag is used almost all template files in the theme. It is good to set font size via css instead of changing h1 page title tag to h2 in all template files.

    4. The “Add Listing” page, without login, is shown as Full Width Page(Page Attribute is set to this). However, after login, if i visit the Add Listing Page, it shrinks to Half page( or possibly Default Template Attribute) ONLY while viewing it on the mobile (5.5 inch screen size). On the Desktop or PC , its fine.

    Please provide us admin credentials to look into page attribute setting.

    Regards,
    Kiran

    #527201

    mb299
    Free User
    Post count: 147
    This reply has been marked as private.
    #527203

    Kiran
    Moderator
    Post count: 7069

    Hi,

    3) Try following CSS snippet to set font-size to h1 tag.

    
    
    .sd h1.entry-title,
    .sd .featured-area h1.entry-title {
    	font-size: 18px;
    }

    4) Please provide us screenshot how it looks at your side. I can’t see issue from my side.

    Kiran

    #527206

    mb299
    Free User
    Post count: 147
    This reply has been marked as private.
    #527221

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    #527225

    mb299
    Free User
    Post count: 147

    Thanks Kiran,

    I removed the customer CSS completely and all good now.

    Regards/Manish

    #527229

    Kiran
    Moderator
    Post count: 7069

    Glad to hear that it fixed 🙂

    Kiran

Viewing 14 posts - 1 through 14 (of 14 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket