Search Results for 'composer'

Results from the Forum
txaelo
tagDiv Member

Thanks for the reply Bodgan.
In effect, the problem was given by a plugin, today I deactivated all plugins outside the theme and have been activating them one by one.
The result has been a plugin that was creating conflict.
NextScripts: Auto-Poster Social Networks.
I disabled it and it has been solved.
The rest does not give any problem if it helps, I put that I use and have not given me problems are very common.

Akismet.
Contact Form 7.
Envato WordPress Toolkit.
File Browser.
Google Analytics by MonsterInsights.
Multiverso – Advanced File Sharing Plugin.
TinyMCE Advanced.
TinyMCE Spellcheck.
Ultimate Addons for Visual Composer.
UpdraftPlus – Backup/Restore.
WhatsApp Share Button.
WP Smush.
WP Super Cache.
WP Super Cache – Vaciar caché.
Yoast SEO.

Again, thanks for the prompt response and effective support to it is, in my opinion the best theme for WP News.

Gorobets
tagDiv Member

Thank you Catalin.

I have solved the problem. I found that in Settings of Visual Composer were not marked new grids and other elements of new Newspaper. Now everything works perfectly.

Bogdan B.
tagDiv Staff

Hi,

You can try to check for pagebuilder so if you do not use pagebuilder on a page, the css and js will be removed:
add_action( 'wp_print_styles', 'aa_deregister_styles', 10 );
function aa_deregister_styles()
{
$td_use_page_builder = false;
if (method_exists('WPBMap', 'getShortCodes')) {
$td_use_page_builder = true;

}

if ($td_use_page_builder == true) {
wp_deregister_style('js_composer_front');
wp_deregister_script('js_composer_front');

}
}

Hope this helps.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
The issue with visual composer not being able to edit pages was caused by the new version of WP and visual composer below version 4.9. Please update visual composer to version 4.11 or 4.11.2 in order for it to work properly.
Please let us know if you still have issues with this.
Thank you!

Catalin
tagDiv Staff

Hello all,

Please ensure that you are using the latest version of the theme (Newspaper 7.0.1) and then please ensure that you have updated all the required plugins to the latest version of the theme. The Visual Composer is needed to be to the 4.11.2 version, Social Counter -> 4.0. Clear all your caches and test it again.

Thank you for your understanding!

kurdi
tagDiv Member

Well I figured this out. Turns out I had to enable visual composer for posts first (from the dashboard sidebar: visual composer, general settings, role manager tab, post types changed to ‘custom’, then check both pages and posts and save).

One the tabs were created with the visual composer, and if you’re interested in knowing what the shortcodes look like, it’s as follows:

[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs][vc_tta_section title="Tab 1" tab_id="someid"][vc_column_text]This is tab1 The Rain in Spain falls mainly on the plain[/vc_column_text][/vc_tta_section][vc_tta_section title="Tab 2" tab_id="anotherid"][vc_column_text]This is the other tab content [/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]

kanstan
tagDiv Member

Hello!
I disable all plugins except wp supercache and Visual Composer. Clear all caches. CDN is not used.
On the homepage of the site, all is OK background in mobile menu.
When I go to any posts when I open the menu background becomes white.
http://s016.radikal.ru/i336/1605/9e/c218bf93bb28.jpg
http://s020.radikal.ru/i701/1605/de/2272f08b7915.jpg

Bogdan B.
tagDiv Staff

Hi,
Please disable all plugins except visual composer, clear cache and reset cdn file to rule out a plugin conflict. Then check VC again. Let us know how it goes.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
Please update visual composer to the latest version: 4.11.2 and make sure you also update the social counter to version 4.0. Then use this guide to set it up: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please make sure you use the latest version of woocommerce and the theme and disable all other plugins except visual composer and woocommerce, clear cache and reset cdn files. Then test again.
Let us know hoe it goes.
Thanks.

Catalin
tagDiv Staff

Hello mike6209,

