MoeyBell
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Tracks] Custom Home Page for TracksNo stress. I found a template that has it as a standard front page.
Forum: Plugins
In reply to: [NextGEN Public Uploader] Compatibility with plugin NextCellent?I get the exact same error since adding both these plugins today. Have you found a solution?
Forum: Themes and Templates
In reply to: [Twenty Twelve] Lost Submenu items Twenty Twelve ThemeIt was the width that was messing things up. A few more tweaks and I have it sorted 🙂
Forum: Themes and Templates
In reply to: [Twenty Twelve] Lost Submenu items Twenty Twelve ThemeI have now got it showing up by adding
.main-navigation ul li:hover .sub-menu {
background:#000;
display: block;
min-width:150px;
}but its glitchy as heck lol I will keep nutting things out.
Forum: Themes and Templates
In reply to: [Base WP] iOS Menu not scrollableThank you 😀
Forum: Themes and Templates
In reply to: [Base WP] iOS Menu not scrollableWould you mind showing what needs to be changed please? I stupidly didn’t use a child theme to make changes so I can’t update without losing all the tweaks.
Forum: Themes and Templates
In reply to: [Magazine Basic] Submit Comment Button Not WorkingWe changed templates and now its fine. Thanks anyway.
Forum: Themes and Templates
In reply to: [Simplify] Make Featured Box images Links to PagesI worked it out. Within the featured-box.php I copied the code 3 times, changing the top text of each one to:
$fboxclm = array("1");
$fboxclm = array("2");
$fboxclm = array("3");then added the link to each box instead of the #
<a href="<?php echo of_get_option('featured-link'. $fboxn, ' LINK'); ?>">I hope this helps others.