Search Results for 'composer'

Results from the Forum
rillwald
Participant
#0

Hi guys!
Just wondering if you could point me in the right direction where I can make the slider full width right after the menu?

The “homepage post”-widget for visual composer does exactly what I want but I want my slider to do the same.

Makes sense?

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure you also test this without any plugins active and leave just Visual Composer plugin active and also empty cache. I also tested this and found no issues, we suggest to deactivate all plugins to make sure this doesn’t happen due to others plugins you use.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The Visual Composer plugin that comes with the theme is licensed to the theme, the license specifies that only we can provide the updates and you don’t have to buy it or register it.
We’re testing the plugin latest version, if everything is ok we will include it in the next update and only then you can update the plugin by downloading the theme latest version and following the procedure presented in the plugin update guide.

Till then please ignore the update message!

Thanks!

simchris
tagDiv Member

you don’t need to make new topic for subject already answered; but that’s up to you…

here’s the basic answer again,

The site doesn’t have a 3 column layout by default, as far as I know, nor do I recall seeing that in the theme demos, so it looks like you’re asking it do something it’s not designed to do out of the box.

However, as many have already mentioned, *you* can setup the home page using the Visual Composer to create three columns using the column creator, which has already been shown to you as in this example
http://screencast.com/t/ccFZWQ8qpCzi

As in the example site you show, it’s basically one row, with three columns as in my original example of

[ 1/4 ] [ 1/2 ] [ 1/4 ]

widget sidebar + main column w/story loop + widget sidebar

If that makes no sense to you, and you’re unable to use the tools which are fairly easy to use, you might need to hire a developer.

simchris
tagDiv Member

The site doesn’t have a 3 column layout by default, as far as I know, nor do I recall seeing that in the theme demos, so it looks like you’re asking it do something it’s not designed to do out of the box.

However, as many have already mentioned, *you* can setup the home page using the Visual Composer to create three columns using the column creator, which has already been shown to you as in this example
http://screencast.com/t/ccFZWQ8qpCzi

As in the example site you show, it’s basically one row, with three columns as in my original example of

[ 1/4 ] [ 1/2 ] [ 1/4 ]

widget sidebar + main column w/story loop + widget sidebar

If that makes no sense to you, and you’re unable to use the tools which are fairly easy to use, you might need to hire a developer.

André
tagDiv Member

Crhis
I have NEWSMAG installed

Is allowed put this code to works fine?

/*CHRISTOPHER’s CUSTOM MODS – 1.10.15 rev15A – (c) 2010-2015 Chris Simmons */

remove_action( ‘wp_head’, ‘wp_generator’ ) ;
remove_action( ‘wp_head’, ‘wlwmanifest_link’ ) ;
remove_action( ‘wp_head’, ‘rsd_link’ ) ;
remove_action( ‘wp_head’, ‘feed_links’, 2 );
remove_action( ‘wp_head’, ‘feed_links_extra’, 3 );

add_filter( ‘pre_comment_content’, ‘wp_specialchars’ );

function no_errors_please(){
return ‘You appear to be up to no good. Please stop now!’;
}
add_filter( ‘login_errors’, ‘no_errors_please’ );

/* Disable YOAST SEO Admin Bar. */
function mytheme_admin_bar_render() {
global $wp_admin_bar;
$wp_admin_bar->remove_menu(‘wpseo-menu’);
}
// and we hook our function via
add_action( ‘wp_before_admin_bar_render’, ‘mytheme_admin_bar_render’ );

function delete_enclosure(){
return ”;
}
add_filter( ‘get_enclosed’, ‘delete_enclosure’ );
add_filter( ‘rss_enclosure’, ‘delete_enclosure’ );
add_filter( ‘atom_enclosure’, ‘delete_enclosure’ );

function remove_cssjs_ver( $src ) {
if( strpos( $src, ‘?ver=’ ) )
$src = remove_query_arg( ‘ver’, $src );
return $src;
}
add_filter( ‘style_loader_src’, ‘remove_cssjs_ver’, 10, 2 );
add_filter( ‘script_loader_src’, ‘remove_cssjs_ver’, 10, 2 );

add_filter( ‘jpeg_quality’, create_function( ”, ‘return 50;’ ) );

function remove_pingback_url( $output, $show ) {
if ( $show == ‘pingback_url’ ) $output = ”;
return $output;
}
add_filter( ‘bloginfo_url’, ‘remove_pingback_url’, 10, 2 );

