Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Support for PHP 7.1

    #49064

    The Franz Josef demo site is running PHP 7.1 and everything is working normally. Try disabling your plugins to see if any of those is causing the issue instead.

    Admin

    In reply to: Has page transparent command changed?

    #49063

    Try this:

    .boxed-wrapper,
    #content {
    	background: none;
    }
    
    Admin

    In reply to: Problem with primary menu text active state

    #49062

    Looks like it’s a small bug with the code that applies the customization. We’ll include the fix in the next update.

    Admin

    In reply to: Weird Menu Issue

    #49061

    Seems to be working normally from my end. If you’re seeing something different, try clearing your browser’s cache.

    Admin

    In reply to: Customize Search box

    #49060

    The search box in Graphene is the standard WordPress feature. Try searching for a plugin that can restrict WordPress search feature to just posts.

    Admin

    In reply to: Secondary Menu Display on IOS

    #49059

    Might be a plugin conflict. Try disabling your plugins one by one and see which of them might be causing the issue.

    Admin

    In reply to: Navigation menu over header graphic

    #49058

    The topic you linked to was actually for a different theme, Franz Josef. Though Graphene and Franz Josef share similar layout framework (Bootstrap), the way they’re implemented is quite different. You will likely need different code for Graphene.

    To move the position of the header bar over the header and set it’s background to transparent, you can use this code:

    .navbar {
    	margin-top: -40px;
    	background: none;
    }
    .navbar-inverse #header-menu-wrap {
    	background: none;
    }
    
    Admin

    In reply to: Slider images are cropped on smartphones in v2

    #49041

    You can modify the height of the slider for mobile devices in Customizer > Graphene: General > Slider > Slider height (mobile).

    Admin

    In reply to: Keep HTML tags in excerpts doesn't work

    #49040

    That’s really not a good idea, since updates may include security fixes as well, on top of new features and enhancements. You can just swap the updated style.css with the modified style.css either, since some new features will require new styling as well.

    Why do you need different child themes for different subpages? You should only need a single child theme, and make all the modifications there.

    Admin

    In reply to: Keep HTML tags in excerpts doesn't work

    #49037

    Not really…there’s a few bugs that led to the issue, and fixing it involves modifying several of the theme’s files. The update won’t be long before it comes though; we’re expecting either this week or the next.

Viewing 10 posts - 521 through 530 (of 6,030 total)