So, first of all, please try to do a full backup to your data, according to this documentation here -> https://codex.wordpress.org/WordPress_Backups to rule out the way can loose all your data from your database and then try to update your theme VIA FTP -> https://forum.tagdiv.com/how-to-update-the-theme-2/ because this is the surest method in this case. In the next step, you will have to disable ALL your plugins and leave just Visual Composer to active -> https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ (for Newspaper 7 -> Visual Composer 4.11.2), clear all your caches, purge all CDN files if you are using CDN and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Please notice that all your panel settings were loaded in the MySQL database and you will not lose these settings. Also, if you have others customization through code, please notice that the latest update will overwrite these files and you will lose these customizations. So, if will have the backup, then you will have to re-add all your customizations for the latest update until you will achieve as you wish. Please check our change log here -> http://themeforest.net/item/newspaper/5489609 (check the bottom of the page) and there you will find what kind of modifications were made in our new update.

Thank you for your understanding!

Catalin
tagDiv Staff

Salut ade,

Suspectez aceasta problema temporara de care vorbesti ca fiind generata poatede plugin-urile tale care nu sunt testate cu tema noastra. Incearca sa dezactivezi toate plugin-urile active, cu exceptia Visual Composer, curata toata memoria cache si instaleaza numai plugin-urile care vin la pachet cu tema pentru a evita orice conflict ce poate aparea intre acestea si tema ce pot genera diverse probleme necunoscute. Daca problema ta inca persista dupa acest sfat, da-mi te rog URL-ul site-ului tau pentru a putea inspecta sa vedem unde este problema.
Daca doresti sa iti actualizezi tema la noua versiune, te rog sa observi ca tu trebuie sa o faci prin FTP deoarece este cea mai sigura metoda in aceasta privinta. Pentru mai multe informatii despre cum poti sa iti actualizezi tema, te rog nu evita sa citesti documentatia noastra aici -> https://forum.tagdiv.com/how-to-update-the-theme-2/

Multumesc pentru intelegere!

Bogdan B.
tagDiv Staff

Hi,
The mega-menu option does not require any plugin nor screen options. it should be there by default. Please deactivate all plugins except visual composer, clear cache and reset cdn files. If this does not fix it, please try to activate the main theme if you use a child theme. Or maybe the theme installation was faulty, then you need to do a fresh install via ftp: https://forum.tagdiv.com/install-via-ftp/
Let us know how it goes.
Thank you!

gvdk
Participant
#0

Hello. Visual Composer Javascript and css file are too large (about 0.8 MB)
But i only need them for my home page, not all pages such as single posts, tags.
How can i only active visual composer on homepage and disable them (or redegister js, css files) on single posts?
So i can speed up my site very much
Thank you

Catalin
tagDiv Staff

Hello Marto,

1) Please notice that our new mobile theme do not support the Visual Composer and it only displays the Big Grid -> your desired text -> and the latest articles features. For more information about mobile theme, please check our documentation here -> https://forum.tagdiv.com/the-mobile-theme/
2) For more information about page level ads implementation, please check this topic here -> https://forum.tagdiv.com/topic/page-level-ads-problems/
3) Please notice that the mobile theme does not support adding the widgets. This was made to be very fast and clean. All information about this feature you will find in the above documentation. If you want to have widgets, you will have to use the normal mobile theme (responsive mode).
4) If you want to hide the back to the top button, you have to use a bit of CSS code to do it. Please try the code below and place it in Theme panel->Cusotm CSS area.

The code is ->

@media (max-width:767px){
.td-scroll-up-visible {
display:none;
}
}

5)If you want to show the footer menu, you have to change them from Theme panel, like this -> http://screencast.com/t/3QDthMdzkA
6)Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-mobile-footer-wrap {
display:none;
}

7)Unfortunately, our theme does not have such an option for mobile font menu. If you want to change the font from the mobile menu, you can only do using a bit of CSS. For example, you can use the following code ->

.td-mobile-content{
font-family:arial;
}

Please notice that the font will have to be loaded from the Theme panel->Theme fonts, otherwise, the font will not be loaded. If your custom font is not loaded in our theme, you have to load them using ‘@font-face’ For more references in this regard, please consult here ->>
https://forum.tagdiv.com/font-customization/https://forum.tagdiv.com/topic/custom-font-issue/

8)I suppose that you are referring to the post view count for each post page. If you want to hide/remove it, please notice that you can do that from Theme panel->Post Settings, like this -> http://screencast.com/t/gBgk740e If is not what you mean, please provide more details.

9)As you can see, for the mobile theme, you cannot display the blocks for your sidebar. For more information about sidebar, please check our documentation here -> https://forum.tagdiv.com/sidebars-tutorial/

