Home Forums WordPress Themes – Premium Flat Responsive Various questions on Flat Responsive Theme

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #21769

    Hi Umesh,

    Yes missing images solved. I believe it happened when I shifted the WP installation from a folder to the root. I couldn’t change the image database. So I had to remove the images and reinsert them in all pages!!!

    Thanks for the code. It has not solved the issue. The extra space on left and right of the text on the drop downs still come. What I want is the dropdowns should be made narrower or should expand to fill the space needed for the text.

    The issue with the menus not being usable still remains on all pages except homepage. If you go to any other page, if you hover to activate a drop down, you will see you will not be able to click on it. The drop down disappears! Is it because there is a negative top margin set for the element immediately under the dropdown? What is the way to solve this?

    Thanks again
    Samit

    #21777
    Anonymous
    Inactive

    Hi Samit,

    I visit your site and it seems that menu working properly in all pages. Regarding to width of menu, please add the following css to fix that issue :

    ul.navmenu ul.sub-menu{
         width:220px;
    }

    Thanks

    #21779

    Thanks Umesh,

    Menus are okay now as I reduced the top margin on every page of the element just under the menus. That (initially -45px) was what was causing the problem.
    I think everything is more or less okay now. The menus too are fixed.

    EXCEPT.. please view homepage (www.bhawanipurdesignacademy.org) using Firefox browser. Scrolling to the bottom makes it jump continuously. Why is this happening? Was earlier happening too.

    Regards
    Samit

    #21781
    Anonymous
    Inactive

    Hi Samit,

    I visit your site using Mozilla Firefox and it works properly now. You got solved?? Please let us know if there is any problem again.

    Thanks

    #21784

    Hi Umesh,

    The issue is not yet resolved. Strangely, it happens when I view the page at larger resolution. My main monitor 1920×1080 and other monitor 1680×1020 the issue occurs. If I make the window smaller, its okay. Cannot figure this out.

    Regards
    Samit

    #21785
    Anonymous
    Inactive

    Hi Samit,

    I check up your site and It seems that, the issue(jump to top while scrolling) occur by custom css, which are conflicting with patent css, so that element does not able to load clearly and issue occur.
    Please check the custom css and fix the issue. Here is step of checking css conflict issue:

    => first backup the custom css(copy in other backup file) and check the site. and you check 2 step :
    1. If there is still issue in site then its not css conflict.(check for other issue like Plugin/custom jQuery etc)
    2. If there is no issue withuot custom css, then it means there is conflict on css.
    Now Here is step to remove css conflict issue:
    =>Add custom css one by one step and check the site and similarly go on. While you find issue in css then remove that code.

    Thanks

    #16528

    Hi Umesh,
    I will check this out. Will take a while, and something that is perhaps too cumbersome to do.
    Will keep you posted.
    Thanks
    Samit

Viewing 7 posts - 16 through 22 (of 22 total)
  • You must be logged in to reply to this topic.