You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the theme documentation, several of the theme components are controlled as "Custom Blocks" and managed from the dashboard:
Right Sidebar Slider
Twitter Block
News Slider
Current Issue Block
Author Info Block
On the demo journal on OJS-Test, these components are either not appearing at all on the public view, or are appearing as broken, and the blocks indicated in the guide are not present in the Custom Blocks plugin.
Additional testing on OJS-Test. Forest Phyt. journal did not have any custom blocks created already. I disabled the Custom Block plugin for the FP journal, then set the FP journal's theme to be Theme 11 and saved. The custom block manager was not automatically enabled by setting the theme. I re-enabled the Custom Block plugin, but Theme 11 blocks did not appear. I'm not sure what else I can do on my end.
So far, have found that the 'Recent News' slider was set to not display (in 2 different places). That's at least appearing now, but it's unclear how to change the content so it's actually useful.
The Current Issue custom block had a bad conditional check in the code, so now it's at least displaying a message.
There doesn't appear to be any way for a theme to create Custom Blocks directly, so the theme documentation saying to use specific Custom Blocks implies that they were set up manually already.
Along those lines, I created 2 custom blocks that matched the IDs that it looked like the code expects, but the theme still doesn't seem to be pulling in the Custom Block text. It's unclear if this actually works or if the values need to be set directly in the theme file (usually the footer.tpl file).
According to the theme documentation, several of the theme components are controlled as "Custom Blocks" and managed from the dashboard:
On the demo journal on OJS-Test, these components are either not appearing at all on the public view, or are appearing as broken, and the blocks indicated in the guide are not present in the Custom Blocks plugin.
Related work: #19
The text was updated successfully, but these errors were encountered: