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
Can you try setting
WP_DEBUGto true in yourwp-config.phpfile, and see if there’s additional error messages appear?Admin
You have this error on your site:
TypeError: jQuery(...).on is not a functionwhich appears to be caused by this script that is loaded on your site:
http://s.gravatar.com/js/gprofiles.js?w&ver=3.2Find out what’s loading that script and deactivate/remove it.
Admin
OK, you should be able to access the Graphene Mobile Neo forum now. If you could confirm this I’ll move this topic over there. Let me know any updates on that error message too.
Admin
Come on… this forum is all for helping Graphene theme users, but you have to do your part in asking questions properly first. What is the issue you’re having? How is it not working? What are you seeing and what do you expect to see? Is there any error messages or notices? What is the URL to your site?
These questions should all be common sense, but in case it’s not, we’ve asked you to read the forum rules before registering here.
Try again.
Admin
Hey Tommy,
Is there any other message apart from just fatal error? There should be something else, like in which file the error is occurring and on what line.
I’ll check your forum access when I get back later today.
Admin
In reply to: After updating, sidebar widgets disappear on front end but remain in dashboard
March 14, 2013 at 9:04 am #36598Quote:HOWEVER, I’m still missing my menu bar. Any idea how I can get that back?You have this code in your child theme’s stylesheet:
#header-menu-wrap.clearfix ul#header-menu.menu {
z-index: -1000;
}Remove that and the navigation menu should appear.
Quote:AND a new wrinkle….the featured posts slider isn’t working; it just stays locked on the first image.Are you using any other slider plugin? Your site is showing a Javascript error for Riva Slider.
Admin
In reply to: After updating, sidebar widgets disappear on front end but remain in dashboard
March 14, 2013 at 4:01 am #36596Quote:My child theme has favicon.ico and style.css plus the following php files: atoztemplate, category, comments_false, footer-no-widgets, footer, functions, template-authorsByyear, template-twocolumnsleft-no-footer, I’ll be glad to send the functions.php and style.css (or any other files), if you tell me where to send them to.Therein lies the issue. You have the
footer.phpfile in your child theme, which overrides the theme’sfooter.phpthat outputs the markup for the sidebar. FYI, it’s highly not recommended to override the theme’s template files, precisely for issues like this. See the theme’s documentation on child theme for more info:http://docs.graphene-theme.com/Customisation_using_a_child_theme#Special_consideration
Admin
You can’t simply come up with the CSS classes like that. They are defined in the page’s HTML, and the CSS codes you write need to reference the specific class or ID for the element that you want the CSS code to apply to.
And the same code won’t work in this case also, because hiding the link will hide the image as well. You’ll need to resort to JavaScript to remove that link.
Admin
Could not what your site?
Admin
In reply to: After updating, sidebar widgets disappear on front end but remain in dashboard
March 14, 2013 at 2:11 am #36594What version did you update from? Also, check the front page widget areas setting in Graphene Options. What files do you have in your child theme?
