Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
  Public Ticket #1115525
moving title and Breadcrumbs
Closed

Comments

  •  2
    Luis started the conversation

    Hi want to move title and Breadcrumbs bellow featured image is that possibe?

    Why does the top bar not showing when turn to mobile?

    does the top bar support q translate plugin?

    thanks in advance

    Luis

  •  255
    Joanna replied

    Hi Luis,

    1) Unfortunately it's not possible to move the breadcrumbs below the featured image without doing some custom work which goes beyond the scope of support. You would either need to hire a developer to do it for you or add in your own code edits. We do offer a custom work service if that's any help at all?

    Theme Customization

    2) The top bar is hidden on smaller devices. To make it visible just add this CSS to Waxom > Advanced > Custom CSS Code box:

    @media only screen and (max-width: 768px) {
    #topbar {
        display: inherit;}
    }
    

    3) Yes the theme supports translation plugins such as qtranslate or WPML


    Kind regards,
    Joanna
    Veented Support

    Find a helpful article for your theme here: https://veented.ticksy.com/articles/#article-categories

    Check out our latest article: How to Improve Page Loading Times

    Don't forget to hit the like button below if you are happy with your support answer :)