Niall Madhoo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [NSFW] I receive false sales notificationsYou’re welcome! Happy to help!
You’re welcome! Happy to help!
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
In reply to: How to change the domain of a website.Do you have a back up of the site before it starting having this problem? I think the best solution might be to reinstall WordPress and set everything up again.
Forum: Everything else WordPress
In reply to: Change (or reset) Meta (Admin) WidgetYou’re welcome!
The formatting must have changed when the code was copy/pasted from WordPress:

The HTML entity for
>is showing on your site instead of the symbol>.Could you please try adding this code by to the Appearance > Customize > Additional CSS section of your WordPress Admin dashboard:
/* Hide first menu item (Register) in default Meta Widget */ .widget_meta li:nth-child(1) { display: none; }Forum: Developing with WordPress
In reply to: Adding A page has no navigation bar like the other pagesHello @arthur2020,
The menu is on the page and created automatically as you mentioned. It’s just not visible because the header items are the same color as the background. I selected them in my browser to show you:

The home page has a background image that allows the white text and icons to be visible, as does http://frankwagoner.com/electionwp/contact/. http://frankwagoner.com/electionwp/masks/ and http://frankwagoner.com/electionwp/blog/ have white backgrounds. White text and icons on white backgrounds won’t be visible, even if they text is on the page.
I recommend adding background images to these kinds of pages, which should fix the issue you’re having and keep the same style across your site.
I noticed that the site uses the PageLayer page builder to create the layouts. I recommend asking for help at https://ww.wp.xz.cn/support/plugin/pagelayer/ so the plugin’s developers and support community can help you if you’re still having issues.
Hello @snippet24,
Yes, delete the plugin’s cache and any other static file cache. And disable the plugin.
Forum: Fixing WordPress
In reply to: Accordion Plug-inHi @imtiazrayhan,
You’re welcome!
That’s great! I didn’t know that you could change the options. Thanks for letting me know and for making a great plugin!
Forum: Fixing WordPress
In reply to: Site TitleHello @jxnxthxn,
Could you please add the following CSS code in the Appearance > Customize > Additional CSS section of your WordPress Admin dashboard:
/* --- Begin site branding alignment --- */ .mb-container { position: relative; } .site-branding { display: inline-block; } .site-branding img { margin-top: 15px; } .site-title-wrapper { display: inline-block; } .site-title { font-size: 110px!important; display: inline-block; text-align: center; margin: 0!important; position: absolute!important; top: 50%!important; left: 50%!important; transform: translate(-50%, -50%)!important; width: 100%; } @media ( max-width: 991.98px ) { .site-branding img { margin-top: 15px; max-height: 60px; } .site-title { font-size: 66px!important; } } @media (max-width: 575.98px) { .site-branding img { max-height: 33px!important; } .site-title { font-size: 33px!important; } } /* --- End site branding alignment --- */That should keep the logo to the left with the text centered in the header and to right of the logo. This branding will adjust for desktops, tablets, and mobiles.
Forum: Everything else WordPress
In reply to: Change (or reset) Meta (Admin) WidgetHello @skipvia,
I suggest hiding the Register link using CSS.
Please add the following CSS code in the Appearance > Customize > Additional CSS section of your WordPress Admin dashboard:/* Hide first menu item (Register) in default Meta Widget */ .widget_meta > ul > li:nth-child(1) { display: none; }Also, the Register link is part of the default Meta widget.
Forum: Fixing WordPress
In reply to: Accordion Plug-inHello @wapoxac,
I recommend something like the Ultimate Blocks plugin: https://ww.wp.xz.cn/plugins/ultimate-blocks/.
Here’s a demo of how the plugin’s accordions work: https://ultimateblocks.com/content-toggle-accordion-block/.
If you need one with a plus and minus icon like those on https://www.inspirevisual.com/, try https://ww.wp.xz.cn/plugins/responsive-accordion-and-collapse/ or https://ww.wp.xz.cn/plugins/easy-accordion-free/
Hello @snippet24,
Part of the code is missing the
<IfModule mod_expires.c> ... </IfModule>to check whether the mod_expires.c is loaded by the Apache server process (httpd):# TN - START EXPIRES CACHE <IfModule mod_expires.c> ExpiresActive On ExpiresByType text/css "access 1 month" ExpiresByType text/html "access 1 month" ExpiresByType image/gif "access 1 year" ExpiresByType image/png "access 1 year" ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/svg "access 1 year" ExpiresByType image/x-icon "access 1 year" ExpiresByType application/pdf "access 1 month" ExpiresByType application/xhtml-xml "access 1 month" ExpiresByType application/javascript "access 1 month" ExpiresByType text/x-javascript "access 1 month" ExpiresByType application/x-shockwave-flash "access 1 month" ExpiresDefault "access 1 month" </IfModule> # TN - END EXPIRES CACHEI recommend reading the following article that explains how to set up browser caching in WordPress without a plugin: https://www.wpfaster.org/code/how-to-leverage-browser-caching-in-wordpress-without-a-plugin
Try these sites to test if your changes are working:
Forum: Fixing WordPress
In reply to: How to change the domain of a website.Hello again @satimis02,
The missing .htaccess file that you mentioned in https://ww.wp.xz.cn/support/topic/unable-to-connect-dashboard/ could be the cause of this issue. This file controls your site’s permalinks structure and lets plugins use it for other purposes that you can read about here: https://kinsta.com/knowledgebase/wordpress-htaccess-file/.
I recommend following these guides to create the default WordPress .htaccess file:
- https://www.hostinger.com/tutorials/create-default-wordpress-htaccess-file
- https://ww.wp.xz.cn/support/article/htaccess/
Have you tried contacting GoDaddy Support about this issue: https://godaddy.com/contact-us?
Forum: Themes and Templates
In reply to: [Astra] Logo not showing on storefront themeHello @vickysadiku,
The header and footer on your site appear to have been created using the PageLayer plugin: https://ww.wp.xz.cn/plugins/pagelayer/. You’ll need to use that plugin to edit the footer.
If you need help on how to do that, I recommend asking for help on https://ww.wp.xz.cn/plugins/pagelayer/, where the plugin’s developers and support community can help you with this.
Forum: Developing with WordPress
In reply to: pano2vrPlayer is not definedYou’re welcome! Glad you managed to fix it!
Forum: Plugins
In reply to: [WooCommerce] Displaying only one product per WooCommerce product pageHello @karikraa,
I recommend using CSS to change how the products display. The products are currently set inside a 3-column Gutenberg Gallery block. See this guide, which explains how to use CSS to style these columns for mobile devices: https://css-tricks.com/styling-the-gutenberg-columns-block/.