• I’m having an issue customizing the thinkup_custom_introabove php function. I want only the breadcrumbs to show up in the div and not the post title as I get overlap if the post title is too long and it’s actually redundant as the title shows up in the post anyway. I’ve tried to modify the css file but to no avail. Any help would be appreciated.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello @consumermicro,

    Please share the page url where you want to remove post title, so we can help you with custom css as per the need.

    Kind regards,

    Manoj

    Thread Starter consumermicro

    (@consumermicro)

    I’d like to remove the post title from any page that displays it in the thinkup_custom_introabove section. In other words, you have an option to not show breadcrumbs in that function but no option to not show post titles and I’d like it if there was this option but if i can remove the post titles using css I will do that.

    Hello @consumermicro,

    You can remove the by using the custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-

    #intro h1.page-title {
    display: none;
    }
    

    The free version of the theme comes with limited features. However the pro version of the theme have the feature as theme setting.

    For better understanding please refer the screenshot-

    OnPaste.20190824-173334

    Kind regards,

    Manoj

    Thread Starter consumermicro

    (@consumermicro)

    This didn’t work. I placed it in:

    customize > general settings > additional css

    And

    customize > general settings > theme options > custom css

    The page title still appears in all locations on the site.

    I think that it would probably be beneficial if you changed these options in the admin back end:

    Enable Into
    Enable Breadcrumbs

    To:

    Enable Into
    Enable Page Titles (Where: Post, Search, etc)
    Enable Breadcrumbs

    Just a suggestion.

    Thread Starter consumermicro

    (@consumermicro)

    To be clear, I don’t want to remove the Into div completely, I just want to remove the page title text on posts.

    Thread Starter consumermicro

    (@consumermicro)

    Also, this works on all devices except mobile, when using a phone the page title still appears in all locations on the site. For computers and tablets it’s fine.

    Thread Starter consumermicro

    (@consumermicro)

    This is a javascript function correct? Can you point me to where this is located so I can see if I can edit it myself? I’ve already looked through the main-frontend.js file and it doesn’t appear to be in there.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘thinkup_custom_introabove issue’ is closed to new replies.