Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: where to place .entry-title {display: none} for home page

    #50387

    You are missing a period . before entry-title. The code should be like this:

    .post-254 .entry-title {
    	display: none;
    }
    
    Admin

    Looks 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

    In reply to: 'hover' deprecated in graphene.js

    #50322

    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

    #50304

    I 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 template line in the child theme’s style.css file:

    /*
     Theme Name:	Graphene Plus Child
     Template:		graphene-plus
     Version:		1.0
     Text Domain:	graphene-plus-child
    */
    
    Admin

    In reply to: More control on Ads

    #50301

    Thanks for the feedback. We’ll consider adding the feature in the next theme update.

    Admin

    In reply to: Static front page how to remove title

    #50300

    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

    In reply to: Updating from a very old version

    #50297

    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

    In reply to: Change Font Color on Side Bar

    #50289

    Copy and paste this code into Additional CSS:

    .sidebar {
    	color: #fff;
    }
    
    Admin

    In reply to: Static front page how to remove title

    #50288

    Copy and paste the following code into Additional CSS:

    .home .entry .entry-title {
    	display: none;
    }
    
    Admin

    In reply to: Image Captions

    #50287

    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;
    }
    

Viewing 10 posts - 231 through 240 (of 6,030 total)