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: where to place .entry-title {display: none} for home page
February 6, 2019 at 10:06 pm #50387You are missing a period
.beforeentry-title. The code should be like this:.post-254 .entry-title { display: none; }Admin
In reply to: Blank space at the top of each webpage on mobile Neo Graphene
January 2, 2019 at 9:35 pm #50323Looks like it’s caused by the default margins on the NGGallery slideshow embedded on the page. Images on the slideshow also have different heights, which show up as empty space when an image with lesser height is being displayed.
Try adding this code to Additional CSS to reduce the margin:
.entry-content .ngg-slideshow.slick-slider { margin: 0 auto 0 !important; }Admin
Thanks for the feedback. The script actually no longer needs the hover event, so we’ll be removing it in the next theme update.
Admin
In reply to: problem with integration program php and child theme
December 25, 2018 at 10:04 am #50304I think that I had repaired it in the child theme, but I have recreated a child graphene-plus-child and it is not recognized when I want to choose it in customize your site …
In order to create a child theme for Graphene Plus, you’ll need to change the
templateline in the child theme’sstyle.cssfile:/* Theme Name: Graphene Plus Child Template: graphene-plus Version: 1.0 Text Domain: graphene-plus-child */Admin
Thanks for the feedback. We’ll consider adding the feature in the next theme update.
Admin
The default line-height for sidebar text is 22px. To modify the line-height for the widget areas, just add this code to Additional CSS:
.sidebar p { line-height: 20px; }Admin
Most often issues like this happen due to incompatible WordPress or PHP version. Make sure you’ve updated WordPress to the latest version, and check that the server is running at least PHP 5.6.
Admin
Copy and paste this code into Additional CSS:
.sidebar { color: #fff; }Admin
Copy and paste the following code into Additional CSS:
.home .entry .entry-title { display: none; }Admin
Copy and paste the following code into Additional CSS:
.entry-content .wp-caption-text, .wp-block-image figcaption, .wp-block-audio figcaption { font-style: normal; }
