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 renaming the header.php in your child theme to header-bak.php to disable it temporarily.
Admin
In reply to: text excerpt in slider ranging into "View more" button
September 21, 2017 at 2:43 pm #46702You can increase the height of the slider via Graphene Options > Slider Options > Slider height.
Admin
In reply to: How can I remove image from slider and above post?
September 21, 2017 at 2:40 pm #46701There is an option to disable the featured image being displayed in the single post page. Navigate to the WP Customizer > Franz Josef: Display > Posts, and tick the option Hide featured image.
Admin
You could just add this code to the theme’s Custom CSS option to achieve the same effect:
.carousel-indicators li {
display: none;
}This way, your change won’t be lost when the theme is updated.
Admin
In reply to: Can this white border from the play.png be removed?
September 21, 2017 at 2:31 pm #46703Add this code to the theme’s Custom CSS option:
.entry-content img,
.child-page img {
border: none;
}Admin
Try deactivating your plugins and see if the issue persists.
Admin
Go to WP Admin > Appearance > Graphene Mobile > Display > Posts Display Options, and tick the “Hide automatic image at the top of posts” option.
Admin
In the widget’s HTML code, remove
<pre>and</pre>.Admin
Yes, it’s safe to update to WP 4.8.1.
Admin
Hi Philipp,
Have you tried the solution mentioned in the theme’s FAQ? Quote from the previous topic:
Quote: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/
