Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: A different kind of Archive page

    #35269

    Can you point us to the page where the list is printed before the post and in the post body as well?

    Admin

    In reply to: Center a specific page title

    #35291

    You’ll have to get the exact page ID and use to target only the page title in that page using CSS.

    What’s the URL for the page that you want to center the title?

    Admin

    In reply to: Widget top bar color different in IE?

    #35282

    If you remove that line, the next time you update the theme you’ll have to delete the line again. Try placing the line back in there and we’ll see what we can do to resolve the issue.

    Admin

    In reply to: Non-cropping Pane Images

    #33952

    Try adding this code to your child theme’s functions.php file:

    <?php
    function my_custom_crop_settings(){
    global $_wp_additional_image_sizes;
    if ( isset( $_wp_additional_image_sizes['graphene-homepage-pane'] ) ){
    $_wp_additional_image_sizes['graphene-homepage-pane']['crop'] = false;
    }
    }
    add_action( 'graphene_setup', 'my_custom_crop_settings' );
    Admin

    In reply to: Child Page Parsing By A Plugin Breaks the Parent Page

    #35288

    Does your plugin get the content by hooking to the_content filter? If so you may be able to use the is_main_query() function to detect if the content it’s getting is from the main query or from other secondary queries on the page. The child page listing in this case would not be a main query.

    Admin

    In reply to: Child Page Parsing By A Plugin Breaks the Parent Page

    #35286

    Have you asked the plugin author about this? They would be most familiar about how the plugin parses the content.

    Admin

    In reply to: Widget top bar color different in IE?

    #35280
    Quote:
    I got the problem for the difference in color for the active item on the top menu and removed the code

    `-ms-filter: “progid:DXImageTransform.Microsoft.gradient(startColorStr=’%1$s’, EndColorStr=’%2$s’)”;’

    Where did you remove the code from?

    Admin

    In reply to: Non-cropping Pane Images

    #33950

    Try using this plugin for more granular control on the image cropping:

    http://wordpress.org/extend/plugins/easy-image-crop/

    Admin

    In reply to: Graphene Theme Options not working since upgrade

    #35248

    It’s probably easier for you to start afresh and implement all the customisations again via the theme’s options or child theme. Looking at your site, I can say that most of the customisations you’ve made (probably all of them) can be made via the theme’s options in the latest version of the theme.

    Admin

    In reply to: [ASK} how to adjust the slider

    #35202
    Quote:
    I’ve put a meteor slides plugin but I am confused to put the meteor slides on home page

    sorry prasarana im nubi

    There’s nothing wrong with being a newbie but at least try to get the name of the person helping you right. We tend to go to extra length to help people when they write their forum post properly – shows a lot about how much effort they’ll put in in whatever they do.

Viewing 10 posts - 2,511 through 2,520 (of 6,030 total)