Tetrakern / fictioneer

A web fiction theme for WordPress.
https://fictioneer-theme.com
GNU General Public License v3.0
104 stars 16 forks source link

Bug: Shortcodes don't work as intended on child base theme #20

Closed Klienriot closed 8 months ago

Klienriot commented 8 months ago

Shortcodes such as latest updates, or latest chapters, failed to show the intended count amount. Instead, it shows the default count=4.

For eg:

[fictioneer_latest_chapters count="10"] or [fictioneer_latest_updates count="10"]

is showing the default count="4" on child theme. In other words, only 4 cards are showing on the page.

Hwv, it works properly when I switched my theme back to Fictioneer main theme.

Tetrakern commented 8 months ago

I cannot reproduce this behavior, but it would have to be a problem of the child theme. Did you add any customizations that affects shortcodes? This could also be a temporary issue due to caching, as switching themes would purge that. Does the issue persist if you change back to the child theme?

Klienriot commented 8 months ago

You can close this thread. It is indeed because of a script I tried on the child theme 🤦🏻 Sorry about that.

Anyway, thanks for all the help!