Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author PressTigers

    (@presstigers)

    Hi,

    We have inspected website in browser. Default theme styles are being applied.We just disabled the style and background color is removed. Our plugin has no role of drawing rectangular box in navigational menu.Also we are not using orange color scheme in plugin styling.

    It can be seen here

    Please remove this style at your end or contact us at [email protected]

    Thread Starter Elfia88

    (@elfia88)

    After I have deactivated your plugin, the box alignment and color scheme resolve immediately.

    On Internet Explorer, the orange rectangular box (taken from the color scheme I choose for the design) appears only under the Jobs page where the job board is applied. There are no conflicts for other pages,

    Thread Starter Elfia88

    (@elfia88)

    I contacted our theme design developer and we were told that there were 2 problems identified with your plugin:

    1. Something with jquery conflict with the job board I have added and I was asked to include the following CSS code under my custom css file:

    @media screen and (min-width:1000px){
        .main-navigation > ul{background: none !important;}
    }

    2. The CSS of the Bootstrap of your plugin has some issues.

    They have resolved for us but I hope the next update will not have the same issue.

    Thread Starter Elfia88

    (@elfia88)

    @media screen and (min-width:1000px){
        .main-navigation ul{background: none !important;}
    }
    
    .nav li a{background:none !important; padding:0 !important}

    The CSS code should be the above.

    Plugin Author PressTigers

    (@presstigers)

    If the problem is still persisting, we will recommend you to update to 2.1.1 we have just uploaded it’s minor release with following fixes:
    – Resolved the upload file setting issue.
    – Resolved the bootstrap conflict issue.
    – Changed the template of no job listing.
    – Restricted the view of applicants on front end.

    For further discussions you can contact us at [email protected]

    For safe side, we will recommend you to keep backup copy of your application so that you don’t loose above mentioned changes.

    Regards,
    PressTigers

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Distort the header menu (BUG)’ is closed to new replies.