Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #235193

    1) I noticed that the phone info is not on the very right corner anymore – this is, if used with secondary menu.
    2) the color option for phone info as per CSS is not working any more.
    i used to use the following:

    .social_header .phone-info {
    font-size: 12px;
    color:#ffd500;
    }

    also – i am using a plug-in of your team to make small adjustments for those who use a ‘WC german market’ plug in. it shows that there is an update. but once i go to the page (inoplugins) to download it – there is only the old version to download.

    any ideas?
    the rest of it seems to work like a charm.. thansk for the improvements!
    my best regards
    Pedro

    #235659

    Hey aovivo!

    Can you post the link to your website so we can take a look at the issues?
    For your third questions, i have tagged our header of support Peter

    Regards,
    Yigit

    #235819
    This reply has been marked as private.
    #236081

    Hey!

    Please add this on Quick CSS or custom.css to switch the phone number and the top menu:

    .av_secondary_right .sub_menu {
    float: right;
    right: 200px;
    }
    
    .av_phone_active_right .phone-info {
    float: right;
    right: 0;
    position: absolute;
    }

    I’ll ask Dude about the WC german market plugin. Please wait for his response.

    Regards,
    Ismael

    #236086

    Thanks, it worked – phone info is now back on the right corner.
    what about the color?

    i had this css before – and it doesn work anymore:
    .social_header .phone-info {
    font-size: 12px;
    color:#ffd500;
    }

    thanks

    #236101

    Hey!

    Please use this:

    .phone-info span {
    font-size: 12px !important;
    color: #ffd500 !important;
    }

    Cheers!
    Ismael

    #236129

    thanks man, just changed the font size and that did it! thanks for your assistance!!

    just one more thing, that might be off topic:
    with all the changes in themes and other files (woocommerce) the amount of css styling codes is steadily increasing.
    some of the codes dont affect anything due to updates etc…

    question: is there any tool (or any way) to check/inspect if there are css style codes that are not affecting anything?

    thanks in advance
    Pedro

    #236157

    Hi!

    No, unfortunately I’m not aware of a reliable solution. The easiest way to find useless code would be to open up all pages which are affected by your custom css code and then start to delete small parts of your custom code. If the style changes you know it’s required. If it doesn’t change the code is not required anymore.

    Best regards,
    Peter

    #236161

    Hi Peter,

    i think ‘unused’ was a good hint.
    this is what i found: http://unused-css.com
    at least it shows me that the cstyle.css is working effectively (‘100% of the lines are used’ ).
    i think that may be correct…

    my best regards
    Pedro

    PS.: can you please check on the update at inoplugins regarding the updated plug-in for WC German market as stated in my first post?

    #236162

    Hi!

    I checked the download link and it points to 1.1 of the plugin. I just released two version (1.0) and a few days ago 1.1.

    Regards,
    Peter

    #236407

    got it – thanks. what is a bit confusing is that the ‘changelog’ on the download page states 1.0 as latest version…
    best regards
    Pedro

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘some issues after latest update (2.6)’ is closed to new replies.