• I have a theme that came with Visual Composer. I recently have moved my hosting from MediaTemple (terrible) to a new VPS box.

    While the current site on MT works albeit, very slow. THe new server is showing a very odd issue.

    Only on the Visual Composer image objects the source code is showing no src content.

    <div class="nv-skin mediawrap aligncenter    " >
    			<div class="container ">
    				<div class="gridimg-wrap ">
    					<div class="title-wrap "><img src="" alt="" width="" height=""  />
    					</div>
    				</div><!-- / gridimg-wrap -->
    			</div><!-- / container -->
    		</div><!-- / mediawrap -->
    		</div>

    Since no SRC is defined, no picture is shown.

    I have contacted the theme developer and the creator of Visual Composer. Both have suggested some things to try but still not luck.

    The server is running Apache 2.4 but I am wondering if there are any required PHP extensions or other modules that I may be missing. There are no error messages and nothing in log files to tell me what is happening.

    Any help would be greatly appreciated.

    A.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have the same issue. Using Velocity theme that came bundled with Visual Composer.

    <div class="wpb_single_image wpb_content_element vc_align_center">
    	<div class="wpb_wrapper">
    
    		<img class=" vc_box_border_grey " src="" width="" height=""
    			alt="arch-2" />
    	</div>
    </div>

    I have one image that is rendering in a page created by VC and have checked the post data for that image and it is the same as all others.

    Images placed without using the VC render perfectly.

    Any solution?

    Same problem here. Using Highend theme with Visual Composer.

    <div class="wpb_wrapper">
    	<img class=" vc_box_border_grey " src="" width="" height="" alt="trust" >
    </div>

    Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Visual Composer weird behavior’ is closed to new replies.