dsifford / academic-bloggers-toolkit

WordPress plugin providing an all-in-one solution for effective academic blogging.
https://wordpress.org/plugins/academic-bloggers-toolkit/
GNU General Public License v3.0
120 stars 38 forks source link

<!-- nextpage --> would prevent plugin from showing tooltip popups. #530

Closed synyan closed 5 years ago

synyan commented 5 years ago

**ABT Version:4.13.3

**PHP Version:5.4.45

**Theme:Kogi

Plugin List:

Browser: Google Chrome (Version: xxx)

**Expected behavior: Abt-tooltip shows

**Actual behavior: Article is very long, so I apply < !-- nextpage -- > all the time. However by using < !-- nextpage -- > it would prevent plugin from showing tooltip popups.

**Console messages:No errors.

// Paste messages here
dsifford commented 5 years ago

<!-- nextpage --> seems like something that was added with either another plugin or your theme. It's not a standard feature of wordpress and, because of that, it's not something I plan on supporting.

synyan commented 5 years ago

OK, thank you for the swift response... I am wondering how ppl create an Academic post (usually very long) without paginating? If you could give me a hint it would be great... Thank you!

geminorum commented 5 years ago

<!--nextpage--> is “a standard feature of wordpress”. for more info : Styling Page-Links

dsifford commented 5 years ago

@geminorum Even in gutenberg? I haven't seen anything on this and it seems like an antipattern for SEO.

dsifford commented 5 years ago

@synyan Every medical journal I've ever read online (especially the fancy wiley ReadCube journals) all have all of their content on a single page. You just gotta scroll.

dsifford commented 5 years ago

Seems like it's still supported in gutenberg.

I'll reopen this for now but I have no idea when or if I'll be able to get to it. It's going to require a pretty technically complex solution that I'm not sure will be worth the effort (it for sure is not worth it right this moment being that supporting the new block editor is my number 1 priority).

dsifford commented 5 years ago

Update: This is going to be fully supported in the new editor on the next release. It will not be supported in the old editor, however, you can convert from the old editor to the new editor format in one click if needed.

dsifford commented 5 years ago

Done