IT Privateer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP 4.5.2 – Admin Edit MenusI am having the same issue with a more recent install of WP. I am testing with a clean
install now.- This reply was modified 9 years, 8 months ago by IT Privateer.
Forum: Themes and Templates
In reply to: [Responsive] Widgets on Responsive ThemeI am going to assume the 3 homepage widgets you are referring to are
Home Widget 1, Home Widget 2, and Home Widget 3 respectively.These widget areas live in a template file called sidebar-home.php
This template file is loaded via a call in the file front-page.php
get_sidebar( 'home' );
To remove these widget areas simply delete that line from a copy of
the front-page.php file in your child theme folder.If you do not have a child theme set up, I recommend you do this as
soon as possible, that way you will not lose any customization when you
update the parent theme.Forum: Plugins
In reply to: [WP Menu Cart] icon not visible in menu, responsive themeThank you for you assistance. It turns out I am having completely different theme related issues. Cheers.
Forum: Plugins
In reply to: [WP Menu Cart] icon not visible in menu, responsive themePlease excuse some of the fantastic grammar in that first message.
A detail I forgot to include is that I am using a child theme of
responsive.