Title: Ramesh (thecodeisclear)'s Replies - page 2 | WordPress.org

---

# Ramesh (thecodeisclear)

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 237 total)

[←](https://wordpress.org/support/users/thecodeisclear/replies/?output_format=md)
[1](https://wordpress.org/support/users/thecodeisclear/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/thecodeisclear/replies/page/3/?output_format=md)…
[14](https://wordpress.org/support/users/thecodeisclear/replies/page/14/?output_format=md)
[15](https://wordpress.org/support/users/thecodeisclear/replies/page/15/?output_format=md)
[16](https://wordpress.org/support/users/thecodeisclear/replies/page/16/?output_format=md)
[→](https://wordpress.org/support/users/thecodeisclear/replies/page/3/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My page got hacked – what to do?](https://wordpress.org/support/topic/my-page-got-hacked-what-to-do/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/my-page-got-hacked-what-to-do/#post-6299638)
 * Hi [@computersuchtseminare](https://wordpress.org/support/users/computersuchtseminare/),
 * Though it is likely that you may have recovered, I want to respond to this so
   that others searching may benefit.
 * Login to your account’s control panel and access your database. Go to the `wp_users`
   table and edit the column `user_login`.
 * PS: I too recovered from such an attack, so I understand what you are going through.
 * Regards,
    Ramesh
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [help me plzzz with function](https://wordpress.org/support/topic/help-me-plzzz-1/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years ago](https://wordpress.org/support/topic/help-me-plzzz-1/#post-6140464)
 * Okay, I did some research and I found that the variable `$woocommerce->cart->
   cart_contents_count` should contain the current cart contents (detailed answer
   from [stackoverflow](http://stackoverflow.com/questions/20791483/woocommerce-get-order-cart-items-quantity-admin))
 * I think you will need to look at the code for Divi’s page builder. If I am not
   mistaken, the pricing table would be a shortcode. Search for the shortcode in
   the theme directory and customize the button.
 * Again, I understand that this is very generic and broad, sorry. Without the actual
   code, it would be impossible to be spot on with an answer.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [help me plzzz with function](https://wordpress.org/support/topic/help-me-plzzz-1/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years ago](https://wordpress.org/support/topic/help-me-plzzz-1/#post-6140463)
 * Hi, I see that you are using the Divi theme and woocommerce to add to cart. I
   do not have access to the Divi code to tell you exactly what you need to fix,
   but I think you will have to do something like this:
 * (1) Check if any item exists in the cart (I think woocommerce will be able to
   tell you that)
    (2) If number of items in cart is greater than zero, then disable
   the buttons on the pricing table.
 * If you want to go in greater detail, you could probably find out which item was
   in the cart and change the button text to “Already in Cart”.
 * I hope I was able to give you an idea.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [help me plzzz with function](https://wordpress.org/support/topic/help-me-plzzz-1/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years ago](https://wordpress.org/support/topic/help-me-plzzz-1/#post-6140330)
 * You already seem to have a pricing table and you can add them to the cart. Is
   your question related to preventing folks from adding all products to the cart,(
   i.e. only one product can exist)?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [site down](https://wordpress.org/support/topic/site-down-48/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/site-down-48/#post-6068359)
 * I can see the login page (the site looks fine too). Are you getting the blank
   page after login?
 * PS: If it is a plugin issue, login to your cPanel and go to FileManager or FTP
   to your wordpress site. From the root of your wordpress directory, go to `wp-
   content` and rename the `plugins` folder to `plugins.old`. This should fix the
   initial login issue.
 * You could go a step further by individually renaming each plugin under the plugins
   folder (say `plugin-a` to `plugin-a.old`). You should be able to login now. Now,
   individually rename each plugin folder back to its original name and try to login
   after each rename. The moment you hit a blank page, you know that the plugin 
   which you renamed is the one causing the problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to add category to category widget?](https://wordpress.org/support/topic/how-to-add-category-to-category-widget/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/how-to-add-category-to-category-widget/#post-6068216)
 * You can add categories when you write new posts (left side of the screen – **
   Categories** > `Add Category`) or you can add a category using the **Posts** 
   > `Categories` menu option to the left side in your Admin Dashboard.
 * Quick link to categories list `<your-site-url>/wp-admin/edit-tags.php?taxonomy
   =category`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Basic WordPress Question](https://wordpress.org/support/topic/basic-wordpress-question-1/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/basic-wordpress-question-1/#post-6068210)
 * Click on Themes > Customize. To the right side of the page, you will see different
   options, one of which would be **Static Home page**.
 * Select **Front Page Displays** > **A Static Page**. You will now see two drop-
   downs. For the Front page, choose the home page you created.
 * Save and you are good to go.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [site down](https://wordpress.org/support/topic/site-down-48/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/site-down-48/#post-6068209)
 * Hi,
 * What is the error message that you are getting? Does it look like a WP generated
   message or a browser message?
 * Can you share the link to your site?
 * Cheers,
    Ramesh
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Make posts and pages send to subscribers](https://wordpress.org/support/topic/make-posts-and-pages-send-to-subscribers/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/make-posts-and-pages-send-to-subscribers/#post-6024896)
 * By default all users are selected and will receive notification. You can manually
   add email addresses as well.
 * The notification email is also customizable, you can decide what information 
   goes out. Pages & Posts (all categories) are enabled by default. You can configure
   them as well.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I want grid type images, on a static homepage, where each image is a category.](https://wordpress.org/support/topic/i-want-grid-type-images-on-a-static-homepage-where-each-image-is-a-category/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/i-want-grid-type-images-on-a-static-homepage-where-each-image-is-a-category/#post-6024425)
 * I would suggest that you use this plugin – [https://wordpress.org/plugins/shortcodes-ultimate/](https://wordpress.org/plugins/shortcodes-ultimate/)
   to create a separate page for home. You can create grids using shortcodes and
   attach images to each element of the grid. If this is an option you want to pursue,
   please let me know and I can help you further.
 * PS: A link to your current site will help in giving a better answer
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to find PHP code in custom script](https://wordpress.org/support/topic/how-to-find-php-code-in-custom-script/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/how-to-find-php-code-in-custom-script/page/2/#post-6018798)
 * Hi,
 * You could try posting at [http://jobs.wordpress.net/](http://jobs.wordpress.net/)
   for a developer to help out.
 * From what I gather, this should be a simple enough fix, but I am not quite sure
   why it is not working as expected.
 * – Ramesh
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Make posts and pages send to subscribers](https://wordpress.org/support/topic/make-posts-and-pages-send-to-subscribers/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/make-posts-and-pages-send-to-subscribers/#post-6024873)
 * If you are not averse to changing to a different plugin, this might fit the bill–
   [https://wordpress.org/plugins/notify-users-e-mail/](https://wordpress.org/plugins/notify-users-e-mail/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change font/color of DROPCAPS](https://wordpress.org/support/topic/change-fontcolor-of-dropcaps/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/change-fontcolor-of-dropcaps/#post-6024768)
 * Hi,
 * How did you develop the page? Was it through a page builder? Is it available 
   as part of a theme?
 * (1) For the font being larger than it is, you will need to update the css for
   class `.drop-caps`. Currently font-size is 300%, reduce it to a number that suits
   you better
 * (2) The Find your sweet spot heading is black because the text is enclosed within
   the content para (‘Find Your Sweet Spot’ is a three month …). The content para
   has a style of black which has affected the heading as well.
 * Please let me know how you have built the page/site and I can help you with making
   the changes.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I want grid type images, on a static homepage, where each image is a category.](https://wordpress.org/support/topic/i-want-grid-type-images-on-a-static-homepage-where-each-image-is-a-category/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/i-want-grid-type-images-on-a-static-homepage-where-each-image-is-a-category/#post-6024283)
 * If I understand right, you want the home page to give the latest post from each
   category (each sport in one category). The theme repository is the right place
   to start, though I would suggest you look at magazine style themes.
 * One for example – [http://wpfreeware.com/preview/magexpress/](http://wpfreeware.com/preview/magexpress/)_(
   Disclaimer: not affiliated with site/theme author)_ lets you show posts from 
   different categories on the home page without worrying about how frequent posts
   are in those categories.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Make posts and pages send to subscribers](https://wordpress.org/support/topic/make-posts-and-pages-send-to-subscribers/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/make-posts-and-pages-send-to-subscribers/#post-6024735)
 * Hi,
    How is the subscription currently managed? Are you using a plugin? You could
   look at customizing it to include new pages as well. Cheers, Ramesh

Viewing 15 replies - 16 through 30 (of 237 total)

[←](https://wordpress.org/support/users/thecodeisclear/replies/?output_format=md)
[1](https://wordpress.org/support/users/thecodeisclear/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/thecodeisclear/replies/page/3/?output_format=md)…
[14](https://wordpress.org/support/users/thecodeisclear/replies/page/14/?output_format=md)
[15](https://wordpress.org/support/users/thecodeisclear/replies/page/15/?output_format=md)
[16](https://wordpress.org/support/users/thecodeisclear/replies/page/16/?output_format=md)
[→](https://wordpress.org/support/users/thecodeisclear/replies/page/3/?output_format=md)