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
In reply to: Google's PageSpeed Insights doesn't recognise my graphene mobile neo site.
August 3, 2017 at 12:50 pm #46681Hi Philipp,
What you described is likely caused by the page caching plugin, W3 Total Cache. What’s happening is that the plugin is serving the cached desktop version to mobile devices.
See the FAQ on this page on how to resolve it (it’s the last item in the list):
https://forum.graphene-theme.com/graphene-mobile-neo/frequently-asked-questions/
Admin
You can use this sample code in the Custom CSS feature (modify as necessary):
#header .header_title {
font-family: 'Times New Roman';
font-size: 44px;
}
#header .header_desc {
font-family: 'Times New Roman';
font-size: 32px;
}Admin
In that case, the issue originates from the plugin. It’s likely that the plugin doesn’t automatically add paragraph tags to text inside the tabs. In that case, you can try to add the paragraph tags manually using HTML mode in the editor. Try asking the plugin’s developers as well on what can be done about it.
Admin
Try to temporarily switch to the default Twenty Seventeen theme and see if the paragraphs are still being omitted. This will help confirm if the issue comes from Graphene of the plugin.
Admin
The content column depends on your content. If it is the front page, it will display either a list of your most recent posts, or a static front page, depending on your settings. If it is a post page, it will display the full content of that post.
At the moment, there’s no easy way to customise what appears in the content column yet. We’re currently developing a custom page layout builder feature that will allow this kind of customisation easily.
Admin
Quote:I also checked Graphene child headder and I don’t see anything wrong.Ah..so you have
header.phpfile in your child theme. In that case, edit that file and remove the `<title></title>’ portion, as WordPress adds the title tag dynamically now.Admin
There is only two sidebar widget areas in the theme:
- Sidebar Widget Area – this will always be displayed on the right hand side.
- Sidebar Two Widget Area – this will always be displayed on the left hand side.
The other column is for the content (posts, pages, homepage panes, etc.). Those are not controlled using a widget area.
Admin
You have this CSS code on your site that’s causing the text color to be the same as the background colour, hence the copyright text appears hidden:
#footer, .graphene-footer {
background-color: #999999;
color: #999999;
}Looks like the code is inserted through the Custom CSS feature. Remove the line that starts with
color:.Admin
Couple of things to check:
1) Are you using the latest version of WordPress?
2) Are you using any plugin that modifies the title tag, e.g. WP SEO?
Admin
Are you using any plugin that might be modifying the post titles?
Can you try sharing any post on the theme’s demo site? For example, this one:
http://demo.graphene-theme.com/blog/2012/04/24/content-elements/
