Title: Niall Madhoo's Replies - page 32 | 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 - 466 through 480 (of 482 total)

[←](https://wordpress.org/support/users/nm1com/replies/page/31/?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)…
[31](https://wordpress.org/support/users/nm1com/replies/page/31/?output_format=md)
32 [33](https://wordpress.org/support/users/nm1com/replies/page/33/?output_format=md)
[→](https://wordpress.org/support/users/nm1com/replies/page/33/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Drop Down Menu Not Dropping Down](https://wordpress.org/support/topic/drop-down-menu-not-dropping-down/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/drop-down-menu-not-dropping-down/#post-13335304)
 * Hi Angella,
 * You’re welcome! 🙂
 * It’s working for me on Safari 13.1.2. It wouldn’t work on the home page at first.
   I opened the blog page and the dropdowns worked. I went back to the home page
   and the dropdowns magically started working there too.
 * Have a great week!
    Niall
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Need to change font size on cover block just on mobile](https://wordpress.org/support/topic/need-to-change-font-size-on-cover-block-just-on-mobile/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/need-to-change-font-size-on-cover-block-just-on-mobile/#post-13335197)
 * Hi needsomehelp79!
 * If you want to fix the font size, you can add a media query into the WordPress
   Admin Dashboard > Appearance > Customize > Additional CSS section. I think you
   may have already done this, as I see some autogenerated code on line 146.
 * Paste this into the WordPress Admin Dashboard > Appearance > Customize > Additional
   CSS section:
 * /* Reduce the font-size for cover block images on mobile devices for the
    [https://claimingclarity.com/spiritual-awakening-a-powerfully-simple-guide-for-real-people/](https://claimingclarity.com/spiritual-awakening-a-powerfully-simple-guide-for-real-people/)
   post */ [@media](https://wordpress.org/support/users/media/) only screen and (
   max-width:768px) { #post-776 .wp-block-cover h2 { font-size: 37px!important }/*
   Change the font-size to whatever you need it to be. */ }
 * When the screen width is less than 768px, the font size will reduce to 37px for
   the text that goes above the three images on [https://claimingclarity.com/spiritual-awakening-a-powerfully-simple-guide-for-real-people/](https://claimingclarity.com/spiritual-awakening-a-powerfully-simple-guide-for-real-people/)(“
   post-776”). I set the size to 37px as that’s half of the 74px that the headings
   display as above 768px.
 * The reduced font size also seems to fix the formatting issue that I saw before
   writing this code.
 * Please let me know if you need any further help!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to embed vimeo video with frames](https://wordpress.org/support/topic/how-to-embed-vimeo-video-with-frames/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/how-to-embed-vimeo-video-with-frames/#post-13335072)
 * Hey satimis02!
 * Another way to do this is to use the embed code from Vimeo instead of copying
   the video’s URL into WordPress.
 * You can do this:
    - Follow Vimeo’s instructions [found here](https://vimeo.zendesk.com/hc/en-us/articles/360000710167-Accessing-and-editing-embed-codes),
      which explain how to change the frame size.
    - Add the code from Vimeo as a custom HTML block in WordPress using [these instructions](https://wp-tutoring.com/adding-html-to-gutenberg-wordpress-5-0/).
 * Please let me know if that works for you!
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Test site](https://wordpress.org/support/topic/test-site-11/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/test-site-11/#post-13334908)
 * If you used [jurassic.ninja](http://jurassic.ninja), the site files are stored
   on the site’s own server. You can transfer whatever you made there to your own
   server by using [this guide](https://themeisle.com/blog/moving-your-wordpress-blog-to-new-host/).
 * If you used one of the other options, then the site files would be stored on 
   your computer.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 Home Page](https://wordpress.org/support/topic/404-home-page-2/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/404-home-page-2/#post-13334897)
 * Yeah, it works on different devices for me. The images don’t load though.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Contact form.](https://wordpress.org/support/topic/contact-form-276/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/contact-form-276/#post-13334814)
 * Hi Paul!
 * Sorry to hear you’re having this issue! Let’s see if we can find those missing
   messages!
 * Your site appears to be using the WPForms plugin for the contact form. I use 
   that on my site too! I assume you’ve installed the latest versions of WordPress,
   WPForms, etc. because you have just finished setting up your site?
 * There are two options to find the comments submitted through your contact form:
    1. Export them using WPForms built-in export tool. You can [click here](https://wpforms.com/docs/how-to-export-form-entries-to-csv-in-wpforms/)
       to learn how to do that. WPForms exports this data into a CSV file, which you
       can open in something like Excel, Numbers, or Google Sheets.
    2. The form might have been setup to automatically send an email after someone 
       submitted a comment through your contact form. You can learn how that works 
       and how to set that up by [clicking here](https://wpforms.com/docs/setup-form-notification-wpforms/).
 *  - If this feature was set up, you can check the email address that was meant
      to receive the notifications from your site’s contact form.
    - If the feature wasn’t set up, I’d recommend following the instructions for
      how to do that by [clicking here](https://wpforms.com/docs/setup-form-notification-wpforms/).
      If you set the form to send the comments to an email you check regularly, 
      then you should receive and have easy access to your website’s comments.
 * Hope this helps! Please let me know if you have any further questions!
 * Best,
    Niall
 * p.s. I’ve always liked the Southampton red and white stripes, though I support
   a different team that wears red!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 Home Page](https://wordpress.org/support/topic/404-home-page-2/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/404-home-page-2/#post-13334761)
 * Hey naijacenter!
 * The homepage works on my side. Did you manage to fix this issue or do you still
   need help?
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Test site](https://wordpress.org/support/topic/test-site-11/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/test-site-11/#post-13334737)
 * Hey Mushlih!
 * You can create a WordPress test site by following [this guide](https://themeisle.com/blog/wordpress-test-site/).
 * The guide has a few options for setting up a WordPress test site for free.
 * Please let me know if you have any other questions!
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Plesk hijacking a valid secure website](https://wordpress.org/support/topic/plesk-hijacking-a-valid-secure-website/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/plesk-hijacking-a-valid-secure-website/#post-13334712)
 * Hi Jerald!
 * Sorry to hear you’re having this issue!
 * It’s most likely caused by the browser caching [http://bhingssweets.com/](http://bhingssweets.com/)
   before WordPress was set up on it. Your browser has stored the site before anything
   was on it. That’s why it says: “**You see this page because there is no Web site
   at this address.**” It’s also why the site works on other devices but not your
   Windows 10 laptop.
 * You can test this solution as follows:
    - Open [https://www.bhingssweets.com/](https://www.bhingssweets.com/) in an 
      incognito or private window, as that should bypass the browser’s cache.
    - If the site opens, you can follow a guide on how to clear the browser cache
      by [clicking here](https://kinsta.com/knowledgebase/how-to-clear-browser-cache/).
 * If clearing the browser cache doesn’t work, another software could be caching
   the site. If you’re using something like CloudFlare or a WordPress caching plugin,
   then one of those could be the problem.
 * Hope this helps! If you have any further issues, please let me know!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [CSS modify does not work on child thêm](https://wordpress.org/support/topic/css-modify-does-not-work-on-child-them/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/css-modify-does-not-work-on-child-them/#post-13334654)
 * Hi canabalance!
 * Sorry to hear you’re having some issues with child themes.
 * The stylesheet has loaded correctly: [https://imgur.com/a/0faEXFE](https://imgur.com/a/0faEXFE)
 * There’s a gap between the number and px of the width and border in the .wpcf7
   class, which is why the form styling hasn’t changed. It should read as follows:
 *     ```
       .wpcf7 {
       background: #A3A3A3;
       border: <strong>1px</strong> solid #49494<strong>9;</strong>
       width: <strong>700px</strong>;
       }
       ```
   
 * As for the .woocommerce-cart table.cart td.actions button[name=’update_cart’],
   I’d suggest following [this guide](https://kriesi.at/support/topic/how-to-remove-update-cart-button/#post-997858).
   It explains exactly how to change the “Update cart” button in a similar way to
   how you want it to work.
 * Or you could try [this guide](https://css-tricks.com/how-to-customize-the-woocommerce-cart-page-on-a-wordpress-site/)
   that explains how to modify the cart page in general.
 * Please let me know if you need any further help!
    -  This reply was modified 5 years, 10 months ago by [Niall Madhoo](https://wordpress.org/support/users/nm1com/).
    -  This reply was modified 5 years, 10 months ago by [Niall Madhoo](https://wordpress.org/support/users/nm1com/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Some files are not writable by WordPress:](https://wordpress.org/support/topic/some-files-are-not-writable-by-wordpress-3/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/some-files-are-not-writable-by-wordpress-3/#post-13334600)
 * Hey mahmoudegypte!
 * To fix the permissions problem you’re having, you can [click here](https://wordpress.org/support/article/changing-file-permissions/)
   to follow the official WordPress Support guide instructions.
 * If you find that guide a bit difficult to follow (it explains many different 
   permissions), you can [click here](https://www.malcare.com/blog/wordpress-file-permissions/)
   to follow a different guide.
 * If you have any other questions, please let me know!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Drop Down Menu Not Dropping Down](https://wordpress.org/support/topic/drop-down-menu-not-dropping-down/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/drop-down-menu-not-dropping-down/#post-13334295)
 * You’re welcome!
 * Sorry, I only copied the menu code and not the rest of the styles, so the line
   numbers were different. And that code is only for when the mouse hovers over 
   the sub-menu items! I’ve no idea what I was thinking lol.
 * I looked at it again. The responsive code from the “style.css” was removed. I
   would suggest adding that code back to your “style.css” file, as it controls 
   some of the mobile functionality of your site. It also controls the dropdown 
   menus.
 * You can find the code from line 2319 to line 2651 (I double-checked this time!)
   of the original theme’s “style.css” file: [http://demo.zthemes.net/kokoro/wp-content/themes/zkokoro/style.css](http://demo.zthemes.net/kokoro/wp-content/themes/zkokoro/style.css).
   It’s labelled “16. RESPONSIVE.” Copy the code to line 1655 of your “style.css”
   file.
 * As you wanted to modify the CSS code, I’d suggest copy/pasting whatever code 
   you’d like to modify into the “Appearance > Customize > Additional CSS” section
   of the WordPress admin instead of editing the “style.css” file. Then modify the“
   Additional CSS” code instead.
 * That way, if you update your “style.css” to a newer version from ZThemes, you
   won’t need to redo the changes that you made to the CSS code. And the site shouldn’t
   break in case something necessary was removed.
 * I added the responsive code into my browser to test it, and the drodown menus
   are now working: [](https://imgur.com/AGyLqlw)
 * Please add the code to your site and let me know if it works.
    -  This reply was modified 5 years, 10 months ago by [Niall Madhoo](https://wordpress.org/support/users/nm1com/).
    -  This reply was modified 5 years, 10 months ago by [Niall Madhoo](https://wordpress.org/support/users/nm1com/).
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Creating a table with custom fields and filter](https://wordpress.org/support/topic/creating-a-table-with-custom-fields-and-filter/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/creating-a-table-with-custom-fields-and-filter/#post-13333107)
 * Hey alexwh87,
    - I’ve used the [TablePress](https://wordpress.org/plugins/tablepress/) plugin
      to create tables in WordPress.
    - It has filters and a search function.
    - It has a premium extension that allows filtering by row, which you can find
      by [clicking here](https://tablepress.org/demo/).
    - You can save the Excel data as a CSV file. And then you can import the CSV
      file into TablePress like [this image](https://tablepress.org/wp-content/uploads/sites/2/screenshot-4.png)
      shows.
    - However, TablePress does not work very well on mobile devices by default. 
      You can add that functionality using TablePress’s premium extension, [found here](https://tablepress.org/extensions/responsive-tables/).
    - To get the design exactly like it is in Excel, you can add some CSS code to
      your site. You can view a demo of the TablePress plugin by [clicking here](https://tablepress.org/demo/).
    -  If you need an alternative that works a bit differently for mobile devices(
      better in my opinion) and has a [paid version](https://wpmanageninja.com/downloads/ninja-tables-pro-add-on/)
      that allows you to customize the design without knowing CSS then [Ninja Tables](https://wordpress.org/plugins/ninja-tables/)
      is another option.
    - You can view a demo of the plugin by [clicking here](https://wpmanageninja.com/ninja-tables/use-case/).
 * In summary:
    -  [TablePress](https://wordpress.org/plugins/tablepress/) is the most downloaded
      table plugin for WordPress and has all the functionality you need.
    - [Ninja Tables](https://wordpress.org/plugins/ninja-tables/) also has the functionality
      you need, and is a bit easier to style without coding.
    - Hope this helps! If you have any other questions, please let me know!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Drop Down Menu Not Dropping Down](https://wordpress.org/support/topic/drop-down-menu-not-dropping-down/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/drop-down-menu-not-dropping-down/#post-13333041)
 * Hey Angella!
 * I’m sorry to hear there are problems with the submenus on your site.
 * There is one option that might help fix this issue:
 * I compared the “style.css” file from your site ([found here](https://www.simplyangella.com/wp-content/themes/zkokoro/style.css?ver=5.5))
   with the “style.css” from the [demonstration](http://demo.zthemes.net/kokoro/)
   of the [Kokoro WordPress theme](https://zthemes.net/themes/kokoro) that you use
   on your website ([found here](http://demo.zthemes.net/kokoro/wp-content/themes/zkokoro/style.css?ver=5.5)).
   I used TextCompare’s CSS comparison tool ([found here](https://www.textcompare.org/css/))
   to find the difference between the two stylesheets.
 * The :hover state for the dropdown menu has been removed from your theme’s “style.
   css” file. This CSS code determines the background and border for the dropdown
   menu. I think that by removing that code, the dropdown no longer works as it’s
   supposed to work.
 * Could you please try adding the following code (copied from the original Kokoro
   theme’s “style.css” file) after line 115 of your website’s “style.css” file?
 *     ```
       #nav-wrapper .sub-menu a:hover {
         background: #f9f9f9;
         color: #000;
       }
       ```
   
 * The “mini window” does not show on my computer. I think that adding the code 
   should fix the “mini window” pop up based on how you described the way it works.
 * Hope this helps! If you need any more help, please let me know.
 * p.s. Your site looks great!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page not being displayed correctly](https://wordpress.org/support/topic/page-not-being-displayed-correctly/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/page-not-being-displayed-correctly/#post-13332991)
 * Hey mjj4golf!
 * The most likely reason for this is that WP has reformatted the code if it was
   opy/pasted directly into the editor.
 * [Click here](https://wp-tutoring.com/adding-html-to-gutenberg-wordpress-5-0/)
   for a quick tutorial on how to insert the HTML code without WP reformatting it.
 * For an entire custom HTML page added to WP, you can [click here](https://kinsta.com/knowledgebase/how-to-upload-html-file-to-wordpress/)
   to learn how to do that. It’s better to upload that separately without WP.
 * Hope this helps! If you have any more questions, please let me know!
    -  This reply was modified 5 years, 10 months ago by [Niall Madhoo](https://wordpress.org/support/users/nm1com/).

Viewing 15 replies - 466 through 480 (of 482 total)

[←](https://wordpress.org/support/users/nm1com/replies/page/31/?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)…
[31](https://wordpress.org/support/users/nm1com/replies/page/31/?output_format=md)
32 [33](https://wordpress.org/support/users/nm1com/replies/page/33/?output_format=md)
[→](https://wordpress.org/support/users/nm1com/replies/page/33/?output_format=md)