Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1145875
    liz80y
    Participant

    Hi there,

    Just wondering if you could tell me why i have a white line / bar running across my homepage above my slider image? Can you tell me how to remove this?

    Also, I have a blog post called ‘Governess’ which is appearing on a page called ‘In the spotlight’ (menu – blog – in the spotlight) this isn’t meant to be here. It is supposed to be displayed in another section called ‘Bush careers’ (which it is) but has also doubled up. I have checked the categories and it doesn’t seem to be ticked.

    Can you tell me how to change the text size of individual blog posts when using cornerstone?

    Thanks so much 🙂

    #1145876
    liz80y
    Participant
    This reply has been marked as private.
    #1146117
    Rupok
    Member

    Hi there,

    Thanks for writing in! It seems you have added the below code to place the slider under Navbar :

    .x-slider-container.below {
      margin-top: -95px;
    }

    Let’s update this to :

    .x-slider-container.below {
      margin-top: -115px;
    }

    And yes the post should not be under “In the spotlight” as it doesn’t belong to this category. You are using older version of X and Cornerstone that might cause this. Kindly update them to latest version first. If the issue still persist; switch to X from your Child Theme and let us know.

    Cheers!

    #1159598
    liz80y
    Participant

    Thanks for your help.
    The white line problem has been fixed.

    I am very reluctant to update X theme or wordpress because so far everytime i have done this (3 times so far) my entire site crashes and it takes me days to get it back online. Nobody on support here can tell me why this keeps happening. Is there any other way you can think of to remove the post from the ‘In The Spotlight’ category without having to update the X theme? I have updated Cornerstone.

    Thanks 🙂

    #1159954
    Rad
    Moderator

    Hi there,

    You can always clone your site into staging then test update there. We don’t really recommend to update a live site, but we should release updates so everyone could test/try them.

    About the issue in “In The Spotlight”, they are promo element within columns, removing them doesn’t require updating. Unless I misunderstand it, would you mind clarifying? Is it the recent posts?

    Thanks!

    #1160094
    liz80y
    Participant

    OK, Thanks for that.

    I have a blog post called ‘Governess’ which is appearing on a page called ‘In the spotlight’ (menu – blog – in the spotlight) this isn’t meant to be here. It is supposed to be displayed in another section called ‘Bush careers’ (which it is) but has also doubled up. I have checked the categories and it doesn’t seem to be ticked. Just want the Governess post deleted from the ‘In the spotlight’ section.

    Also, can you tell me how to change the text size of individual blog posts when using cornerstone? I have checked the customiser and it’s set to 16px but some posts seem to have larger body text than others.

    Thanks heaps 🙂

    #1160138
    liz80y
    Participant

    Also, if you don’t mind me asking..

    I have checked out my website on my mobile phone and noticed the main logo is not centred and the subheadings don’t fit nicely on the screen (see attached pics) can you tell me if it’s possible to adjust these without changing my main website?

    Thanks for everything 🙂

    #1160140
    liz80y
    Participant

    Pics

    #1160141
    liz80y
    Participant

    Sorry, hopefully this will work.

    #1160309
    Christopher
    Moderator

    Hi there,

    #1 ‘Spotlight’ category has one post which is ‘BUCKET LIST OF THE MONTH – SEPTEMBER 2016: THE KIMBERLEY AND EL QUESTRO’. If you’re referring to post slider on top of page, please uncheck the box ‘Post Slider Display – Archives’ for this specific post, see the attachment.

    #2 If you want to change body font size, simply edit this code in customizer :

    .single-post .entry-content, .single-post .x-text, .single-post .x-text p {
        font-size: 16px !important;
        font-weight: 400;
        font-color: black;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 25px !important;
    }

    #3 Add this code :

    @media (max-width:979px){
    a.x-brand.img {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    }

    #4 Please add responsive text element under cornerstone settings tab. Add responsive text selector as headline’s class.

    e.g :

    Responsive selector : .h-responsive
    Custom headline class : h-responsive

    Hope it helps.

    #1160566
    liz80y
    Participant

    Hi Christopher,

    1. In my main menu on my homepage you will see a heading / menu item called ‘Blog’ then a drop down featuring another submenu called ‘In The Spotlight’. Under this menu there are 4 blog posts. The one titled ‘Governess’ isn’t supposed to be here. How do i delete it from this category only?

    2 and 3 Seems to have worked fine. Thanks.

    4. I’m a bit confused. I have found the responsive text element in CS settings but confused about what to type in there and also in the class section of custom headline. I tried putting the examples in but it didn’t seem to work. Can you maybe screen shot what you mean?

    Thanks heaps 🙂

    #1160730
    Nabeel A
    Moderator

    Hi again,

    1. I’ve checked the Governess Post and it is categorized under “Bush Careers” which is a sub category of “In The Spotlight” that’s why it’s displaying on that page. You can remove “Bush Careers” sub category from “In The Spotlight” category to fix the problem.

    4. Give a class to your custom headline let’s say headingClass use this class in Responsive Text selector field (see attached)

    Hope this helps!

    #1161145
    liz80y
    Participant

    That all worked wonderfully. Thanks so much.

    So do i need to create a new heading class name for each blog post or can i just keep using this same name in each Responsive Text Selector field? I have the wording stretching off the mobile screen on a few different posts.

    🙂

    #1161146
    liz80y
    Participant

    It’s ok. Just tried it and it works for other pages too! Awesome.

    #1161181
    Rad
    Moderator

    Glad to hear that and you’re welcome!

  • <script> jQuery(function($){ $("#no-reply-1145875 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>