-
AuthorPosts
-
March 11, 2014 at 5:34 am #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
PedroMarch 11, 2014 at 5:05 pm #235659Hey 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 PeterRegards,
YigitMarch 11, 2014 at 8:10 pm #235819This reply has been marked as private.March 12, 2014 at 5:06 am #236081Hey!
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,
IsmaelMarch 12, 2014 at 5:10 am #236086Thanks, 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
March 12, 2014 at 5:20 am #236101Hey!
Please use this:
.phone-info span { font-size: 12px !important; color: #ffd500 !important; }
Cheers!
IsmaelMarch 12, 2014 at 5:53 am #236129thanks 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
PedroMarch 12, 2014 at 8:19 am #236157Hi!
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,
PeterMarch 12, 2014 at 8:27 am #236161Hi 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
PedroPS.: can you please check on the update at inoplugins regarding the updated plug-in for WC German market as stated in my first post?
March 12, 2014 at 8:30 am #236162Hi!
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,
PeterMarch 12, 2014 at 5:16 pm #236407got it – thanks. what is a bit confusing is that the ‘changelog’ on the download page states 1.0 as latest version…
best regards
Pedro -
AuthorPosts
- The topic ‘some issues after latest update (2.6)’ is closed to new replies.