Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Ad ID to menu button #1269519

    Thank you very much. Yes I meant the main navigation. I will comunicate your remark to our SEO manager.

    Update: You can close this topic. I solved it by creating a unique class per image and added to css code like so:

    .av-image-hotspot_inner::after {
    content: ”;
    color: white;
    left: -3px;
    position: relative;
    }

    div .plattegrond1 .av-image-hotspot:nth-child(1) .av-image-hotspot_inner::after {
    content: ’21A’;
    }

    div .plattegrond1 .av-image-hotspot:nth-child(2) .av-image-hotspot_inner::after {
    content: ’21B’;
    }

    .av-image-hotspot_inner {
    color: transparent !important;
    }

    in reply to: Mixed content – SSL error #1155073

    Close it. Found the error!

    I had to check the “Delete old CSS files” in Performance. I have a caching plugin that made the error.

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