Sub-Menu Disappeared.

Support Area Forums Progress Sub-Menu Disappeared.

Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
URL to the page in question: http://english.irqr.net
  • Author
    Posts
  • #19287
    Avatar photoArsham Parsi
    Participant

    Hi,
    I recently downloaded the Progress and I worked on it to customize it. I used a lots of your comments and that was great.

    I used wordpress before Progress as well and I had Main Menu and sub=menu and ear of them might have third level menu as well. But I can not see them now. It just shows the first level menu. what should I do?

    and my next question is about the Farsi font. Does Progress or Foundation support the right to left fonts?

    #19299
    Bill Robbins
    Moderator

    Good Morning,

    Thank you for your business first of all. Great questions too. Let’s find answers for you.

    It is possible to add in support for a second level drop-down menu. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. At the top of this tab choose yes to include custom styling.
    3. Scroll down to the Custom CSS box and paste this:
      
      .primary nav ul.menu li li:hover ul,
      .primary nav ul.menu li li.sfHover ul {
      	width: 160px;
      	left:  160px;
      	top: -20px;
      }
      
    4. Update your settings.

    That should add in another level of drop-downs for you. The only thing to watch out for is if they are placed on some of the last items, the drop-down can extend off the screen which makes it difficult for your visitors to click on.


    For right to left support, I have seen a few sites that used Foundation with Right to Left support added by the user. I would be more than happy to build in support for that to the theme and include it as an update. For Farsi, do you have a specific font you're wanting to use? Just let me know about that and we'll go from there.

    Thanks,
    Bill

    #19302
    Avatar photoArsham Parsi
    Participant

    Thank you for your reply. Sub-menu works now.

    for the right to left, some themes’s problem is that the question mark or dot or any other symbol which are being used for the last part of the sentence will be jumped to the left site while it should be remain on the right side. for example:

    سلام. خوبی؟

    which is the correct format and

    ؟سلام. خوبی

    which is the wrong format.

    I will check the Progress first to see if everything is fine or not since we use Progress for our English version, if not, I will Foundation as well.

    #19376
    Avatar photoArsham Parsi
    Participant

    I checked the Farsi font and it works. Is there any option that we can chose the font type?

    #19378
    Bill Robbins
    Moderator

    That’s great news then.

    When you say you need to change the font type, are you asking how to use your custom font with the theme? Just let me know.

    #19380
    Avatar photoArsham Parsi
    Participant

    Yes, like Tahoma, Times New Roman and etc s well as how we can change the size of the font.

    If you look at the Farsi version of our site, the default is Times New Roman and it is small. I want to change to Tahoma 10 or 11.

    Also, in Farsi site, menus and sub-menus works but I need to add a few space as margin to the right side since the texts are being started at the edge of the right side.

    Thank you

    #19384
    Bill Robbins
    Moderator

    Got it. If you’ll add this to your Custom CSS it should change the font and size for you:

    
    body {
    	font: 11px Tahoma, Lucida, Verdana, sans-serif;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    	font-family: Tahoma, Lucida, Verdana, sans-serif;
    }
    

    The top style sets the main text in the theme. The bottom sets the font used in headings.

    If you run into trouble, let me know,
    Bill

    #19386
    Avatar photoArsham Parsi
    Participant

    You are great.

    and you just forgot to address the last point:

    Also, in Farsi site, menus and sub-menus works but I need to add a few space as margin to the right side since the texts are being started at the edge of the right side.

    #19387
    Bill Robbins
    Moderator

    Sorry about that. Try including this in your Custom CSS too:

    
    .primary nav li ul {
    	padding-left: 10px;
    	padding-right: 10px;
    }
    

    See if that won’t give your drop-down menus a little bit of breathing room.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Sub-Menu Disappeared.’ is closed to new replies.