Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
June 23, 20186 yr On 5/29/2018 at 1:30 AM, liquidfractal said: A few other areas where there needs to be some customisation (either for my particular case or added to the theme): All of these are the menus for submitting images to a Gallery album. First, the Album Features: This view actually applies to the Ownership and Privacy options as well. Ditto for when you upload a series of images and click the Set copyright on all or the other buttons: Hopefully there is one set of CSS that will allow all these to be changed? Also found the Content Types menu in the Activity tab needs to be done as well :).
June 23, 20186 yr Author None of this screenshots look like this by default https://gyazo.com/49b5758279103df69420a65dd18ca559 have you customized colors?
June 23, 20186 yr Author On 6/23/2018 at 7:34 PM, knightsystems said: Hi, are announcements not shown with this theme? Just tested and it works fine Are you using latest theme version? if no, then please update.
June 23, 20186 yr I just reinstalled the theme (I upgraded it the last time, but yeah nothing to lose) and now it works. Changed the font to Montserrat for everything. Is this behavior of different font (fat) / layout normal? I like the thin style definitively a lot more. Just bad cached data (I cleared my cache but utilizing CDNs) or an wanted feature / bug? Edited June 23, 20186 yr by knightsystems
June 23, 20186 yr Author On 6/23/2018 at 8:27 PM, knightsystems said: Changed the font to Montserrat for everything. Is this behavior of different font (fat) / layout normal? I like the thin style definitively a lot more. Just bad cached data (I cleared my cache but utilizing CDNs) or an wanted feature / bug? If you mean the custom font you're using is bold then yes it could be default property for the font you're using. each font is different from another, some are bold by default some are very thin or maybe bigger than the normal font sizes you usually set...etc Edited June 23, 20186 yr by TAMAN
June 23, 20186 yr Hi Taman, I meant the following: I've changed the font to Montserrat. Somehow, on the front index page - the button is in a thin font, and in a category it's a fat font. How can I change that?
June 23, 20186 yr Author ah, sorry i misunderstood but, yea the same answer. it could be due to the font. try another font?
June 23, 20186 yr Other fonts are the same, somehow a different font-weight is set for that one. Found the "troublemaker": Edited June 23, 20186 yr by knightsystems
June 24, 20186 yr Author On 6/23/2018 at 9:48 PM, knightsystems said: Other fonts are the same, somehow a different font-weight is set for that one. Found the "troublemaker": Change the font-weight then ? add in custom.css and change the value between 400,600 depends on the font anyways .ipsApp .ipsButton_fullWidth { font-weight: 400; } Edited June 24, 20186 yr by TAMAN
July 5, 20186 yr @TAMAN As you might have read, @Adriano Faria's development of the LMS (Learning Management System) is in full swing. However, I seem to have found a critical error when trying to use the LMS with your custom theme. When I try to create a new School for example I get the following error: ParseError: syntax error, unexpected 'endforeach' (T_ENDFOREACH), expecting elseif (T_ELSEIF) or else (T_ELSE) or endif (T_ENDIF) (0) #0 /home/xxxx/public_html/system/Theme/Theme.php(741): IPS\Theme\Cache\_Template->exists() #1 [internal function]: IPS\_Theme->getTemplate('school', 'lms', 'front') #2 /home/xxxx/public_html/init.php(460) : eval()'d code(20): call_user_func('parent::getTemp...', 'school', NULL, NULL) #3 /home/xxxx/public_html/applications/lms/modules/front/school/school.php(62): IPS\collab_hook_ipsTheme->getTemplate('school') #4 /home/xxxx/public_html/system/Dispatcher/Controller.php(96): IPS\lms\modules\front\school\_school->manage() #5 /home/xxxx/public_html/applications/lms/modules/front/school/school.php(43): IPS\Dispatcher\_Controller->execute() #6 /home/xxxx/public_html/system/Dispatcher/Dispatcher.php(146): IPS\lms\modules\front\school\_school->execute() #7 /home/xxxx/public_html/index.php(13): IPS\_Dispatcher->run() #8 {main} Originally I thought the conflict was with Collabs, but disabling it didn't get rid of the error. However, when I switch from your theme to the default theme everything works fine. When I use the default theme to get into a course view, then switch back to Magnum, I get this: [[Template lms/front/course/viewCourses is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] So it's definitely something to do with the theme. I know it's not "out of date" or anything, but I was wondeirng if you might be able to take a look? Thanks! ?
July 5, 20186 yr Author On 7/5/2018 at 2:24 AM, liquidfractal said: @TAMAN As you might have read, @Adriano Faria's development of the LMS (Learning Management System) is in full swing. However, I seem to have found a critical error when trying to use the LMS with your custom theme. When I try to create a new School for example I get the following error: ParseError: syntax error, unexpected 'endforeach' (T_ENDFOREACH), expecting elseif (T_ELSEIF) or else (T_ELSE) or endif (T_ENDIF) (0) #0 /home/xxxx/public_html/system/Theme/Theme.php(741): IPS\Theme\Cache\_Template->exists() #1 [internal function]: IPS\_Theme->getTemplate('school', 'lms', 'front') #2 /home/xxxx/public_html/init.php(460) : eval()'d code(20): call_user_func('parent::getTemp...', 'school', NULL, NULL) #3 /home/xxxx/public_html/applications/lms/modules/front/school/school.php(62): IPS\collab_hook_ipsTheme->getTemplate('school') #4 /home/xxxx/public_html/system/Dispatcher/Controller.php(96): IPS\lms\modules\front\school\_school->manage() #5 /home/xxxx/public_html/applications/lms/modules/front/school/school.php(43): IPS\Dispatcher\_Controller->execute() #6 /home/xxxx/public_html/system/Dispatcher/Dispatcher.php(146): IPS\lms\modules\front\school\_school->execute() #7 /home/xxxx/public_html/index.php(13): IPS\_Dispatcher->run() #8 {main} Originally I thought the conflict was with Collabs, but disabling it didn't get rid of the error. However, when I switch from your theme to the default theme everything works fine. When I use the default theme to get into a course view, then switch back to Magnum, I get this: [[Template lms/front/course/viewCourses is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] So it's definitely something to do with the theme. I know it's not "out of date" or anything, but I was wondeirng if you might be able to take a look? Thanks! ? No this has nothing to do with my theme if the error comes from lms templates all the error above comes from lms templates. so, you need to contact Adriano, there is nothing i could do about it. I can't even check if i wanted to, because the errors are in lms templates not any other default theme templates Edited July 5, 20186 yr by TAMAN
July 5, 20186 yr On 7/5/2018 at 2:33 AM, TAMAN said: No this has nothing to do with my theme if the error comes from lms templates all the error above comes from lms templates. so, you need to contact Adriano, there is nothing i could do about it. I can't even check if i wanted to, because the errors are in lms templates not any other default theme templates Thanks @TAMAN - I'll talk to Adriano.
July 5, 20186 yr As expected, it isn't a @TAMAN's theme issue. The theme works fine in my online board. It is something related to the user server. We're working on it. ?
July 12, 20186 yr Hey! Great theme! Loving it so far. Two quick questions. 1. Is the Nav bar height adjustable? I made the slider area much smaller compared to the template and now the nav bar just seems kind of out of proportion. 2. My forum is an (American) football community. Would it be possible to have the news tracker automatically update with scores ? Thanks!
July 12, 20186 yr Author Hello, On 7/12/2018 at 12:09 AM, TGPAccount said: 1. Is the Nav bar height adjustable? I made the slider area much smaller compared to the template and now the nav bar just seems kind of out of proportion. Only with custom css add in custom.css template .ta_Header .ipsNavBar_primary > ul { height: 48px; } .ipsNavBar_primary > ul > li > a, html[dir="ltr"] #elBackHome, html[dir="rtl"] #elBackHome { padding: 10px 15px; } #elSearchWrapper { top: 3px; } On 7/12/2018 at 12:09 AM, TGPAccount said:  2. My forum is an (American) football community. Would it be possible to have the news tracker automatically update with scores ? Sorry, not possible Edited July 12, 20186 yr by TAMAN
July 12, 20186 yr On 7/12/2018 at 12:29 AM, TAMAN said: Hello, Only with custom css add in custom.css template .ta_Header .ipsNavBar_primary > ul { height: 48px; } .ipsNavBar_primary > ul > li > a, html[dir="ltr"] #elBackHome, html[dir="rtl"] #elBackHome { padding: 10px 15px; } #elSearchWrapper { top: 3px; } Sorry, not possible Thanks! Much appreciated. And no worries! I will just use it as an ESPN RSS feed or something. I saw that you helped someone turn theirs into a Fox News ticker, added the Fox News icon and things to it. That was on the separate paid plugin for the ticker -- does the one that comes with the theme have all the same capabilities or would I pay extra to have a similar setup as that member? Thanks again! You rock.
July 12, 20186 yr Author On 7/12/2018 at 1:57 AM, TGPAccount said: Thanks! Much appreciated. And no worries! I will just use it as an ESPN RSS feed or something. I saw that you helped someone turn theirs into a Fox News ticker, added the Fox News icon and things to it. That was on the separate paid plugin for the ticker -- does the one that comes with the theme have all the same capabilities or would I pay extra to have a similar setup as that member? Thanks again! You rock. Yes it possible and super easy if you know how to use "Pages" application and the block templates -Enable the "Pages Articles" setting in the theme settings, this setting is also provided with a block template key in the description. -Then create a RSS block in pages app with the provided template key. and for the content of the block use the below code {{if !empty( $items ) }}{{foreach $items as $item}}<li><a href="{$item['link']}" target="_blank" rel="noopener">{$item['title']}</a></li>{{endforeach}}{{endif}} Edited July 12, 20186 yr by TAMAN
July 18, 20186 yr Is there anyway we can how two rows of menu links instead of having the more dropdown at the end of the row? Thanks
July 18, 20186 yr Author On 7/18/2018 at 11:15 AM, Unlucky said: Is there anyway we can how two rows of menu links instead of having the more dropdown at the end of the row? Thanks Not possible.
July 19, 20186 yr Hi, This is regarding mobile devices. Not sure how to explain this but if you have a alot of menu items and some have sub menu items, when you select one of the sub menu items it would be handy for the menu to auto scroll back to the top - as currently you get a blank menu section or the last sub menu options in view until you manually scroll back to the top. For example if on a mobile device you go to: https://www.walkingfootball.com/ From the menu select Market place when it shows the sub menu for market place you have to maually scroll up to see all of the menu options Hope that makese sens
July 19, 20186 yr Author On 7/19/2018 at 2:45 PM, Unlucky said: Hi, This is regarding mobile devices. Not sure how to explain this but if you have a alot of menu items and some have sub menu items, when you select one of the sub menu items it would be handy for the menu to auto scroll back to the top - as currently you get a blank menu section or the last sub menu options in view until you manually scroll back to the top. For example if on a mobile device you go to: https://www.walkingfootball.com/ From the menu select Market place when it shows the sub menu for market place you have to maually scroll up to see all of the menu options Hope that makese sens You might want to put this as a new topic here ? https://invisioncommunity.com/forums/forum/499-feedback-and-ideas/
July 31, 20186 yr Taman, sorry if I've missed this, but is there a setting to turn off the slider, news ticker and other options for mobile viewing? I'd like a cleaner and more real estate screen on a mobile for viewing the forums. Cheers.
July 31, 20186 yr Author On 7/31/2018 at 5:08 PM, CP_User said: Taman, sorry if I've missed this, but is there a setting to turn off the slider, news ticker and other options for mobile viewing? I'd like a cleaner and more real estate screen on a mobile for viewing the forums. Cheers. You can hide news ticker on mobile there is a setting for that. as for the slider, there are no settings, but you can do it with custom.css .ta_themeSlider {display:none}