Okay
  Public Ticket #1216112
Problems with visual composer
Closed

Comments

  •  1
    laison007 started the conversation

    Hi.
    I bought your theme and installed it, I used visual composer and strange things happen on the web.
    Separators with text scroll to the right only, although they are located in the center.
    There is a space between the slide revolution and the web menu but it is only visible if you access it from a smartphone or tablet or if you minimize the browser side of the computer.
    The name of the “single image” widget disappears.
    What may be happening?
    I await your response, thank you.

    Other thing, can i include html code into visual composer field of widget's name.

  •  2,010
    Ocean replied

    Hi,

    - revolution slider: please follow 
    https://www.awesomescreenshot.com/image/2606672/28ee64d1c59dda4b83de8891906c09e6

    - Separators with text: i don't see any issues, please say clearly or send screenshot.

  •  1
    laison007 replied

    Hello again.
    I attached you capture the separator with text.
    Is there any way to make the separator text bigger?
    Because when you add the "Separator with text" does not give you option to increase the font.
    Thank you.
  •  1
    laison007 replied

    Hi.
    I have another issue with the subject.
    In the Visual Composer "Single Image" option I added 4 to my main page.
    1. How can you change the color of the text that is added above the image?
    2. As you can see in the capture that I attached the image of the center, the text does not fit in the box with what occupies two lines; For this reason the image moves down and out of alignment with the other two. How can i fix this? Because I can not insert a space between the image and the text since it is the same element, I have tried inserting "<br>" tags in the name and it aligns but after a while they are automatically deleted.
    Thank you so much.
  •  2,010
    Ocean replied

    Hi,

    you can add css code. Go to Appearance/CUstomize/Miscellaneous/Custom Code

    .vc_separator h4 {

    font-size: your-size;

    }

    color text in single image:

    add css

    wpb_singleimage_heading {

    color: your-color;

    }

    text 2 line: you can add css to text small.

    .wpb_singleimage_heading {

    font-size: 21px;

    }

  •  1
    laison007 replied

    please read above.

  •  1
    laison007 replied

    Hi.
    I have introduced the styles that you indicated, where you indicated me.
    Everything has been changed but the font color of "Single Image" does not, however the size of the text itself has been changed.
    In the css style i try:
    .vpb_singleimage_heading{font-size: 21px; color: #3366ff}
    and
    .vpb_singleimage_heading{color: #3366ff}
    .vpb_singleimage_heading{font-size: 21px}
    nothing run.
    Any other suggestions?
    Thank you very much.
    I am looking forward to your response.
  •  2,010
    Ocean replied

    Hello,

    Just need use !important for your css you want:

    .wpb_singleimage_heading {
        color: #3366ff !important;
    }
    

    Thank you

  •  1
    laison007 replied

    Hi.
    I would like to edit the circle that appears in the topic each time you change pages.
    Would there be any way for the circle to be bigger and enter the logo of the company?
    Thank you very much.
    I am looking forward to your response
  •  2,010
    Ocean replied

    Hi,

    Now this theme doesn't support logo preload.

    If you want circle to be bigger, 

    Please go to Appearance > Customize > Miscellaneous > Custom Code

    Add css code:

    .preloader1{ width: 80px; height: 80px; }

  •  1
    laison007 replied
    Hi. I have finally disabled the circle and I have added a plugin. I have an other question: I need the menu to be bigger and I expanded it using a padding, the problem is that the sub-menus are entered inside the large menu by enlarging it. How could this be solved, in addition the sub-menus continue of black color in spite of having chosen the option "light menu" in the menu customization tab. Attachment capture problem Thank you.

  •  2,010
    Ocean replied

    Hi,

    Please go to Appearance > Customize > Miscellaneous > Custom Code

    Add css code:

    #mainmenu a{ padding-bottom: 49px; }
    header.de_header_2.smaller{ height: auto; }

    #mainmenu li li a{ background: #eee; color: #333; }

  •  1
    laison007 replied
    Hi. I detected another problem on my site. In the version of mobiles or when I minimize the browser the sub-menus are not displayed, they are as disabled, I have changed some styles of the button but it is not for that, since I have removed them leaving as it was before and it continues the same. What could happen? Attached screenshot. Thank you very much
  •  2,010
    Ocean replied

    Add css code:

    @media only screen and (max-width: 992px){
      header.header-mobile #mainmenu > li > span{
            background-image: url(images/ui/arrow-down-dark.png) ;
      }
      header.header-mobile #mainmenu li span.active{ 
            background-image: url(images/ui/arrow-up-dark.png) ;
      }
    }

    https://www.awesomescreenshot.com/image/2648075/3ff44f7ae2be80aa6a86c88185e1ccae