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:Is there a way to restrict their contentusing a true ‘excerpt’, such as you can with posts?
See this:
https://forum.graphene-theme.com/feature-requests/rfe-page-excerpts
Admin
Looking at the page’s source code, the markup for each of the image is like this:
<a href="http://hackneytools.com/wp-content/uploads/2013/01/IMG_6344.jpg" rel="lightbox[Stanley113]" <img src="http://hackneytools.com/wp-content/uploads/2013/01/IMG_6344_thumb.jpg" alt="Stanley 113 Circular Plane": image 1 of 3 thumb"/></a>which is obviously malformed. It should be something like this:
<a href="http://hackneytools.com/wp-content/uploads/2013/01/IMG_6344.jpg" rel="lightbox[Stanley113]"><img src="http://hackneytools.com/wp-content/uploads/2013/01/IMG_6344_thumb.jpg" alt="Stanley 113 Circular Plane: image 1 of 3 thumb" /></a>If you have added those codes manually, correct them and the images should be displaying fine afterwards.
Admin
OK, seems like there’s an unclosed attribute in “viewport” meta tag within the
<head>element. Simply update the mobile theme to version 1.2.3 and the issue should be resolved.Admin
Seems like you’ve disabled the top bar, so we can’t see the issue. In any case, try checking the settings in Graphene Options > Top Bar Options > Social Media. Try deleting all the social media in there and add them back again.
Admin
Did you install any plugin recently? Particularly any lightbox plugins?
Admin
Try this:
.home .type-page {
display: none;
}Admin
OK, in that case would you mind sending me the login details to your WP Admin as well as FTP access to your server so that I can investigate the issue? You can send me the details via the contact form on my site.
Admin
In reply to: graphene options, advanced widget box to loop the theme
January 5, 2013 at 2:35 am #34743This should help:
Admin
@thespysurfer, the topic you linked to solved the issue, but it’s really doing so by sidestepping the theme’s normal header image options logic.
I’m keen on investigating this bug and fixing it for all, but try as I may I could not reproduce the issue on my end. Would you mind giving me temporary access to your WP install (FTP and WP Admin) so that I can investigate it further?
Admin
Check out WP Admin > Settings > Discussion, and Graphene Options > Comments Options.
