Dreadknux Posted May 3, 2022 Posted May 3, 2022 (edited) 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, 2022 by Dreadknux MOV files not working on this website, converted to GIF. Afrodude and Sonya* 1 1
Sonya* Posted May 3, 2022 Author Posted May 3, 2022 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. Dreadknux and Afrodude 1 1
Dreadknux Posted May 24, 2022 Posted May 24, 2022 (edited) 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, 2022 by Dreadknux Afrodude 1
Sonya* Posted May 24, 2022 Author Posted May 24, 2022 @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/ abobader, Afrodude and Dreadknux 2 1
2002faq Posted June 27, 2022 Posted June 27, 2022 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
Sonya* Posted June 27, 2022 Author Posted June 27, 2022 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. Afrodude 1
2002faq Posted June 27, 2022 Posted June 27, 2022 thank you! I had that missing for that page. Sonya* 1
Dreadknux Posted July 11, 2022 Posted July 11, 2022 Hi @Sonya* Do you have an ETA for the FXPages update, now that IPB 4.7 has been released? Madhouseau, zelgadis and Randy Calvert 3
Madhouseau Posted August 12, 2022 Posted August 12, 2022 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?
kmk Posted August 13, 2022 Posted August 13, 2022 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 Maxxius 1
kmk Posted August 14, 2022 Posted August 14, 2022 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.
Sonya* Posted August 18, 2022 Author Posted August 18, 2022 3 hours ago, Dreadknux said: Has this project been abandoned? @Sonya* No. I am on vacation. Afrodude, abobader, Jimi Wikman and 1 other 4
Dreadknux Posted October 8, 2022 Posted October 8, 2022 On 8/18/2022 at 1:38 PM, Sonya* said: No. I am on vacation. Okay, thanks - looking forward to the next update.
Dreadknux Posted October 26, 2022 Posted October 26, 2022 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!
tlw1999 Posted November 2, 2022 Posted November 2, 2022 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.
WP V0RT3X Posted November 3, 2022 Posted November 3, 2022 You can DL it here too https://invisionify.com/files/file/29-fx-pages/ Alex Duffy and Maxxius 2
Alex Duffy Posted November 4, 2022 Posted November 4, 2022 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
Dreadknux Posted November 8, 2022 Posted November 8, 2022 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…
2002faq Posted November 17, 2022 Posted November 17, 2022 Great app. Looks like November release of IPB will kill it due to incompatibility with PHP8. Hoping @Sonya* will come back.
2002faq Posted December 9, 2022 Posted December 9, 2022 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.
Randy Calvert Posted December 9, 2022 Posted December 9, 2022 (edited) 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, 2022 by Randy Calvert
PatrickRQ Posted February 2, 2023 Posted February 2, 2023 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
Claudia999 Posted February 4, 2023 Posted February 4, 2023 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. WP V0RT3X 1
PatrickRQ Posted May 19, 2023 Posted May 19, 2023 Hello @Sonya* By any chance you could introduce FAQ Block using same style as regular FAQ page?
Recommended Posts