Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Posts are "repeated" on my frontpage

    #48696

    At the moment, you can only exclude the slider posts from the regular posts listing if you’re using “Show posts from categories” option for the slider content.

    Admin

    In reply to: Header Image Problem (Version 2.1)

    #48694

    In your case, since you don’t actually have a header image in there, you’ll need to set the height for the header:

    #header {
       height: 300px;
    }
    
    Admin

    In reply to: Language support

    #48691

    Thanks for the files. Looks to be working for me:

    Just to confirm, you have changed your site’s language in “WP Admin > Settings > General” to Deutsch, right?

    Admin

    In reply to: Social Sharing buttons do not show up

    #48690

    Please provide the URL to your site so that we can take a look.

    Admin

    In reply to: Header Image Problem (Version 2.1)

    #48689

    The header image is now responsive, meaning it will adapt its width and height according to the width and resolution of screens with different sizes. Because of this, we had to change the implementation from being a background image of a container, to an element within the container itself.

    This means two things:

    1. The header image now occupies a space within the container, and:
    2. The height of the container itself follows the size of the header image, in order to accommodate it.

    When you add a widget area to the header image, that widget now appears after the header image, instead of on top of it. However, the header container now also has a maximum height which it won’t exceed, regardless of the content inside the header container. (You can set this property in Customizer > Graphene: General > Header). This results in your header widget not being visible, as the header image has taken all the available height in the header container.

    This requires the header widget to be positioned manually, that overrides the default order of elements in the header container. Here’s a sample code that you can use in Additional CSS. It’s quite self-explanatory so you can tweak it to your needs.

    #graphene-dynamic-widget-graphene_header {
       position: absolute;
       top: 10px;
       left: 10px;
    }
    Admin

    In reply to: Header Image Problem (Version 2.1)

    #48681

    There is a change in the theme’s header.php file in the latest version. If you haven’t modified that file in the child theme, you can just remove it from your child theme. If you have modified it, you will need to redo the modification in the new header.php file.

    Admin

    In reply to: Huge images in Category archives but not Tags

    #48680

    Try updating to the latest version (2.1.2). If you’re still having this issue after that, you might need to rebuild the image thumbnails using the AJAX Thumbnail Rebuild plugin.

    Admin

    In reply to: dropdown-submenu does not open

    #48673

    Still OK, using latest version of Chrome. Maybe you have Javascript disabled in Chrome? Try to disable all extensions as well, just to check.

    Admin

    In reply to: dropdown-submenu does not open

    #48670

    Seems to work fine from my end:

    Admin

    In reply to: Header Image Problem (Version 2.1)

    #48668

    Do you have header.php file in your child theme?

Viewing 10 posts - 631 through 640 (of 6,030 total)