JoyLink Posted December 7, 2018 Posted December 7, 2018 Hi! How it is possible to make this part smaller?
Unlucky Posted December 7, 2018 Posted December 7, 2018 Hi, Any further forward fixing the small page in pages that we reported a while back to you? Thanks
MNOfficial Posted December 25, 2018 Posted December 25, 2018 @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?
Kisa Puckett Posted January 22, 2019 Posted January 22, 2019 (edited) On 8/22/2016 at 11:17 AM, 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, 2019 by Kisa Puckett
MNOfficial Posted January 23, 2019 Posted January 23, 2019 On 1/21/2019 at 7:38 PM, Kisa Puckett said: It should be under "Mind Footer" when you go in to edit the theme.
zomBEE Posted January 23, 2019 Posted January 23, 2019 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.
Kisa Puckett Posted January 26, 2019 Posted January 26, 2019 On 1/23/2019 at 9:28 AM, 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.
MNOfficial Posted January 27, 2019 Posted January 27, 2019 On 1/25/2019 at 7:54 PM, 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.
Kisa Puckett Posted January 27, 2019 Posted January 27, 2019 1 hour ago, 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.
beats23 Posted January 28, 2019 Posted January 28, 2019 (edited) 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, 2019 by beats23
Nathan Explosion Posted January 28, 2019 Posted January 28, 2019 12 minutes ago, 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. rhyker2u 1
beats23 Posted January 28, 2019 Posted January 28, 2019 2 minutes ago, 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.
beats23 Posted January 28, 2019 Posted January 28, 2019 (edited) @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, 2019 by beats23 IPS bug deleted all my typing had to re-type.
beats23 Posted January 28, 2019 Posted January 28, 2019 (edited) 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, 2019 by beats23 zomBEE 1
zomBEE Posted January 31, 2019 Posted January 31, 2019 On 1/28/2019 at 1: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
Kisa Puckett Posted January 31, 2019 Posted January 31, 2019 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/
beats23 Posted January 31, 2019 Posted January 31, 2019 6 hours ago, 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.
beats23 Posted January 31, 2019 Posted January 31, 2019 5 hours ago, 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; }
CheersnGears Posted February 1, 2019 Posted February 1, 2019 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.
beats23 Posted February 6, 2019 Posted February 6, 2019 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. 🙏
Pete T Posted February 6, 2019 Posted February 6, 2019 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.
beats23 Posted February 6, 2019 Posted February 6, 2019 10 minutes ago, 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
Recommended Posts