Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Change header 's picture with screen résolution ?

    #48431

    Thanks for the suggestion – we’ll take this into consideration for future updates.


    @k0dns
    , you can do that with a little bit of Additional CSS:

    @media (max-width: 767px) {
       #header {
          background-position-x: left;
       }
    }
    
    Admin

    Is there any way to incorporate a message saying that Graphene 2 is not fully backwards compatible?

    Unfortunately, no. Themes do not have the same capability that plugins have that allow them to do this.

    Is there a migration guide that will help me to identify what to check and change in order to migrate?

    Not at the moment. Basically, if you have a child theme with heavy customisation, it’s mostly easier to start with a blank slate, and then reapply and adapt those customisations one by one.

    Can I opt to stay on 1.9.4.3 for ever?

    You can, but you’ll miss out on newer features and support. If you’re intent on keeping 1.9.4.3 forever, you can install plugins like Easy Update Manager to disable update check for the theme.

    Admin

    In reply to: Can't get background image to repeat only horizontally

    #48429

    Copy and paste this code into Additional CSS or child theme’s style.css:

    body.custom-background {
       background-repeat: repeat-x;
    }
    
    Admin

    In reply to: Footer Menu display does not show sub items even on desktop

    #48427

    It’s a bit tricky because we have to consider the styling in mobile view as well. I’ll see what I can do to reinstate second level in footer menu.

    Admin

    In reply to: FontAwesome Icon

    #48426

    @raoz, just enter home instead of fa fa-home. If it’s still not working, please provide your site’s URL so that we can take a look.

    Admin

    In reply to: FontAwesome Icon

    #48415

    Which icon name doesn’t work?

    Admin

    In reply to: Warning: Declaration of DropDown_NavMenu::start

    #48409

    Deactivate the GM Neo Helper plugin and Any Mobile Theme Switcher plugin.

    Admin

    In reply to: Warning: Declaration of DropDown_NavMenu::start

    #48407

    Graphene 2.0 is now fully responsive, so Graphene Mobile Neo is no longer needed for optimised view on mobile devices. But of course, if you prefer the Graphene Mobile Neo styling on mobile phones, you can keep using it.

    Admin

    In reply to: Social media icons disappeared in header after update

    #48406

    We’ve removed image icons in Graphene 2.0 and replaced them with vector-based font icons. This is to ensure the icons stay sharp in any device with any resolution, at any size.

    Try replacing your image code with this instead:

    <i class="fa fa-facebook"></i>
    

    The full list of icons is available here: http://fontawesome.io/icons/

    Admin

    In reply to: Header image not responsive in mobile

    #48405

    The fix is now ready and will be included in the next update soon. Stay tuned guys!

Viewing 10 posts - 711 through 720 (of 6,030 total)