Syahir Hakim

Keymaster

Forum Replies Created

  • Admin
    Quote:
    Would it just be easier to pay this web designer to make a whole new version?

    Trust me, just use WPML rather than designing a whole new website for a different language. Not only will you save a whole lot of money, but it’ll also be easier to maintain and update in the future.

    Admin

    In reply to: Single Page Header

    #35038

    Yes. Set a featured image for that page with a dimension that is greater than or equal to the dimension of the header image.

    Admin

    In reply to: Landing Page – Images instead of Category-Headlines

    #35025

    You shouldn’t be editing the theme’s files, else you’ll have to do the modification everytime you update the theme.

    Use a [url=https://forum.graphene-theme.com/how-to/child-theme-functionality-with-graphene-mobile/]child theme[/url] instead.

    Admin

    In reply to: WordPress Toolbar missing

    #35112

    What are you showing the toolbar in the frontend for? Forms? Provide the URL to the frontend page with the toolbar so that we can take a look.

    Admin

    In reply to: Slider posts shown in reverse order; oldest first

    #35109

    We generally don’t add an option that we don’t anticipate most of the masses will use. For the specific use case of certain websites like yours, you could use a child theme to modify the order of the posts that the slider displays, or like Ken suggested, you can use a separate slider plugin. Just because it’s there, doesn’t mean you have to use it.

    If displaying photos is all you want in the slider, then I’d recommend the Meteor Slides.

    Admin

    In reply to: Graphene Slider & All In One Event Calendar 1.9

    #35114

    I’ve looked at the issue and it appears to be caused by the following code in the ai1ec_render_css file (I believe it’s a dynamically-generated code):

    .fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
    }

    That basically renders the slider invisible when using the fade effect, because the theme applies the .fade class to the slider element.

    fade is a fairly generic class, so Time.ly really should namespace their class in the plugin, or at least target it to be more specific by adding the class of the container element that’s specific to what the plugin outputs.

    In any case, you can use this Custom CSS to sidestep the issue until the above step is taken by Time.ly:

    .featured_slider {
    opacity: 1 !important;
    }
    Admin

    In reply to: header image not aligned, except on home page

    #34551
    Quote:
    Any idea why the header still needs the code to stay centered?

    It doesn’t. I’ve removed the code from your site.

    Admin

    In reply to: Slider

    #35093

    Graphene Options > Slider Options > Slider display style, and select Background image and excerpt. You can then hide the excerpt using CSS.

    Admin

    In reply to: [Fixed] Header bug after update WordPress

    #34983

    Just an update: we’ve fixed the issue and it will be reflected in the next theme update.

    Admin

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