Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
January 8, 20178 yr Author 6 minutes ago, Vegan Gaymer said: You, my friend, are a genius. That seems to have fixed it. Thank you so much for this! It works perfectly. You're welcome im glad it works
January 9, 20178 yr Hi, With the latest Internet Explorer and Microsoft Edge, there is an additionnal space at the right of the main content, see with demo site: Chrome or Safari do not have this problem. Is there a way to fix this?
January 9, 20178 yr Author 1 hour ago, RaZor Edge said: Hi, With the latest Internet Explorer and Microsoft Edge, there is an additionnal space at the right of the main content, see with demo site: Chrome or Safari do not have this problem. Is there a way to fix this? mmm never seen the space i have tested on microsoft edge and chrom before do you see the space on the demo page only? might be the recent update, i will check as soon as i go to my computer
January 9, 20178 yr Author 2 hours ago, RaZor Edge said: Hi, With the latest Internet Explorer and Microsoft Edge, there is an additionnal space at the right of the main content, see with demo site: Chrome or Safari do not have this problem. Is there a way to fix this? Just tested on Microsoft edge and chrome again no issues at all :/ can you show a link where do you see exactly? it might has something to do with your website
January 9, 20178 yr Hi, In facts, it shows on the demo website or any other. Using Edge or IE 11, the page show fine, but if I look at the browser bottom slider, I see that there seems to be space (see attach files).
January 9, 20178 yr Author You're right. unnoticeable haha i will fix it as soon as possible, in my side it is only on Microsoft edge and ie 11 but not chrome Thanks for spotting lol damn i hate you internet explorer Edited January 9, 20178 yr by TAMAN
January 9, 20178 yr Author 12 minutes ago, Vegan Gaymer said: +CREATE MENU (customize)? Is there a way to re-order and edit the +Create Menu? sure, what do you want to do?
January 9, 20178 yr 1 minute ago, TAMAN said: sure, what do you want to do? I'm not sure just yet, but wondered if I missed a setting? I just wanted to put them in the order of highest priority based on community.
January 9, 20178 yr Author Just now, Vegan Gaymer said: I'm not sure just yet, but wondered if I missed a setting? I just wanted to put them in the order of highest priority based on community. oh, i misunderstood. there is no setting to customize this button
January 10, 20178 yr 6 minutes ago, TAMAN said: can you test on the demo page? and see if its same demo is a passed however the demo doesn't have a upload logo image. Got another website to site? Or browser running windows 10 phone
January 10, 20178 yr Author 1 minute ago, EmpireKickass said: demo is a passed however the demo doesn't have a upload logo image. Got another website to site? Or browser running windows 10 phone I will check
January 10, 20178 yr Author 2 hours ago, EmpireKickass said: demo is a passed however the demo doesn't have a upload logo image. Got another website to site? Or browser running windows 10 phone added the fix along with version 1.0.2 if you are using image for logo just re download and use upload a new version : )
January 15, 20178 yr TEXT FONTS AND FORMATTING I've noticed that BOLD does not show very well no matter which font I choose. Is there a way to increase the Bold effect? I don't know if I am doing something wrong, but Google Fonts seem to only work for fonts with a single name like Ubunto, but if it is something like Open Sans, I can't get the theme to recognize it. What am I doing wrong? Thanks! troy
January 15, 20178 yr Author 7 minutes ago, Vegan Gaymer said: TEXT FONTS AND FORMATTING I've noticed that BOLD does not show very well no matter which font I choose. Is there a way to increase the Bold effect? I don't know if I am doing something wrong, but Google Fonts seem to only work for fonts with a single name like Ubunto, but if it is something like Open Sans, I can't get the theme to recognize it. What am I doing wrong? Thanks! troy How/where do you use bold exactly? in editor? if you paste a text with formatting in it, the bold doesnt work, make sure to click this when you paste some text just tested Open Sans, and it works fine, Open Sans quite similar to the default fonts used you can barely notice the difference
January 16, 20178 yr It seems that you don't have an color option for (Send me news and updates) from the register page. It's white
January 17, 20178 yr Hello Taman,As discussed privately, I would like to see some changes to the userbar. Taman kindly offered to submit my ideas in this topic.The desired changes are somewhat different from those discussed earlier in this discussion.So here is a description of what I want (see the screenshot for a general idea):- Move the bar just below the header;- Keep a small empty space to separate them;- Do not include the userbar with the "fix header";- Decrease the size of the userbar (see screenshot);- Give a translucent effect similar to the header on dark tone;- Remove the colored bar on the right;- For the left side, in an ideal world, I would have liked a gradient transparent from left to right. If it's complicated, then we could keep the current style.Thanks again Taman for this excellent theme!
January 17, 20178 yr Author add to custom.css .usernavigation.ipsLayout_container{ max-width: 100%; } /*Adjust the top*/ .usernavigation.ipsLayout_container{ top: 100px; bottom: initial; } /*userbar size*/ .usernavigation #elUserNav{ padding: 7px 15px; } .usernavigation #elUserNav:before { border-left: none; } /*transparency*/ html[dir="rtl"] .usernavigation #elUserNav, html[dir="ltr"] .usernavigation #elUserNav{ background-color: {hextorgb="userbar_bg" opacity="0.80"}; background: -webkit-linear-gradient(to left, {hextorgb="userbar_bg" opacity="0.80"} , {hextorgb="userbar_bg" opacity="0.15"}); /* left to right transparency. if you dont like it remove this line */ background: linear-gradient(to left, {hextorgb="userbar_bg" opacity="0.80"} , {hextorgb="userbar_bg" opacity="0.15"}); /* left to right transparency. if you dont like it remove this line */ border-right: none; border-radius: 3px; } Enjoy im glad you like it Edit: btw i might add it as a setting for next update so users can simply switch the user bar style you got good ideas xD thanks Edited January 17, 20178 yr by TAMAN
January 17, 20178 yr 2 hours ago, TAMAN said: add to custom.css .usernavigation.ipsLayout_container{ max-width: 100%; } /*Adjust the top*/ .usernavigation.ipsLayout_container{ top: 100px; bottom: initial; } /*userbar size*/ .usernavigation #elUserNav{ padding: 7px 15px; } .usernavigation #elUserNav:before { border-left: none; } /*transparency*/ html[dir="rtl"] .usernavigation #elUserNav, html[dir="ltr"] .usernavigation #elUserNav{ background-color: {hextorgb="userbar_bg" opacity="0.80"}; background: -webkit-linear-gradient(to left, {hextorgb="userbar_bg" opacity="0.80"} , {hextorgb="userbar_bg" opacity="0.15"}); /* left to right transparency. if you dont like it remove this line */ background: linear-gradient(to left, {hextorgb="userbar_bg" opacity="0.80"} , {hextorgb="userbar_bg" opacity="0.15"}); /* left to right transparency. if you dont like it remove this line */ border-right: none; border-radius: 3px; } Enjoy im glad you like it Edit: btw i might add it as a setting for next update so users can simply switch the user bar style you got good ideas xD thanks Wow! It look awesome! I will try it on my board! Thanks again!
January 17, 20178 yr https://gyazo.com/24cdfdd20939895bd1cf230c0b07da6c Would it be possible to add this to your theme? I really like this sidebar, and would be able to put connect buttons to my gaming servers.