Circo Posted October 16, 2017 Posted October 16, 2017 10 hours ago, TAMAN said: Hi, have you uploaded any new editor skins? if so then please disable the theme editor customizations if not then make sure to use the default option in custom tab Well that was easy. Truthfully I didnt even see the option to change the editor colors. Thanks for that! mmm it doesnt happen on my side can you provide a link so i can check? Absolutely. It happens on my test site, and production site with different resolutions. One common theme is people who hook their computer up to a 4K TV. If you'd like a login to the back end of the site, let me know and I'll set one up for you.
Bluto Posted November 3, 2017 Posted November 3, 2017 (edited) It appears in the News Ticker that if you only have the Custom Tickers and no Tickers the news roll on the site starts half way across the screen and doesn't resume once off the screen. Edited November 3, 2017 by Bluto
joshuaj Posted November 9, 2017 Posted November 9, 2017 Hi Taman, I'm working with someone who has this theme. We are trying to figure out how to show the slider only on the homepage. I've checked the theme settings and see where you can exclude it from "pages", but it removes it from the home page as well.
President Evil Posted November 24, 2017 Posted November 24, 2017 (edited) @TAMAN  Can you please show me how to edit the theme so Sign in with Steam is the only registration method? I want my new registrations to only sign in with Steam, but existing accounts can login with the either steam or ips default.  Edited November 24, 2017 by President Evil
TAMAN Posted November 25, 2017 Author Posted November 25, 2017 On 11/9/2017 at 6:42 AM, joshuaj said: Hi Taman, I'm working with someone who has this theme. We are trying to figure out how to show the slider only on the homepage. I've checked the theme settings and see where you can exclude it from "pages", but it removes it from the home page as well. Thats because your homepage is "Pages" and you are excluding it from pages 1 hour ago, President Evil said: @TAMAN  Can you please show me how to edit the theme so Sign in with Steam is the only registration method? I want my new registrations to only sign in with Steam, but existing accounts can login with the either steam or ips default.  Sorry, this has nothing to do with themes, you should ask in a separated topic
joshuaj Posted November 25, 2017 Posted November 25, 2017 6 hours ago, TAMAN said: Thats because your homepage is "Pages" and you are excluding it from pages Right, so I"m wondering how we can only have it show on the homepage?
SardiniaNET Posted December 10, 2017 Posted December 10, 2017 (edited) Hello @TAMAN Stunning theme indeed! We used it for HeroQuest Italian Forum Unfortunately after completing the connection with Facebook for login and registration, in the registration page the Facebook login block is out of screen. Can someone help me? I have the 4.1.1 version. Edited December 11, 2017 by SardiniaNET
TAMAN Posted December 11, 2017 Author Posted December 11, 2017 22 hours ago, SardiniaNET said: Hello @TAMAN Stunning theme indeed! We used it for HeroQuest Italian Forum Unfortunately after completing the connection with Facebook for login and registration, in the registration page the Facebook login block is out of screen. Can someone help me? I have the 4.1.1 version. I cant see any issues on registration page in my side A screenshot maybe?
joshuaj Posted December 18, 2017 Posted December 18, 2017 On 11/24/2017 at 6:23 PM, TAMAN said: Thats because your homepage is "Pages" and you are excluding it from pages Correct. So my questions is how do I only include it on a "per page" bases? I'd only like it to display on the home page.
TAMAN Posted December 18, 2017 Author Posted December 18, 2017 15 hours ago, joshuaj said: Correct. So my questions is how do I only include it on a "per page" bases? I'd only like it to display on the home page. Its not possible, Sorry
joshuaj Posted December 18, 2017 Posted December 18, 2017 Just now, TAMAN said: Its not possible, Sorry Shame. Thanks for the reply.
SardiniaNET Posted January 1, 2018 Posted January 1, 2018 On 11/12/2017 at 10:47 PM, TAMAN said: I cant see any issues on registration page in my side A screenshot maybe? Here the screenshot. As you can see, the Facebook login is out of the screen. Â
TAMAN Posted January 2, 2018 Author Posted January 2, 2018 11 hours ago, SardiniaNET said: Here the screenshot. As you can see, the Facebook login is out of the screen. Â It looks fine on my side http://heroquestforum.it/index.php?/register/ Â What browser do you use? also, check if you have same problem on default theme Â
SardiniaNET Posted January 8, 2018 Posted January 8, 2018 No problems with default theme. I use Chrome 64bit, latest version on Win10.
TAMAN Posted January 8, 2018 Author Posted January 8, 2018 36 minutes ago, SardiniaNET said: No problems with default theme. I use Chrome 64bit, latest version on Win10. I did test on chrome and it looks totally fine whats your display resolution?
SardiniaNET Posted January 9, 2018 Posted January 9, 2018 (edited) 1920x1080 Can you see this page:Â http://heroquestforum.it/index.php?/register/Â ? If yes, please, can you send me a screenshot? Edited January 9, 2018 by SardiniaNET
TAMAN Posted January 9, 2018 Author Posted January 9, 2018 6 hours ago, SardiniaNET said: 1920x1080 Can you see this page:Â http://heroquestforum.it/index.php?/register/Â ? If yes, please, can you send me a screenshot? sure, on same display resolution
Adlago Posted January 9, 2018 Posted January 9, 2018 (edited) For me from FF is OK, but Chrome ... PP. The issue is not in a browser but in a language pack - when there is an 'Italian' have issue Edited January 9, 2018 by Adlago TAMAN and SardiniaNET 1 1
TAMAN Posted January 9, 2018 Author Posted January 9, 2018 1 hour ago, Adlago said: For me from FF is OK, but Chrome ... PP. The issue is not in a browser but in a language pack - when there is an 'Italian' have issue Thank you @Adlago  @SardiniaNET I just tested the default IPS theme with Italian language and same issue happens, its due to the login handler column dev added between a <strong> tag when switching to italian language. I already asked to check if same thing happens on default ips theme which you said no, but it does happen there, its just the background colors and the login box have same colors on default theme and you cant see the issue, you should contact the italian language pack provider to fix   I can provide a quick css solution Add this in custom.css [data-role="registerForm"] .ipsColumns>strong{ display: table-cell; position: relative; vertical-align: top; padding: 0 7px; width: 280px; }  SardiniaNET 1
SardiniaNET Posted January 11, 2018 Posted January 11, 2018 (edited) Great! Thanks a LOT!  ehm.. where I have to add this code? Two questions (thank you for yout availability) 1.The IPS  4.2.7 is available. The theme is Okay with this version? 2. How I can change the backgrpund color of emoticon panel? Edited January 11, 2018 by SardiniaNET
TAMAN Posted January 11, 2018 Author Posted January 11, 2018 (edited) Just now, SardiniaNET said: ehm.. where I have to add this code? Add it in custom.css  Just now, SardiniaNET said: 1.The IPS  4.2.7 is available. The theme is Okay with this version? Yes it is compatible. All of my themes are compatible with almost all ips updates because only two templates are customized, and i usually update the themes same day its not compatible. Just now, SardiniaNET said: 2. How I can change the backgrpund color of emoticon panel? Its connected with some other menus but if you only want to change the emoticons panel background then add this to custom.css and change the color value  .ipsMenu[data-controller="core.global.editor.emoticons"] { background-color: cadetblue; }      Edited January 11, 2018 by TAMAN SardiniaNET 1
AlexWright Posted January 11, 2018 Posted January 11, 2018 (edited) On 12/18/2017 at 10:59 AM, joshuaj said: Shame. Thanks for the reply. It is possible using a custom tenplate and CSS !important element on those pages.  <style>  .swiper-container    {      display: none!important;    } </style>  Just include this at the top of the template. Edited January 11, 2018 by Lord Nowe joshuaj and TAMAN 2
SardiniaNET Posted January 11, 2018 Posted January 11, 2018 (edited) Sorry @TAMAN... Page Management > Templates? My CSS list is empty... Edit: I Found it! Â Edited January 11, 2018 by SardiniaNET
TAMAN Posted January 11, 2018 Author Posted January 11, 2018 Just now, SardiniaNET said: Sorry @TAMAN... Page Management > Templates? My CSS list is empty... I have provided screenshots on how to open custom.css above.  Pages templates has nothing to do with this, custom.css is a theme CSS template you can use it for your manual customization's to open custom.css you need to go to Admin Control Panel > Customization > Themes and then follow these two screenshots below  SardiniaNET 1
Recommended Posts