• Resolved honlapcentrum

    (@honlapcentrum)


    Hello,

    First of all, thank you for your theme!

    Secondly, I have a problem. I created a website with it but the menu doesn’t work on Internet Explorer. It works fine with Chrome and Firefox. Do you have any idea why? The page is romerterv.hu

    Thank you for your help!

    Best regards,

    Peter

Viewing 15 replies - 1 through 15 (of 17 total)
  • Theme Author Andrew Misplon

    (@misplon)

    Hi Peter

    Great to hear from you. Thanks for reaching out.

    All WordPress themes completely overwrite their own folder during theme updates. Please, if we release an update, do not update Ultra, you will lose all of your customisations. In the future, if you’d like to make your changes updated safe, you’ll need to migrate all CSS changes to a Custom CSS plugin or child theme style.css file and any PHP file changes to a child theme.

    The menu seems to function ok for me in IE but I can see there are some styling differences. Is that the problem? It’s quite tough for us to assist with challenges like this because you’ve customised the theme so heavily. Basically, the code is now yours, almost more than it is our code. The spacing problems directly related to the custom code you’ve added. Hope that makes sense. I’ll do what I can to advise.

    Essentially, you need to slightly reduce the font size in the header and reduce the menu container padding and reduce the menu item margin right value. Here is a rough idea of how to do that:

    .szlogen {
    	font-size: 22px;
    }
    
    .main-navigation ul li {
    	margin-right: 14px;
    }
    
    .site-header .container {
    	padding-right: 10px;
    	padding-left: 10px;
    }

    Hope this helps point you in the right direction πŸ™‚

    Thread Starter honlapcentrum

    (@honlapcentrum)

    Hello,

    Thank you for your help, it solved the styling differences you said. But actually my problem is that the menu items are not clickable for me. Neither the hamburger menu in mobile view. Do you have any idea for that too? I’m using Microsoft Edge 25.10586.0.0

    Thanks,

    Peter

    Theme Author Andrew Misplon

    (@misplon)

    Thanks for your feedback. All seems ok in IE11. Please, can you test the demo and see if the problem occurs there: https://demo.purothemes.com/ultra/. That’ll help us narrow down the problem.

    Thread Starter honlapcentrum

    (@honlapcentrum)

    Hello,

    The demo works fine on my side.

    Theme Author Andrew Misplon

    (@misplon)

    Thanks for checking. This means that the error is somewhere in your edited files. At this stage, I’m not sure where. To start the troubleshooting process, save your styles and temporarily replace them with the original styles, does the issue resolve? We’ll need to go from changed file to changed file to locate the source of the problem. Here are the original styles: https://themes.svn.wordpress.org/ultra/1.0.2/style.css

    Thread Starter honlapcentrum

    (@honlapcentrum)

    Thanks for the original css file. With it the menu works fine so it must be in my css somewhere πŸ™

    Theme Author Andrew Misplon

    (@misplon)

    What I would usually do next in a situation like this is try adding back in the first 1/4 then 2/4, then 3/4 then 4/4 of your original style.css file. Try to work out more or less where the issue is and then narrow it down to the problem rule from there.

    Hi Support
    I have a price comparison wordpress theme purchased from themeforest and i am using it for my website . I have uploaded around 150,000 products on my website. But now While adding the description of any products the Description menu is not working. When i try to type something. no typing pointer is showing. neither i can type something. So what may be the issue. ? Is worpress cant handle these many products/post?Or there’s some other issue

    Note: My hosting is in dedicated server.
    So the speed isnt the issue.
    Please help me as i have to launch my website on 1st of july and i have lots of work to do.

    Thanks & Regards
    Jeet

    Theme Author Andrew Misplon

    (@misplon)

    Hi @jeet1991

    Thanks for reaching out. This is a topic specific to our Ultra theme: https://wordpress.org/themes/ultra/. Unfortunately, this isn’t a general WordPress topic. For ThemeForest themes it would be best to ask a question on the specific support forum for the product you purchased.

    Good luck.

    Hi Sir
    But this isnt the issue regarding theme. theme is working great, website is running smoothly but i am unable to add product details from wordpress.
    thnxx

    Theme Author Andrew Misplon

    (@misplon)

    Hi jeet1991

    WordPress doesn’t offer the ability to add products by default. So your question should go to whatever adds the product functionality. If your theme adds that functionality then you should ask on your theme’s forum. If you’re using WooCommerce, then ideally, ask on the WooCommerce forum. Alternatively, if you’re sure this is a general WordPress question, please, add a new post on the general WordPress forum: https://wordpress.org/support/forum/how-to-and-troubleshooting#postform.

    All the best.

    Hi
    Thank you πŸ™‚

    Theme Author Andrew Misplon

    (@misplon)

    For sure. Hope you can get the challenge solved πŸ™‚

    Hi
    Screen option menu isnt responding . Whats the issue for this now

    Regards

    Oh Sorry i dint notice Its ultra theme support forum
    I ll create new topic

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Menu not working on IE’ is closed to new replies.