Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Two Last Issues – Menu and Widget Picture Border

    #30808

    Marking thread as resolved. You can do this yourself as well.

    Admin

    In reply to: Removing Hover Text?

    #30789

    Marking thread as resolved. You can do this yourself as well.

    Admin

    In reply to: my child theme doesn't work

    #31101

    Marking thread as resolved. You can do this yourself as well.

    Admin

    In reply to: Widgets wont load on my homepage

    #30988

    robbrigg2, your sidebar widgets are showing up fine for me.

    Admin

    In reply to: Sidebar overflowing in Chrome and Safari

    #31048

    Try removing the widgets you have one by one, and see if any one of them is causing the issue.

    Admin

    In reply to: Adding the homepage panes between contents.

    #30558

    Add this to the custom CSS:

    #sidebar_bottom {
    background: #333 !important;
    }
    Admin

    If you change the language to the default English language, does the problem still occur? Just to determine if it is caused by the Russian translation file.

    Admin

    In reply to: New to wordpress need some help!

    #31029
    Quote:
    Finally how do you resize the images in the slider so that they all look the same and fit in the box?

    As long as the image you’re using for the slider is bigger than the slider dimension, it will be automatically resized to fit the slider.

    Quote:
    What are reliable options to have this site translated for all my english speaking friends?

    That depends. If you’re looking for automatic translation, the plugins Prasanna suggested would work. But automatic translations are far from perfect. If you’re looking to manually do the translation yourself, the WPML plugin is what I’d suggest.

    Admin

    Hi rbianco,

    I’ve sent you an email about making direct payment to my Paypal account.

    Admin

    In reply to: Slider width and white borders

    #31002

    Insert this code into your child theme’s functions.php file:

    function graphene_custom_slider_image_width(){
    return 960;
    }
    add_filter( 'graphene_slider_image_width', 'graphene_custom_slider_image_width' );

    Then add this code to your child theme’s style.css file:

    .featured_slider {
    margin-left: -10px;
    width: 960px;
    }
    .container_16 .slider_post {
    width: 960px;
    }

Viewing 10 posts - 2,911 through 2,920 (of 6,030 total)