add_action(‘init’, ‘myoverride’, 100);
function myoverride() {
remove_action(‘wp_head’, array(visual_composer(), ‘addMetaData’));
}

function dequeue_visual_composer_css() {
if (is_single()) {
wp_dequeue_style(‘js_composer_front’);
}
}
add_action(‘wp_enqueue_scripts’, ‘dequeue_visual_composer_css’, 1003);

johel
Participant
#0

Hi, i have a problem whit visual composer, When I want to edit a page appears as shown and never finishes loading.

http://es.tinypic.com/view.php?pic=vskphx&s=8#.VOgPMPmG-So

thank

simchris
tagDiv Member

You don’t need license. It’s a bundled version.

See theme docs:
https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/

simchris
tagDiv Member

You also need to use the older version of visual composer…. basically

First, switch to default theme
then turn off all plugins

1) delete /wp-content/plugins/js-composer
2) delete theme folder

3) install theme – old
4) install js-composer for that version (bundled)

turn on visual composer -old
activate theme -old

turn on plugins once working.

momma
Participant
#0

My visual composer needs a license for activation ???
Do i need to make a purchase? I follow all the steps , installed the jd_composer zip file but still asking me to purchase a license..

ghawyy
tagDiv Member

I try to show side bar in visual composer don’t shown I can show it only if I choose page with article list

Alin [tagDiv]
tagDiv Staff

Hi,

The Visual Composer plugin that comes with the theme is licensed to the theme, the license specifies that only we can provide the updates and you don’t have to buy it or register it.
We’re testing the plugin latest version, if everything is ok we will include it in the next update and only then you can update the plugin by downloading the theme latest version and following the procedure presented in the plugin update guide.

Till then please ignore the update message!

Thanks!

mRamsey
tagDiv Member

Hello,

How do I obtain a Visual Composer License so I can update the plug-in?

Thanks,

Alin [tagDiv]
tagDiv Staff

Hi,

The Amazon image is not an ad, so if you use that modification to all images on modal display it will apply also on Amazon image. You can try to place that images into a div: http://screencast.com/t/u5zgA2bs4

If you have modified theme.js like I suggested above, please also clear cache and try only with Visual Composer active.

Thanks!

rnbjunk
tagDiv Member

<!– Style compiled by theme –>

<style>

