Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: line spacing – picture border – my mistake :(

    #11226

    Good to hear 🙂

    Save yourself the trouble of sending the sixpack and send me some donation instead 😀

    Admin

    In reply to: Bullets & Headers

    #11228

    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

    In reply to: addsense problem

    #11181

    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

    In reply to: line spacing – picture border – my mistake :(

    #11223

    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 border property 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.css file directly. Use a child theme for modifications instead, so that your changes won’t be lost in the next update.

    Admin

    In reply to: Print-Stylesheet

    #11212

    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

    In reply to: How to get rid of "leave comment"

    #11198

    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:none on that element.

    Admin

    In reply to: Slider not showing image

    #11203

    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

    In reply to: Graphene–getting submenu to show up?

    #11209

    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

    In reply to: Images in post…

    #10998

    Open up the theme’s style.css and go to line 325 and delete these codes:

    .nodate .entry-content img{
    max-width:542px;
    }
    Admin

    In reply to: addsense problem

    #11179

    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.

Viewing 10 posts - 5,921 through 5,930 (of 6,030 total)