Okay
  Public Ticket #1522604
virtual composer element
Closed

Comments

  • tanja started the conversation

    I cannot see The ”Post Grid” element of Visual Composer. How can I add that to element editor.

    I've purchased a Virtual Composer License too.

  •  2,010
    Ocean replied

    Hi,

    There are some conflicts between js of Visual Composer and js of theme.

    So ”Post Grid” can't work on this theme.

    You can use OT Latest News instead.

    Sorry for this.

  • tanja replied

    Sorry, but not the same!

    I've must have four square with image inside that link at 4 page.... not at list of post.

    59 dollars spent badly. I'm sorry but it's a very serious lack.




  •  2,010
    Ocean replied

    Sorry again.

    If this is important with you, i will help you make an other shortcode.

    I will make like attach image?

  • tanja replied

    I've resolved myself.

    Why "collapsible conten panel" Show ?
    I've disabled navigation icon....


  •  2,010
    Ocean replied

    Hi, sorry for late reply.

    It's the custom icon, we edited the shortcode.

    You can remove icon by css code:

    .vc_tta-panel-title:before{ display: none; }
    
  • tanja replied

    hi, could you help me please...where can I modify css code? I try in style.css exactly in this section but I haven't results. Where do I put the code? Thanks

    .panel-group .panel {
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-width: 2px;
      border-color: #e2e2e2;
    }
    .panel-group .panel .panel-heading,
    .vc_tta-panel-title {

    display: none;

      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      background-color: whitesmoke;
      padding: 0;
      position: relative;
    }
    .panel-group .panel .panel-heading:hover {
      background-color: #ebebeb;
    }
    .panel-group .panel .panel-heading:before,
    .vc_tta-panel-title:before {

      display: none;


      text-shadow: none;
      -webkit-font-smoothing: antialiased;
      font-family: 'fontawesome';
      speak: none;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      text-transform: none;
      bottom: 3px;
      color: #ea6645;
      content: "\f059";
      display: inline-block;
      font-size: 12px;
      position: absolute;
      top: 16px;
      left: 16px;

  •  2,010
    Ocean replied

    Hello,

    You can easy add custom css code here: http://prntscr.com/gbgjxt

    .panel-group .panel .panel-heading:before, .vc_tta-panel-title:before{display:none;}
    

    Thank you

  • tanja replied

    thanks so much