Set Block Styles not working on single pages
Permalink
I have a block in a global area. This block has a custom block design such as font size, colours, etc (the one that you set by clicking on the block and selecting Design from the menu). It works fine on all normal pages but the design does not seem to have any effect on the single pages.
It seems to work fine on login page such ashttp://localhost/test/login but does not seem to work on the Page Not Found, Dashboard, Page Forbidden pages where the block is stripped of all the designs. Maybe it's just a simple fix but not sure how to resolve this.
It seems to work fine on login page such ashttp://localhost/test/login but does not seem to work on the Page Not Found, Dashboard, Page Forbidden pages where the block is stripped of all the designs. Maybe it's just a simple fix but not sure how to resolve this.
Hi nikkor
I can't remember if I resolved this issue when I asked this question over a year ago.
I recently tried something and I think it works if you try adding a class name to your custom block (by selecting Design from the menu and in the 'Set Block Styles' dialog) and apply styles in the CSS as opposed to directly applying styles in the 'Set Block Styles' dialog.
Let me know if you managed to resolve it some other way.
I can't remember if I resolved this issue when I asked this question over a year ago.
I recently tried something and I think it works if you try adding a class name to your custom block (by selecting Design from the menu and in the 'Set Block Styles' dialog) and apply styles in the CSS as opposed to directly applying styles in the 'Set Block Styles' dialog.
Let me know if you managed to resolve it some other way.
Thanks.