Support » Theme: Deejay » cell phone compatible

  • Hi. I love the theme but I can’t seem to make it work on my phone. It works well on comp and Ipad but not on my phone. Can this be fixed? Thanks!!!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Carolina Nymark

    (@poena)

    Hi
    Thank you!
    I would need to know more details of what is not working.

    The header area is different on small width screens like mobile and tablet because of the limited space.
    At 960px width, only the first of the header widgets will be shown.
    At 782px width, the header image, the extra header menu and the header widgets are no longer shown.

    Theme Author Carolina Nymark

    (@poena)

    To show the header area on mobile phones, you could start by adding something like
    this to the CSS option in the customizer:

    @media screen and (max-width: 782px) {
    .site-header {
            display: inline-block;
    }
    	.responsive-site-title,
    	.responsive-site-description{
    		display:none;
    	}
    }

    You would probably also want to adjust the height of the .site-header to fit your selected header image.

    crimau

    (@crimau)

    Bonjour,
    J’ai le même problème, j’adore ce thème, surtout avec les widgets et l’image en haut, mais mon problème s’est que sur un téléphone portable ( iphone x et samsung s7 ) ça ne fonctionne pas, rien ne s’affiche, ni l’image ni les widgests
    J’ai essayé de coller le CSS mais ça ne fonctionne toujours pas.
    Comme je suis en train de faire un site sur les festivals, il faut vraiment que mon site soit responsive.
    Pouvez-vous m’aider ?
    Je vous remercie d’avance.

    Theme Author Carolina Nymark

    (@poena)

    Hi
    -I’m afraid I don’t speak french, so I don’t know how to help you.
    Please create your own support topic.

    Theme Author Carolina Nymark

    (@poena)

    intentionnellement: l’image et les widgets sont masqués car l’écran est trop petit

    (en utilisant google translate)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘cell phone compatible’ is closed to new replies.