Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Gallery not centering

    #51245

    It looks okay from my end on that page:

    Admin

    In reply to: Copyright Error

    #51236

    Go to WP Admin > Appearance > Customize > Graphene: General > Footer. Ensure that the option “Do not show copyright info” is unchecked.

    Admin

    In reply to: Gallery not centering

    #51235

    Can you make one of the posts where the images go out of the container, i.e. do not select uncrop. We’d like to get to the bottom of this.

    Admin

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

    #51234

    That looks like some kind of slider. However, when I visited your site it seems to no longer be there. Let me know if you still need assistance with this.

    Admin

    In reply to: Left align Featured Image in category view.

    #51229

    Try adding this code to Customizer > Additional CSS:

    .entry-content .excerpt-thumb img,
    .child-page .excerpt-thumb img {
    	float: left;
    	margin: 0 1em 0 0;
    }
    
    Admin

    In reply to: Left align Featured Image in category view.

    #51227

    Do you have any sample URL where the above issue is happening?

    Admin

    In reply to: Gallery not centering

    #51225

    Try entering this code on Customizer > Additional CSS:

    .entry-content .blocks-gallery-grid {
        padding: 0;
    }
    
    Admin

    In reply to: Social Media Links not working

    #51224

    It appears to be working correctly from my end. See screenshot below. Can you try using different browser or devices?

    Admin

    In reply to: Error previewing other themes

    #51216

    Thanks for the report. We’ve released an update for the Infinite Scroll add-on that should fix the issue.

    Admin

    In reply to: Possible to add margins — WP post view?

    #51215

    Sure. Add the following code to Customizer > Custom CSS:

    .post,
    .singular .post,
    .singular .posts-list .post,
    .homepage_pane {
    	padding: 20px 15px;
    }
    

Viewing 10 posts - 151 through 160 (of 6,030 total)