Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #889231
    sininvierno
    Participant

    Hello

    I am building my site, and I’m new to both the theme and wordpress.
    Everything was looking fine until I realised that if I open the site on the phone, I only see part of the content I placed in the home page (created with child theme demo). Same thing happens if I make the browser narrow in my computer. At some point the width conflicts with almost all the content of the home page and starts showing an empty template.
    HEEELP please!!!
    you may try it yourself here: http://www.sininvierno.com

    Thanks

    #889837
    Christian
    Moderator

    Hey there,

    Thanks for writing in. It sounds like you’re using Integrity 1. Integrity 1 has sections that is only visible on mobile. You need to edit theme too. See https://cloudup.com/cem93IyIecW (play in Firefox). If you’ll inspect the Section, you’ll see the Hide Based on Screen Width feature. That feature is also available in Row and the Gap element.

    Hope that helps. ๐Ÿ™‚

    #894610
    sininvierno
    Participant

    Thanks for your reply!
    I have managed to remove the content that was only visible on mobile. Now I need to make one section visible on all devices, as it is only shown on larger screens but can’t find the “Hide based on screen width” control in Cornerstone.
    I also need to fix the way the background image reacts to screen width change, but this is a secondary issue.
    I am new to both wordpress and your theme so if you can guide me, I really appreciate it.

    Muriel

    #895727
    Jade
    Moderator

    Hi Muriel,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Kindly let us know which section you are referring to.

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #897517
    sininvierno
    Participant
    This reply has been marked as private.
    #898161
    Rad
    Moderator

    Hi there,

    Thanks, but it says invalid username. Please check again and let me know.

    The second issue is probably related to parallax, which same option where HIDE BASED FROM SCREED WIDTH is.

    Thanks!

    #900704
    sininvierno
    Participant
    This reply has been marked as private.
    #900742
    sininvierno
    Participant

    Hey!

    Just found it ๐Ÿ™‚
    Fixed.
    Thanks

    #901413
    Prasant Rai
    Moderator

    You are most welcome. ๐Ÿ™‚

    #904966
    sininvierno
    Participant

    One last thing
    I now need the Timeline background Iยดm using to adjust or disappear according to screen width, is this possible?

    #905773
    Joao
    Moderator

    Hola!

    Yes it possible. To achieve that please add the following code to your Appeareance / Customizer / Custom / Css

    @media (max-width: 480px) {
    .timeline-section {
    background-image: none !important;
    }

    And here is a side note: If you would like your timeline images be a perfect circle upload perfect square images like “500px x 500px”

    Hope that helps

    Joao

  • <script> jQuery(function($){ $("#no-reply-889231 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>