Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Next Gen

    #33293

    Ouch! Never ever save an image for web in BMP format. Takes forever to download.

    What files do you have in your child theme?

    Admin

    In reply to: Mobile theme: search bar + dropdown menu + plug ins?

    #33303
    Quote:
    1. Is it possible to move the search bar to the bottom of the page?

    It is, but you’ll need to do some coding to achieve that.

    Quote:
    2. Is it only possible to have a dropdown menu?

    You can either have a dropdown menu, or you can have a menu that uses the <select> element. The latter is better if you absolutely must put a lot of menu items in the navigation menu, that even using the standard dropdown menu is not sufficient.

    Quote:
    3. Is it possible to have plug-ins (like a Mailchimp sign up plug-in) on a mobile theme? (Or is this a question I should ask Mailchimp?)

    Yes, of course. You can place the form using the widget areas built into the mobile theme, just like the desktop Graphene theme.

    Admin

    In reply to: New User Default Roles

    #32828

    This has nothing to do with the Graphene theme. Try asking in the WordPress.org support forum.

    Admin

    In reply to: Numer of columns for post site

    #33262

    What big mess? Your site appears fine to me.

    Now, create a functions.php file inside your child theme folder, and insert this code into that file:

    <?php
    function graphene_mod_column_setting(){
    global $graphene_settings;
    if ( is_home() ) $graphene_settings['column_mode'] = 'three_col_center';
    }
    add_action( 'template_redirect', 'graphene_mod_column_setting' );

    Then select two columns and the default column mode in Graphene Options > Display > Column Mode Options.

    Admin

    In reply to: Image not showing on Facebook Sharing

    #33273
    Quote:
    Tried adding an image to post, plus switching themes, however still the case? Any ideas

    Try on another post. Facebook caches the thumbnails for links shared in it, which could be the reason why you’re seeing what you’re seeing. It also makes it tremendously difficult to debug by trial and error.

    Try sharing a post with images in it.

    Quote:
    Should I try adding code in HEAD section of my blog i.e. header.php below wp_head,

    <link rel=”image_src” href=”http://media.clickonf5.org/image/logo.png&#8221; />

    You should not modify any of the theme’s files, as these modifications will be lost when you update the theme. It’s worth going through all of the options available for the theme to see what you can do from the backend. In this case, you can easily insert the code via Graphene Options > Advanced > Custom <head> tags.

    Admin
    Admin

    In reply to: How to change child pages listing from ASC to DESC?

    #32071

    You will need to use a child theme for this. Have you got one? If not, here’s a guide:

    http://docs.graphene-theme.com/Customisation_using_a_child_theme

    Admin

    In reply to: Bottom Navigation Bar

    #33285

    WP Admin > Appearance > Menus.

    Admin

    In reply to: Bottom Navigation Bar

    #33283

    I’m curious, why don’t you just use Graphene’s footer menu? Like what we have in the [url=https://forum.graphene-theme.com/]theme’s site[/url].

    Admin

    In reply to: Numer of columns for post site

    #33260
    Quote:
    i cant’ put a reply

    You’re probably putting too many links so the forum flagged it as spam.

    You will need a child theme to achieve what you’re trying to do. Here’s a guide on how to create a child theme:

    http://docs.graphene-theme.com/Customisation_using_a_child_theme

    Post back here when you’ve done that.

Viewing 10 posts - 2,681 through 2,690 (of 6,030 total)