Forum Replies Created
-
Mod
Did you install the Any Mobile Theme plugin and select Graphene Neo for mobile devices?
Mod
In reply to: Stop widgets in the graphene_after_post_content from appearing in excerpts on home page
October 24, 2015 at 9:57 pm #45560Try
.home #graphene-dynamic-widget-graphene_after_post_content {display: none;}Quote:My server is in the US (Los Angeles)Unless it’s a California thing, you don’t need the cookie notice. That’s only an EU thing.
Mod
In reply to: Stop widgets in the graphene_after_post_content from appearing in excerpts on home page
October 24, 2015 at 5:07 pm #45558You are using a different widget area than that post. This code should work:
.home #graphene-dynamic-widget-graphene_post_footer {display: none;}Is your server located in the EU?
Mod
I am (not) seeing that as well. What theme do you have selected for those devices in the Any Mobile Theme plugin?
Mod
Please copy and paste the entire contents of your child stylesheet here.
Mod
Quote:So i put in the chil theme folder the following files: index.php, loop-index.php, and the others loops and funtions.php (this files are the sames that father theme)…Don’t do that, unless you need them to overwrite the parent theme.
Did your child theme style.css file begin like this:
/*
Theme Name: Graphene Child
Theme URI: http://example.com/
Description: Child theme for the Graphene theme
Author: Your name here
Author URI: http://example.com/about/
Template: graphene
Version: 1.0
*/
@import url("../graphene/style.css");Mod
Link to site?
Try emptying the browser’s cache and also deleting cookies.
Mod
Are you getting any sort of error message?
Mod
Empty your browser and server caches to make sure you are pulling a fresh html file.
Mod
Quote:I want to make a child theme in my grapheneYour child theme folder should not be in the Graphene theme folder. Your directory structure should look like this:
wp-content
themes
graphene
graphene-childAll the files related to your child theme would then go in
graphene-child(or whatever you have named this directory).
