Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
December 7, 20186 yr Hi, Any further forward fixing the small page in pages that we reported a while back to you? Thanks
December 25, 20186 yr @Heosforo In using this layout, whenever I try and quote either a single image, or a post with both images and text, the images don't quote correctly. It squishes and aligns to the left... is there a setting I am missing?
January 22, 20196 yr On 8/22/2016 at 6:17 PM, Heosforo said: Support to Hello! Great theme. Thank you for sharing! Had a question about removing the duplicate copyright at the footer? Can you assist on how I can remove this? Want to remove the 2018 one that is displaying in the attached screenshot. Thanks! Edited January 22, 20196 yr by Kisa Puckett
January 23, 20196 yr On 1/22/2019 at 12:38 AM, Kisa Puckett said: It should be under "Mind Footer" when you go in to edit the theme.
January 23, 20196 yr Profile page on desktop doesn't seem to have About Me tab. It can be viewed when mobile, but the Header is missing in that case.
January 26, 20196 yr On 1/23/2019 at 5:28 PM, MNOfficial said: It should be under "Mind Footer" when you go in to edit the theme. That's where I went, but only this copyright shows under that tab: Copyright Pink Icing 2019 © The other one you see is not mentioned in the details under Mind Footer.
January 27, 20196 yr On 1/26/2019 at 12:54 AM, Kisa Puckett said: That's where I went, but only this copyright shows under that tab: Copyright Pink Icing 2019 © The other one you see is not mentioned in the details under Mind Footer. I'm pretty it's a default copyright by the IPS software itself, to establish ownership of the board, etc.
January 27, 20196 yr On 1/27/2019 at 5:18 AM, MNOfficial said: I'm pretty it's a default copyright by the IPS software itself, to establish ownership of the board, etc. Yeah, but the extra copyright line I'm speaking of is my business info with 2018. I would like to remove this extra copyright.
January 28, 20196 yr I Get some error after installing IPS 4.4 Does anyone know how to fix this? [[Template core/admin/plugins/pluginRowDescription is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] [[Template core/global/global/lkeyWarningdoes not exist. This theme may be out of date. Run the support tool in the AdminCPto restore the default theme.]] [[Template core/front/profile/followers is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] [[Template core/front/global/prefix is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] Thanks Edited January 28, 20196 yr by beats23
January 28, 20196 yr On 1/28/2019 at 3:05 PM, beats23 said: I Get some error after installing IPS 4.4 Does anyone know how to fix this? 4.4 is beta software, and you shouldn't expect developers or theme providers to provide support for it until 4.4 is fully released.
January 28, 20196 yr On 1/28/2019 at 3:19 PM, Nathan Explosion said: 4.4 is beta software, and you shouldn't expect developers or theme providers to provide support for it until 4.4 is fully released. Yes' we all Know 4.4 is in Beta, That doesn't mean I should not be allowed to ask questions and learn new things along the way in a public forum. A word of advice, if you have nothing informative to offer please skip my post and jog on. Thank you very much and have a nice day.
January 28, 20196 yr @zomBEE On 1/23/2019 at 10:17 PM, zomBEE said: Profile page on desktop doesn't seem to have About Me tab. It can be viewed when mobile, but the Header is missing in that case. On my Mind theme install the profile About tab shows both on mobile and desktop. Keep in mind, if the user does not add data to their about on their profile this box won't show, same goes for the follower's tab if the user has no followers the tab won't show. The mind theme default settings hide the Follows tab with the word (Followers) and the number of followers. To show this tab, head to your admin CP to your Mind theme settings and click (edit HTML and CSS). Type ( #elFollowPref_menu ) in the search box. The template that needs to be edited is located at the core, front, profile, followers. Find this code <!--{lang="x_followers" pluralize="($followers !== NULL) ? $followers->count( TRUE ) : 0"}--> Change it to {lang="x_followers" pluralize="($followers !== NULL) ? $followers->count( TRUE ) : 0"} Check if you have the latest theme version installed v2.1.0.6. This edit should have the Followers tab showing. Regards Without the edit With the edit Edit location. . Edited January 28, 20196 yr by beats23 IPS bug deleted all my typing had to re-type.
January 28, 20196 yr On 1/23/2019 at 10:17 PM, zomBEE said: Profile page on desktop doesn't seem to have About Me tab. It can be viewed when mobile, but the Header is missing in that case. Added info. Yes @zomBEE the About me profile top tab does not show. Add this CSS code to the Mind theme custom CSS file in the edit HTML and CSS editor. #elProfileTab_field_core_pfield_1 { display: block !important; } Edited January 28, 20196 yr by beats23
January 31, 20196 yr On 1/28/2019 at 6:15 PM, beats23 said: Added info. Yes @zomBEE the About me profile top tab does not show. Add this CSS code to the Mind theme custom CSS file in the edit HTML and CSS editor. #elProfileTab_field_core_pfield_1 { display: block !important; } This did weird things to the mobile version. Since it was displaying on the mobile, it gave an extra About Me header
January 31, 20196 yr Anyone been able to figure out how to remove a 2nd copyright text from the footer? Invision confirmed it's not the platform. When I change back to default Invision theme, it goes away. When I activate the Mind theme, it reappears. So, I currently have a 2018 copyright and a 2019 copyright on separate lines. Take a look here: https://www.getpinkicing.com/community/
January 31, 20196 yr On 1/31/2019 at 6:33 AM, zomBEE said: This did weird things to the mobile version. Since it was displaying on the mobile, it gave an extra About Me header Not sure. In mobile mode, the about me looks like this.
January 31, 20196 yr On 1/31/2019 at 7:50 AM, Kisa Puckett said: Anyone been able to figure out how to remove a 2nd copyright text from the footer? Invision confirmed it's not the platform. When I change back to default Invision theme, it goes away. When I activate the Mind theme, it reappears. So, I currently have a 2018 copyright and a 2019 copyright on separate lines. Take a look here: https://www.getpinkicing.com/community/ If you add this code in custom css it will hide it .ipsSpacer_half.ipsType_center { display: none; }
February 1, 20196 yr I'm getting: ParseError: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (T_END_HEREDOC) or ${ (T_DOLLAR_OPEN_CURLY_BRACES) or {$ (T_CURLY_OPEN) (0) #0 /home/ddowdell/public_html/cheersandgears.com/system/Theme/Theme.php(741): IPS\Theme\Cache\_Template->exists() #1 /home/ddowdell/public_html/cheersandgears.com/system/Helpers/Form/Form.php(139): IPS\_Theme->getTemplate('forms', 'core', 'global') #2 /home/ddowdell/public_html/cheersandgears.com/applications/core/modules/front/search/search.php(685): IPS\Helpers\_Form->__construct() #3 /home/ddowdell/public_html/cheersandgears.com/applications/core/modules/front/search/search.php(51): IPS\core\modules\front\search\_search->_form() #4 [internal function]: IPS\core\modules\front\search\_search->manage() #5 /home/ddowdell/public_html/cheersandgears.com/init.php(460) : eval()'d code(160): call_user_func_array('parent::manage', Array) #6 /home/ddowdell/public_html/cheersandgears.com/system/Dispatcher/Controller.php(96): IPS\core\modules\front\search\hook731->manage() #7 /home/ddowdell/public_html/cheersandgears.com/system/Dispatcher/Dispatcher.php(146): IPS\Dispatcher\_Controller->execute() #8 /home/ddowdell/public_html/cheersandgears.com/index.php(13): IPS\_Dispatcher->run() #9 {main} #0 /home/ddowdell/public_html/cheersandgears.com/init.php(537): IPS\_Log::log('ParseError: syn...', 'uncaught_except...') #1 [internal function]: IPS\IPS::exceptionHandler(Object(ParseError)) #2 {main} Not sure what happened overnight as it was working fine when I went to bed last night.
February 6, 20196 yr Just saw this on the chocolate support thread. @Heosforo records show he is a member from 2010. He is very kind and supportive. He created the Nice Mind theme and offered it and his support for free to all. I hope all is well with him in health and he returns soon to offer the Orion theme and more. 🙏
February 6, 20196 yr On 1/28/2019 at 3:05 PM, beats23 said: I Get some error after installing IPS 4.4 Does anyone know how to fix this? [[Template core/admin/plugins/pluginRowDescription is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] [[Template core/global/global/lkeyWarningdoes not exist. This theme may be out of date. Run the support tool in the AdminCPto restore the default theme.]] [[Template core/front/profile/followers is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] [[Template core/front/global/prefix is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] Thanks Did you fix this ? i might be stepping on few toes but can try help any one with support issues on the themes.
February 6, 20196 yr On 2/6/2019 at 9:36 PM, Pete T said: Did you fix this ? i might be stepping on few toes but can try help any one with support issues on the themes. Hi, no I did not fix it. Your help will be truly appreciated if you have a solution. Thanks