Home Forums Themes Support Noraure WordPress Theme css problem from less compilation

Viewing 7 reply threads
  • Author
    Posts
    • #8281

      Hi again,
      An other problem that i want to fix.
      I noticed css difference on the purchased theme and your demo site. On the homepage we can insert categories (name and image). After filling the categories images in woocommerce, they do not want to show up on the home (the title yes but not the image). I looked at the css code of your demo and mine and I noticed an error in the less code that is compiled at every query. The file concerned is woocommerce.less line 1607. you forgot a: last-child on a
      original code :
      .woocommerce {
      .tb-item-category {
      position: relative;
      margin-bottom: 30px;
      .tb-thumb {
      position: relative;
      line-height: 0;
      overflow: hidden;
      > img {
      width: 100%;
      height: auto;
      }
      > a {….}

      and modified code :
      .woocommerce {
      .tb-item-category {
      position: relative;
      margin-bottom: 30px;
      .tb-thumb {
      position: relative;
      line-height: 0;
      overflow: hidden;
      > img {
      width: 100%;
      height: auto;
      }
      > a:last-child {…}
      In this case the image of the catégorie is showing well.
      Does it possible to get the same version of you show on Envato and on your site???
      Because a next update of your theme i’ll loose this modifications that i can’t do in child theme easily.
      Thank you in advance for your answers

    • #8293

      Hi bcort,

      Could you please give me Admin info?
      We will check and get back to you soon.

      Thanks!

    • #8313
      This reply has been marked as private.
    • #8316

      Hi bcort,

      Thanks for your reply.
      But I can’t login to your site with the information above that you offer me.
      Please check again and give me the correct information.

      Thanks!

    • #8317
      This reply has been marked as private.
    • #8348

      Hi again,

      We need your FTP info to resolve your issues?
      Could you please give it to me?
      Looking forward to your response!

      Thanks!

    • #8364
      This reply has been marked as private.
    • #8401

      Hi bcort,

      I noticed that your issue is alright now.
      If you have any trouble, please contact us.

      Thanks!

Viewing 7 reply threads

You must be logged in to reply to this topic.