Title: Niall Madhoo's Replies - page 10 | WordPress.org

---

# Niall Madhoo

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 136 through 150 (of 482 total)

[←](https://wordpress.org/support/users/nm1com/replies/page/9/?output_format=md)
[1](https://wordpress.org/support/users/nm1com/replies/?output_format=md) [2](https://wordpress.org/support/users/nm1com/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/nm1com/replies/page/3/?output_format=md)…
[9](https://wordpress.org/support/users/nm1com/replies/page/9/?output_format=md)
10 [11](https://wordpress.org/support/users/nm1com/replies/page/11/?output_format=md)…
[31](https://wordpress.org/support/users/nm1com/replies/page/31/?output_format=md)
[32](https://wordpress.org/support/users/nm1com/replies/page/32/?output_format=md)
[33](https://wordpress.org/support/users/nm1com/replies/page/33/?output_format=md)
[→](https://wordpress.org/support/users/nm1com/replies/page/11/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can’t remove front page slug (.com/home) in site](https://wordpress.org/support/topic/cant-remove-front-page-slug-com-home-in-site/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/cant-remove-front-page-slug-com-home-in-site/#post-13488090)
 * Hello [@devoids](https://wordpress.org/support/users/devoids/),
 * How have you set up your home page under **Settings > Reading** inside your **
   WordPress Admin** dashboard? Does it look something like this:
 * [
 * If it was not set up this way, the URL will display as [http://www.domainname.com/home](http://www.domainname.com/home)
   for the **Home page** found under **Pages > All Pages**.
 * Otherwise, there may be something in your **theme** or a **plugin** that may 
   be causing this behavior.
 * When you enter [http://www.domainname.com/](http://www.domainname.com/), does
   it **redirect** to [http://www.domainname.com/home](http://www.domainname.com/home)?
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Create hyperlink in footer](https://wordpress.org/support/topic/create-hyperlink-in-footer/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/create-hyperlink-in-footer/#post-13488081)
 * Hello [@oyougu](https://wordpress.org/support/users/oyougu/),
 * Could you please try the following code, which will allow you to style the link
   if you need it using the `.gallery-link` class:
 *     ```
       <div class=”widget-column-2″>
       	<h5><?php if( of_get_option(‘ourservicestitle’) != ”){ echo of_get_option(‘ourservicestitle’);} ?></h5>
       	<?php if( of_get_option(‘servicesarea’) != ”) {echo do_shortcode(of_get_option(‘servicesarea’)); }  ?>
       	<?php if( function_exists( ‘envira_gallery’ ) ) { envira_gallery( ‘635’, ‘slug’ ); } ?>
       	<div class=gallery-link>
       		<?php echo '<a href="https://www.oyougu.com/" target="_blank" title="' . esc_attr__( 'Footer gallery link', 'oyougu' ) . ' >' . esc_html__( 'Footer gallery link', 'oyougu' ) . '</a>.'; ?>
       	</div>
       </div>
       ```
   
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Mega Menu CSS code showing after Footer tag](https://wordpress.org/support/topic/mega-menu-css-code-showing-after-footer-tag/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/mega-menu-css-code-showing-after-footer-tag/#post-13485277)
 * You’re welcome, Judy! Glad you managed to fix it!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to change the domain of a website.](https://wordpress.org/support/topic/how-to-change-the-domain-of-a-website/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/how-to-change-the-domain-of-a-website/#post-13482914)
 * I am not familiar with GoDaddy’s hosting, as I haven’t used it for years. On 
   other similar hosting services, there was no issue with reinstalling WordPress
   on the hosting domain. I only had a problem when I needed to change the domain
   itself for the hosting account, as I wanted to use a different one.
 * Yes, I agree, it’s better to contact GoDaddy’s support, as they should know their
   platform better than anyone.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Change (or reset) Meta (Admin) Widget](https://wordpress.org/support/topic/change-or-reset-meta-admin-widget/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/change-or-reset-meta-admin-widget/#post-13482903)
 * You’re welcome, and thank you!
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [hyperlink settings “gear” symbol blocks editing](https://wordpress.org/support/topic/hyperlink-settings-gear-symbol-blocks-editing/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/hyperlink-settings-gear-symbol-blocks-editing/#post-13482895)
 * You’re welcome, Paul!
 * If your question has been answered, it would be great if you would mark this 
   topic as resolved in the sidebar. This helps the forum’s volunteers find the 
   topics that still need attention and more people will get helped, possibly like
   you did.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [hide or remove table of content](https://wordpress.org/support/topic/hide-or-remove-table-of-content/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/hide-or-remove-table-of-content/#post-13482889)
 * Hello Japie,
 * You’re very welcome! Glad you managed to disable the Table of Contents.
 * Best,
    Niall
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Mega Menu CSS code showing after Footer tag](https://wordpress.org/support/topic/mega-menu-css-code-showing-after-footer-tag/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/mega-menu-css-code-showing-after-footer-tag/#post-13480656)
 * Hello [@judygordon](https://wordpress.org/support/users/judygordon/),
 * Were you trying to **align** the **menu items** to the **center** of the header,
   as that’s what the **CSS code** is supposed to do?
 * I recommend looking for a **section** inside the **WordPress Admin dashboard**
   that allows you to **add code** to the site’s **footer**. The `#mega-menu-wrap-
   rt-theme-main-navigation #mega-menu-rt-theme-main-navigation{ text-align:center!
   important; }` seems like it may have been **added** to such a section. That **
   explains** why it appears on **every** page. I wonder whether this code might
   be in your **functions.php** file?
 * If not, I noticed that your site uses the RT-Theme 18. The code on your site’s
   footer is part of the theme’s styles. This code styles the WP Mega Menu Plugin:
   [https://wordpress.org/plugins/wp-megamenu/](https://wordpress.org/plugins/wp-megamenu/).
 * If you use a **commercial** theme like **[RT-Theme 18](https://themeforest.net/item/rttheme-18-responsive-wordpress-theme/7200532)**
   and need support, please go to their **official support** channel. In order to
   be **good stewards** of the WordPress community, and encourage innovation and
   progress, we feel it’s important to direct people to those official locations.
   You can find **support** for it here: [https://themeforest.net/item/rttheme-18-responsive-wordpress-theme/7200532/support](https://themeforest.net/item/rttheme-18-responsive-wordpress-theme/7200532/support).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Submenu Items](https://wordpress.org/support/topic/submenu-items-3/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/submenu-items-3/#post-13480299)
 * Hello [@mrcuta](https://wordpress.org/support/users/mrcuta/),
 * If you use a **commercial** theme like **[Cislen](https://themeforest.net/item/cislen-woocommerce-theme-for-furniture-store/24422521)**
   and need support, please go to their **official support** channel. In order to
   be **good stewards** of the WordPress community, and encourage innovation and
   progress, we feel it’s important to direct people to those official locations.
   You can find **support** for it here: [https://themeforest.net/item/cislen-woocommerce-theme-for-furniture-store/24422521/support](https://themeforest.net/item/cislen-woocommerce-theme-for-furniture-store/24422521/support)
 * Forum volunteers are also **not** given access to commercial products like the**
   Cislen** theme, so they would **not know** why it is not working properly. This
   is one other reason why volunteers **forward** you to the **commercial product’s
   vendors**, in this case Fami_Themes. They are **responsible** for supporting 
   their commercial product.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [hide or remove table of content](https://wordpress.org/support/topic/hide-or-remove-table-of-content/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/hide-or-remove-table-of-content/#post-13479386)
 * Hello [@japiejooo](https://wordpress.org/support/users/japiejooo/),
 * I looked through your site’s **code** using my **web browser’s developer tools**,
   and it seems the **“Table of Contents”** was created by the **Essential Addons
   for Elementor** plugin: [https://wordpress.org/plugins/essential-addons-for-elementor-lite/](https://wordpress.org/plugins/essential-addons-for-elementor-lite/).
 * I recommend following these **steps** to **disable** the **“Table of Contents”**:
    - **Edit** your home page with Elementor
    - Go to **“Page Settings”** at the bottom of the Elementor panel
    - Click on **“Enable Table of Contents”** to **disable** the feature
 * Here’s a link to the plugin’s **documentation** about its **“Table of Contents”**
   feature if you’re interested: [https://essential-addons.com/elementor/docs/table-of-content/](https://essential-addons.com/elementor/docs/table-of-content/).
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [hyperlink settings “gear” symbol blocks editing](https://wordpress.org/support/topic/hyperlink-settings-gear-symbol-blocks-editing/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/hyperlink-settings-gear-symbol-blocks-editing/#post-13479289)
 * Hello [@pvercruysse2015](https://wordpress.org/support/users/pvercruysse2015/),
 * Paul, after the WordPress 5.5 update, some **themes** and **plugins** that use**
   older** code may **not** work correctly. The **errors** that my browser’s developer
   tools are showing suggest that your **theme** or a **plugin** is causing the **
   problems** you’re having.
 * A **temporary fix** is to **install** and **activate** the following plugin to
   give time for the theme’s and plugin’s **developers** to possibly **update** 
   their code: [https://wordpress.org/plugins/enable-jquery-migrate-helper/](https://wordpress.org/plugins/enable-jquery-migrate-helper/).
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Change (or reset) Meta (Admin) Widget](https://wordpress.org/support/topic/change-or-reset-meta-admin-widget/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/change-or-reset-meta-admin-widget/#post-13478925)
 * You’re welcome! Happy to help!
 * In that case, I hope you can help someone else with a WordPress problem they’re
   having. 😉
 * Speaking of which, if your question has been answered, it would be great if you
   would mark this topic as resolved in the sidebar. This helps the forum’s volunteers
   find the topics that still need attention and more people will get helped, possibly
   like you did.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to change the domain of a website.](https://wordpress.org/support/topic/how-to-change-the-domain-of-a-website/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/how-to-change-the-domain-of-a-website/#post-13478791)
 * Thanks for the clarification!
 * In that case, I suggest you have back ups of all the sites AND of your hosting
   account. GoDaddy should have a guide for how to do that.
 * Then install WordPress using Softaculous on cPanel or Plesk (depending on your
   hosting package). This method should be safe, as long as you enter the correct
   domains and details during the installation process. GoDaddy has guides on how
   to do this: [https://godaddy.com/help/install-wordpress-26994](https://godaddy.com/help/install-wordpress-26994)
 * There is also the option for a manual installation. Care must be taken for this
   method so that none of the other sites under the /public_html/ folder get deleted
   or changed by accident. See the following guide on how to install WordPress manually:
    - WordPress.org guide: [https://wordpress.org/support/article/how-to-install-wordpress/](https://wordpress.org/support/article/how-to-install-wordpress/)
    - GoDaddy guide: [https://www.godaddy.com/garage/how-to-download-wordpress-and-install-it-in-5-steps/](https://www.godaddy.com/garage/how-to-download-wordpress-and-install-it-in-5-steps/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site Title](https://wordpress.org/support/topic/site-title-58/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/site-title-58/#post-13475851)
 * If anyone needs it, I also have the **CSS code** for **aligning** the **logo 
   AND text title** in the **center** of the header:
 *     ```
       /* --- Begin site branding center alignment --- */
       .site-branding {
           float: none;
           display: flex;
           align-items: center;
           justify-content: center;
       }
   
       .site-title-wrapper {
           margin: 0px;
           padding: 0;
       }
   
       .site-title {
           position: relative!important;
           top: auto!important;
           left: auto!important;
           right: auto!important;
           line-height: 110px!important;
           font-size: 110px!important;
       }
   
       .site-title img {
           line-height: 110px;
       }
   
       @media ( max-width: 767.98px ) {
           .site-branding img {
               max-height: 60px;
           }
           .site-title {
               font-size: 33px!important;
           }
       }
       /* --- End site branding center alignment --- */
       ```
   
 * I misunderstood the question and thought it was about **centering** the **entire**
   site branding, rather than **just** the text. 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site Title](https://wordpress.org/support/topic/site-title-58/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/site-title-58/#post-13475818)
 * You’re welcome, [@jxnxthxn](https://wordpress.org/support/users/jxnxthxn/)! Glad
   it works!

Viewing 15 replies - 136 through 150 (of 482 total)

[←](https://wordpress.org/support/users/nm1com/replies/page/9/?output_format=md)
[1](https://wordpress.org/support/users/nm1com/replies/?output_format=md) [2](https://wordpress.org/support/users/nm1com/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/nm1com/replies/page/3/?output_format=md)…
[9](https://wordpress.org/support/users/nm1com/replies/page/9/?output_format=md)
10 [11](https://wordpress.org/support/users/nm1com/replies/page/11/?output_format=md)…
[31](https://wordpress.org/support/users/nm1com/replies/page/31/?output_format=md)
[32](https://wordpress.org/support/users/nm1com/replies/page/32/?output_format=md)
[33](https://wordpress.org/support/users/nm1com/replies/page/33/?output_format=md)
[→](https://wordpress.org/support/users/nm1com/replies/page/11/?output_format=md)