Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Graphene Display: container width

    #51299

    Noted on the request. In the next theme update, we will expand the selectable range from 400px to 2000px.

    Admin

    In reply to: How to add ALT text to the header image

    #51298

    Thank you for bringing this issue to our attention. We’ll include a fix for it in the next theme update.

    Admin

    In reply to: Lightbox & Graphene

    #51297

    There shouldn’t be any issue with using jQuery lightbox with Graphene. There’s likely a script conflict on your site that’s causing this issue. Please provide a link to the site so that we can take a look.

    Admin

    In reply to: Cimy Header Image Rotator

    #51296

    For Twenty Twenty theme, you may request for support from here:
    https://wordpress.org/support/theme/twentytwenty/

    Admin

    In reply to: Is there a way to turn off Photo Captions

    #51295

    Add the following code to WP Admin > Appearance > Customize > Additional CSS:

    .wp-caption .wp-caption-text {
    	display: none;
    }
    
    Admin

    In reply to: Custom Site Title Background

    #51294

    Yes. You may use the Additional CSS option in WP Admin > Appearance > Customize > Additional CSS.

    Some sample code:

    .header_title, 
    .header_title a,
     .header_title a:hover, 
    .header_desc {
    	background: navy;
    	color: white;
    	font-style: italic;
    	font-family: Georgia;
    }
    
    Admin

    In reply to: Sub Menu on Hebrew RTL site override the text

    #51293

    Hi. Looks like you’re using an older version of the theme. Please update to the latest version (2.7.2) and see if the issue still persists.

    Admin

    In reply to: WP Page – H1 missing

    #51288

    Thanks for the report. This is a bug in the current version and will be fixed in the next theme update.

    Admin

    In reply to: Gallery not centering

    #51261

    Try adding the following code into Customizer > Additional CSS:

    .entry-content .wp-block-gallery {
    	padding: 0;
    	max-width: 100%;
    	margin-left: 0;
    	margin-right: 0;
    }
    .entry-content .blocks-gallery-grid {
    	max-width: 100%;
    }
    
    Admin

    In reply to: I want NO featured image, but am getting random images shown

    #51246

    There’s actually a setting to disable the featured image from appearing at the top of posts. Go to WP Admin > Appearance > Graphene Mobile > Display > Posts Display Option. Then, tick the option that says “Hide automatic image at the top of posts”.

Viewing 10 posts - 141 through 150 (of 6,030 total)