Jump to content

FX Pages - a free collection of Pages templates


Sonya*

Recommended Posts

Posted (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? 

RPReplay_Final1651571346.gif.ce6660d8724d32887fe57117e8117046.gif

Edited by Dreadknux
MOV files not working on this website, converted to GIF.
Posted

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.

  • 3 weeks later...
Posted (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 by Dreadknux
Posted

@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/

  • 1 month later...
Posted

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 

Posted
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:

Could contain: File, Text, Webpage

I cannot see it in your page source.

  • 2 weeks later...
  • 1 month later...
Posted

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 

 

Could contain: Text, Poster, Advertisement, Menu, Flyer, Brochure, Paper, Page

Could contain: Text, Page, Menu

Posted

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.

  • 1 month later...
  • 3 weeks later...
Posted

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!

  • 2 weeks later...
  • 4 weeks later...
  • 1 month later...
Posted

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

 

Posted
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.

  • 3 months later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...