Search Results for 'composer'

Results from the Forum
Lucian
tagDiv Staff

Hi,

I have also tested this and tried to recreate it but haven’t found any issues with this. Please check your browser’s console for errors and make sure that your check this without any plugins active, empty all caches/purge files if you sue CDN host services then check again (leave just the Visual Composer plugin active).
Please let me know if you still have issues after doing this and also provide your site’s URL so I can inspect this.

Thanks

Lucian
tagDiv Staff

Hi,

Please remove the VC plugin and use this guide to update it: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/ ..and make sure you add it from the /plugins folder within the theme files that you’ve downloaded from themeforest.
Please let me know how this goes!

Thanks

Lucian
tagDiv Staff

Hi,


@deelauaki
Please check your console for errors and make sure that your check this without any plugins active, empty all caches/purge files if you sue CDN host services then check again (leave just the Visual Composer plugin active).

@rnbjunk I have checked your site an noticed several different posts on your homepage besides the one you’ve mentioned so I guess that you’ve managed to fix this.
Please let me know and I suggest you also check your console for errors and disable all plugins if you still have issues with this.

Thanks

Lucian
tagDiv Staff

Hi,

I have noticed this now. Please make sure you also test this without any plugins active and leave just Visual Composer plugin active and also empty cache then check again.
In some cases this turned out to be due to the tagdiv speed booster plugin as this plugin moves the css and js automatically to the bottom of the page.
We suggest to deactivate all plugins to make sure this doesn’t happen due to others plugins you use and if this issue persists please let me know.

Thanks

Lucian
tagDiv Staff

Hi,


@Piso6
As Chris stated you also need to update the theme to the latest version (1.4) and the Visual Composer plugins also so please make sure you download the latest theme version from themeforest: http://themeforest.net/downloads then update the theme using the FTP method from this guide: https://forum.tagdiv.com/how-to-update-theme/ and the Visual Composer following this guide: https://forum.tagdiv.com/how-to-update-visual-composer-plugin-wpbakery/
If you still have issue after doing this please make sure you also empty cache and check this without any plugins active so disable all plugins, leave just the VC plugin active then empty cache/purge files if you sue CDN then check again.
Please let me know how this goes and also provide your site’s URL.

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that Visual Composer plugin is active and if it is check on page edit if is set to Classic Mode: http://screencast.com/t/wRvrYK84bP
If you still have issues you can install the Visual Composer plugin for /plugins folder as instructed here: https://forum.tagdiv.com/how-to-update-visual-composer-plugin-wpbakery/

Let me know if you still have issues with this and provide site url.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I also tested this and found no issues with these settings: http://screencast.com/t/yjvN4bGhOlpx

Result: http://screencast.com/t/CVbNsk8SXrDe

Please also test this without any plugins active(only Visual Composer active) and empty cache.

Thanks!

jdft
tagDiv Member

thank you very much, you are wonderful, I download the latest version, but the composer was always the previous version, do not know why, but thanks, volvere to download it, thank you very much

simchris
tagDiv Member

Hi, yes, you need v 4.3.5 to work with WordPress 4.1 … you can get that from the themeforest download; all files and it will be in the /plugins/ folder (“js_composer.zip”) to unzip and upload. See the theme docs (right side of page) for more info on how to update VC. 🙂

simchris
tagDiv Member

If you updated to WordPress 4.1 recently, you need to update the theme and “Visual Composer” as WP 4.1 “broke” the Visual Composer plugin. That may or may not be the issue you’re seeing. I think VC needs to be at 4.3.5 to work with WP 4.1

simchris
tagDiv Member

Thanks Emil!

I will try (1) when I get a chance, as well as (2)

I do realize visual composer is actually also used on the category pages; so I guess was trying to figure out how to limit additional CSS files on post pages.

🙂

Lucian
tagDiv Staff

Hi,

1. You have to add this tags here you want the button and the script can be added in the footer.php file like this: http://screencast.com/t/yz5fc46z

Ex: http://screencast.com/t/lg9mnR1JT
Result: http://screencast.com/t/745FNTHYs

2. You can create a blog page using Visual Composer then set it as you blog page from WordPress Dashboard > Settings > Reading or you can set your latest posts. Here you have an guide on how to create and set your homepage: https://forum.tagdiv.com/homepage/
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Not sure about this so please try this without any plugins active, leave just the Visual Composer plugin active and try again and also make sure you empty cache and purge files if you sue any CDN host services.
Also I suggest you go trough wp-touch plugin settings for this and also address this to plugins support page.

Thanks

Emil G
tagDiv Staff

Hi,

1. You could add a new size like this – http://screencast.com/t/X82FaXO9o

array(
                'name' => 'td_200x150',
                'width' => 200,
                'height' => 150,
                'crop' => array('center', 'top'),
                'used_on' => array(
                    'Related articles'
                )
            )

Enable it from the Theme Panel – http://screencast.com/t/ikTADp1Wdcv
Regenerate thumbnails using Force Regenerate.

Result – http://screencast.com/t/YBErs1WoAT

2. Try this code (add it at the end of functions.php):

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

3. I’ve added this issue on the list, we’ll investigate.

4. You could try defer, async may give some errors:

function defer_parsing_of_js ( $url ) {
    if ( FALSE === strpos( $url, '.js' ) ) return $url;
if ( strpos( $url, 'jquery.js' ) ) return $url;
return "$url' defer=\"defer\" '";
}
add_filter( 'clean_url', 'defer_parsing_of_js', 11, 1 );

Thank you, Emil G.

  • This reply was modified 11 years by Emil G.
  • This reply was modified 11 years by Emil G.
Lucian
tagDiv Staff

Hi,

