Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: New update problem in the main menu

    #48554

    This could be a feature of the plugin, where they added a simple “Events in month” list instead of the full calendar view when using mobile devices. If you switched to the default Twentyseventeen theme, how does it appear?

    Admin

    In reply to: Blockquote in 2.0.4

    #48552

    You can try this code. Copy and paste into Additional CSS:

    blockquote {
       border: 1px solid #eee;
       padding: 10px 20px;
       box-shadow: 0 0 3px #f5f5f5;
    }
    
    Admin

    In reply to: bad quality picture in child page

    #48550

    Sorry, the file should be loop-children.php.

    Change this:

    apply_filters( 'graphene_excerpt_thumbnail_size', 'thumbnail' )
    

    to this:

    apply_filters( 'graphene_excerpt_thumbnail_size', 'medium' )
    
    Admin

    In reply to: Dropdown Menu disappered when used

    #48549

    This looks like a plugin conflict. Can you try disabling your plugins one by one to see if any of them is causing the issue?

    Admin

    In reply to: Image slider – post title and no excerpt

    #48540

    Yes, that is still valid.

    Admin

    In reply to: New update problem in the main menu

    #48538

    Glad to inform that we’ve been able to isolate the issue and resolved the conflict. The fix will be included in the next theme update.

    Admin

    In reply to: bad quality picture in child page

    #48537

    Not at the moment. You could use a child theme, copy the theme’s loop-child.php file into your child theme, and then modify that file in your child theme.

    Admin

    In reply to: Spelling Error in Widget title

    #48536

    Gosh, that’s embarrassing. Thanks for pointing it out!

    Admin

    In reply to: Colored Container not working

    #48535

    Change to this:

    .container {
       // code here
    }
    Admin

    In reply to: Can't get background image to repeat only horizontally

    #48534

    The custom background code is added by WordPress, in a way that supersedes the code in your child theme, which is why the changes didn’t take effect. Adding the code into the Additional CSS option gives it higher priority than even the code added by WordPress.

Viewing 10 posts - 671 through 680 (of 6,030 total)