Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Help with Menu

    #30506

    If you’re using the WordPress custom menu feature, click on the “Screen Options” tab on the top right of the page in WP Admin > Appearances > Menus. Then, in each menu item you’ll see a checkbox to set the menu item to be opened in new window/tab.

    Admin

    In reply to: Unable to change Widget header gradient

    #30495

    I see this in the CSS being generated by the theme to apply the custom colours:

    .sidebar h3{
    background: #DF3A000;
    background: -moz-linear-gradient( #DF3A000, #940011 );
    background: -webkit-linear-gradient(top, #DF3A000, #940011 );
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#DF3A000', EndColorStr='#940011')";
    background: linear-gradient( #DF3A000, #940011 );
    }

    You colour code has one too many 0. Hex colour codes can only be either 3 digits or 6 digits (excl. the #)

    Admin

    In reply to: 2 x post pages

    #30461
    .archive-title {
    display: none;
    }
    Admin
    Quote:
    PS How’s the studying coming along… nearly there?

    Getting there. Last semester starts next week now meaning lots of work and no time lol

    Admin

    In reply to: Child Themes – Need Clarification

    #30433
    Quote:
    If I only use the Graphene options (since the changes I need are already in the options) will any future updates affect what I have set in this option area?

    No. Those options are stored in the database, so they are not affected by updates. Exceptions are when we have to update the database structure to accommodate new features, but we always try to preserve your options in that case.

    Quote:
    The reason I’m asking is when I tweaked the colors in the preset “Curiosity Killed” template and then switched to another pre-installed color setting when I went back to curiosity killed all the changes I made werereset.

    There’s no capability to modify or add new colour presets at the moment. When you select a colour preset, make changes to the colour, and save the options, those colour settings are not mapped to the colour preset. This is why when you select the colour preset again, all the modifications you made to the colours are reset to the colours defined for that colour preset.

    Admin

    In reply to: New update and Twitter integration

    #30073
    Quote:
    Notice: Use of undefined constant ENABLE_CACHE – assumed ‘ENABLE_CACHE’ in /customers/5/4/c/difdokumentaren.se/httpd.www/dif/wp-config.php on line 94

    Try removing line 94 in your wp-config.php file?

    Admin

    In reply to: Help a newbie

    #30222

    Feel free to open a new topic for unrelated questions. Also, make sure you explain how does it not work.

    Admin

    In reply to: author -> bbp_user

    #30321

    Just delete the functions.php file in the child theme.

    The site needs a better host, at least a host that’ll allow the memory limit to be increased to 64MB and use htaccess. And whoever owns the site needs to give you FTP access to the server. Other than that, there’s nothing much we can do to help unfortunately. We have to work with the card we’re dealt with, and in your case that’s not much.

    Admin

    In reply to: author -> bbp_user

    #30317

    The code I gave you should be able to do what you want regardless of your permalink settings. Activate the child theme, insert that code in the child theme’s functions.php file, and post a link to your site so that we can take a look.

    Admin

    In reply to: Help a newbie

    #30219
    Quote:
    would you say 16px is to large for blog posts or is it down to individual taste?

    Depends on the font you’re using. If it’s arial, it’s probably too large for the theme’s design.

Viewing 10 posts - 2,981 through 2,990 (of 6,030 total)