Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #717240

    Hi there,

    is there a possibility to sho bradcrumps and the page titele only at 989px? I removed the slider and now I need to explain through title and breadcrumb what the page is about.

    Thanks for all helping hands.

    Best,
    christian

    #717309

    Hey Maris80,

    Yes, it’s possible, is it show page title and breadcrumbs if screen width is greater than 989px? or less than?

    Best regards,
    Nikko

    #718177

    Hi Nikko,

    if the display is smaller than 989px than title and breadcrumps should displayed in any other case title and breadcrump should have the functionallty I put for Desktop devices.

    Best,
    Christian

    #718183

    Hi Christian,

    Try adding this code in Quick CSS(located in Enfold > General Styling):

    #top .title_container {
      display: none;
    }
    
    @media only screen and (max-width:989px) {
      #top .title_container {
        display: block !important;
      }
    }

    Let us know if it works :)

    Regards,
    Nikko

    #718193

    Sorry no breadcrumb appered :-(

    #718209

    Hey!

    Can you post a link to your site showing where the breadcrumb should appear?

    Cheers!
    Nikko

    #718215

    for ex. on my homepage! http://www.netzexperten.de

    #718681

    Hi Nikko, do you think there is solution for this problem? This thing is mandatory to get more points on google page speed insights.

    Pls be so kind and give me an answer if you could assist or not.

    Thanks,
    Christian

    #718731

    Hi,

    Sorry for the late response, did you set Header Title and Breadcrumbs to Display Title and Breadcrumbs, this would be needed to allow the title and breadcrumbs to appear, if this is not set then that’s the reason why it’s not appearing, also breadcrumbs and title doesn’t show up in the homepage. If it’s still not showing on pages except the homepage kindly give us temporary admin access so we can check the backend, just place the details in the “private content” when you reply.

    Best regards,
    Nikko

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.