Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • iorfino Friend
    #1005692

    Hello,

    please tell me how to avoid this wrong overlapping. featured icon (red heart triangle) goes over the topdown menu of k2filter module. see attach screen of "eventi" section


    1. schermata-2017-01-26-alle-08.40.42
    Pankaj Sharma Moderator
    #1005719

    Hi
    Open /templates/ja_directory/local/css/k2.css
    Find below code

    
    div.itemIsFeatured:before,
    div.catItemIsFeatured:before,
    div.userItemIsFeatured:before {
      content: "";
      top: 0;
      right: 15px;
      width: 52px;
      height: 54px;
      position: absolute;
      z-index: 2;
      background: url("../../images/ico/featured-ltr.png") no-repeat 100% 0;
    }

    Replace it with

    
    div.itemIsFeatured:before,
    div.catItemIsFeatured:before,
    div.userItemIsFeatured:before {
      content: "";
      top: 0;
      right: 15px;
      width: 52px;
      height: 54px;
      position: absolute;
    
      background: url("../../images/ico/featured-ltr.png") no-repeat 100% 0;
    }

    Let me know if it helps.

    iorfino Friend
    #1005733

    the red heart triangle does not appear anymore, so i have no more overlapping. Is there a different solution to maintain the featured icon?

    Pankaj Sharma Moderator
    #1006035

    Hi
    The Eventi menu does not showing the same view like before : http://prntscr.com/e0vqbi
    Have you fixed it?

    iorfino Friend
    #1006071

    Hi
    I have changed only the category list for the search bar, i’m working on.

    Pankaj Sharma Moderator
    #1006092

    Hi
    On which page i can check this issue ?

    iorfino Friend
    #1006104

    Hi,

    same page , now i have marked as featured all the items end rewritten the original code in /templates/ja_directory/local/css/k2.css
    so i have again the featured triangle printed over the topdown menu, see attach


    1. schermata-2017-01-27-alle-12.50.05
    Pankaj Sharma Moderator
    #1006627
    This reply has been marked as private.
    iorfino Friend
    #1016675

    Hi
    any news on css?

    Pankaj Sharma Moderator
    #1016685
    This reply has been marked as private.
    iorfino Friend
    #1016692

    ok, i have updated Site access information.

    Pankaj Sharma Moderator
    #1017538

    Hi Kindly check your site. The issue is fixed. The problem is due to custom code added by you in custom.css file line 236.

    Please check it now.

    Regards

Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 11 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum