Title: Blockify's Replies | WordPress.org

---

# Blockify

  [  ](https://wordpress.org/support/users/blockify/)

 *   [Profile](https://wordpress.org/support/users/blockify/)
 *   [Topics Started](https://wordpress.org/support/users/blockify/topics/)
 *   [Replies Created](https://wordpress.org/support/users/blockify/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/blockify/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/blockify/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/blockify/engagements/)
 *   [Favorites](https://wordpress.org/support/users/blockify/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 68 total)

1 [2](https://wordpress.org/support/users/blockify/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/blockify/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/blockify/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/blockify/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/blockify/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blockify] Custom CSS to turn all SVG default Black, Dark Mode = White](https://wordpress.org/support/topic/custom-css-to-turn-all-svg-default-black-dark-mode-white/)
 *  Theme Author [Blockify](https://wordpress.org/support/users/blockify/)
 * (@blockify)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/custom-css-to-turn-all-svg-default-black-dark-mode-white/#post-17726093)
 * Hi [@nadzrulhanif](https://wordpress.org/support/users/nadzrulhanif/)
 * This is not a straight-forward thing to do, but you could try adding something
   like this:
 *     ```wp-block-code
       .is-style-dark svg {
           fill: #fff;
       }
   
       @media (prefers-color-scheme: dark) {
           svg {
               fill: #fff;
           }
       }
       ```
   
 * This is just a workaround, the recommended way to do this is to use `currentColor`
   or the CSS custom properties directly in the SVG html. For example:
 *     ```wp-block-code
       <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" role="img" fill="currentColor" height="22px" width="22px">
       <path d="M13 5c-3.3 0-6 2.7-6 6 0 1.4.5 2.7 1.3 3.7l-3.8 3.8 1.1 1.1 3.8-3.8c1 .8 2.3 1.3 3.7 1.3 3.3 0 6-2.7 6-6S16.3 5 13 5zm0 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z"></path>
       </svg>
       ```
   
 * The CSS custom properties you could use instead are generated by the theme. These
   can also be used in the SVG fill attribute:
 *     ```wp-block-code
       var(--wp--preset--color--neutral-900)
       ```
   
 * I hope this helps. Please let me know if you have any other questions.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blockify] Turn off dark mode site wide?](https://wordpress.org/support/topic/turn-off-dark-mode-site-wide/)
 *  Theme Author [Blockify](https://wordpress.org/support/users/blockify/)
 * (@blockify)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/turn-off-dark-mode-site-wide/#post-17698532)
 * Hi Brendan,
 * Thank you for reaching out and for the kind words, glad to hear you are liking
   the themes.
 * I’ve just updated the theme with a new PHP filter which lets you disable the 
   dark mode color palette. It can be added to a child theme functions.php file 
   or with a code snippet plugin such as [https://wordpress.org/plugins/code-snippets/](https://wordpress.org/plugins/code-snippets/)
   
   Just add the following line of code:
 *     ```wp-block-code
       add_filter( 'blockify_dark_mode', '__return_false' );
       ```
   
 * I’ll add a new setting to the theme soon so that this code snippet is not required.
 * To hide/show images (or any other block), the easiest way is to use the `hide-
   light-mode` and `hide-dark-mode` CSS utility classes. These can be added to any
   block under the Advanced tab:
 * ![](https://github.com/blockifywp/theme/assets/24793388/7e929657-e20c-4264-9618-
   bf55e12c00d1)
 * Let me know if this resolves the issue for you or if there’s anything else I’m
   able to help with!
    -  This reply was modified 2 years, 1 month ago by [Blockify](https://wordpress.org/support/users/blockify/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blockify] launchify theme not working](https://wordpress.org/support/topic/launchify-theme-not-working/)
 *  Theme Author [Blockify](https://wordpress.org/support/users/blockify/)
 * (@blockify)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/launchify-theme-not-working/#post-17698461)
 * Hi [@linnetgonzalez](https://wordpress.org/support/users/linnetgonzalez/)
 * Thank you for your patience and apologies for any inconvenience.
 * I’ve just release an update which fixes the one known issue that could be causing
   this. Are you able to update the Blockify theme and let me know if it resolves
   the issue?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blockify] All the template becoming empty](https://wordpress.org/support/topic/all-the-template-becoming-empty/)
 *  Theme Author [Blockify](https://wordpress.org/support/users/blockify/)
 * (@blockify)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/all-the-template-becoming-empty/#post-17519993)
 * Hi [@wsjwong](https://wordpress.org/support/users/wsjwong/),
 * Thank you for reporting this.
 * I’ve just updated the theme to version 1.4.5. Could you please check to see if
   this fixes the issue on your end?
 * Thanks,
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Launchify] Nami Wallet Integration with Cardanopress plugin in Launchify theme](https://wordpress.org/support/topic/nami-wallet-extension-with-cardanopress-plugin-in-launchify-theme/)
 *  Theme Author [Blockify](https://wordpress.org/support/users/blockify/)
 * (@blockify)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/nami-wallet-extension-with-cardanopress-plugin-in-launchify-theme/#post-17519711)
 * Hi [@kartos](https://wordpress.org/support/users/kartos/),
 * Thank you for reporting this issue. I’m not able to get this plugin to work at
   all on my end. I see the following error:
   `'WebAssembly MIME type is not supported
   by the server.', 'Block theme does not fully work with the provided page templates.'`
 * I receive the same error with Twenty Twenty-Four theme. Can you please let me
   know if switching to the default Twenty Twenty-Four theme fixes the issue for
   you?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blockify] elements disappearing for seconds when scrolling up and down and then coming bac](https://wordpress.org/support/topic/elements-disappearing-for-seconds-when-scrolling-up-and-down-and-then-coming-bac/)
 *  Theme Author [Blockify](https://wordpress.org/support/users/blockify/)
 * (@blockify)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/elements-disappearing-for-seconds-when-scrolling-up-and-down-and-then-coming-bac/#post-17519513)
 * Hi [@thingsdone](https://wordpress.org/support/users/thingsdone/), thank you 
   for reporting this and for using Saasify.
 * Are you still seeing this issue? I’ve checked your site and the animations appear
   to be working correctly.
 * If possible, could you provide a short screen recording or screenshot of the 
   issue? And also let me know if it’s happening on all browsers.
 * Thank you,
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blockify] Blockify Dropdown menu issue](https://wordpress.org/support/topic/blockify-dropdown-menu-issue/)
 *  Theme Author [Blockify](https://wordpress.org/support/users/blockify/)
 * (@blockify)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/blockify-dropdown-menu-issue/#post-17474910)
 * Hi [@timopaulissen](https://wordpress.org/support/users/timopaulissen/)
 * Thank you for reporting this issue and providing the details. Here is a temporary
   CSS fix until the next update is released:
 *     ```wp-block-code
       @media (min-width: 782px) {
           .wp-block-navigation:not(.is-vertical) .wp-block-navigation__submenu-container::before {
               background: black !important;
           }
       }
       ```
   
 * Please let me know if this resolves the issue for you.
    -  This reply was modified 2 years, 3 months ago by [Blockify](https://wordpress.org/support/users/blockify/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blockify] Error installing blockfy theme](https://wordpress.org/support/topic/error-installing-blockfy-theme/)
 *  Theme Author [Blockify](https://wordpress.org/support/users/blockify/)
 * (@blockify)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/error-installing-blockfy-theme/#post-17474888)
 * Hi [@fmidia](https://wordpress.org/support/users/fmidia/)
 * Thank you for reporting this issue. This has been fixed in development and there
   will be an update available this week if you would like to test again. 
   I’m happy
   to provide you with an updated version before the release if you need it sooner.
   Let me know 🙂
 * Thanks,
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Blockify - Lightweight Full Site Editing Block Toolkit] Needs to be updated](https://wordpress.org/support/topic/needs-to-be-updated-13/)
 *  Plugin Author [Blockify](https://wordpress.org/support/users/blockify/)
 * (@blockify)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/needs-to-be-updated-13/#post-17214152)
 * Hi [@anonmeimei](https://wordpress.org/support/users/anonmeimei/), thank you 
   for reporting the issue.
 * Previously this plugin was not functional but it has since been updated and is
   now working. It provides the same features as the Blockify theme but can be used
   with any FSE/block theme.
 * Please let me know if this resolves the issue and if there’s anything else I’m
   able to help with 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Launchify] Unsaveable main page theme](https://wordpress.org/support/topic/unsaveable-main-page-theme/)
 *  Theme Author [Blockify](https://wordpress.org/support/users/blockify/)
 * (@blockify)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/unsaveable-main-page-theme/#post-17214145)
 * Hi [@xenonprime](https://wordpress.org/support/users/xenonprime/), thank you 
   for reaching out.
 * Please see this article for instructions on how to configure the front page [https://docs.blockifywp.com/article/61-how-to-edit-the-static-front-page](https://docs.blockifywp.com/article/61-how-to-edit-the-static-front-page)
 * Let me know if this resolves the issue and if there’s anything else I’m able 
   to help with!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Saasify] Unsaveable main page theme](https://wordpress.org/support/topic/unsaveable-main-page-theme-2/)
 *  Theme Author [Blockify](https://wordpress.org/support/users/blockify/)
 * (@blockify)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/unsaveable-main-page-theme-2/#post-17214144)
 * Hi [@xenonprime](https://wordpress.org/support/users/xenonprime/), thank you 
   for reaching out.
 * Please see this article for instructions on how to configure the front page [https://docs.blockifywp.com/article/61-how-to-edit-the-static-front-page](https://docs.blockifywp.com/article/61-how-to-edit-the-static-front-page)
 * Let me know if this resolves the issue and if there’s anything else I’m able 
   to help with!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blockify] After Update Website Interface something changed](https://wordpress.org/support/topic/after-update-website-interface-something-changed/)
 *  Theme Author [Blockify](https://wordpress.org/support/users/blockify/)
 * (@blockify)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/after-update-website-interface-something-changed/#post-17214133)
 * [@skybootstrap](https://wordpress.org/support/users/skybootstrap/) thank you 
   for reporting this and apologies for any inconvenience.
 * Previously we were using named colors e.g ‘Heading’, ‘Body’, ‘Outline’ etc which
   can be problematic with design systems. These have been renamed to color shades
   e.g ‘Neutral 800’, ‘Neutral 600’, ‘Neutral 100’. This is more consistent with
   most common design systems. There was also a similar change to the Typography
   and Spacing scales, but this was a minor change.
 * There were fallbacks and deprecations added to prevent cusotmized designs from
   breaking but it appears that not all of them are working correctly.
 * To fix the issue, you could update the new color palette with your brand colors.
   Alternatively, it is possible to downgrade to the previous version with the [WP Rollback plugin](https://wordpress.org/plugins/wp-rollback/)
 * Thank you for your patience and understanding!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blockify] Issue with dropdown menu](https://wordpress.org/support/topic/issue-with-dropdown-menu/)
 *  Theme Author [Blockify](https://wordpress.org/support/users/blockify/)
 * (@blockify)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/issue-with-dropdown-menu/#post-17214123)
 * [@loosie94](https://wordpress.org/support/users/loosie94/) thank you for reporting
   this issue.
 * There is a fix on the way but if you would like to downgrade to the previous 
   version in the meantime you can use the [WP Rollback plugin](https://wordpress.org/plugins/wp-rollback/)
 * Apologies for any inconvenience and thank you for your patience!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blockify] An unexpected error occurred in the editor](https://wordpress.org/support/topic/an-unexpected-error-occurred-in-the-editor-3/)
 *  Theme Author [Blockify](https://wordpress.org/support/users/blockify/)
 * (@blockify)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/an-unexpected-error-occurred-in-the-editor-3/#post-16677280)
 * Hi [@danewolf](https://wordpress.org/support/users/danewolf/), thank you for 
   reporting this.
 * I have just released version 1.2.7 which includes a fix for this issue. Could
   you please confirm if the update has resolved the issue on your end?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blockify] An unexpected error occurred in the editor.](https://wordpress.org/support/topic/an-unexpected-error-occurred-in-the-editor-2/)
 *  Theme Author [Blockify](https://wordpress.org/support/users/blockify/)
 * (@blockify)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/an-unexpected-error-occurred-in-the-editor-2/#post-16677279)
 * Hi [@kulberlin](https://wordpress.org/support/users/kulberlin/)
 * I have just released version 1.2.7 which includes a fix for this issue. Could
   you kindly confirm if the update has resolved the issue on your end?
 * Don’t hesitate to reach out if you need any further assistance.

Viewing 15 replies - 1 through 15 (of 68 total)

1 [2](https://wordpress.org/support/users/blockify/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/blockify/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/blockify/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/blockify/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/blockify/replies/page/2/?output_format=md)