Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Moving the WPML language selector

    #33193

    Place the search box in the navigation bar instead?

    Admin

    In reply to: Child theme with no customisation changing Graphene Theme

    #33150

    Did you check the widgets in WP Admin > Appearance > Widgets? What files are there in your child theme? Also, seems like you’ve deactivated the child theme in your site. Reactivate it so that we can take a look.

    Admin

    In reply to: Image display when sharing

    #33005
    Quote:
    On the HTML editor of the post or at the theme-editor.php. I tried in some posts but it didn’t worked. Any example would be useful.

    Don’t edit the theme files. You’ll lose those changes when you update the theme next time.

    To insert the code into the site’s <head> element, use the Graphene Options > Advanced > Custom <head> Tags.

    Admin

    In reply to: Landing Page

    #32647

    Sorry I’m not familiar with the plugin. Is there a setting somewhere that defines the URL of the landing page?

    Admin

    In reply to: CSS issues after updating to v1.8.1

    #32879

    Sometimes when the theme is updated, the database entry for the theme’s settings is updated. There’s a chance that the database update causes the theme’s settings to become corrupt, hence why resetting the theme’s settings works.

    Admin

    In reply to: Child theme with no customisation changing Graphene Theme

    #33148

    WordPress treats a child theme as a separate theme, and hence it resets the header and menu settings for the site when you switch the theme. If you switch back to the original Graphene theme, you’ll see that those settings are restored.

    It’s just the way WordPress works. You’ll need to upload (or select) the header images again.

    Admin

    In reply to: Showing link image

    #33192

    Moved to Support. Please post in the correct section next time.

    Admin

    Hurm.. try adding this to the Graphene Mobile Custom CSS feature:

    #top-search .search-input {
    width: 55%;
    }
    .landscape #top-search .search-input {
    width: 70%;
    }
    Admin

    I just visited your website and I don’t see any search bar other than the Graphene Mobile’s default one.

    7Rva5l.png

    Admin

    In reply to: Alignment and positioning

    #33154
    Quote:
    is it because ive changed the location and if so is there a way i can better achieve this without the navigation menu being hidden im guessing its down to the alignment?

    You can use CSS position:absolute and z-index properties to control the positioning and z-stacking of the navigation menu. But as Ken said, avoid editing the theme’s files directly. You can insert the CSS either into the theme’s Custom CSS option, or by using a child theme.

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