Title: Optiroot's Replies | WordPress.org

---

# Optiroot

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] WooCommerce without Storefont theme – Shop page too wide](https://wordpress.org/support/topic/woocommerce-without-storefont-theme-shop-page-too-wide/)
 *  [Optiroot](https://wordpress.org/support/users/optiroot/)
 * (@optiroot)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/woocommerce-without-storefont-theme-shop-page-too-wide/#post-6551307)
 * That’s strange, because it should have work.
    Did you have upload the file after
   the edit and the save of it? (just asking, sometimes I forget to upload too!);
 * Or maybe, the theme developer placed some **!important** in the CSS document,
   overwriting the CSS you type.
 * This could have of course work with a child theme or editing directly the original
   code.
 * Usually I don’t use plugins for such these things because they could slow websites,
   but in your case the website is about fast, so you don’t have problems!
 * Anyway the important thing is that everything now is okay!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] WooCommerce without Storefont theme – Shop page too wide](https://wordpress.org/support/topic/woocommerce-without-storefont-theme-shop-page-too-wide/)
 *  [Optiroot](https://wordpress.org/support/users/optiroot/)
 * (@optiroot)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/woocommerce-without-storefont-theme-shop-page-too-wide/#post-6551299)
 * Glad that you solved it!
 * I didn’t mentioned the plugin because sometimes it happens that theme functions
   have a priority and so your edits to code don’t take effect.
    In fact I prefer
   the way I said to do CSS changes.
 * Anyway, it’s better that you solved it in this simple way.
 * Bye! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] WooCommerce without Storefont theme – Shop page too wide](https://wordpress.org/support/topic/woocommerce-without-storefont-theme-shop-page-too-wide/)
 *  [Optiroot](https://wordpress.org/support/users/optiroot/)
 * (@optiroot)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/woocommerce-without-storefont-theme-shop-page-too-wide/#post-6551285)
 * Hi Cloudshotsnieuw,
 * Maybe this could be a weird fix, but I think it could work, even because I don’t
   know that theme, but via CSS you can fix this problem in an easy way.
 * If you use a child theme, this is the best thing.
    If you don’t, or simply you
   don’t know what it is, doesn’t matter.
 * First of all, you need to edit your style.css file of your theme.
    You can use
   FTP to connect to your website, with a client such as FileZilla. When you are
   in your website via FTP, go to **wp-content** then **themes**, then go inside
   the folder of your theme. In your case it should be called Camilla. Inside that
   folder, there must be a **style.css** file. Open it (I suggest you to open it
   with Notepad++, a free coding editor). Then add to the very bottom of your file
   this:
 *     ```
       .woocommerce ul.products {
           margin: 0px 20px !important;
       }
       ```
   
 * Then save the file and upload it in the folder of your theme.
 * Or, in a simpler way, edit the .woocommerce ul.products string in that file. 
   If you don’t know how to do it, do as I said.
 * I hope it helps, for any problem you can ask again.
 * Cheers
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Subdomain redirect to website.com/wp-signup.php?new=example after multisite](https://wordpress.org/support/topic/subdomain-redirect-to-websitecomwp-signupphpnewexample-after-multisite/)
 *  Thread Starter [Optiroot](https://wordpress.org/support/users/optiroot/)
 * (@optiroot)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/subdomain-redirect-to-websitecomwp-signupphpnewexample-after-multisite/#post-6426346)
 * Don’t mind, I solved it!
    It was enough add the **define( ‘NOBLOGREDIRECT’, ”);**
   in wp-config.php right below the multisite rules!
 * I managed to insert my website homepage between ”
 * To explain it better: if you insert a url between the ”, when an user goes to
   a not exsisting subdomain such hello.example.com, he’ll be redirected to the 
   url you inserted;
    Otherwise he’ll have a blank page.
 * This article says even that maybe the 404 server code could fail in this way,
   like if an user goes to “example.com/unexisting-page”, he’ll be redirected to
   the url you have insert between the ”
    [Article  But it seems is just for WPMU
   this issue, in fact I don’t have such this problem.
 * I hope it’ll help someone other!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] Feature request!](https://wordpress.org/support/topic/feature-request-329/)
 *  Thread Starter [Optiroot](https://wordpress.org/support/users/optiroot/)
 * (@optiroot)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/feature-request-329/#post-6192754)
 * Okay, thank you so much.
    I tried the modification of the code and it works.
 * So, I’ll wait for the introduction of this feature, it’ll be great!
 * Thank you again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] Feature request!](https://wordpress.org/support/topic/feature-request-329/)
 *  Thread Starter [Optiroot](https://wordpress.org/support/users/optiroot/)
 * (@optiroot)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/feature-request-329/#post-6192726)
 * Hi, perfect! That’s great.
    I would that my website must be really clean. You
   know, people can publish really everything. For now, there is a way so I can 
   disable the automatic conversion into images of links? Even deleting a line of
   code or something similiar?
 * Anyway if it’s possible, could you insert an option to moderate just comments
   with images?
    This’d be the greatest thing of ever! Thank you in any case! (I
   know for this feature you could take a bit, so I’m not expecting, if you accept,
   that this feature comes out with the next version!).
 * Thank you again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] wpDiscuz breaks theme sidebar layout](https://wordpress.org/support/topic/wpdiscuz-breaks-theme-sidebar-layout/)
 *  Thread Starter [Optiroot](https://wordpress.org/support/users/optiroot/)
 * (@optiroot)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/wpdiscuz-breaks-theme-sidebar-layout/#post-6185299)
 * Thank you so much to consider my request and even make it avaiable for the next
   version!
    It’s great. Okay, everything anyway is solved, so I mark the topic 
   as how it should be. Thank you again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] wpDiscuz breaks theme sidebar layout](https://wordpress.org/support/topic/wpdiscuz-breaks-theme-sidebar-layout/)
 *  Thread Starter [Optiroot](https://wordpress.org/support/users/optiroot/)
 * (@optiroot)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/wpdiscuz-breaks-theme-sidebar-layout/#post-6185294)
 * Okay, thank you so much!
    That’s really perfect. Great assistance, even free.
 * Can I ask you how did you solve the problem with the “server not found” about
   my website?
    Maybe I need to fix something in my server? What was your solution?
   Any help, if this was my problem, would be perfect!
 * One feature request:
    I know that you support so much social and user profiles
   plugins (for example, I’ve buy userpro from CodeCanyon just to integrate it with
   wpDiscuz; just to let you know how much I support your project), but I have issues
   with Super Socializer (the other two are not so much comfortable, for me)… I’d
   like to use and see integrated with wpDiscuz, [Social Login](https://wordpress.org/plugins/oa-social-login/),
   that it suit me perfectly. If you think that this could be possible, please let
   me know! Otherwise, I’ll look to use Super Socializer or one of the three!
 * Thank you so much for your help.
    Really a great service. 5 stars, right now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] wpDiscuz breaks theme sidebar layout](https://wordpress.org/support/topic/wpdiscuz-breaks-theme-sidebar-layout/)
 *  Thread Starter [Optiroot](https://wordpress.org/support/users/optiroot/)
 * (@optiroot)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/wpdiscuz-breaks-theme-sidebar-layout/#post-6185292)
 * Oh my god.
    Perfect, great! It works.
 * Could you tell what you had to do to fix the problem?
    Maybe I need to use wpDiscuz
   on other sites with this theme. So I would know which code add/remove from the
   plugin or theme files. I know a bit about coding so it’s enough you tell what
   to remove or add! Thank you!
 * And which problem had my website?
    It was a my problem, or yours?
 * Thank you so much for solving my issue.
    Really appreciated!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] wpDiscuz breaks theme sidebar layout](https://wordpress.org/support/topic/wpdiscuz-breaks-theme-sidebar-layout/)
 *  Thread Starter [Optiroot](https://wordpress.org/support/users/optiroot/)
 * (@optiroot)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/wpdiscuz-breaks-theme-sidebar-layout/#post-6185289)
 * Hi…
    That is not a plugin, but a function of my theme, Engine. I disabled this
   function but the problem persists. What could I do?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] wpDiscuz breaks theme sidebar layout](https://wordpress.org/support/topic/wpdiscuz-breaks-theme-sidebar-layout/)
 *  Thread Starter [Optiroot](https://wordpress.org/support/users/optiroot/)
 * (@optiroot)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/wpdiscuz-breaks-theme-sidebar-layout/#post-6185285)
 * Or please, at least try with the IP:
    185.56.218.85
 * I would understand if it is a DNS problem…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] wpDiscuz breaks theme sidebar layout](https://wordpress.org/support/topic/wpdiscuz-breaks-theme-sidebar-layout/)
 *  Thread Starter [Optiroot](https://wordpress.org/support/users/optiroot/)
 * (@optiroot)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/wpdiscuz-breaks-theme-sidebar-layout/#post-6185284)
 * It’s really strange… why?
    Do you have any opinion about?
 * Could you try changing browser?
    Because in every device I try to load my website,
   it works… I don’t understand why not, at you.
 * Any ideas?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] wpDiscuz breaks theme sidebar layout](https://wordpress.org/support/topic/wpdiscuz-breaks-theme-sidebar-layout/)
 *  Thread Starter [Optiroot](https://wordpress.org/support/users/optiroot/)
 * (@optiroot)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/wpdiscuz-breaks-theme-sidebar-layout/#post-6185282)
 * I’ve check, it is up!
 * Try with:
    [http://www.isup.me/](http://www.isup.me/) [http://www.isitdownrightnow.com/](http://www.isitdownrightnow.com/)
 * It works…
    So I don’t know why it doesn’t work. Could you try again?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] wpDiscuz breaks theme sidebar layout](https://wordpress.org/support/topic/wpdiscuz-breaks-theme-sidebar-layout/)
 *  Thread Starter [Optiroot](https://wordpress.org/support/users/optiroot/)
 * (@optiroot)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/wpdiscuz-breaks-theme-sidebar-layout/#post-6185262)
 * Tell me if you know something new, please!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] wpDiscuz breaks theme sidebar layout](https://wordpress.org/support/topic/wpdiscuz-breaks-theme-sidebar-layout/)
 *  Thread Starter [Optiroot](https://wordpress.org/support/users/optiroot/)
 * (@optiroot)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/wpdiscuz-breaks-theme-sidebar-layout/#post-6185260)
 * Okay, thank you. I send details right now.

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