This topic has 4 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #152647
     Navajo99
    Participant

    Hi there!

    I had three questions:

    1. Is it possible to take the blog title (in a single entry) out of the breadcrumbs and put it before, over, or after the image?

    2. So, when I click on the author’s name, on the left of the image, it takes me to the Buddypress profile. We are testing Buddypress in our website but we haven’t launched it yet, so I wouldn’t want users to click on the author’s name and discover that there is something there. In this demo: https://seventhqueen.com/themes/kleo/news-magazine/starbucks-unveils-6-new-frappuccino-flavors/, if you click on the author’s name it takes you directly to the author archive: https://seventhqueen.com/themes/kleo/news-magazine/author/kleoadmin/ (which is what I would want to achieve).

    3. How could I set a margin for the blog (single entry only) so that it is centered and with blank spaces on the sides? (like the way it looks here: https://blog.hubspot.com/marketing#sm.001yffmrs12r2evuznn2adu26j4a1)

    Thank you so much for your help!

    #152771
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #153369
     Radu
    Moderator

    Hi,

    1.The single option for title position it’s under wp-admin -> theme options -> Layout Options -> page title location.

    2. You will have to paste the code from pastebin to wp-content/themes/kleo-child/functions.php

    http://pastebin.com/raw/c1q23JkE

    This will generate default wp author archive instead of buddypress profile.

    3. You will have to use a css like this

    COPY CODE
    
    .post-template-default.single .kleo-page .template-page {
        max-width: 800px !important;
        margin: 0 auto;
    }
    

    The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS

    NOTE : Child theme needs to be installed and activated.
    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #153453
     Navajo99
    Participant

    Awesome! Thanks!

    #153569
     Radu
    Moderator

    You’re welcome

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?