Title: Derda's Replies | WordPress.org

---

# Derda

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [No login after change from subdomain to subfolder](https://wordpress.org/support/topic/no-login-after-change-from-subdomain-to-subfolder/)
 *  Thread Starter [Derda](https://wordpress.org/support/users/derda/)
 * (@derda)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/no-login-after-change-from-subdomain-to-subfolder/#post-17716843)
 * I solved it with the help of google gemini. the debug log showed a possible issue
   with a plugin. turning it off solved the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Type Switcher] [Featured request] Keep a copy of the original post type](https://wordpress.org/support/topic/featured-request-keep-a-copy-of-the-original-post-type/)
 *  [Derda](https://wordpress.org/support/users/derda/)
 * (@derda)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/featured-request-keep-a-copy-of-the-original-post-type/#post-17487586)
 * George’s suggestion is cool. Found your plugin because I should move from one
   CPT to another. But can’t risk losing anything in a slightly complicated build.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Run script on record save/update](https://wordpress.org/support/topic/run-script-on-record-save-update/)
 *  Thread Starter [Derda](https://wordpress.org/support/users/derda/)
 * (@derda)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/run-script-on-record-save-update/#post-17295378)
 * Thank you very much for the reference.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Code Snippets] Code snippet not working when filtering for a CPT](https://wordpress.org/support/topic/code-snippet-not-working-when-filtering-for-a-cpt/)
 *  Thread Starter [Derda](https://wordpress.org/support/users/derda/)
 * (@derda)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/code-snippet-not-working-when-filtering-for-a-cpt/#post-17122973)
 * Solved. Was a code error.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Code Snippets] Code snippet not working when filtering for a CPT](https://wordpress.org/support/topic/code-snippet-not-working-when-filtering-for-a-cpt/)
 *  Thread Starter [Derda](https://wordpress.org/support/users/derda/)
 * (@derda)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/code-snippet-not-working-when-filtering-for-a-cpt/#post-17105655)
 * Is anywhere around who can help on this? Much appreciated. Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Code Snippets] Snippets not working](https://wordpress.org/support/topic/snippets-not-working-6/)
 *  Thread Starter [Derda](https://wordpress.org/support/users/derda/)
 * (@derda)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/snippets-not-working-6/#post-17093170)
 * With all your kind help I still can not get this snippet to work. It should display
   an alert when i am in edit mode in a CPT called “city” – Does someone have an
   idea where i made a mistake? – Thank you very much from this newbie.
 * // Get the current CPT.
   $current_post_type = get_post_type();// Check if the 
   current CPT is the “city” post type.if ( $current_post_type == ‘city’ ) {// Add
   the code to the `add_action` action.add_action( ‘edit_post’, function() {// Display
   a custom alert.echo ‘<script type=”text/javascript”>’;echo ‘alert(“JS alert box
   inside PHP”)’;echo ‘</script>’;} );}
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Code Snippets] Snippets not working](https://wordpress.org/support/topic/snippets-not-working-6/)
 *  Thread Starter [Derda](https://wordpress.org/support/users/derda/)
 * (@derda)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/snippets-not-working-6/#post-17092052)
 * Thank you very much for your kind help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Code Snippets] Snippets not working](https://wordpress.org/support/topic/snippets-not-working-6/)
 *  Thread Starter [Derda](https://wordpress.org/support/users/derda/)
 * (@derda)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/snippets-not-working-6/#post-17091232)
 * Ohh, thanks for advising me. In the sample snippets provided I did not see that.
   Where can i learn which action or filter hook I need to supply and how this works?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shariff Wrapper] Replace Twitter with X](https://wordpress.org/support/topic/replace-twitter-with-x/)
 *  [Derda](https://wordpress.org/support/users/derda/)
 * (@derda)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/replace-twitter-with-x/#post-16959682)
 * I think X has not published their official branding guidelines yet. We may have
   to be a bit more patient.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booster Extension] Remove Average rating and Reactions toggle](https://wordpress.org/support/topic/remove-average-rating-and-reactions-toggle-2/)
 *  [Derda](https://wordpress.org/support/users/derda/)
 * (@derda)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/remove-average-rating-and-reactions-toggle-2/#post-16407000)
 * Select the right class and in css give it a display:none
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp 6.1.1 “more” block invisible](https://wordpress.org/support/topic/wp-6-1-1-more-block-invisible/)
 *  Thread Starter [Derda](https://wordpress.org/support/users/derda/)
 * (@derda)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/wp-6-1-1-more-block-invisible/#post-16377065)
 * George, we solved it by buying a better theme. thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp 6.1.1 “more” block invisible](https://wordpress.org/support/topic/wp-6-1-1-more-block-invisible/)
 *  Thread Starter [Derda](https://wordpress.org/support/users/derda/)
 * (@derda)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/wp-6-1-1-more-block-invisible/#post-16374334)
 * WP Masonry Pro
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp 6.1.1 “more” block invisible](https://wordpress.org/support/topic/wp-6-1-1-more-block-invisible/)
 *  Thread Starter [Derda](https://wordpress.org/support/users/derda/)
 * (@derda)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/wp-6-1-1-more-block-invisible/#post-16374236)
 * Oops, while this works nice with twentytwenty-three … what do I do when the **
   Appearance -> Editor** does not show up on a theme? Add a snippet to functions.
   php?
    -  This reply was modified 3 years, 5 months ago by [Derda](https://wordpress.org/support/users/derda/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp 6.1.1 “more” block invisible](https://wordpress.org/support/topic/wp-6-1-1-more-block-invisible/)
 *  Thread Starter [Derda](https://wordpress.org/support/users/derda/)
 * (@derda)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/wp-6-1-1-more-block-invisible/#post-16374223)
 * Wonderful! Thank you very much indeed!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Place WP inside existing php page](https://wordpress.org/support/topic/place-wp-inside-existing-php-page/)
 *  Thread Starter [Derda](https://wordpress.org/support/users/derda/)
 * (@derda)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/place-wp-inside-existing-php-page/#post-12524273)
 * Thanks a lot bcworkz, works perfectly putting wp into an iframe – also on mobile.
   width set to 100%, border=none and height at a random 800px.
 * Cheers

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

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