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
Do you have FTP access to your site?
Admin
What’s the link to the site? Also, which version of Graphene are you using on that site?
Admin
Marking thread as resolved. You can do this yourself as well.
Admin
When you upload an image into WordPress, multiple copies of it were made, each of which correspond to a number of image sizes which were defined by WordPress, themes, and plugins. Your slider images were sized to fit your previous slider size. When you change the width of the theme and hence the slider width, the images are not automatically resized to fit the new size of the slider.
You can fix this simply by regenerating the thumbnails of those images. The AJAX Thumbnail Rebuild plugin is a great tool for this.
Admin
For which page is this? For posts, Graphene has this built in for quite some time already:
Admin
Try this:
#header-menu > li#menu-item-108:hover > a {
background: url(http://www.mattfurness.co.uk/wp-content/uploads/2014/08/Matt-in-the-studio-2.jpg) no-repeat !important;
}That image is pretty big for that space though.
Admin
Here you go: http://demo.graphene-theme.com/graphene-hooks-map/
It’s a bit crude since the “hotspots” are auto-generated (it would be too time consuming otherwise), but they should help.
Admin
In reply to: Is there a hook for adding content below slider when slider is located at bottom of page?
August 1, 2014 at 11:59 am #43063Try the
graphene_after_sliderhook under thetheme-slider.phpfile.Admin
Better to remove the inline padding and only add using Graphene’s Custom CSS feature. This CSS code would do:
.home .wp-image-126 {
padding: 0 80px;
}Admin
You can also use the Custom CSS feature in GM Neo Options page. Any CSS codes inserted there will only be applied when Neo is being used.
