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
Nice header. Here are a few suggestions:
- Try shorten the menu item title so that they all fit in one line. Also, you might want to disable the menu item description since you’re not using it. You can do this in Graphene Options > Display > Navigation Menu Options.
- Change the widget header title text shadow to something darker, like
#000 - Change the widget header bottom border to black
- Increase the overall width of the theme so that you’ll have more width for the content, but don’t increase too much. 1020px is probably a good compromise.
Admin
Quote:Can u suggest any other alternative plugin for this ?Nope, I haven’t used any newsletter plugin so couldn’t give you a recommendation here.
Quote:Moreover Thanks very much for your help. How can I rate Graphene theme on wordpress. I really love it. One of the best theme in the wordpress.You can rate the theme on the theme’s page, but you need to logged in to WordPress.org to do so.
Admin
Try disabling all your plugins first and see if the issue goes away. If it does, activate the plugins one by one to see which one is causing the problem.
Admin
Here’s what I think is happening.
Google Analytics depends on Javascript, and there seems to be a few javascript errors on your website.
ReferenceError: jQuery is not definedThis error is caused by the g-auto-hyperlink plugin, which is loading its before jquery has been loaded, causing that error.
Then there are a couple of this error:
"NetworkError: 400 Bad Request - http://fonts.googleapis.com/css?family="which is probably caused by the Google Fonts plugin you’re using. Try deactivating both plugins and see if it helps.
Admin
What’s the URL to that page?
Admin
includes/theme-webfonts.php
Admin
The featured image will only replace the header image if it’s dimension is equal to or greater than the header image dimension. The theme’s default header image dimension is 960×198 pixels. If you haven’t changed the theme’s width or the header’s height, that’s the minimum dimension that your featured image needs to have.
Admin
One of the properties in your Custom CSS is missing a closing bracket:
.post-title a:visited {
display: none;
.entry-content .gallery-caption {
background: none
}Admin
Add this to the theme’s Custom CSS option:
.entry-content .gallery-caption {
background: none
}Admin
Add
container_16class to both the<div id="container">element and<div id="footer">element.
