gklogin class not working

Responsive WordPress theme suitable for Schools, Colleges or educational websites.
GK User
Sun Jan 04, 2015 10:32 pm
I've configured the menu "Log In" to use the gklogin class. The pop up worked at first while logged in, but then it stopped.

http://divevets.com

Also, I've installed a bbpress forum and have a "forums" permalink page configured, but the forum is displaying the title "Archive" http://divevets.com/forums/

Thank you.
User avatar
Senior Boarder

GK User
Mon Jan 05, 2015 10:11 am
Hello,
The class should be gk-login, not gklogin. Please check the tutorial:
https://www.gavick.com/documentation/th ... stom-menus
(Adding a log-in button to the menu)
Regarding the the "archive" title, the forum is kind of archive so it display this title, you can remove it by adding the following css code into css/override.css file (dont' forget to enable this override option):
Code: Select all
.forum-archive.bbpress #gk-page-title {
   display: none;
}
User avatar
Moderator


cron