Forum Replies Created

Viewing 15 posts - 1 through 15 (of 35 total)
  • in reply to: Footer render issue #216544
    jiwon
    Member
    Post count: 68
    This reply has been marked as private.
    in reply to: Align at post detail page #216543
    jiwon
    Member
    Post count: 68
    This reply has been marked as private.
    in reply to: Selected text color and line at navigation #204855
    jiwon
    Member
    Post count: 68

    Thanks. It works!
    However, there are still other issues.

    Firstly, how about line?
    Secondly, News page also has a same function.
    So, I added the code like below.

    .single-portfolio .menu-item-12043 a {
    color: #b11a29 !important;
    }

    .single-portfolio .menu-item-12049 a {
    color: #b11a29 !important;
    }

    And then, both product(portfolio) and news(post) menu items are selected all.
    How can I fix it?

    Attachments:
    You must be logged in to view attached files.
    in reply to: Selected text color and line at navigation #204811
    jiwon
    Member
    Post count: 68

    Here it is my website page URL that is issued at the moment.
    http://hessedkorea.com/?portfolio=military-a-tent-a%ED%98%95%ED%85%90%ED%8A%B8

    If you say that the sub menu means showing up when user hover the main menu item such as the portfolio,
    I do not want to make the submenu.
    Just I need to activate the main menu item.

    in reply to: Selected text color and line at navigation #204786
    jiwon
    Member
    Post count: 68

    Hi, Rui

    I do not get it you explained about that page((http://dante.swiftideas.com/portfolio/tree/).

    I think that page is included in the portfolio page which is a parent page of that.

    Therefore, portfolio menu should be activated with a red color and a line.

    My website also shows this problem.

    Please, help.

    in reply to: Selected text color and line at navigation #197683
    jiwon
    Member
    Post count: 68

    Hi,

    I marked the problem area with a red box on attached image.

    This page(http://dante.swiftideas.com/portfolio/tree/) is a portfolio detail page.

    But a color of portfolio text at main navigation is not changed.

    And also a line is not visible.

    I hope you can understand this issue.

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Portfolio Category Sorting #192308
    jiwon
    Member
    Post count: 68

    I solved this issue!

    Thanks

    in reply to: Selected text color and line at navigation #192294
    jiwon
    Member
    Post count: 68

    Hi,

    I tested all plugins as you said.
    But the plugins did not effect to this problem.
    Now an official dante theme site(http://dante.swiftideas.com/portfolio/tree/) has also same issue as I said before.
    Did you check it?

    Thanks

    in reply to: Portfolio Category Sorting #192276
    jiwon
    Member
    Post count: 68

    Hi,

    Some category such as Camp/Outdoor is invisible at sorting menu.

    I think that the category slug should be same with the category name.

    But in case of Camp/Outdoor, there is a “/” character.

    How to solve this issue?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    in reply to: Portfolio Category Sorting #187664
    jiwon
    Member
    Post count: 68
    This reply has been marked as private.
    in reply to: Portfolio Category Sorting #187643
    jiwon
    Member
    Post count: 68

    Hi,

    Once I just changed the category name from Korean to English.

    Then I am having another problem related to the category menu.

    Some category menus is showing, but other is not showing.

    How to fix it?

    Thanks

     

     

    in reply to: Selected text color and line at navigation #187587
    jiwon
    Member
    Post count: 68

    Hi,

    No, I am not using any cache plugin.

    This bug is exist in a dante theme website, too.

    Please check the URL below.

    http://dante.swiftideas.com/portfolio/tree/

    Some portfolio detail page has a same issue.

    Thanks

     

    in reply to: Selected text color and line at navigation #187417
    jiwon
    Member
    Post count: 68

    Hi,

    I inserted the css code at the custom CSS panel in the theme options menu.

    It was written like below.

    /* Default*/
    ul.bar-styling li > a, ul.bar-styling li > span, ul.bar-styling li > div, ul.bar-styling li > form input {
    background-color: #2e2e2e !important;
    border-color: #ccc;
    color: #ccc;
    }

    /* Hover*/
    ul.bar-styling li:not(.selected) > a:hover {
    color: #FFF !important;
    background: #144044 none repeat scroll 0% 0% !important;
    border-color: #ccc;
    }

    /* selected*/
    ul.portfolio-filter-tabs li.selected a{
    background: #144044 none repeat scroll 0% 0% !important;
    color: #fff;
    }

    /*product, news detail page selected color and line*/
    .single-post nav#main-navigation .menu > li.menu-item-12057 > a span.nav-line{
    width:99% !important;
    }

    .single-post nav#main-navigation .menu li.menu-item-12057 > a{
    color:#B11A29 !important;
    }

    .single-portfolio nav#main-navigation .menu > li.menu-item-12043 > a span.nav-line{
    width:99% !important;
    }

    .single-portfolio nav#main-navigation .menu li.menu-item-12043 > a{
    color:#B11A29 !important;
    }

    Thanks

    in reply to: Selected text color and line at navigation #187403
    jiwon
    Member
    Post count: 68

    Hi,

    I removed existing code and used the code you said.

    But the selected navigation text and line disappear like the first time.

    Thanks

     

    in reply to: Portfolio Category Sorting #187390
    jiwon
    Member
    Post count: 68

    Hi, Ed.

    I made the slugs for the categories alphanumeric characters.

    But I am afraid it does not work.

    I think that the category name makes the issue.

    Thanks.

Viewing 15 posts - 1 through 15 (of 35 total)