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
Try deactivating all plugins and see if it works again.
Admin
Not really, no. You’d have to create a child theme and include the codes for the RSS icon into the nav bar by using one of the many action hooks available with the theme.
Admin
Default home page menu link? Not sure I get you.. can you please post a screenshot of the site showing what exactly has disappeared?
Admin
Hi Jane,
Can you describe more about how the plugin does not allow for adjustment in additional styles when you’re using it with the Graphene theme? I tried activating it and go to the settings page and everything looks fine.
Admin
Admin
What are the available widget areas in WP Admin > Appearance > Widgets ?
Admin
Create a
functions.phpfile in your Child Theme, and then add this code:<?php
function graphene_display_slider(){
if (is_front_page() || is_home()){
graphene_slider();
add_action('wp_footer', 'graphene_scrollable');
}
}
?>Admin
+1 on Ken’s suggestion.
Admin
Thanks, Mick. You’re added to the list.
Admin
Note: Topic moved to the Support seciton. Please post in the correct section next time. Take some time to read the forum rules.
As for what you’re trying to achieve, it’s probably easier to use the Widget Logic plugin to define on which page(s) certain widgets should appear.
