Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Display Image Excerpts in Pages

    #11779

    Please provide the URL to your site so that I can take a look.

    Admin

    In reply to: Display Image Excerpts in Pages

    #11777

    If you have a child theme, put it in your child theme’s style.css file.

    Otherwise, use the WordPress theme editor to edit the theme’s style.css and put it at the bottom of that file. Note though if you use this way, the change would be lost the next time you update the theme.

    Admin

    In reply to: Display Image Excerpts in Pages

    #11775

    The easiest way is to just hide the second image in the slider using CSS:

    .slider_post img.tfe{
    display:none;
    }
    Admin

    In reply to: Justify text of main nav bar?

    #11835

    This is actually quite tricky to achieve. You’d have to use some CSS positional trick to do this, or extensive CSS modification to the theme.

    Sorry I couldn’t be of more help on this.

    Admin

    In reply to: Slider Image Resize?

    #11810

    No simple way to do this. You’d have to modify the theme’s code or add a new slider function using a child theme.

    Admin

    In reply to: Adding background image in a post

    #11762

    You cannot add another <html> and <body> element inside the post, since the template already have those two elements.

    The correct way is to use the <div> element and assign the background to that element.

    <div style="background:url(http://h1.ripway.com/vaibhavbthl/Images/Ancient%20Scroll.jpg)">My article</div>
    Admin

    In reply to: Changing Date Color and Link Color

    #11734

    Hopefully in the next week or two.

    Admin

    In reply to: Google webmasters tools: validation with google analytics code

    #11839

    Hurm..I wasn’t aware of this change by Google.. Thanks for the heads up!

    However, I’m a bit concerned about moving it to the <head> element for the theme now, as I’m sure a lot of people are still using the older version of the tracking script. This will cause them performance setback if I move the code to the <head> element and they don’t update their script.

    Admin

    In the loop.php file, put something like this:

    <?php if (is_page()) { // Some code for Simple:Press } ?>

    Admin

    In reply to: 'Read More' NOT showing up

    #11754

    Just to clarify: in the Edit Post screen, there’s a manual excerpt box where you can write your own excerpts. If you don’t write the manual excerpt, WordPress will automatically use the first 55 words as the excerpt, and this is used whenever the the_excerpt() function is called in the theme.

    Currently, WordPress only adds the Read More link to automatic excerpt and not manual excerpt. I’ve added the Read More link to manual excerpt as well for the theme, and will be available on the next update. You’d just have to wait.

Viewing 10 posts - 5,691 through 5,700 (of 6,030 total)