Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)
  • Thread Starter zietbukuel

    (@zietbukuel)

    I know but I don’t have short tags enabled and that’s making the CSS have some unparsed PHP like the one I show above.

    https://demo1.store.inlive.cloud/
    https://demo2.store.inlive.cloud/

    Please take a look at these 2 sites. It’s not showing up the built-in icons and the CSS error is present in both sites.
    Thanks.

    Thread Starter zietbukuel

    (@zietbukuel)

    There’s also an error in the CSS:

    .lds-rolling div, .lds-rolling div:after {
        width: 100%;
        height: 100%;
        border: 10px solid <? echo esc_attr( $settings['text_color'] ) ?>;
        border-top-color: transparent;
        border-radius: 50%;
    }

    No PHP should be displayed like this.

    • This reply was modified 4 years, 4 months ago by zietbukuel.
    Thread Starter zietbukuel

    (@zietbukuel)

    You can decide what to include. But I expect at least 40% (or at least make it usable) or paid features to be in the free plugin, because then I’d be able to use it and would actually make me want to buy the paid version. But if I don’t have a taste of anything, then I just feel cheated (because of your plugin description).

    I hope you take this as good criticism. I’d be glad to give your plugin another try and change my review. Thanks.

    • This reply was modified 5 years, 3 months ago by zietbukuel.
    Thread Starter zietbukuel

    (@zietbukuel)

    I don’t think I said anything offensive but if you think so then I’m sorry. It’s just that your free plugin has absolutely no features, it has like 5% of what the paid version has and that’s just ridiculous when your plugin description says it has a lot of features. You should be clear and mention the differences from the start because it’s really annoying to download something and then it has no features and it’s a waste of time. I felt tricked and that’s just NOT ok. I understand this is a free plugin, but what I hate about it’s the FALSE advertising and I think I’m not alone on this, there are other users like me that say the same thing.

    So please, don’t waste our time and put a REAL description of your plugin with the differences between your commercial and free plugin. There’s NO need to lie.

    Exactly, why not share the solution with everyone out there? I have the same issue. If this is a tactic to make people buy your plugin then you are failing.

    Anyways, what I did to fix this is use a copy of master from https://github.com/live-composer/live-composer-page-builder

    • This reply was modified 6 years, 10 months ago by zietbukuel.
    Thread Starter zietbukuel

    (@zietbukuel)

    I simply tried to add a class to a widget using the latest avada theme. The class is not added at all. Maybe it’s just not compatible. Other than that I don’t remember if it was a custom widget or not, this issue was like 4 months ago ??

    Thanks.

    I don’t see why rate low if you cannot read.

    Thread Starter zietbukuel

    (@zietbukuel)

    Yeah, got it, but then it means it isn’t compatible with the Avada theme, which is one of the most popular ones ??

    Thanks for answering.

    Same happened to me.

    I used this:

    <a href="{{permalink}}" class="more">Read More</a>

    Thread Starter zietbukuel

    (@zietbukuel)

    Thanks, I’ll take a look.

    So nice to see reviews saying “omg it’s not working” but it doesn’t even say WHAT is not working…

    • This reply was modified 7 years, 10 months ago by zietbukuel.

    This is the file without any !important statement:

    .wpb_category_n_menu_accordion * {
      -webkit-font-smoothing: antialiased;
    }
    .wpb_category_n_menu_accordion ul li {
      list-style: none;
      display: block;
      position: relative;
    }
    .wpb_category_n_menu_accordion ul {
      padding: 0;
      margin: 0;
    }
    .wpb_category_n_menu_accordion ul.children,
    .wpb_category_n_menu_accordion ul.sub-menu {
      display: none;
    }
    .wpb_category_n_menu_accordion ul > li {
      margin: 0;
      padding: 0;
    }
    .wpb_category_n_menu_accordion ul > li li {
      margin: 0;
      background: #383838;
    }
    .wpb_category_n_menu_accordion ul > li li a {
      color: #f5f5f5;
    }
    .wpb_category_n_menu_accordion a {
      display: block;
      outline: none;
      text-decoration: none;
    }
    .wpb_category_n_menu_accordion ul li > a > span.wpb-submenu-indicator {
      float: right;
      font-size: 20px;
      line-height: 22px;
      font-weight: bolder;
      -o-transition: transform .3s linear;
      -moz-transition: transform .3s linear;
      -webkit-transition: transform .3s linear;
      -ms-transition: transform .3s linear;
    }
    .wpb_category_n_menu_accordion li.wpb-submenu-indicator-minus > a > span.wpb-submenu-indicator {
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .wpb_category_n_menu_accordion li > a:hover > span.wpb-submenu-indicator {
      color: #fff;
    }
    .wpb_category_n_menu_accordion > ul > li > a:hover {
      background-color: #383F4A;
      color: #fff;
    }
    .wpb_category_n_menu_accordion > ul > li li > a {
      border-left: solid 6px transparent;
      -o-transition: border .2s linear;
      -moz-transition: border .2s linear;
      -webkit-transition: border .2s linear;
      transition: border .2s linear;
    }
    .wpb_category_n_menu_accordion > ul > li li:hover > a,
    .wpb_category_n_menu_accordion > ul > li li.current-cat > a,
    .wpb_category_n_menu_accordion li.wpb-submenu-indicator-minus > a {
      border-left-color: #414956;
    }
    .wpb_category_n_menu_accordion li a {
      font-size: 12px;
      line-height: 18px;
      padding: 14px 22px;
      font-weight: 600;
      -o-transition: color .2s linear,background .2s linear;
      -moz-transition: color .2s linear,background .2s linear;
      -webkit-transition: color .2s linear,background .2s linear;
      transition: color .2s linear,background .2s linear;
    }
    .wpb_category_n_menu_accordion > ul > li > a {
      font-size: 14px;
      line-height: 20px;
      padding: 14px 22px;
      background: #3b424d;
      color: #f5f5f5;
    }
    .wpb_category_n_menu_accordion > ul > li:not(:last-child) > a {
      border-bottom: 1px solid #383F4A;
    }
    .wpb_category_n_menu_accordion > ul > li:last-child > a {
      border-bottom: 0;
    }
    .wpb_category_n_menu_accordion > ul > li > ul > li > a,
    .wpb_category_n_menu_accordion > ul > li > ul > li > ul > li > a {
      border-bottom: 0;
    }
    
    /* Cat Count */
    
    .wpb_category_n_menu_accordion ul li .wpb-wmca-cat-count {
      min-width: 20px;
      position: absolute;
      right: 40px;
      top: 15px;
      font-size: 11px;
      font-weight: 800;
      color: #555;
      text-align: center;
      background: #f0f0f0;
      border-radius: 50%;
      height: 20px;
      line-height: 20px;
      -webkit-font-smoothing: antialiased;
    }
    
    /* Padding Left */
    
    .wpb_category_n_menu_accordion > ul > li > ul > li > a {
      padding-left: 30px;
    }
    .wpb_category_n_menu_accordion > ul > li > ul > li > ul > li > a {
      padding-left: 45px;
    }
    
    /* ==========================================================================
       RTL style
       ========================================================================== */
    
    body.rtl .wpb_category_n_menu_accordion ul li > a > span.wpb-submenu-indicator {
      float: left;
    }
    body.rtl .wpb_category_n_menu_accordion > ul > li > ul > li > a {
      padding-left: 14px;
      padding-right: 30px;
    }
    body.rtl .wpb_category_n_menu_accordion > ul > li > ul > li > ul > li > a {
      padding-left: 14px;
      padding-right: 45px;
    }
    body.rtl .wpb_category_n_menu_accordion > ul > li li > a { 
      border-right: solid 6px transparent;
      border-left: 0;
    }
    body.rtl .wpb_category_n_menu_accordion > ul > li li:hover > a,
    body.rtl .wpb_category_n_menu_accordion > ul > li li.current-cat > a,
    body.rtl .wpb_category_n_menu_accordion li.wpb-submenu-indicator-minus > a {
      border-right-color: #414956;
    }
    body.rtl .wpb_category_n_menu_accordion ul li .wpb-wmca-cat-count {
      left: 40px;
      right: inherit;
    }

    You shouldn’t use !important in your plugin, it just makes it hard for us users to customize the style because it’s not recommended to hack plugins or core files.

    I have the same issue.

    Forum: Reviews
    In reply to: [WooCommerce] Good
Viewing 15 replies - 1 through 15 (of 18 total)