Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
Why won’t the special characters show? PHP and WordPress is UTF-8 compliant afaik.
Admin
In reply to: Text under an image has blank space since update to 1.5 from 1.4
October 1, 2011 at 10:12 pm #17458Quote: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
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
Oops, sorry, this one: https://forum.graphene-theme.com/graphene-support/no-content-on-the-home-page
Admin
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
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 934This error is usually caused by having a whitespace outside of the opening
<?phpand closing?>tags. Check to see if you have any whitespace at line 8 of your child theme’sfunctions.phpfile.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
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
Just select the “Show posts from categories” option, and the list of categories will appear.
Admin
