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
Good to hear 🙂
Save yourself the trouble of sending the sixpack and send me some donation instead 😀
Admin
You could use a child theme to make modifications to the styling. Also, it would be helpful if you could include a link to the website in question.
Admin
Hi Bill,
You need to insert the entire adsense script code, and not just the pub-##############. It should look something like this:
<script type="text/javascript"><!--
google_ad_client = "pub-##################";
google_ad_slot = "##########";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>Admin
For line spacing in article text, you need to modify the CSS codes located in line 388 in style.css. Specifically, modify the line-height property.
.entry-content p, .slider_post_entry p, .entry-content ul, .entry-content ol, .comment-entry ol{
font:normal 12px arial;
color:#2c2b2b;
line-height:20px;
}To remove the grey border, remove the
borderproperty in the CSS code on line 495 in the style.css file:.entry-content img{
border:4px solid #e3e3e3;
margin:5px;
}Though I strongly suggest you not to modify the theme’s
style.cssfile directly. Use a child theme for modifications instead, so that your changes won’t be lost in the next update.Admin
Seems like quite a lot of work to me..maybe I’ll do it when there’s some idle time with the theme.
Or perhaps you could do it, and I’ll include it with the theme for all to use? 😀
Admin
It would be quite difficult to implement a function where the button links automatically to the forum on the IP-Board, especially since WordPress and IP-Board does not generate the same page or post ID. To do that, you would have to implement a function where you can specify the link to the appropriate IP-Board page for each and every post.
You can achieve that using Custom Field and hooking up your function to one of the theme’s hook in the leave comment area, but as I said, it’s kinda complicated if you’re not familiar with PHP.
If you would just want to remove the Leave Comment, just use a CSS declaration of
display:noneon that element.Admin
The link you specify above requires username and password to access.
Also, the slider will show the featured image of the post that is in the slider, not the page the slider is being shown in.
Admin
The children of a page displayed on the menu do not automatically show up when you’re using the WordPress’ Custom Menu function. This is a limitation of the wordpress function. Custom Menu, though awesome, requires you to define each and every single item that you want to show on the menu.
So to add any page as a submenu item to any menu item that you have, you need to set that up in the Custom Menu screen.
Admin
Open up the theme’s style.css and go to line 325 and delete these codes:
.nodate .entry-content img{
max-width:542px;
}Admin
The theme only decides which sidebar to display, and doesn’t control the sidebar items themselves. If you can get other sidebar items to display correctly, then the theme is working fine in terms of the sidebar. It must be something else causing the ads to not appear.
