Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
LiquidFractal Posted June 23, 2018 Posted June 23, 2018 On 5/29/2018 at 11: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 :).
TAMAN Posted June 23, 2018 Author Posted June 23, 2018 None of this screenshots look like this by default https://gyazo.com/49b5758279103df69420a65dd18ca559 have you customized colors?
knightsystems Posted June 23, 2018 Posted June 23, 2018 Hi, are announcements not shown with this theme?
TAMAN Posted June 23, 2018 Author Posted June 23, 2018 Just now, 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.
knightsystems Posted June 23, 2018 Posted June 23, 2018 (edited) 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, 2018 by knightsystems
TAMAN Posted June 23, 2018 Author Posted June 23, 2018 (edited) Just now, 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, 2018 by TAMAN
knightsystems Posted June 23, 2018 Posted June 23, 2018 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?
TAMAN Posted June 23, 2018 Author Posted June 23, 2018 ah, sorry i misunderstood but, yea the same answer. it could be due to the font. try another font?
knightsystems Posted June 23, 2018 Posted June 23, 2018 (edited) Other fonts are the same, somehow a different font-weight is set for that one. Found the "troublemaker": Edited June 23, 2018 by knightsystems
TAMAN Posted June 24, 2018 Author Posted June 24, 2018 (edited) 3 hours ago, 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, 2018 by TAMAN
LiquidFractal Posted July 5, 2018 Posted July 5, 2018 @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! ?
TAMAN Posted July 5, 2018 Author Posted July 5, 2018 (edited) Just now, 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, 2018 by TAMAN
LiquidFractal Posted July 5, 2018 Posted July 5, 2018 19 minutes ago, 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. TAMAN 1
Adriano Faria Posted July 5, 2018 Posted July 5, 2018 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. ? TAMAN and Josiah Wallingford 2
TGPAccount Posted July 12, 2018 Posted July 12, 2018 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!
TAMAN Posted July 12, 2018 Author Posted July 12, 2018 (edited) Hello, Just now, 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; } Just now, 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, 2018 by TAMAN TGPAccount 1
TGPAccount Posted July 12, 2018 Posted July 12, 2018 1 hour ago, 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.
TAMAN Posted July 12, 2018 Author Posted July 12, 2018 (edited) Just now, 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, 2018 by TAMAN TGPAccount 1
Unlucky Posted July 18, 2018 Posted July 18, 2018 Is there anyway we can how two rows of menu links instead of having the more dropdown at the end of the row? Thanks
TAMAN Posted July 18, 2018 Author Posted July 18, 2018 Just now, 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.
Unlucky Posted July 18, 2018 Posted July 18, 2018 16 minutes ago, TAMAN said: Not possible. ok thanks for letting me know
Unlucky Posted July 19, 2018 Posted July 19, 2018 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
TAMAN Posted July 19, 2018 Author Posted July 19, 2018 5 hours ago, 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/ Unlucky 1
CP_User Posted July 31, 2018 Posted July 31, 2018 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.
TAMAN Posted July 31, 2018 Author Posted July 31, 2018 Just now, 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} CP_User 1
Recommended Posts