ReyDev Posted February 20, 2022 Author Posted February 20, 2022 4 hours ago, Sirmadsen said: Hi, Thanks for the updates and keep up the good work. Problem still persist with tab colors in certain area. Some were fixed with the latest updates but Download tabs are still a problem. What is your website URL? so I can check it out
Sirmadsen Posted February 20, 2022 Posted February 20, 2022 (edited) 10 hours ago, ReyDev said: What is your website URL? so I can check it out https://www.throneofgeeks.com/ You can see it "in action" here:https://www.throneofgeeks.com/file/189-007-nightfire/ It's in both dark and light mode. The text color is of the tabs is just off. Edited February 20, 2022 by Sirmadsen
ReyDev Posted February 22, 2022 Author Posted February 22, 2022 On 2/20/2022 at 11:01 AM, Sirmadsen said: https://www.throneofgeeks.com/ You can see it "in action" here:https://www.throneofgeeks.com/file/189-007-nightfire/ It's in both dark and light mode. The text color is of the tabs is just off. I checked it! this color inherits from area_background_reset color Since the color issue of tabs has become a bit annoying, I think I have to make options to adjust their color. So in the next update for tabs, I will add custom color options that you can easily adjust We will have it soon Sirmadsen 1
Nikoly Zelesky Posted February 24, 2022 Posted February 24, 2022 ReyDev, hello) Can you help me please with that! In the both theme in the forum blocks a lot of dark and so light text (dark mode) and light text (light mode) that I can not see some very important information into it. Can you tell me please, where I can change text color of this parameters wich can hepl me to do it more visible. I cant to find it
ReyDev Posted February 25, 2022 Author Posted February 25, 2022 12 hours ago, Neosky said: Hi, as i said in the last post , i'm going to add new options to manage tabs. 12 hours ago, Neosky said: i've added an option to manage color of the editor toolbar!! what is your website url, so i can check it out ? Nikoly Zelesky 1
Nikoly Zelesky Posted February 25, 2022 Posted February 25, 2022 My forum is - https://omorashiclub.com/ 13 hours ago, ReyDev said: Hi, as i said in the last post , i'm going to add new options to manage tabs. It will be so amazing!
Sirmadsen Posted March 14, 2022 Posted March 14, 2022 Hi, Last update seem to have fixed the tab colors on some places. There's still a problem in the downloads app though. And if you check your own demo board you can see problems in Leaderboards. Also some 3rd party apps with tabs are also shown as the screenshot provided.
ReyDev Posted March 14, 2022 Author Posted March 14, 2022 1 hour ago, Sirmadsen said: Hi, Last update seem to have fixed the tab colors on some places. There's still a problem in the downloads app though. And if you check your own demo board you can see problems in Leaderboards. Also some 3rd party apps with tabs are also shown as the screenshot provided. I'll check it out Thanks Sirmadsen 1
Vegan Gaymer Posted March 31, 2022 Posted March 31, 2022 (edited) On 12/21/2021 at 2:04 AM, ReyDev said: Add thnis css code to the MISC tab -> Custom CSS. I'll fix it in the next version. #tabs_club.ipsTabs { color: rgb( var(--theme-area_background_reset) )!important; } Hi Rey! I just bought this beautiful theme and I am also getting this block to my entire site. The code above did not solve the problem. I see there have been updates since this was reported so it seems to still be an issue. What do I need to do to remove this and access my site? Thanks! Beautiful work! [EDIT] I now see that if I scroll down my site content is there! So is this just a slider panel or image box that I need to resize or remove? Thanks! Edited March 31, 2022 by Vegan Gaymer
Vegan Gaymer Posted March 31, 2022 Posted March 31, 2022 HELP: I'm uploading a png for my logo and it only shows a broken image. The installation with the default logo was also broken, so I'm not sure what that means. Do I need to do a reinstall?
ReyDev Posted April 1, 2022 Author Posted April 1, 2022 (edited) 12 hours ago, Vegan Gaymer said: HELP: I'm uploading a png for my logo and it only shows a broken image. The installation with the default logo was also broken, so I'm not sure what that means. Do I need to do a reinstall? Hi, you should set the logo in the Main Theme Setting 12 hours ago, Vegan Gaymer said: Hi Rey! I just bought this beautiful theme and I am also getting this block to my entire site. The code above did not solve the problem. I see there have been updates since this was reported so it seems to still be an issue. What do I need to do to remove this and access my site? Thanks! Beautiful work! [EDIT] I now see that if I scroll down my site content is there! So is this just a slider panel or image box that I need to resize or remove? Thanks! this is a slider panel and you can set image, background-color,.... . if you dont want to show this, just disable slider in (RD) Slideshow tab. Just let me know if you need any other help. Regards Edited April 1, 2022 by ReyDev
ReyDev Posted April 3, 2022 Author Posted April 3, 2022 On 3/13/2022 at 10:44 PM, Sirmadsen said: Hi, Last update seem to have fixed the tab colors on some places. There's still a problem in the downloads app though. And if you check your own demo board you can see problems in Leaderboards. Also some 3rd party apps with tabs are also shown as the screenshot provided. Hi @Sirmadsen just wanted you know, I worked on the issue and fixed it. the new version is uploaded and pending approval. Sirmadsen 1
InvisionHQ Posted April 22, 2022 Posted April 22, 2022 Hello best way to increase font size globally?
ReyDev Posted April 23, 2022 Author Posted April 23, 2022 17 hours ago, InvisionHQ said: Hello best way to increase font size globally? Hi, The theme uses the IPS font sizes. if you have any suggestion, let me know please. Regards general way to increase font size, setting a base font size for the body and use `rem` and `em` units for the nested elements
InvisionHQ Posted April 23, 2022 Posted April 23, 2022 (edited) Let me report a typo, missing a ) in javascript: At the end of globalTemplate <script> $("*").on("click", function(e,ev) { console.log(getUniqueSelector("#ipsLayout_footer")) } var element = document.querySelector('a'); function positionInNodeList(element, nodeList) { for (var i = 0; i < nodeList.length; i++) { if (element === nodeList[i]) { return i; } } return - 1; } </script> Edited April 23, 2022 by InvisionHQ ReyDev 1
InvisionHQ Posted April 23, 2022 Posted April 23, 2022 @ReyDev Check well, because this suggestion fixes the JS error but then the dark/light switch does not work.
ReyDev Posted April 26, 2022 Author Posted April 26, 2022 On 4/23/2022 at 4:32 AM, InvisionHQ said: @ReyDev Check well, because this suggestion fixes the JS error but then the dark/light switch does not work. Thank you for reporting the issue. fixed and uploaded. is pending approval.
ReyDev Posted April 29, 2022 Author Posted April 29, 2022 (edited) @apolo_olympos Hi, please send me a screenshot or url where the issue happens, so i can chekc it out Thank you Edited April 29, 2022 by ReyDev
Amy Pond Posted May 17, 2022 Posted May 17, 2022 Hello! Firstly, this theme is amazing 😄 I have some questions for you. 1. Is it possible to change hover text color in the header menu? 2. Is it possible to change topics color link? 3. Is it possible to change the color of background and text in chatbox when you are tagged? 4. How can I change the background of title tag in the post? Thanks a lot, sorry for my bad English 😞
ReyDev Posted May 19, 2022 Author Posted May 19, 2022 On 5/17/2022 at 10:11 AM, Amy Pond said: Hello! Firstly, this theme is amazing 😄 I have some questions for you. 1. Is it possible to change hover text color in the header menu? 2. Is it possible to change topics color link? 3. Is it possible to change the color of background and text in chatbox when you are tagged? 4. How can I change the background of title tag in the post? Thanks a lot, sorry for my bad English 😞 @Amy Pond Hi, Sorry for the delay. On 5/17/2022 at 10:11 AM, Amy Pond said: 1. Is it possible to change hover text color in the header menu? ،his color inherits from the main theme color, you should change from here or for background-color , font color you can use these options But by changing these items, other items that have used these colors will change and you may not like it so I think it is better to add these items as a custom CSS code to your theme. please send me your website url so I can check them out and send you custom codes. Amy Pond 1
Amy Pond Posted May 24, 2022 Posted May 24, 2022 @ReyDev thank you very much, I send you a pm 🙂 ReyDev 1
CheersnGears Posted May 24, 2022 Posted May 24, 2022 Excellent theme and I'm nearly done configuring it to my tastes. Two questions: 1. Is there a way to adjust the size of the logo? 2. Where is the setting to edit or disable this?
ReyDev Posted May 25, 2022 Author Posted May 25, 2022 16 hours ago, CheersnGears said: 2. Where is the setting to edit or disable this? Hi, you can mange the sidebar in this sction 16 hours ago, CheersnGears said: 1. Is there a way to adjust the size of the logo? No, but send me your website URL to check it out to find out a solution, just specify which logo you want to resize, the website logo or the sidebar logos?
CheersnGears Posted May 25, 2022 Posted May 25, 2022 4 hours ago, ReyDev said: Hi, you can mange the sidebar in this sction No, but send me your website URL to check it out to find out a solution, just specify which logo you want to resize, the website logo or the sidebar logos? The website logo. The site is https://cheersandgears.com I intend to replace the current logo with something new, but I know I'm going to want it larger than what is currently displaying through your theme. I've made theme available as CnG2022 for guests, but not the default. Thank you.
ReyDev Posted May 27, 2022 Author Posted May 27, 2022 On 5/25/2022 at 7:44 AM, CheersnGears said: The website logo. The site is https://cheersandgears.com I intend to replace the current logo with something new, but I know I'm going to want it larger than what is currently displaying through your theme. I've made theme available as CnG2022 for guests, but not the default. Thank you. add this snippet code in the Custom CSS option in the theme setting please. it will make the logo larger. hope this helps. .vala-theme-logo-nextto-navbar { max-width:100%!important; } let me know please.
Recommended Posts