.td-menu-header .td-sp,
.sf-sub-indicator{
background-image: url(‘http://cdn.rnbjunk.com/wp-content/themes/Newspaper/images/header/elements-menu.png&#8217;);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
.td-menu-header .td-sp, .sf-sub-indicator{
background-image: url(‘http://cdn.rnbjunk.com/wp-content/themes/Newspaper/images/header/elements-menu@2x.png&#8217;);
}
}
</style>

<!– JS generated by theme –>

<script>

var td_blocks = []; //here we store all the items for the current page

//td_block class – each ajax block uses a object of this class for requests
function td_block() {
this.id = ”;
this.block_type = 1; //block type id (1-234 etc)
this.atts = ”;
this.td_cur_cat = ”;
this.td_column_number = ”;
this.td_current_page = 1; //
this.post_count = 0; //from wp
this.found_posts = 0; //from wp
this.max_num_pages = 0; //from wp
this.is_ajax_running = false;
this.header_color = ”;
this.ajax_pagination_infinite_stop = ”; //show load more at page x
}

var td_ad_background_click_link=””;
var td_ad_background_click_target=””;
var td_ajax_url=”http://www.rnbjunk.com/wp-admin/admin-ajax.php&#8221;;
var td_get_template_directory_uri=”http://www.rnbjunk.com/wp-content/themes/Newspaper&#8221;;
var tds_snap_menu=”snap”;
var tds_header_style=””;
var tds_mobile_swipe=””;
var td_search_url=”http://www.rnbjunk.com/search/&#8221;;
var td_please_wait=”Please wait…”;
var td_email_user_pass_incorrect=”User or password incorrect!”;
var td_email_user_incorrect=”Email or username incorrect!”;
var td_email_incorrect=”Email incorrect!”;
var tds_more_articles_on_post_enable=””;
var tds_more_articles_on_post_time_to_wait=””;
var tds_more_articles_on_post_pages_distance_from_top=”0″;
var tds_theme_color_site_wide=”#4db2ec”;
</script>

<script type=”text/javascript”>
/* <![CDATA[ */
var wpNotesIsJetpackClient = true;
/* ]]> */
</script>
</head>

<body class=”home page page-id-41827 page-template page-template-page-homepage-loop page-template-page-homepage-loop-php logged-in admin-bar no-customize-support td-full-layout wpb-js-composer js-comp-ver-4.4.2 vc_responsive”>

Now It’s better. but the color is blu. My question is, can i change colors in a easier way bypassing that panel?

princepetropia
tagDiv Member

Thanks a lot Alin. It’s great to know that you like my suggestions.

Also, if you could add the functionality to use Visual composer in the sidebar and a lightbox for all images, not just the featured one, it would be very great!

Thanks again!

Alin [tagDiv]
tagDiv Staff

Hi,


@Christopher
Thank you for your suggestion. We will try to add a message more visible, but generally most people don’t read this kind of messages.

@vrtech We still test the latest version of Visual Composer as we try to solve the memory issue. Also note that Visual Composer will be updated only on Newspaper 5. Please send an email at contact@tagdiv.com provide more details about your issue and we will try to provide a solution.


@momma
You don’t have to buy it or register it, the Visual Composer plugin that comes with the theme is licensed to the theme. Please ignore the plugin update message, we will include it in the next theme update.

Thanks!

momma
tagDiv Member

I just purchased the theme and what about the Visual Composer plugin?
Its asking me to register and activate license in Product License tab?

What do i need to fill out? Do i need to make a purchase? Could you please verify this matter with me?

Here’s what i see

Envato Username :
Secret API Key :
Visual Composer License Key :

Thanks

vrtech
tagDiv Member

Alin, do you know when this new version of Newspaper with the updated VC will be released? I’m using the Yoast WordPress SEO plugin and found a bug between SEO and VC when using the raw html block. Seeing how popular the Yoast WordPress SEO is, it seems that in version 4.4 VC committed itself to making sure there were no compatibility issues between the two.

“… starting from Visual Composer version 4.4 we have ensured that Visual Composer is fully compatible with Yoast SEO and you won’t experience any difficulties.” found here http://vc.wpbakery.com/blog/visual-composer-4-4/

Currently Newspaper 4.6.1 is using Visual Composer 4.3.5 .

  • This reply was modified 11 years by vrtech. Reason: added more info
Alin [tagDiv]
tagDiv Staff

Hi,

I have tried to recreate this but haven’t managed to do it. You must have the page in Visual Composer something like this: http://screencast.com/t/zjBLgPbWk but result on my side is: http://screencast.com/t/229pMVQoYe

Please copy the code of the page content: http://screencast.com/t/D40BrZuiqRGO and paste it here, use pastebin – http://pastebin.com/ (copy-paste-submit and paste the link here), I’ll take a look.

Thanks!

Emil G
tagDiv Staff

Hi,

Go into Settings -> Visual Composer and enable all elements, save the settings – http://screencast.com/t/9ufQkkVLWPp

Thank you.

Emil G
tagDiv Staff

Hi,

Speed Booster is optional and it only moves the js/css at the page bottom, it’s not a substitute for cache. By doing this it creates the illusion that the page loads faster because the html loads first followed by css/js.
This problem may appear because of a conflict with another plugin, try to disable all plugins, enable Visual Composer and Speed Booster, then enable the rest of the plugins one by one, see which one doesn’t work with SpeedBooster.

Thank you.

Alin [tagDiv]
tagDiv Staff

Hi,

Tagdiv gallery was designed for posts like you see in our demo: http://screencast.com/t/GqDb9DA8tkhttp://demo.tagdiv.com/newspaper/services-allow-you-to-do-things-like-scan-a-document/
It’s doesn’t work properly on pages, because it is added automatically by Visual Composer in a text block, so it can be used only on 2 columns. We added this on our list and will be fixed in future updates.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Like I said above : The Visual Composer plugin that comes with the theme is licensed to the theme and you don’t have to buy it or register it.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I see that you use tagdiv gallery on page, it was designed for posts like you see in our demo: http://screencast.com/t/GqDb9DA8tk.
I also tested this and it’s doesn’t work properly on pages, because it is added automatically by Visual Composer in a text block, so it can be used only on 2 columns. We added this on our list and will be fixed in future updates.

Thanks!

Viewing 25 results - 51,326 through 51,350 (of 52,922 total)