Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • 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!

    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! 🙂

    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

    Thread Starter Optiroot

    (@optiroot)

    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!

    Thread Starter Optiroot

    (@optiroot)

    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.

    Thread Starter Optiroot

    (@optiroot)

    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!

    Thread Starter Optiroot

    (@optiroot)

    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.

    Thread Starter Optiroot

    (@optiroot)

    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, 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.

    Thread Starter Optiroot

    (@optiroot)

    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!

    Thread Starter Optiroot

    (@optiroot)

    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?

    Thread Starter Optiroot

    (@optiroot)

    Or please, at least try with the IP:
    185.56.218.85

    I would understand if it is a DNS problem…

    Thread Starter Optiroot

    (@optiroot)

    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?

    Thread Starter Optiroot

    (@optiroot)

    I’ve check, it is up!

    Try with:
    http://www.isup.me/
    http://www.isitdownrightnow.com/

    It works…
    So I don’t know why it doesn’t work.
    Could you try again?

    Thread Starter Optiroot

    (@optiroot)

    Tell me if you know something new, please!

    Thread Starter Optiroot

    (@optiroot)

    Okay, thank you. I send details right now.

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