Dropdown menu and arrows + Slider buttons

Discussion in 'BlackBird WordPress Theme' started by stepsand1975, Feb 7, 2013.

Thread Status:
Not open for further replies.
  1. stepsand1975

    stepsand1975 New Member

    Joined:
    Feb 5, 2013
    Messages:
    10
    Likes Received:
    0
    Hello !

    1.The arrow at my dropdown menu "Products" will not disapper like all the other arrows at the dropdown menus. Can you help me?

    2. I made some customization at the dropdown menu. Now the dropdownmenu is squared instead of the original round shape (at the edges). For the first second at loading they are round but changed to square after loading. I can not find out why.

    3. The 4 slider buttons in the textbox of the slider are not flexible in height at Firefox. This only happens at Firefox! In Internet Explorer and Chrome it is fine. They changed to smaler height.

    My website:


    Thank you....
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    1) Go to the Settings > Reading and set it as shown in image given below.


    [​IMG]



    2) For this paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu li > ul {
    border-radius:0px;
    }
    3) For this download theme from members area in a couple of hour. It will resolve your issue.
     
  3. stepsand1975

    stepsand1975 New Member

    Joined:
    Feb 5, 2013
    Messages:
    10
    Likes Received:
    0
    Hello.

    Issue 1) solved

    Issue 2) not solved. The code does not help. Same Issue with the code.

    Issue 3) Will you update the theme? Does this mean that i will loose all my customization at my theme when i download and install it again? Can you not provide a code only for this issue?


    Best regards
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    *For your second issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu li > ul {
    border-radius:0px!important;
    }
    Note:- This is the only code to remove the round shape from the dropdown menus.

    *For your third issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    @-moz-document url-prefix() {
     
    .flex-control-nav li:first-child {
        margin: 0;
    }
    .flex-control-nav li a {
        margin:0;
        padding:0;
        width: 15px;
        height: 18px;
        background:url(images/pagination.png) no-repeat;
        cursor: pointer;
        overflow:hidden;
        font-size:0;
        margin-top:-2px;
       
    }
     
    .flex-control-nav li {
        margin: 0;
        padding:0;
        zoom: 1;
        display:block;
     
    }
     
    }
    @media only screen and (min-width: 768px) and (max-width: 960px) {
    @-moz-document url-prefix() {
    .flex-control-nav li a {
    width: 15px;
    height: 20px;
    background:url(images/pagination.png) no-repeat;
    cursor: pointer;
    overflow:hidden;
      margin-top:0;
    }
    }
    }
    @media only screen and (max-width: 767px) {
    @-moz-document url-prefix() {
    .flex-control-nav li a {
    width: 15px;
    height: 20px;
    background:url(images/pagination.png) no-repeat;
    cursor: pointer;
    overflow:hidden;
      margin-top:0;
    }
    }
    }
    @media only screen and (max-width: 480px) {
    @-moz-document url-prefix() {
    .flex-control-nav li a {
    width: 15px;
    height: 20px;
    background:url(images/pagination.png) no-repeat;
    cursor: pointer;
    overflow:hidden;
      margin-top:0;
    }
    }
    }
     
    stepsand1975 likes this.
  5. stepsand1975

    stepsand1975 New Member

    Joined:
    Feb 5, 2013
    Messages:
    10
    Likes Received:
    0
    Hello!

    Second issue also solved now! First code was without "!important"

    Third issue: Seems to work BUT the color (in my case black) of the buttons are gone. Looks like the background overwrite the buttons images ???


    Thank you...
     
  6. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
  7. stepsand1975

    stepsand1975 New Member

    Joined:
    Feb 5, 2013
    Messages:
    10
    Likes Received:
    0
    Problem solved by support mail.

    Good work...

    Thank you!​
     
Thread Status:
Not open for further replies.

Share This Page