Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #770472

    Hi Kriesi team,
    The problem is quite intriguing — without me making any modification to the pages of the website, the main menu (actually submenu items) changed their shape ON ONE SINGLE PAGE, and are not nice any longer. While all the other pages kept its original formatting, as it should be.
    Furthermore, on that very page, I have been using the animated numbers item – it no longer works. It does appear, but the text only, not the actual numbers and the following % sign. I made sure that on some other pages where I’ve used – it does work.
    Therefore there is something wrong with that page, but I can’t figure out what – tried rebuilding the containing elements inside the page, nothing helps.
    Not that I use Enfold Child theme (only the footer.php page modified for Google tags), it works perfectly well. I did try and switch back to Enfold theme, same result.
    Need your brains!
    Thanks!!

    • This topic was modified 7 years, 7 months ago by donkrisho.
    #771832

    Anyone, please?

    #771849

    Hi donkrisho,

    Here is a screen of a Javascript error on your page that prevents the script from working. You might want to fix that. It’s from Gravity forms.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #771865

    Hi Victoria,

    Thank you very much for attending to this! Thank you also for figuring this out – I am sorry for disturbing you, I actually thought the problem came from the theme update, now I realize it is likely to be related to the Gravity Forms plugin update. This is because I haven’t modified that page at all, and it worked previously.

    Less important, can you please let me know if this is possible (my other question): “…in the main menu on the top right, the list item is JOBS. What I love about it is that it has that little number on it, stating the number of openings you have. How did you achieve that?”

    Once again, thanks!

    Kind regards

    #772957

    Hi,

    You can see the CSS applied for that if you inspect the element in your browser. Here is the CSS:

    .jobs-menu > a > span.avia-menu-text:after {
        content: "4";
        font-size: 9px;
        color: #FFF;
        background: #42A0BD;
        line-height: 17px;
        width: 17px;
        display: inline-block;
        text-align: center;
        border-radius: 100px;
        position: relative;
        top: -9px;
        left: 2px;
    }

    If you add that CSS in Quick CSS and this class to the menu item it should likely work:

    jobs-menu

    Best regards,
    Rikard

    #1249942

    Thank you for this Rikard:
    3.5 years later I found usage of this feature (superscript number in the menu, here at your website indicating the number of openings/jobs).
    I have followed your instructions, but it doesn’t work. I have added the CSS class via WP Quick CSS, and assigned the class attribute to the menu item – nothing happens.
    Any idea?
    Thanks!

    #1250149

    Hi donkrisho,

    Please open a new ticket for your problem. Provide us admin access to have a deeper look into the issue, as well as precise links where we can see the issue. Screenshots highlighting what’s going on would help a lot (imgur.com, dropbox).

    Best regards,
    Victoria

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