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
You might wanna try this:
https://forum.graphene-theme.com/graphene-support/theme-error-memory-exhausted
Admin
In reply to: Using categories from Events Manager plugin in Graphene slider
August 10, 2012 at 4:04 am #31604Add this before the closing
?>in your child theme’sfunctions.phpfile:function graphene_custom_slider_post_type( $post_types ){
$post_types[] = 'event';
return $post_types;
}
add_filter( 'graphene_slider_post_type', 'graphene_custom_slider_post_type' );Admin
Quote:When I activate Graphene mobile themeDon’t activate the mobile theme, as it is automatically loaded by the desktop theme. If you’ve installed it properly, you’ll see that there’s the Graphene Mobile options under WP Admin > Appearance.
Admin
Quote:Is it possible to have the slider showing images that link to anchor tags withing the same page? I would like to have more than one image per page in the slider??Nope, since that’s not what the theme’s slider is developed for. You would to develop a custom slider for that, or find a plugin that does it.
Admin
In reply to: Help!!!! After updating to version 1.8, cannot get into my dashboard, fatal error message
August 10, 2012 at 3:51 am #31622Hi Claudia,
Please see this topic: https://forum.graphene-theme.com/graphene-support/theme-error-memory-exhausted
Admin
OK try this. Open up the theme’s file
admin/db-updater.php, and then remove this line (line 29):graphene_convert_meta();Admin
In reply to: Featured image not showing and menu not working after update to new version
August 10, 2012 at 3:43 am #31560Quote:slider in not showing the featured imageReplace the content of
includes/theme-loop.phpwith the updated one here:http://graphene.googlecode.com/svn/trunk/graphene/includes/theme-loop.php
Quote:the menu is not working, doesn’t matter where you click it always shows the home page.Your site’s menu works fine when I test it.
Admin
In reply to: Social Sharing buttons disappeared with update to v. 1.8
August 10, 2012 at 3:34 am #31576Try updating to 1.8 again. After that, replace the content of
includes/theme-loop.phpwith the updated one here:http://graphene.googlecode.com/svn/trunk/graphene/includes/theme-loop.php
Admin
In reply to: My 3 column option is not working ever since I updated graphene
August 10, 2012 at 3:31 am #31121I see that you’re still using version 1.7.3. From what version did you update?
Admin
In reply to: Warning: sprintf() [function.sprintf]: Too few arguments in
August 10, 2012 at 3:27 am #31601Quote:Hoping they just put out an update that will fix it.Understand that we can’t fix it until we know what’s causing it, and we won’t know what’s causing it until we can reproduce it. Adding multiple unhelpul posts on this forum will only hinder the process.
@jonas, do you remember if you were doing anything specific when the error occurred, or did it occur right after updating?
