Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
Admin
In reply to: Mobile theme: search bar + dropdown menu + plug ins?
October 21, 2012 at 6:31 am #33303Quote: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
This has nothing to do with the Graphene theme. Try asking in the WordPress.org support forum.
Admin
What big mess? Your site appears fine to me.
Now, create a
functions.phpfile 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
Quote:Tried adding an image to post, plus switching themes, however still the case? Any ideasTry 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” />
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
Of course. See this tutorial on custom menus:
Admin
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
WP Admin > Appearance > Menus.
Admin
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
Quote:i cant’ put a replyYou’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.