The issue you have is not due to your ads. This usually happens when using the tagdiv speed booster plugin which moves the theme style to the footer which causes this delays on loading the style and for a moment your site appears unstyled.
First please try this without any plugins active, leave just VC and speed booster and empty cache.
I’ve noticed you use the 4.6 theme version. Please download latest theme version from themeforest, update it and also update you VC plugin and also the speed booster plugin from the /plugins folder then test for this again and let me know if this still happens.
Use this guides and do the same for the speed booster also:

https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
https://forum.tagdiv.com/how-to-update-the-theme/

Thanks

  • This reply was modified 11 years by Lucian.
Lucian
tagDiv Staff

Hi,

This paragraph tag seems to be added to the slide: http://screencast.com/t/y8inVYK2 an cuses this.
Not sure how this happens, make sure though that you disable and check this without any other plugins active and leave just the Visual Composer active then also empty cache and purge files if you use any CDN host services and try again.
I have also tested this and haven’t encountered any issues of this type using the latest theme version (4.6.1).
Please let me know how this goes.

Thanks

Lucian
tagDiv Staff

Hi,

Please make sure that you download the latest theme version from themeforest: http://themeforest.net/downloads then use this guide and install/update the theme uploading the files via FTP: https://forum.tagdiv.com/how-to-update-the-theme/ then use this guide to remove the VC plugin and install the one from the plugins folder: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Please let me know if yous still can’t managed this.

Thanks

defenseupdate
Participant
#0

Hello!,

Since I updated your newspaper theme I encounter problems with the displayed home page.
Instead of the desktop theme home page built by visualcomposer I get the mobile home page (It is similar to the one generated by WPtouch Pro (mobile) but it is not the same one, it looks like the VC page code distorted somehow via the unwanted switch.

check it on:
http://www.defense-update.com

and also on

http://dev.defense-update.com

Thanks!
Tamir

Lucian
tagDiv Staff
monsterdevelopment
tagDiv Member

Hello, Thanks for the suggestions! 🙂


@kovachx
: When we set to just 4 and no delay, it loads (we had already tried this prior to posting here), but no “slider” effect works, so images do not slide. Just 4 still images. We have allowed for all categories, which is what we want. There are no posts without images on any published posts.


@lucian
: We have verified all posts have images. See: http://fishfarminginternational.com

You can see the slider loads blank, then works after the two “blank” frames and all 16 posts included, have images.

Here is what we have tried so far with no luck:

1. Changing to less number of post. Once we get to 4, the 2 blank frames don’t load.

2. Picking a single category which all posts have images. Still shows blank frames.

3. Anything above 4 posts selected and we get the 2 blank frames, with no posts before the posts with images load.

4. We use this plugin to be certain there is a featured image for each post: https://wordpress.org/plugins/post-list-featured-image/

5. We are using the “Big Slide” from the WPBakery Visual Composer.

6. We tried deactivating all plugins, this did not fix it.

Any other ideas?

Thank you.

Snubbe
Participant
#0

Hi there!
I have trouble embedding my videos from Vimeo. When I inserting embed code for my video it looks ok in the post but after I’ve pushed the save button I get some default video from some Michael about how to use Visual Composer to make my page. Somebody knows what I’m doing wrong?

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to make sure that other plugins aren’t causing this and to do that disable all plugins leaving just the Visual Composer plugin active, also set the permalink to “Post name”: http://screencast.com/t/J7AdSGziI317 and try again.
Also you can give me the content of the smartlist using http://pastebin.com , so I can also try on my side with your content.

Thanks!

simchris
Participant
#0

Hi,
I’m starting to make an effort to optimize the site for PageSpeed, and couple of minor things:

test page
http://ga-ga.com/1890/book-review-people-deserve-a-fighting-chance/

1) is it possible to setup the use of the optimum thumbnails for this kind of page layout? Basically actually using 200×150 images vs resizing them? I currently have 200×150 as one of the 3 sizes in the wp admin > media > small/medium/large, however the page blocks on posts don’t actually use the 200×150 size thumbs.

(to correct listed as “error” for pagespeed)
resized in HTML or CSS from 238×178 to 200×150. Serving a scaled image could save 1.5KiB (30% reduction).

2) can we set pages and posts and categories, etc., to NOT load the visual composer CSS since it’s only used on home page?
/wp-content/plugins/js_composer/assets/css/js_composer.css

3) getting this issue, which I don’t recall seeing before when doing past optimizations, and not sure if something in ad module is loading something via BOTH http and https, or if this is strictly an issue on Google ad side of the load:

The following resources have identical contents, but are served from different URLs. Serve these resources from a consistent URL to save 1 request(s) and 9.2KiB.
•http://pagead2.googlesyndication.com/bg/-GgkI9xeVCztemwrHKdpGDGZZ7feSdeVfZSSdFvmVw8.js
•https://www.google.com/js/bg/-GgkI9xeVCztemwrHKdpGDGZZ7feSdeVfZSSdFvmVw8.js

4) best way to defer parsing of this javascript
•http://ga-ga.com/wp-includes/js/comment-reply.min.js (622B)
•http://ga-ga.com/wp-content/plugins/akismet/_inc/form.js (533B)

Thanks folks 🙂

Finland
Participant
#0

i add article inline ad, article bottom ad and artic top ad.

but categories is empty. can i add visual composer with categories ? (sorry for my bad english)

simchris
tagDiv Member

Look in the “plugins” folder of either of the downloads from ThemeForest, which is usually where plugins are placed.

If you download the “all files” zip, it will be more easy to locate as it’s one of the main folders when you unzip the file. Look for js_composer.zip

Viewing 25 results - 51,651 through 51,675 (of 52,922 total)