Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author nobita

    (@nobita)

    Hi mike

    Please open comments.php

    Disappear comment form and lists.
    line:19 below

    * @uses comment_form( )
     */
    ?>
    	<div id="comments">

    Change from above to below

    * @uses comment_form( )
     */
     return;
    ?>
    	<div id="comments">

    Disappear comment link from posted on

    Open style.css or child theme style.css

    Add to last line below code.

    .raindrops-comment-link{
    	display:none;
    }

    Another recommend

    Discussion Settings
    Default article settings
    OFF Allow link notifications from other blogs (pingbacks and trackbacks)
    OFF Allow people to post comments on new articles
    Other comment settings
    ON Comment author must fill out name and e-mail
    ON Users must be registered and logged in to comment
    Before a comment appears
    ON An administrator must always approve the comment

    Thank you

    Thread Starter [email protected]

    (@mikegoldthinkercom)

    Thanks, it worked. I appreciate it very much!!! I had a spam filter but I was getting more spam than my e-mail could handle anyway and I prefer my own contact form plug-in! Page looks better now. View at: http://www.imajilan.com
    It still downloads very slowly, not sure why.

    Two more questions:

    1) How do I eliminate everything above the banner image at the top? (above the Imajilan logo)

    2) Can I shrink the banner image frame height by 50% so I can raise the page over-all?

    Theme Author nobita

    (@nobita)

    When customizing a theme, I recommend you to use a Child theme.
    Even if a theme updates a reason, customization is no longer lost.

    1) How do I eliminate everything above the banner image at the top? (above the Imajilan logo)

    Please open style.css and add to below style rules

    #hd{
    	display:none;
    	}

    2) Can I shrink the banner image frame height by 50% so I can raise the page over-all?

    Please recreate a header image size 750 x 100 px

    and Custom Header upload

    skip crop button clik

    To one question, please limit to the heart that one answer is a rule of a forum, and place it. 🙂

    Thank you

    Theme Author nobita

    (@nobita)

    past 2 weeks not reply

    Change to resolved.

    Thread Starter [email protected]

    (@mikegoldthinkercom)

    It worked.
    Resolved
    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Contact Form – Removal’ is closed to new replies.