10)Please notice that the mobile theme has been designed to be very basic/simple and clear just to be very fast. Yes, the modal image was removed because influence the speed optimization and that was the decision of our developers. Also, you cannot turn it on because you do not have any option to enable it.
So, if you are unhappy with the new mobile theme behaviour, you simply disable the Mobile theme plugin and the theme will be switched to the normal mobile responsive.

Thank you for your understanding!

Catalin
tagDiv Staff

Hello stavrosgian,

So, first of all, please try to do a full backup to your data, according to this documentation here -> https://codex.wordpress.org/WordPress_Backups to rule out the way can loose all your data from your database and then try to update your theme VIA FTP -> https://forum.tagdiv.com/how-to-update-the-theme-2/ because this is the surest method in this case. In the next step, you will have to disable ALL your plugins and leave just Visual Composer to active -> https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ (for Newspaper 7 -> Visual Composer 4.11.2), clear all your caches, purge all CDN files if you are using CDN and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Please notice that all your panel settings were loaded in the MySQL database and you will not lose these settings. Also, if you have others customization through code, please notice that the latest update will overwrite these files and you will lose these customizations. So, if will have the backup, then you will have to re-add all your customizations for the latest update until you will achieve as you wish. Please check our change log here -> http://themeforest.net/item/newspaper/5489609 (check the bottom of the page) and there you will find what kind of modifications were made in our new update.

Thank you for your understanding!

Bogdan B.
tagDiv Staff

Hi,
This can be done with a simple text with title element from visual composer. It;s left empty so you get only the title for it and then add a call to action button below the element on the same row like so: http://screencast.com/t/Q09mqcORLa
Hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
I’m not sure exactly why the speed is so slow on your site, as our live demo gets a 73 score: http://screencast.com/t/6hly7k8hmA
Please try to deactivate all plugins except visual composer, clear cache and reset cdn files if you use it. Thre is something altering the results.
Please follow this topic to improve general page speed: https://forum.tagdiv.com/how-to-make-the-site-faster/
A note on the speedbooster plugin: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
This will not work from the mobile theme. The author box is a visual composer element and the mobile theme does not use visual composer. You will have to re-create the author box for the mobile view in html in the secondary mobile editor. You can read more about the mobile theme here: https://forum.tagdiv.com/the-mobile-theme/
Thank you!

Catalin
tagDiv Staff

Hello urbanyvr,

First of all, please ensure that you are using the latest version of Visual Composer (v.4.11.2) (we recommend to do the update only via FTP because this is the surest method in this regard). Also, as I can see in your screenshot, I suppose that you want to use the Grid Builder from Visual Composer. Please notice that with this element you only create your own Grid Builder and there you will not select our Big Grid. For more information about how you can use Big Grid Element Builder, please check this documentation here ->
http://www.wpbakeryvisualcomposer.com/tutorials/use-visual-composer-grid-element-builder/
For more information about our Big Grids, please check our documentation here -> https://forum.tagdiv.com/block-settings-tutorial/

Hope this helps and let us know how it goes!

If is not what you mean, please provide more details about this, so I will be able to provide a more accurate response.

Thank you for your understanding!

Catalin
tagDiv Staff

Hello elgade,

Please notice that this behaviour is not okay for your side and this problem might be caused from your untested plugins. Please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches, purge CDN files if you are using the CDN and install only the plugins that come bundled with our theme and rule out the conflicting plugins.

Hope this helps and let us know how it goes!

Thank you for your understanding!

Bogdan B.
tagDiv Staff

Hi,
I have tested smartlist 2 and it displays properly just like on our live demo: http://demo.tagdiv.com/newspaper/smart-list-style-2/
This is most likely a plugin conflict so please deactivate all plugins except visual composer, clear cache and reset cdn files. The test your smartlist again.
Thank you!

gvdk
tagDiv Member

Thanks about your reply.
But i want to remove css and js file of Visual Composer (js_composer). They are very large (about 0.8 MB). So they slow down my website

Bogdan B.
tagDiv Staff

Hi,
For some reason the css does not apply to the other titles. Please try this without plugins. Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Then check the smartlist again.
Let us know how it goes.
Thank you!

Kohram
tagDiv Member

i checked my Computer and there was i old version of this theme that was downloaded from themeforest. i install that but now Visual Composer not let editing any page.

Uninstalling Visual Composer – page is opening for edit
install and active VC – can’t edit page

Viewing 25 results - 45,601 through 45,625 (of 52,922 total)