akallen40
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] mega menu styles overriding theme widget stylesHi Tom,
I tried that but the links further down the page were still inheriting .mega-menu-primary because the body class style is still applied. When I decreased the screen size to mobile, the links in the service boxes were too large. I changed the body class in the code and it worked.
Thanks,
akallen40Forum: Plugins
In reply to: [Max Mega Menu] mega menu styles overriding theme widget stylesHi Tom,
I removed the change from megamenu.php. The menu works well but the styles are being applied to the whole page because of the body class .mega-menu-primary. The only way to change the body class to .mega-menu-primary-wrap is to do it in megamenu.php. So I don’t want the menu styles to be applied to the entire body. Is there a way to change the body class without changing the code?
Thanks,
akallen40Forum: Plugins
In reply to: [Max Mega Menu] mega menu styles overriding theme widget stylesI did make the change to the body class in megamenu.php and it worked. I guess I’ll have to remember to do it again after an upgrade.
Forum: Plugins
In reply to: [Max Mega Menu] mega menu styles overriding theme widget stylesHi Tom,
Thanks for your reply. The custom styling allows you to change styles but not selectors. The body class is added in megamenu.php. I’m afraid to change it there from ‘mega-menu-‘ to ‘mega-menu-wrap-‘. Am I missing something?
Forum: Plugins
In reply to: [Max Mega Menu] enable box won’t stay checkedNevermind. It started working again. I didn’t change anything.
Forum: Fixing WordPress
In reply to: Integrating WP with site on different serverWhat do you mean by “load the content remotely”?
Forum: Plugins
In reply to: [Form Manager] Change width of labelsI figured it out. It’s defined in the default template as a td style.
Forum: Fixing WordPress
In reply to: use wp loop if website is on different serverThe problem is that I want the other website to be able to display the last 5 posts in a column automatically without having to click on a link. Is there code that they can use on their website to make this happen?
Forum: Fixing WordPress
In reply to: use wp loop if website is on different serverThanks. I’ll try that.
Forum: Plugins
In reply to: wp custom field search results messed upBTW, I had to re-register after the pw reset yesterday because I never could get an email with a new pw.
Forum: Plugins
In reply to: wp custom field search results messed upI thought that the search results page would use the same template as the search page, but it uses index.php. I had modified index.php to be a static home page, which messed up the results. So I created a template called home_page.php for my home page and made sure that index.php had the correct format. That fixed everything.