Title: Ramesh (thecodeisclear)'s Replies - page 4 | 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 - 46 through 60 (of 237 total)

[←](https://wordpress.org/support/users/thecodeisclear/replies/page/3/?output_format=md)
[1](https://wordpress.org/support/users/thecodeisclear/replies/?output_format=md)
[2](https://wordpress.org/support/users/thecodeisclear/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/thecodeisclear/replies/page/3/?output_format=md)
4 [5](https://wordpress.org/support/users/thecodeisclear/replies/page/5/?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/5/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to insert spacing at the beginning of a Tagline/title](https://wordpress.org/support/topic/how-to-insert-spacing-at-the-beginning-of-a-taglinetitle/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/how-to-insert-spacing-at-the-beginning-of-a-taglinetitle/#post-5993517)
 * Hi,
 * You can install a custom CSS plugin, like [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/)
 * You can set the left margin to indent the tagline
 *     ```
       .site-description {
           margin-left: 15px;
       }
       ```
   
 * PS: you can change 15 to any other value as per your wish.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [changing the phone number in the bottem block on my site](https://wordpress.org/support/topic/changing-the-phone-number-in-the-bottem-block-on-my-site/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/changing-the-phone-number-in-the-bottem-block-on-my-site/#post-5988932)
 * Thanks. Glad to see that your issue has been fixed.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [changing the phone number in the bottem block on my site](https://wordpress.org/support/topic/changing-the-phone-number-in-the-bottem-block-on-my-site/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/changing-the-phone-number-in-the-bottem-block-on-my-site/#post-5988751)
 * Another place to see is in the Theme Options.
 * If in neither place, it is probably hard-coded in the file `footer.php`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Layout isn't what it is supposed to look like.](https://wordpress.org/support/topic/layout-isnt-what-it-is-supposed-to-look-like/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/layout-isnt-what-it-is-supposed-to-look-like/#post-5987655)
 * Hi Jeffrey,
 * Can you post screenshots of what you see and point to the the images that look
   wrong? It could also be that I might think that a particular image is fine, but
   you are actually expecting it to be smaller/differently positioned.
 * Cheers,
    Ramesh
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changed Domain name](https://wordpress.org/support/topic/changed-domain-name-2/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/changed-domain-name-2/#post-5987653)
 * Ok. So here is what you can do (I assume you are okay with deleting everything
   and starting fresh, if not, please take backups)
 * (0) Open wp-config.php from File Manager and store your Database Name, User and
   Password in a new text file.
    (1) From the file manager, delete all the wordpress
   files (2) Through phpMyAdmin, select all database tables and drop them. Don’t
   delete the database & users, you can still use them. (3) Re-install WordPress.(
   I think Softaculous will automatically create DB & users, but if you have an 
   option, reuse your existing DB name & user) (3.a) While reinstalling, enter the
   right domain details so that this is saved in the options table
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [add border to featured image](https://wordpress.org/support/topic/add-border-to-featured-image-2/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/add-border-to-featured-image-2/#post-5987648)
 * Something’s wrong. I tried accessing your website from different computers, via
   proxies, but all of them show a Coming Soon page. Maybe someone else would have
   better luck.
 * PS: Are you using any caching plugins? If yes, disable them too.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [add border to featured image](https://wordpress.org/support/topic/add-border-to-featured-image-2/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/add-border-to-featured-image-2/#post-5987621)
 * Did you disable the plugin – “Ultimate Coming Soon Page”? As far as I can access,
   the site still says “Coming Soon”
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changed Domain name](https://wordpress.org/support/topic/changed-domain-name-2/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/changed-domain-name-2/#post-5987619)
 * Do you have a backup of the files & folders? If yes, you can easily restore old
   files & database via your webhost’s cPanel.
 * Let me know if you have a backup and I can guide you to restore your site.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Layout isn't what it is supposed to look like.](https://wordpress.org/support/topic/layout-isnt-what-it-is-supposed-to-look-like/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/layout-isnt-what-it-is-supposed-to-look-like/#post-5987603)
 * Hi Jeffrey,
 * The site renders perfectly on Firefox and at various resolutions. What browser
   are you using?
 * Cheers,
    Ramesh
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changed Domain name](https://wordpress.org/support/topic/changed-domain-name-2/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/changed-domain-name-2/#post-5987601)
 * Can you tell how you changed your domain name?
 * If I understand correctly, you have made the domain change from the Admin Dashboard?
   If so, I can understand you are logged out of WordPress, but are you able to 
   login to your webhost?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [add border to featured image](https://wordpress.org/support/topic/add-border-to-featured-image-2/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/add-border-to-featured-image-2/#post-5987594)
 * Ermm.. I can just see a **“Coming Soon”** page.
 * Could you disable the plugin for sometime?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [No puedo entrar en el administrador](https://wordpress.org/support/topic/no-puedo-entrar-en-el-administrador/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/no-puedo-entrar-en-el-administrador/#post-5987590)
 * Hola! Sorry, but this is an English forum, so not many may be able to understand
   your question.
 * If I remember my Spanish correctly, you installed the plugin “Force SSL everywhere”
   and after that you cannot login.
 * If you can access your site files (cPanel/FTP), go to the `wp-content` > `plugins`
   folder and rename the Force SSL plugin folder to force-ssl-backup. Login back
   to your site, the plugin will be disabled now and you should be able to enter.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [add border to featured image](https://wordpress.org/support/topic/add-border-to-featured-image-2/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/add-border-to-featured-image-2/#post-5987587)
 * If you can identify the class for the featured image, you can add custom CSS 
   using a [plugin](https://wordpress.org/plugins/simple-custom-css/)
 * If you can post a link, I can help you with the class names to be used in customization.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changed Domain name](https://wordpress.org/support/topic/changed-domain-name-2/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/changed-domain-name-2/#post-5987583)
 * Do you have access to the backend database? If yes, you can update the settings
   by opening the `wp-options` table. Here is the [how to from the Codex](https://codex.wordpress.org/Changing_The_Site_URL#Changing_the_URL_directly_in_the_database)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to open links in new tab but…](https://wordpress.org/support/topic/how-to-open-links-in-new-tab-but/)
 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/how-to-open-links-in-new-tab-but/#post-5963061)
 * Hi,
 * The issue seems hard to replicate at my end. It would help to see the issue that
   you are facing. Can you send me a link to your site?
 * Thanks,
    Ramesh

Viewing 15 replies - 46 through 60 (of 237 total)

[←](https://wordpress.org/support/users/thecodeisclear/replies/page/3/?output_format=md)
[1](https://wordpress.org/support/users/thecodeisclear/replies/?output_format=md)
[2](https://wordpress.org/support/users/thecodeisclear/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/thecodeisclear/replies/page/3/?output_format=md)
4 [5](https://wordpress.org/support/users/thecodeisclear/replies/page/5/?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/5/?output_format=md)