Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
May 3, 20222 yr Hi @Sonya* Just wanted to add to the first suggestion I posted above (side menu closing on every click on mobile), I have taken a recording to show you what I mean. Also, it appears that drop down menus no longer expand when clicked on mobile either, as you can see. I’ve not modified any of the JS or CSS relating to the menu. Any chance this can be fixed? Edited May 3, 20222 yr by Dreadknux MOV files not working on this website, converted to GIF.
May 3, 20222 yr Author I am going to release a new version this week. Generally, you can create your own JS and CSS files and add them to your page instead of those delivered with the app. JS and CSS will be replaced silently during the upgrade, so you are going to lose all your custom changes if you have modified the original FXPages JS and CSS. I will look into it, however, generally I stick to the IPS framework and UI widgets to be sure it works on every theme out there. So I will not heavily modify the standard IPS functionality to avoid a lot of support.
May 24, 20222 yr Hi @Sonya* Thanks, looking forward to the next update! I wanted to try and tweak your toc.js JS code myself to add an "a" anchor before H2 tags, to help with the issue I was having. I used some code from your FX Images JS code to try and wrap an anchor tab around an H2/H3/H4 tag within the page, but it doesn't seem to be working. setup: function () { // Find the items we need var self = this; var items = this.scope.find("h2, h3, h4"); items.each( function (i) { $( this ).attr('id', 'toc'+i); $( this ).closest('p').wrap("<a id='#" + $( this ).attr('id') + "'></a>"); }); var output = []; var last = ''; if( !items.length ){ return; } Any ideas? Edited May 24, 20222 yr by Dreadknux
May 24, 20222 yr Author @Dreadknux The feature is already implemented in the last version. I am just testing it with 4.7 Beta that's why no release in Marketplace yet. You can copy-paste a new code from here https://invisionify.com/uploads/page_objects/toc.js.9dfc64d46d40b781a8c0758cccaf01dd.js?v=b574a07d041653147371 And here is an example for an article that uses it https://invisionify.com/blog/how-to-create-curated-youtube-videos-for-community/
June 27, 20222 yr Image Caption does not show up for me. Woudl you be able to let me know what am i doing wrong here? Example Page https://www.bmw2002faq.com/thehackmechanic/chillin-louie-to-coldly-blow-part-ix-firing-it-up-buttoning-it-up-r12/ First image has had it's title set to "Nitrogen bottle and manifold gauge set for pressure-testing" (The reason you see it now as it was added manually to the article) Template used "FX Pages News Display" Thank you, Steve
June 27, 20222 yr Author 3 hours ago, misfit76 said: Woudl you be able to let me know what am i doing wrong here? Please confirm, that you have attached Fxpages/images.js to the page with the database: I cannot see it in your page source.
July 11, 20222 yr Hi @Sonya* Do you have an ETA for the FXPages update, now that IPB 4.7 has been released?
August 12, 20222 yr On 7/11/2022 at 8:24 PM, Dreadknux said: Hi @Sonya* Do you have an ETA for the FXPages update, now that IPB 4.7 has been released? Any updates on IPB 4.7 update?
August 13, 20222 yr Just want to leave a recommendation, by now it miss a Return to TOC menu botton. When we want to go back to TOC menu again, is difficult having to scrolling up up up
August 14, 20222 yr Hi @Sonya* additional of the Return botton suggestion, can I request a Bug Tracker adding to this Colletion? I still have not install this app, but I have some ideas which I would like achieve with your collection firstly, then according the need and advance request more customizations works even paid.
August 18, 20222 yr Author 3 hours ago, Dreadknux said: Has this project been abandoned? @Sonya* No. I am on vacation.
October 8, 20222 yr On 8/18/2022 at 1:38 PM, Sonya* said: No. I am on vacation. Okay, thanks - looking forward to the next update.
October 26, 20222 yr Hi @Sonya* - I'm really sorry for bothering you about this, but I am concerned about the November update of IPS requiring PHP8 and disabling all apps that do not follow the PHP8 coding standard... FXPages has been flagged as an app that is not compatible with PHP8/future versions, and there is still no update available on the Marketplace. I do not want to risk FXPages becoming disabled in the next IPS update and causing a problem for my visitors as a result. Can you please let us know a timeline for when an update for FXPages may come? We have been waiting since May. Thank you for all your hard work and efforts!
November 2, 20222 yr Would love to install this but I'm on 4.7 and it says it isn't compatible, which is a shame as this is exactly what I need. Any plans to update this @Sonya*? Thanks.
November 4, 20222 yr On 11/3/2022 at 5:36 AM, WP V0RT3X said: You can DL it here too https://invisionify.com/files/file/29-fx-pages/ That is very helpful, I have been waiting for the update to try this out. Cheers
November 8, 20222 yr On 11/3/2022 at 5:36 AM, WP V0RT3X said: You can DL it here too https://invisionify.com/files/file/29-fx-pages/ Doesn’t address lack of update/incompatibility notice sadly…
November 17, 20222 yr Great app. Looks like November release of IPB will kill it due to incompatibility with PHP8. Hoping @Sonya* will come back.
December 9, 20222 yr Anyone running this with the newest version of IPB? I would like to update, but will need to find time to migrate away from this product.
December 9, 20222 yr I have it installed from the 4.6.X days. It’s worked for me without problems through all versions including the latest. Edited December 9, 20222 yr by Randy Calvert
February 2, 20231 yr After upgrading to 4.7.6 I get following error: Fatal error: Cannot declare class IPS\fxpages_hook_constructFromData, because the name is already in use in /public_html/init.php(932) : eval()'d code on line 9
February 4, 20231 yr On 11/17/2022 at 5:03 PM, misfit76 said: Great app. Looks like November release of IPB will kill it due to incompatibility with PHP8. Hoping @Sonya* will come back. We have it in use with PHP8 and latest version of IPS. But I am also concerned about what will happen to it in the future.
May 19, 20231 yr Hello @Sonya* By any chance you could introduce FAQ Block using same style as regular FAQ page?