amrish16
Forum Replies Created
-
Hello,
Finally i have resolve this issue. i have do below things :
1) First add the fvisual composer function WPBMap::addAllMappedShortcodes(); under ep_template_post_detailspage() function in easy-portfolio.php
so new code will look like this
function ep_template_post_detailspage(){
global $post, $posts;
WPBMap::addAllMappedShortcodes();
if(‘portfolio’== get_post_type()) {
add_action(‘wp_head’, ‘ep_add_meta_tags’);
require (PORTFOLIO_THEMES_DIR . “/portfolio_details.php”);
exit();
}
}2) Now Add the visual composer css file in to our file i have call that file in details page.
<link rel=’stylesheet’ id=’js_composer_front-css’ href='<?php echo get_home_url(); ?>/wp-content/plugins/js_composer/assets/css/js_composer.min.css’ type=’text/css’ media=’all’ />There we go.
Cheers!.
i have resolve the issue, issue with theme its conflict with my theme responsive.css file.
i dont know why only in one line there is conflict html, body { overflow-x: hidden;}
i hqave also a same issue in my browser tooltip window is not showing near the titlte its showing at bottom of page
in mozila firefox its showing correctly but in chrome and other browser its not showing corret.
Can anyone please help me to resolve it?
Thanks
tooltip is showing at the bottom of the page.
please give me some help to resolve it.