Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: New update and Twitter integration

    #30071

    Do you have any caching plugins installed? What files are there in the wp-content/ folder?

    Admin

    In reply to: Sticky post not showing content

    #28534

    Try replacing the theme’s index.php file with the updated one here:

    http://graphene.googlecode.com/svn-history/r427/trunk/graphene/index.php

    Admin

    Try switching to a different theme and see if the problem persists. It’ll help to identify whether the issue is caused by the theme or by bbPress.

    Admin

    In reply to: Coloristic

    #30342

    Each of those category pages has a specific class assigned to the body element, so you can use those to target the widgets in each category. Examples:

    .category-gimnazjum .sidebar h3 {
    /* Put background properties in here */
    }
    .category-liceum .sidebar h3 {
    /* Put background properties in here */
    }
    .category-studium .sidebar h3 {
    /* Put background properties in here */
    }
    Admin

    In reply to: author -> bbp_user

    #30312
    Quote:
    I don’t have direct access to the directories where everything is installed (I didn’t set up the installation, I am just helping out with making it work), so I basically need to do things with various admin tools.

    That makes it very difficult to do things. Can’t you push the site’s owner for at least FTP access to the themes directory?

    Admin

    In reply to: author -> bbp_user

    #30311
    Quote:
    I unzipped the file,

    put the code above (cutting and pasting–are all the spaces and linebreaks displayed correctly?) into the functions.php file, rezipped it, and uploaded it. The code was displayed at the top of the page,

    It’s a PHP file, so you need to start the file with <?php and end it with ?>.

    Quote:
    and in addition to losing all the formatting and uploaded pictures, widgets, etc.,

    Changing to a child theme is similar with changing to another theme, so WordPress reset your navigation menu assignment, custom background, and custom header. You’ll need to set them again, but other than that, the rest should be the same.

    Admin

    In reply to: front page menu

    #30383

    Moved to Support. Please post in the correct section next time. Please also include the URL to your site so that we can take a look.

    Admin

    In reply to: author -> bbp_user

    #30308
    Quote:
    Thank you–I guess I have to learn about child themes, etc. For a quick fix, where do you recommend I start?

    No quick fix, you will need to have a child theme to implement this. See this page on how to create a child theme. It’s not that difficult.

    Quote:
    Just to make sure, does this replace …/?author=n, with …/?bbp_user=n or with …/?uid=n or is this a general function that can redirect to anything that I like?

    It redirects all WordPress author profile page to the bbPress profile page.

    Admin

    In reply to: Gaming Site Looking for Feedback

    #30350

    Try this:

    .sidebar div.sidebar-wrap {
    border: none;
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    }
    Admin

    In reply to: Gaming Site Looking for Feedback

    #30348

    Remove the border around the widgets, and change the box shadow colour to something darker. Also, the footer needs work. It’s kind of messy atm.

Viewing 10 posts - 2,991 through 3,000 (of 6,030 total)