Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #859804

    Hi!
    I have two problems, and both seems only to appear on Safari.
    First, the id scroll (link in button to id in a section in same page) does not work on safari, but i does work on chrome.
    Do you know what to do?
    Also, you previously helped me with icon list colors and it worked, but somehow the icons has the default color (grey) in chrome but in safari they appear as white.

    Both problems can be seen here: http://www.sudersand.se/vara-boenden/stugbyn/familjestuga-4-baeddar/

    Pic with problems are attached.
    Login aswell.

    Thanks!

    Regards Johan

    #859805

    the link to priser is on that page not right:

    it is:
    http://www.sudersand.se/vara-boenden/stugor/familjestuga-4-baeddar/#priser but the real link should be:
    http://www.sudersand.se/vara-boenden/stugbyn/familjestuga-4-baeddar/#priser

    so it makes me wonder why it should work on chrome?

    Erase the chrome cache ! then you will see that the link will not work aswell. And maybe the color of the icons is solved then too.
    I see on my chrome and on safari, opera, firefox allways the same background-color: #f6a800

    #859807

    Ah! Thanks Guenni007!
    Of course, I made a change in parent-pages… =)

    But, yes, why does it work on chrome? Maybe because thats is where I´m logged in and editing….?

    #859808

    No – erase the cache!

    copy / past it to your url window:

    chrome://settings/clearBrowserData

    #859986

    Hi,

    Thanks for helping us Guenni007.

    Best regards,
    John Torvik

    #859994

    The links are now working fine, but the problem whit the coloring of the icons in the list still remains.
    Any ideas? =)

    Regards Johan

    #860412

    Hi,

    I’m sorry but I don’t see any icon list element in the page. There is an icon box but there’s no icon list. Could you please provide a screenshot or a link to the page with the issue? ( see private field )

    Best regards,
    Ismael

    #860417

    There is two icon list on the page that you checked. And the screenshot is provided in my first post, but I´ll add it again.
    The lists are in the colorsection just below the icon box. =)

    – Johan

    #860451

    Hi,

    I see. I didn’t notice it because it’s transparent. The following css modification in the style.css file overrides the one in the Quick CSS field.

    .avia-icon-list .iconlist_icon {
        height: 20px;
        width: 20px;
        line-height: 20px;
        font-size: 15px;
        margin-right: 20px;
        margin-left: 0px;
        background-color: transparent !important;
    }

    You can either remove the background color property or adjust the !important rule in the Quick CSS field modification.

    .main_color .avia-icon-list .iconlist_icon {
        background-color: red !important;
    }

    Best regards,
    Ismael

    #860969

    But I don´t understand… I can´t find the important rule in the quick css field. The rule you just wrote isn´t there when I´m looking.
    And still, non of the codes ( in style.css or quick css) refers to any color of the icons itself, except for background. They are white. Not the default color – should be grey. Or what am I missing? =)

    Regards Johan

    #861258

    Hi,

    Just add this code at the very bottom of the style.css file.

    .main_color .avia-icon-list .iconlist_icon {
        background-color: red !important;
    }

    Best regards,
    Ismael

    #862806

    Hi,

    I added the code and the background, of course, went red. I changed it to transparent (purged all caches) but the background still goes red. Whats wrong now?

    I´m using this code:

    .main_color .avia-icon-list .iconlist_icon {
    background-color:transparent !important;
    }

    Have even put it in the quick CSS, but it has no effect. The background goes red.

    Regards Johan

    #863021

    Hi again! I don´t know if you have changed anything in my theme since my last post, but the icons seems to have a transparent background now! I only waited for a few hours and suddenly, there they was transparent. =)

    Regards Johan

    #863227

    Hi,

    I thought that you don’t want them to be transparent? Please remove browser cache after adding any modifications. You’re probably looking on a cached version of the page.

    Best regards,
    Ismael

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