Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Changing "View Full Post" on child theme

    #17378

    Why won’t the special characters show? PHP and WordPress is UTF-8 compliant afaik.

    Admin
    Quote:
    So what if I already have like 100 tweaks in my css file? Can I just use that file as my child css file, and make future tweaks to that one?

    Your child theme’s style.css file should only contain the CSS tweaks, and not the theme’s entire original style.css file. I’ve seen many people copy the theme’s entire style.css file into their child theme, and apart from being unnecessary, the results are a mess.

    You can probably use some kind of diff software to easily find the changes that you’ve made, and the put those into the child theme.

    Admin

    In reply to: Resizing Thumbnails in Slider

    #16864
    Quote:
    (didn’t get an error yet)

    That means it works 🙂

    Quote:
    With the blue border being removed (image it does look better without the border, BTW), the slider box has been pushed up. In other words, it appears the padding (what was blue and becomes clear) has stayed on right, bottom, and left – but not on top. And it doesn’t look centered (hard to tell because the excerpt is chopped – may be an optical illusion on the left-right centering in the left column).

    As for the CSS, I looked for code within the Graphene Style Sheet and couldn’t find anything related to the excerpt on the slider. Would you happen to have something I could cut/paste into the Graphene Child Style Sheet?

    Try changing the slider style back to what you want so that I can take a look.

    Admin
    Admin

    In reply to: Static homepage?

    #17358
    Quote:
    How do I get my posts to show up on my static home page? I can’t seem to figure it out.

    Posts do not show up in the static home page. The page you selected to be the static home page will be displayed instead. That’s what it means by “static” home page. It doesn’t change as you write new posts, etc.

    Admin

    In reply to: Resizing Thumbnails in Slider

    #16862
    Quote:
    Warning: Cannot modify header information – headers already sent by (output started at /hermes/bosweb26c/b2759/ipw.idtenterprises/ContEngr/WordPress/wp-content/themes/graphene-child/functions.php:8) in /hermes/bosweb26c/b2759/ipw.idtenterprises/ContEngr/WordPress/wp-includes/pluggable.php on line 934

    This error is usually caused by having a whitespace outside of the opening <?php and closing ?> tags. Check to see if you have any whitespace at line 8 of your child theme’s functions.php file.

    Quote:
    The image showed (too large) in the box and was chopped on the bottom by the border. And adjusting the thumbnail size even down to 50 x 50 did nothing on the page.

    WordPress only resizes the images when they are uploaded, so even if you change the size now, all the images that were uploaded prior to the change would not be resized. You can use the AJAX Thumbnail Rebuild plugin to rebuild those image sizes.

    Quote:
    I also tried the background image and excerpt. That worked OK except 1) the blue border around the slider box disappeared (white dot in lower right is still there)

    Yes, this is the intended design.

    Quote:
    2) the “view full post” button is chopped off as is the excerpt text on the right (custom URL, background image & excerpt).

    The excerpt is probably too long for the available space. You can expand the excerpt space via the Custom CSS option.

    Admin
    Admin

    In reply to: Slider Image Rotation

    #17390

    1. I’ll include the feature in the next update. There’ll be no need to install that plugin.

    2. No issue, unless the WP_Query class undergoes significant changes, which I doubt very much it will.

    Admin

    In reply to: Shuffle Slider post (random)

    #12453

    Just select the “Show posts from categories” option, and the list of categories will appear.

    Admin

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