Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Option to add an image as a background of a page/post

    #37463
    Quote:
    How do I do that on all posts and pages, so they will be with the similar image?

    Each posts and pages has (mostly) the same HTML structure, so you can use the same CSS code for the background.

    Quote:
    And why not adding it as a feature to the theme?

    We have to balance between providing more features and keeping the theme accessible so as to not overwhelm the wide range of users that use the theme. As it is, there’s already way more options in the theme than most themes, and some people (especially those new to the theme) will find it a bit daunting to start.

    We’ve provided more than enough options for the average person to customise the theme extensively. For those who want to go further, that’s what the Custom CSS and child themes are for.

    Quote:
    Also how do I do that to only one page or post?

    Each posts and pages is given a unique ID, so you can write your CSS codes to target any particular posts and pages.

    Admin

    In reply to: Widget at the bottom with fix location

    #37459

    If you keep on adding widgets past the 4 widgets, it’ll take on the second row of widgets, which is effectively placing multiple widgets on each column. But if for example you want to put 2 widgets in the second column but just 1 in the first column, there’s no option to do that in the theme.

    But, as always, you can manually position each widget using custom CSS.

    Admin

    In reply to: Widget at the bottom with fix location

    #37457

    You can already choose the number of columns for the bottom widgets in Graphene Options > Display > Footer Widget Display Options.

    Admin
    Quote:
    You might see that in the slider, there’s a German link “Ganzen Beitrag ansehen”, which simply means “read full article”.

    Where in the style sheet can I substitute “Ganzen Beitrag ansehen” with “read full article”?

    If you don’t want to use the German language for the theme, simply change the WP_LANG value in your wp-config.php file.

    Admin

    In reply to: Internal Server Error 500 when activating plugin

    #37174
    Quote:
    How much does the Graphene theme use?

    Difficult to say, but not any more than than the average theme. 40% usage of memory is safe though.

    Admin

    In reply to: The Google icon should be replaced with the Google+ icon

    #37423

    OK, this will be added in the next version.

    Admin

    In reply to: Blog post/widget heading font

    #37420

    Add this to the Custom CSS option:

    .post-title,
    .post-title a,
    .sidebar h3 {
    font-family: arial;
    font-weight: bold;
    }
    Admin

    In reply to: Modify wp_query

    #37406

    The theme is not using any custom query on the archive page, so there is no WP_Query statement in that file. What are you trying to achieve with that plugin?

    Admin

    OK, follow these steps:

    1. Disable the Graphene slider in Graphene Options > Slider Options.
    2. Go to Graphene Options > Advanced > Action Hooks Widget Areas, click on “loop.php”, and then tick the “graphene_loop_footer” checkbox.
    3. Go to WP Admin > Appearance > Widgets, and place a “Meteor Slides Widget” into the “Graphene Loop Footer” widget area.
    Admin

    In reply to: question about terms and conditions

    #36962

    They do the design, that is, a set of PSD files that are perfect mockups of how the site should look like. Then, I do all the coding and programming that turn those designs into a fully functional website.

    It’s no small feat. If one were to contract that job out, it would cost a lot of money.

Viewing 10 posts - 2,101 through 2,110 (of 6,030 total)