Title: agima's Replies | WordPress.org

---

# agima

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Code Snippet DM] No line breaks](https://wordpress.org/support/topic/no-line-breaks-12/)
 *  Thread Starter [agima](https://wordpress.org/support/users/agima/)
 * (@agima)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/no-line-breaks-12/#post-15997668)
 * [@necroob](https://wordpress.org/support/users/necroob/)
    I saw your screen recording,
   and I saw that it works in your environment with the OceanWP theme.
 * The problem is always the same for me, whether I copy/paste from Google Colab,
   or copy/paste from Visual Studio Code, or manually type the python code into 
   the snippet.
 * So, I think it’s another plugin on my WordPress that is messing up the display
   since it works on your test environment with my theme.
 * I’ll investigate to try to find out, as you already spent a lot of time trying
   to solve my problem which is not from your plugin.
 * A big thank you to you for your investment and your reactivity to try to find
   a solution.`
 * Have a nice day
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Code Snippet DM] No line breaks](https://wordpress.org/support/topic/no-line-breaks-12/)
 *  Thread Starter [agima](https://wordpress.org/support/users/agima/)
 * (@agima)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/no-line-breaks-12/#post-15992342)
 * [@necroob](https://wordpress.org/support/users/necroob/)
    I modified an existing
   article in order to use your plugin for code examples.
 * You will see that the two blocks with the python code are a problem (no line 
   breaks and no syntax coloring)
 * [https://coursemetry.com/get-stock-exchange-quotations-with-python/](https://coursemetry.com/get-stock-exchange-quotations-with-python/)
 * Let me know if you want me to make some changes in order to solve the problem.
 * Thanks
 * Regards,
 * Laurent
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Code Snippet DM] No line breaks](https://wordpress.org/support/topic/no-line-breaks-12/)
 *  Thread Starter [agima](https://wordpress.org/support/users/agima/)
 * (@agima)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/no-line-breaks-12/#post-15978014)
 * [@necroob](https://wordpress.org/support/users/necroob/)
    `<pre>` is here if 
   you are looking in the block code
 *     ```
       <!-- wp:dm-code-snippet/code-snippet-block-dm {"content":"for i in range(1,10): \n    print(i)","lineNumbers":true,"language":"python"} -->
       <div class="dm-code-snippet dark dm-normal-version default no-background-mobile" snippet-height="" style="background-color:#abb8c3"><div class="control-language"><div class="dm-buttons"><div class="dm-buttons-left"><div class="dm-button-snippet red-button"></div><div class="dm-button-snippet orange-button"></div><div class="dm-button-snippet green-button"></div></div><div class="dm-buttons-right"><a id="dm-copy-raw-code"><span class="dm-copy-text">Copy Code</span><span class="dm-copy-confirmed" style="display:none">Copied</span><span class="dm-error-message" style="display:none">Use a different Browser</span></a></div></div><pre class=" line-numbers"><code id="dm-code-raw" class=" no-wrap language-python">for i in range(1,10): 
           print(i)</code></pre></div></div>
       <!-- /wp:dm-code-snippet/code-snippet-block-dm -->
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Code Snippet DM] No line breaks](https://wordpress.org/support/topic/no-line-breaks-12/)
 *  Thread Starter [agima](https://wordpress.org/support/users/agima/)
 * (@agima)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/no-line-breaks-12/#post-15978011)
 * I don’t know which editor I’m using (I think this is Gutenberg but I’m not sure),
   but it is sure that I do not enter the shortcode manually. I selected it from
   a list with all blocks in my WP environment.
 * I think it’s more of a CSS conflict issue with my OceanWP theme that I mentioned
   in my first post.
 * Is it possible to add the CSS of the plugin in the **Additional CSS class(es)**
   section of the block?
 * I will not change my theme for a plugin, it is too much of work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Code Snippet DM] No line breaks](https://wordpress.org/support/topic/no-line-breaks-12/)
 *  Thread Starter [agima](https://wordpress.org/support/users/agima/)
 * (@agima)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/no-line-breaks-12/#post-15977939)
    - I add a Code Snippet DM block in a page
    - I then add the following example of Python code:
    -     ```
          for i in range(1, 10):
              print(i)
          ```
      
    - [Screen capture in WP editor](https://ibb.co/1fKtmsb)
    - I check the option to have the line numbers
    - I select “Python” as language
    - I update the page and ask for a preview in a new tab
    - [Screen capture in page preview ](https://ibb.co/jksTfg3)
 * Below the shortcode of the block in the page:
 *     ```
       <!-- wp:dm-code-snippet/code-snippet-block-dm {"content":"for i in range(1,10): \n    print(i)","lineNumbers":true,"language":"python"} -->
       <div class="dm-code-snippet dark dm-normal-version default no-background-mobile" snippet-height="" style="background-color:#abb8c3"><div class="control-language"><div class="dm-buttons"><div class="dm-buttons-left"><div class="dm-button-snippet red-button"></div><div class="dm-button-snippet orange-button"></div><div class="dm-button-snippet green-button"></div></div><div class="dm-buttons-right"><a id="dm-copy-raw-code"><span class="dm-copy-text">Copy Code</span><span class="dm-copy-confirmed" style="display:none">Copied</span><span class="dm-error-message" style="display:none">Use a different Browser</span></a></div></div><pre class=" line-numbers"><code id="dm-code-raw" class=" no-wrap language-python">for i in range(1,10): 
           print(i)</code></pre></div></div>
       <!-- /wp:dm-code-snippet/code-snippet-block-dm -->
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Code Snippet DM] No line breaks](https://wordpress.org/support/topic/no-line-breaks-12/)
 *  Thread Starter [agima](https://wordpress.org/support/users/agima/)
 * (@agima)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/no-line-breaks-12/#post-15977285)
 * Pb is the same, with or without comment in the Python code.
 * It si also the same without pasting code from another editor.
 * Using Ctrl + T to Auto Format, change entered code !!??
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CHP Ads Block Detector] Update from version 3.6 to 3.7.2 crashed my site](https://wordpress.org/support/topic/update-from-version-3-6-to-3-7-2-crashed-my-site/)
 *  Thread Starter [agima](https://wordpress.org/support/users/agima/)
 * (@agima)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/update-from-version-3-6-to-3-7-2-crashed-my-site/#post-15791143)
 * Hi [@sureshchand12a](https://wordpress.org/support/users/sureshchand12a/),
 * I just updated from 3.7.2 to 3.7.3 and reactivated the plugin and it works now.
 * You can close the ticket.
 * Thanks and have a nice day.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Cron task with no action](https://wordpress.org/support/topic/cron-task-with-no-action/)
 *  Thread Starter [agima](https://wordpress.org/support/users/agima/)
 * (@agima)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/cron-task-with-no-action/#post-15651868)
 * Ok, thanks for your reply.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] Orphaned tables after uninstalling the plugin](https://wordpress.org/support/topic/orphaned-tables-after-uninstalling-the-plugin-4/)
 *  Thread Starter [agima](https://wordpress.org/support/users/agima/)
 * (@agima)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/orphaned-tables-after-uninstalling-the-plugin-4/#post-15650846)
 * Hi [@wpsmort](https://wordpress.org/support/users/wpsmort/)
    Thanks for your 
   reply
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AdRotate Banner Manager] Orphaned tables after uninstalling the plugin](https://wordpress.org/support/topic/orphaned-tables-after-uninstalling-the-plugin-3/)
 *  Thread Starter [agima](https://wordpress.org/support/users/agima/)
 * (@agima)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/orphaned-tables-after-uninstalling-the-plugin-3/#post-15644654)
 * Ah ok, so I think that my problem is prior to the correction of the bug.
 * Everything is ok now, thanks again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AdRotate Banner Manager] Orphaned tables after uninstalling the plugin](https://wordpress.org/support/topic/orphaned-tables-after-uninstalling-the-plugin-3/)
 *  Thread Starter [agima](https://wordpress.org/support/users/agima/)
 * (@agima)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/orphaned-tables-after-uninstalling-the-plugin-3/#post-15643933)
 * AdRotate was removed since a long time.
    Sorry, but I can’t go very far back 
   in my log with my host. Thanks for your answer.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LiteSpeed Cache] The lsphp process consumes a lot of resources](https://wordpress.org/support/topic/the-lsphp-process-consumes-a-lot-of-resources/)
 *  Thread Starter [agima](https://wordpress.org/support/users/agima/)
 * (@agima)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/the-lsphp-process-consumes-a-lot-of-resources/#post-15643284)
 * Ok, thanks for your reply.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LiteSpeed Cache] Orphaned tables after uninstalling the plugin](https://wordpress.org/support/topic/orphaned-tables-after-uninstalling-the-plugin-2/)
 *  Thread Starter [agima](https://wordpress.org/support/users/agima/)
 * (@agima)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/orphaned-tables-after-uninstalling-the-plugin-2/#post-15643278)
 * Ok, thanks for your reply.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LiteSpeed Cache] Orphaned tables after uninstalling the plugin](https://wordpress.org/support/topic/orphaned-tables-after-uninstalling-the-plugin-2/)
 *  Thread Starter [agima](https://wordpress.org/support/users/agima/)
 * (@agima)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/orphaned-tables-after-uninstalling-the-plugin-2/#post-15643225)
 * > if you have done image optm , suggest to restore the original images first 
   > and then delete them
 * Even if the plugin is already uninstalled?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blog2Social: Social Media Auto Post & Scheduler] Orphaned tables after uninstalling the plugin](https://wordpress.org/support/topic/orphaned-tables-after-uninstalling-the-plugin/)
 *  Thread Starter [agima](https://wordpress.org/support/users/agima/)
 * (@agima)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/orphaned-tables-after-uninstalling-the-plugin/#post-15643207)
 * Ok, thanks for your reply

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

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