Problems with Directory Press - a Wordpress Premium Theme

by Grimbo
13 replies
  • WEB DESIGN
  • |
Hey y'all,

I run a directory press site and I have 7 main pages. The issue is only four of them show up on the navigation bar. Does anyone have experience with DP that would be able to help with this issue? The DP support forum offered no help - thanks all!

- Grimbo
#directory #premium #press #problems #theme #wordpress
  • Profile picture of the author Michael71
    What is the URL?
    Signature

    HTML/CSS/jQuery/ZURB Foundation/Twitter Bootstrap/Wordpress/Frontend Performance Optimizing
    ---
    Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu

    {{ DiscussionBoard.errors[7780949].message }}
  • Profile picture of the author Grimbo
    Marylandhomerenovators.com

    Are we allowed to post links to outside sites?
    {{ DiscussionBoard.errors[7780957].message }}
  • Profile picture of the author mariya20
    hello

    i think you have to edit the Font Size of the Pages Menu... this class :

    class="menu" id="menubar"
    {{ DiscussionBoard.errors[7780985].message }}
    • Profile picture of the author Michael71
      No, not the font size. Learn CSS and then try again.

      Originally Posted by mariya20 View Post

      hello

      i think you have to edit the Font Size of the Pages Menu... this class :

      class="menu" id="menubar"
      Signature

      HTML/CSS/jQuery/ZURB Foundation/Twitter Bootstrap/Wordpress/Frontend Performance Optimizing
      ---
      Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu

      {{ DiscussionBoard.errors[7780998].message }}
  • Profile picture of the author Michael71
    The problem is the CSS that is used on your site.

    E.g.

    Code:
    .menu li a {
    color: #EEE;
    font-size: 16px;
    line-height: 50px;
    }
    If you would change the line-height to e.g. 28px you would see the other entries, too.

    Code:
    .menu li a {
    color: #EEE;
    font-size: 16px;
    line-height: 28px;
    }
    See the attached picture.
    Signature

    HTML/CSS/jQuery/ZURB Foundation/Twitter Bootstrap/Wordpress/Frontend Performance Optimizing
    ---
    Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu

    {{ DiscussionBoard.errors[7780994].message }}
  • Profile picture of the author Istvan Horvath
    Are we allowed to post links to outside sites?
    When asking for concrete help with a specific web design related issue - YES!

    When pimping own products and fishing for visitors - NO.

    Everything in between is at the discretion of the moderators...
    Signature

    {{ DiscussionBoard.errors[7781005].message }}
  • Profile picture of the author Grimbo
    How do I actually go in to alter the CSS?
    {{ DiscussionBoard.errors[7781009].message }}
  • Profile picture of the author Grimbo
    Thanks for all the help, by the way!
    {{ DiscussionBoard.errors[7781026].message }}
  • Profile picture of the author rhj12345
    Originally Posted by Grimbo View Post

    Hey y'all,

    I run a directory press site and I have 7 main pages. The issue is only four of them show up on the navigation bar. Does anyone have experience with DP that would be able to help with this issue? The DP support forum offered no help - thanks all!

    - Grimbo
    Grimbo,

    I just built Arvada Colorado Directory using Directory Press.

    I think you just need tor create a custom menu. Go to Appearance\Menus

    Create a new menu and add the pages you want to show on your site.

    Hope this helps.

    Rob
    Signature



    {{ DiscussionBoard.errors[7781855].message }}
  • Profile picture of the author Grimbo
    Hey Rob,

    My menu is already a custom one. I need to change the line size so all of the custom options appear. I have the neeeded coding thanks to Michael, I just don't know where to input it.
    {{ DiscussionBoard.errors[7783145].message }}
    • Profile picture of the author rhj12345
      Originally Posted by Grimbo View Post

      Hey Rob,

      My menu is already a custom one. I need to change the line size so all of the custom options appear. I have the needed coding thanks to Michael, I just don't know where to input it.
      Try Display Settings\Navigation\Menu Bar Styles\Show Hide Options\Menu Custom CSS

      Hope this helps.
      Rob
      Signature



      {{ DiscussionBoard.errors[7783881].message }}
  • Profile picture of the author Grimbo
    I paste the code there, but nothing changes. No cigar. This is vexing, gentlemen.
    {{ DiscussionBoard.errors[7784510].message }}
  • Profile picture of the author Grimbo
    Fixed it all
    {{ DiscussionBoard.errors[7787359].message }}

Trending Topics