mpitts
Forum Replies Created
-
Forum: Plugins
In reply to: How to create Individual Team PagesForum: Plugins
In reply to: [LeagueManager] 3.8.8.4 Update Permission to Access to Admin PanelI am logged in as a admin. I will set you up with an account now.
Forum: Plugins
In reply to: [LeagueManager] 3.8.8.4 Update Permission to Access to Admin PanelI tried to deactive and reactivate the plugin and uninstall and reinstall. I still can not access the documentation.
I get this message: You do not have sufficient permissions to access this page.
Forum: Themes and Templates
In reply to: Add an External URL to NavigationThanks, I just needed to be pointed to the right section. I am pretty good with JS. Thanks for your help!
Forum: Themes and Templates
In reply to: Add an External URL to NavigationFigured it out!
I updated the “Smooth Page Scroll” section to the below code.
if ($('body').hasClass('home')) { $(".menu li.menu-item > a").addClass('scroll'); } $(".scroll").click(function (event) { var full_url = this.href; var parts = full_url.split("#"); if(parts[1]){ var trgt = parts[1]; var target_offset = $("#" + trgt).offset(); if(target_offset){ event.preventDefault(); var target_top = target_offset.top; $('html, body').animate({ scrollTop: target_top }, 500); } } });Forum: Themes and Templates
In reply to: Add an External URL to NavigationIt worked, however I get a weird jerking of the theme now. For instance, when I click on a top navigation item it scrolls down, jumps to the top, then back down again. Weird. The author is of no help, they refuse to assist with anything that customizes the theme.
Forum: Themes and Templates
In reply to: Add an External URL to NavigationDid that as well.
Forum: Themes and Templates
In reply to: Add an External URL to NavigationSorry, didn’t work. Take a look. http://www.bgproonline.com/home
It is the blog link in the top navigation