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
Quote:You you say modified the theme files…what files would these be? I have only added to the Custom CSS items you have had me add over timeCustom CSS is okay. As long as you haven’t actually opened any of the theme’s files and and edited its contents, then you should be fine. Customisations done via WP Admin are fine.
Admin
In reply to: Please…I need help changing the font size on my top Menu Bars
June 29, 2012 at 7:56 am #29736Quote:Unfortunately I don’t know how to use Graphene’s custom CSS featureIt’s there in Graphene Options > Display > Custom CSS. Just enter the CSS codes you’d like to use into that option field.
Quote:But does anyone know how I can quickly fix the problem with my top menu bars? The problem with them is: I now have 2 menu bars of categories instead of 1, underneath my header image. I don’t mind that at all, but the background and hover state colours of the bottom menu bar is the complete opposite of the menu bar above it. How do I change that to make them both look the same? (I want the bottom menu bar to have the grey background, like the top one).Easiest? Just decrease the font size a little bit, make them all fit in a single line.
Admin
In reply to: widget title text-style options and remove specific widget box shadow?
June 29, 2012 at 7:54 am #29805Hi Donna,
Please put code in between backtick (
Code:`) characters. It’s usually located above the Tab key on your keyboard. I’ve done this for you this time.
Quote:is it possible to adjust the shadow on a specific widgetYes. You just need to figure out the specific ID of that widget. You can use Firebug for this.
Quote:is there anyway to change the font and/or text weight of the widget titles?Yes, this can be easily achieved by writing some custom CSS codes.
Admin
Just use this:
.post-XXXX .post-title {
display: none;
}Admin
You can read the [url=https://forum.graphene-theme.com/documentation/changelog/]changelog[/url] for the list of changes. If you haven’t modified the theme’s files, or haven’t made extensive customisations, there’s probably nothing to be concerned about. But in any case, do post back here if you encounter any issues.
Admin
You can use this direct link as well:
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SJRVDSEJF6VPU
Admin
That’s an issue with the plugin you’re using to add the pinterest button. Basically, it’s trying to get data from a URL that returns the “Not Found” error. Try asking the plugin author about it.
Admin
Quote:Thanks for the suggestion, but unfortunately, it seems it still isn’t getting the desired effect.When they click on the sharing buttons from a post on the home page, it tweets like they are trying to share the homepage and not that specific post.
Any ideas?
If you’re using the code from the AddThis website, their API allows you to explicitly define the URL, Title, and Description of the page the buttons are sharing, regardless of on which page the button is placed.
See this:
Admin
In reply to: Top bars widget and slider are ok in Chrome and Firefox but not in IE
June 28, 2012 at 10:54 pm #29819Add this to your child theme’s
style.cssfile:.sidebar h3 {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}Admin
In reply to: How can i have two columns on the homepage (without static page) ?
June 28, 2012 at 10:51 pm #29405You’re using a three column layout on the homepage, hence why it’s not working. Change to this:
.three-columns .homepage_pane {
width: 280px !important;
}Not to pick on you, but this is why you should always include the link to your site whenever you’re requesting for help. You can set it in your forum profile so it’ll always show up.
