Jump to content

sbr

Clients
  • Posts

    32
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by sbr

  1. @TAMAN After the new search system was added to 4.7 the layout is overlapping. Any plans to release an update for this? Cheers! Even better if you can make it default to "Everywhere" through the theme if possible 🙂
  2. Thanks for your answer Marc! I'm the only one with access to the ACP on my site, and I work in it all day so the timeout is just an annoyance. Is it something I can change myself with your instructions? Or does it require modified files you provide or something like that?
  3. Before 4.6.x the ACP timeout respected the session.gc_maxlifetime value in the PHP configuration, mine is set to 28800 seconds. But after I upgraded to 4.6.2 last year the timeout has been 60 minutes, is there any way of increasing this now? All I can find is the DEV_DISABLE_ACP_SESSION_TIMEOUT option for constants.php, but I want this for a production environment. (Not entirely sure this happened exactly when going to 4.6.2, but it was around that time)
  4. @newbie LAC I have an issue where it won't save the data I enter. After I enter the data and click save it apparently saves (i.e. I get a spinning animation and no error), but when I go back into edit it all the fields are empty. Any idea?
  5. Re-downloading 4.5.3 did not solve the issue for me, but here's a workaround I used to get my community back online. Do at your own risk, I don't know if this has any consequences! Download 4.5.2 and copy the files to your community root as usual when manually upgrading. Go to your invision database and fint the table called "ipbupgrade_temp". Delete the content in the "upgrade_data" column. Go to /admin/upgrade (or your equivalent) and log in. It should say "nothing to upgrade" and make the community available again. Again be careful if you try this, don't do it if you're not comfortable with potential errors and maybe making the situation worse!
  6. I don't think you understand, this is my workaround to solve the issue. I just mentioned it as it probably is a necessity for a lot of people. When you have two different themes for light and dark you can add a different custom.css to each one of them: The reason you'd want to do this is because you have elements on your page that is custom made in Pages. Say you have a dark page that looks like this: Now without a custom CSS if you switch to Light it might look like this: But since you now run a light theme you also want your custom elements to be light and look something like this (some color differences here, it's just a mockup): So ideally there should be a way to load a custom CSS with the palette switch, else you can't have any custom elements on your page as they won't switch. As I said I've done a workaround to this, but it would be more streamlined if this was a part of the theme 🙂
  7. I need to load a different custom.css with light and dark to change a lot of elements from light to dark in a quite complex Pages frontpage. With the new switch (which is indeed a better solution than a theme) I can no longer load a different custom.css for light and dark directly. I've solved this by making a javascript that checks for $("#ta_colorizer").hasClass("taP_dark") and $("#ta_colorizer").hasClass("taP_light") and disables/enables a css link in the header based on this. This feels like a bit of hack though, any other way to load a different css based on the palette?
  8. @TAMAN Where's the light/dark switch when viewing on a mobile device?
  9. It worked to updated it through Marketplace after I upgraded to 4.5.1 (from 4.5.0), but it only updated one of themes as I had one for light and one for dark. And I can't see a way to update the other one since the Marketplace now says it's already updated. I guess it's better to use the new switch between dark and light though, but it's a bit weird we no longer have any manual control over this.
  10. How do I manually download the theme now? In ACP under Themes it says But in the marketplace it says So I'm not able to update it through ACP it seems.
  11. Hi @TAMAN! The slider on IPS 4.4.10 suddenly stopped working just right now, it just displays an oversized empty block that partially overlaps the site logo and the content. Theme version 2.2.4 The slider css https://unpkg.com/swiper@6.0.0/css/swiper.min.css seems to be dead. Any ideas?
  12. This is on the topic feed on the right side of your demo site (same place as I have it). With the default theme it doesn't break until 100000 posts, which is probably a lot rarer to reach 😄
  13. Hi Taman! Just a minor bug; when a topic gets more than 1000 replies, the topic title is no longer in line with the reply count: I just edited the html source on your demo site to show you 🙂
  14. Users in new user groups can't see the slider, it's just an empty field there where you can see through to the background image. Is there anything I need to restart/reset/clear for the slider to work with new groups? I've checked all group permissions I can think of.
  15. "Upload a new version" is just that, an update to an existing theme
  16. That helped a bit! I now get the slider without the error and the articles are shown. However if I disable Slider 1, the whole slider disappears. Is this intentional? Edit: So I can enable Slider 1 and just remove all sliders from the slider sorting, and it works like I want. Is this a workaround or the way it is supposed to work?
  17. Yes, the version that was uploaded 17 hours ago. Here's the screenshot:
  18. Thanks for keeping the theme up to date! I have a problem with the Swiper Slider on 4.2.1 however. The theme is installed as a new fresh theme, and I have imported the Pages_Slider_Articles template, created a new block that uses template key Pages_Slider_Articles and selected the imported template under Content of the block. The preview looks fine. But when I enable Page Articles with Slider 1 active, I get an error 500 on the entire site. The system logs says: UnexpectedValueException: (0) #0 /var/www/html/forum/applications/cms/sources/Blocks/Block.php(270): IPS\cms\_Theme->getTemplate('recordfeed', 'cms', 'block') #1 [internal function]: IPS\cms\Blocks\_Block->getTemplate(Array, '33ec0c39a0fc947...', NULL) #2 /var/www/html/forum/system/Widget/Widget.php(233): call_user_func_array(Array, Array) #3 /var/www/html/forum/system/Content/Widget.php(388): IPS\_Widget->output(Array, '33ec0c39a0fc947...') #4 /var/www/html/forum/applications/cms/widgets/RecordFeed.php(309): IPS\Content\_Widget->render() #5 /var/www/html/forum/applications/cms/sources/Blocks/Block.php(234): IPS\cms\widgets\_RecordFeed->render() #6 /var/www/html/forum/system/Theme/Theme.php(809) : eval()'d code(563): IPS\cms\Blocks\_Block::display(Object(IPS\cms\Blocks\Block)) #7 /var/www/html/forum/system/Theme/SandboxedTemplate.php(56): IPS\Theme\class_core_front_ta_templates->sliderBase() #8 /var/www/html/forum/system/Theme/Theme.php(809) : eval()'d code(5609): IPS\Theme\_SandboxedTemplate->__call('sliderBase', Array) #9 /var/www/html/forum/system/Theme/SandboxedTemplate.php(56): IPS\Theme\class_core_front_global->globalTemplate('Community...', '\n<div id="elCms...', Array) #10 /var/www/html/forum/system/Dispatcher/Dispatcher.php(166): IPS\Theme\_SandboxedTemplate->__call('globalTemplate', Array) #11 /var/www/html/forum/system/Dispatcher/Standard.php(103): IPS\_Dispatcher->finish() #12 /var/www/html/forum/system/Dispatcher/Front.php(556): IPS\Dispatcher\_Standard->finish() #13 /var/www/html/forum/system/Dispatcher/Dispatcher.php(148): IPS\Dispatcher\_Front->finish() #14 /var/www/html/index.php(28): IPS\_Dispatcher->run() #15 {main} And backtrace: #0 /var/www/html/forum/init.php(522): IPS\_Log::log('UnexpectedValue...', 'uncaught_except...') #1 [internal function]: IPS\IPS::exceptionHandler(Object(UnexpectedValueException)) #2 {main} If I disable Slider 1 and leave Swiper Slider active, there is no slider at at all, and no errors. Any ideas?
  19. Excellent, worked like a charm!
  20. Perfect theme for me, setting it up now! But my notification counter is floating too high for some reason, any idea?
×
×
  • Create New...