Title: paramasivan0's Replies | WordPress.org

---

# paramasivan0

  [  ](https://wordpress.org/support/users/paramasivan0/)

 *   [Profile](https://wordpress.org/support/users/paramasivan0/)
 *   [Topics Started](https://wordpress.org/support/users/paramasivan0/topics/)
 *   [Replies Created](https://wordpress.org/support/users/paramasivan0/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/paramasivan0/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/paramasivan0/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/paramasivan0/engagements/)
 *   [Favorites](https://wordpress.org/support/users/paramasivan0/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Astra] Reliable and Fast](https://wordpress.org/support/topic/reliable-and-fast-2/)
 *  Thread Starter [paramasivan0](https://wordpress.org/support/users/paramasivan0/)
 * (@paramasivan0)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/reliable-and-fast-2/#post-14887125)
 * Please see [https://www.kasthuri.info/](https://www.kasthuri.info/)
 * There is white space between Elementor header and Elementor body.
 * Any quick CSS fix?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Astra] Reliable and Fast](https://wordpress.org/support/topic/reliable-and-fast-2/)
 *  Thread Starter [paramasivan0](https://wordpress.org/support/users/paramasivan0/)
 * (@paramasivan0)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/reliable-and-fast-2/#post-14878581)
 * You deserve for that.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comments from Site Viewers: What Next?](https://wordpress.org/support/topic/comments-from-site-viewers-what-next/)
 *  [paramasivan0](https://wordpress.org/support/users/paramasivan0/)
 * (@paramasivan0)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/comments-from-site-viewers-what-next/#post-14839355)
 * I turned OFF comments on my website [https://internationalrealtors.com](https://internationalrealtors.com)
 * Also turned OFF discussions and did all the settings.
 * In spite of all the above today I received the following comment
 *     ```
       A new comment on the post "project-masonry-25" is waiting for your approval
       https://internationalrealtors.com/project-masonry-25/
   
       Author: Alexandr (IP address: 177.99.6.227, 177.99.6.dynamic.adsl.gvt.net.br)
       Email: 57110@gmail.com
       URL:
       Comment:
       He Makes Money Online WITHOUT Traffic!
   
       Most people believe that you need traffic to profit online...
       And for the most part, they're right!
       Fact is.. 99.99% of methods require you to have traffic.
       And that in itself is the problem..
       Because frankly, getting traffic is a pain in the rear!
       Don't you agree?
       That's why I was excited when a good friend told me that he was profiting, but with ZERO traffic.
       I didn't believe him at first...
       But after he showed me the proof, it's certainly the real deal!
       I'm curious what your thoughts are.
       Click here to take a look >> https://bit.ly/3mOAfVp
       Please view it before it's taken down.
   
       Approve it: https://internationalrealtors.com/wp-admin/comment.php?action=approve&c=31#wpbody-content
       Trash it: https://internationalrealtors.com/wp-admin/comment.php?action=trash&c=31#wpbody-content
       Spam it: https://internationalrealtors.com/wp-admin/comment.php?action=spam&c=31#wpbody-content
       Currently 1 comment is waiting for approval. Please visit the moderation panel:
       https://internationalrealtors.com/wp-admin/edit-comments.php?comment_status=moderated#wpbody-content
       ```
   
 * At URL [https://internationalrealtors.com/wp-content/uploads/2016/06/project-masonry-25.jpg](https://internationalrealtors.com/wp-content/uploads/2016/06/project-masonry-25.jpg)
 * How is this possible?
 * Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [TwentyTwenty Theme Search Results page](https://wordpress.org/support/topic/twentytwenty-theme-search-results-page/)
 *  Thread Starter [paramasivan0](https://wordpress.org/support/users/paramasivan0/)
 * (@paramasivan0)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/twentytwenty-theme-search-results-page/#post-12322038)
 * Yes, exactly the same.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [TwentyTwenty Theme Search Results page](https://wordpress.org/support/topic/twentytwenty-theme-search-results-page/)
 *  Thread Starter [paramasivan0](https://wordpress.org/support/users/paramasivan0/)
 * (@paramasivan0)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/twentytwenty-theme-search-results-page/#post-12320191)
 * Version 1.1 also doesn’t include the url of the search result page.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [TwentyTwenty Theme Search Results page](https://wordpress.org/support/topic/twentytwenty-theme-search-results-page/)
 *  Thread Starter [paramasivan0](https://wordpress.org/support/users/paramasivan0/)
 * (@paramasivan0)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/twentytwenty-theme-search-results-page/#post-12320030)
 * I created search.php with the following simple code :
 * <?php
    /** * Template Name: Search Page */ ?> <?php get_header(); ?>
 * <main id=”site-content” role=”main”>
 *  <?php /* Start the Loop */ ?>
    <?php while ( have_posts() ) : the_post(); ?>
   <div class=”container” style=”font-size: 17px;”> <div class=”row”> <div class
   =”col-md-12″>
 *  <div class=”search-post-excerpt”><?php the_excerpt(); ?></div>
    <div class=”
   search-post-link” style=”margin-bottom: 10px;”>“><?php the_permalink(); ?>
   </
   div>
    <hr> </div> </div> </div> <?php endwhile; ?>
 * <?php get_footer();
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [TwentyTwenty Theme Search Results page](https://wordpress.org/support/topic/twentytwenty-theme-search-results-page/)
 *  Thread Starter [paramasivan0](https://wordpress.org/support/users/paramasivan0/)
 * (@paramasivan0)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/twentytwenty-theme-search-results-page/#post-12320012)
 * It shows only texts

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