- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsOffset Feature
- TutorialstagDiv Social Counter Tutorial
- TutorialsHow to Update the WPBakery Page Builder plugin
Hey – I installed the slider revolution plungin down below and have the settings set to display full width slider. The page in newsmag doesn’t seem to want to make it any bigger than the normal width. What can I do?
The plugin I’m using: http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380
The page on my site: http://www.dewdat.co/the-5-year-project/
Thanks so much for your help! The goal is to have a full width slider on top of the page and normal visual composer content beneath it, normal width.
Hi,
I cannot write directly to visual composer support as I have the plugin via your theme (Newspaper).
I would like to ask a question. When under HHVM (instead of plain PHP), in the “Grid Elements” when I try to “Add New” I get a blank screen. Under normal php it works.
We use Nginx+HHVM+MariaDB at ubuntu 14.04 for performance reasons at our setup instead of classic AMP.
Any suggestion please?
Hi,
Unfortunately the theme doesn’t have an option for this. We plan to improve theme’s mobile version in future updates. There is no shortcode to insert, Lucian just explained to you how Visual Composer plugin works.
Google translate:
Purtroppo il tema non è un’opzione per questo. Abbiamo in programma di migliorare la versione mobile del tema in aggiornamenti futuri. Non vi è alcun shortcode inserire, Lucian appena spiegato come di Visual Composer plugin funziona.
Thanks!
Hi,
I tested this on my side and seems to work with this settings: http://screencast.com/t/2x1Xmr2AksL
Please try this also without any plugins active, leave only Visual Composer an Redirect plugin active, empty cache and check if it works. You can also ask this on their support page.
Thanks!
Hi,
Please provide more details about this, like when dose it occur or any details that can help us recreate it and also let us know what theme version you use.
I also recommend you test this without using any plugins, leave just the Visual Composer active, empty all caches and try again.
Let us know how it goes and also provide your site’s url. If you want to do this in private then you can use our email address to send your site’s url: contact@tagdiv.com Please also include a link to this conversation or your issue’s details. We’ll get back to you as soon as possible.
Thanks
Hi,
Please also test this using a default WordPress theme also remember to empty caches if you use cache plugins. I also recommend you to check this with all plugin disable to exclude the chance this happens due to a plugin. Leave just the theme’s Visual Composer active then enable the rest of the plugins one by one to see which one is causing your issue.
If this still happens after all this then let us know and provide wp-access via email at contact@tagdiv.com (include a link to this conversation). We’ll have a look as soon as possible.
Thanks
I find the files to make changes but the cntent is not the same.
Are we making all these change inside the plugin?
wp-content/plugins/td-social-counter
td-social-counter.php has only this
<?php
/*
Plugin Name: tagDiv Social Counter
Plugin URI: http://tagdiv.com
Description: Social counter for wordpress. Widget and visual composer block.
Author: tagDiv
Version: 2.7
Author URI: http://tagdiv.com
*/
// load the api
require_once 'td_social_api.php';
//$td_social_api = new td_social_api();
//print_r($td_social_api->get_google_plus('106192958286631454676'));
//print_r($td_social_api->get_twitter('tagDiv'));
//print_r($td_social_api->get_vimeo('brad'));
//print_r($td_social_api->td_cache);
//$td_social_api->set_cache('test1', 'user_id', 'data');
//echo $td_social_api->get_cache('test1', 'user_id');
//$td_social_api->set_cache('ra2', 'raid', 'data');
//print_r($td_social_api->get_facebook('tagdiv'));
//print_r($td_social_api->get_youtube('rathegod'));
//$td_social_api->save_transient();
function td_social_counter_init() {
/**
* read the theme constants
*/
$td_theme_name = '';
if (defined('TD_THEME_NAME')) {
$td_theme_name = TD_THEME_NAME;
}
/**
* if we run Newspaper, we need to load this another way.
*/
if ($td_theme_name == 'Newsmag') {
// on 010 load the new version
include 'shortcode/td_social_counter_010.php';
}
elseif ($td_theme_name == 'Newspaper') {
// on newspaper load the legacy version
include 'shortcode/td_social_counter_009.php';
}
}
add_action('td_wp_booster_loaded', 'td_social_counter_init');
For exapmple i want to use youtube.com/c/channelname instead of youtube.com/user/
because automaticly directed to yout
Hi,
To find the shortcode for block 7 please add a block using Visual Composer plugin and change to Classic mode: http://screencast.com/t/3pqhudLSQyU – http://screencast.com/t/WU3oWnhD
Hope this helps!
Hi,
@sazanlushi You can try also to deactivate all plugins, leave just Visual Composer plugin active, clear cache and check if you still have this issue.
If you need a previous theme version please send an email at contact@tagdiv.com with your request.
Thanks!
The problem with the header is a conflict.
Disable all plugins except those distributed with NewsMag. Re-enable your plugins one by one until the problem with the header returns. The conflict is disrupting most of the javascript on the site (search, theme social sharing popups, and probably the lazy load/infinite load on posts too, if it were enabled).
This may very well be a conflict caused by using NewsMag (built specifically for Visual Composer) with TCB.
Find the conflict and it may fix both issues. Won’t know how the excerpt issue is affected until that conflict has been resolved.
Good luck.
how to make the subject look Newspaper on a Smartphone, because when viewed only appear eqtiquetas code and visual composer
Hi,
The activation warning appears a few days after you installed the theme, check the following guides:
Registration guide – https://forum.tagdiv.com/how-to-activate-the-theme-newspaper/
How to find the Envato Purchase Code – https://forum.tagdiv.com/how-to-find-your-envato-purchase-code/
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 provide updates on a regular basis, after we test the plugin for theme compatibility the plugin is included in the latest theme update.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
i just installed Newspaper and all recomended Plugins.
There is no popup on the dashboard for activating the theme. What shoud I do?
The Visual Composer asks in the VC-Settings for an activation. Where do I get the code for that?
Hi,
Please make sure that you use the latest theme version(4.6.2), deactivate all plugins, leave only Visual Composer active, empty cache and purge your files if you use CDN and check if you still have this issue.
Also please provide your site URL.
Thanks!
Hi,
1. Please try this custom css for background color: http://screencast.com/t/3Nd1pdmNKB
.td-page-wrap{
background-color: rgba(42, 172, 203, 0.38) !important;
}
2. I think that you refer to this shadow: http://screencast.com/t/w3vHbM9pk so please try this css code in Theme Panel > Custom Css: http://screencast.com/t/K7V92H9tCC0
.td-full-layout .td-footer-wrap{
background: none !important;
}
3. Please remove this code from td_block.php: http://screencast.com/t/MCSkzGbWD
And also add this css to remove underline when you hover: http://screencast.com/t/ztNDEiKt
.td_block_wrap .block-title a:hover{
text-decoration: none !important;
cursor: default;
}
Also for background I think that you want something like this: https://forum.tagdiv.com/topic/background-color-for-title-of-block-or-widget/
For the arrows you can use a background image to replace them, as the arrows are images and you cannot change the color: http://screencast.com/t/Xsbs6PmTqZ5
.td_ajax-prev-page, .td-ajax-next-page{
background-color: blue;
}
4. You can try customize a module for example comment this code in module_search.php: http://screencast.com/t/jwd5LedNCV use it for category page from Theme Panel: http://screencast.com/t/3OW8Hp2l8
And use this custom css: http://screencast.com/t/eUkykVx7QCe
Or you can create a new module: https://forum.tagdiv.com/topic/has-anyone-successfully-made-custom-blocks-that-show-up-in-visual-composer/#post-10478
5. You can add an extra class to the column and target block 10 using inspector tool.
6. Unfortunately theme doesn’t an option for this and you will need custom work for this. You can try to follow this topic but this will affect all blocks: https://forum.tagdiv.com/topic/how-to-sticky-post-on-big-silider/#post-12938
7. WordPress has some default cropping sizes http://screencast.com/t/ifk8fE1HYk and we added more sizes inside the functions.php file – http://screencast.com/t/2QaaubXnqxL
Those sizes are used on modules and sliders (including the Big Slider), you can read here about the thumbs used on modules and sliders https://forum.tagdiv.com/modules-and-blocks/ It isn’t an ideal image size so it can look good on all thumbs.
Thanks!
After 9 years with WordPress and 20 years with webdev… and the sticky post in this forum on how to upgrade the theme … um, yeah… I updated it with fresh version.
I have to do completely fresh version as I tweak the theme for some minor things like custom field for hit counter, remove the XLRPC thing from header, minify the style.css, remove the breadcrumbs from search template, and put in our custom functions for optimization and disabling some things like not loading the visual composer CSS on post pages, etc.
So, in theory all things being equal the 1.7 site should behave just like the 1.6 sites except with lazy loading on top.
And I never use child themes, and all files are uploaded with Linux/unix line breaks vs windows, etc.
(I’m an advanced user …. obviously …)
Hence my … what the hell, man reaction with the ENC site.
So… going to roll that back once I get couple more client things done.
Basically going to use our tweaked 1.6 version – same exact thing running musewire.
Of course the dbase for ENC is hideously huge, and 10x the size of musewire, but other than that …
We have 32GB RAM, 12 cores of XEON power, and dedicated gigabit switch in Class A datacenter (SoftLayer) … so, we’ve got the juice.
ENC has 512MB allocated to PHP. So… may I just say … “sheesh!” 🙂
Hi,
Please also test this using a default WordPress theme like twenty-fifteen together with the Visual Composer plugin and the Easy Table plugin and let us know if you still have issues with it.
Thanks
OK thanks, and if we want to change this color? -> https://dl.dropboxusercontent.com/u/22334399/Schermata%202015-03-24%20alle%2015.39.56.png
We can do this for each page by entering CSS code of Visual Composer? See this -> https://dl.dropboxusercontent.com/u/22334399/Schermata%202015-03-24%20alle%2015.41.42.png
Hi,
I have checked your site, but I’m not sure why do you have this issue. Please try this without any plugins active, leave just Visual Composer active, also clear cache an purge your files is you use CDN.
I have tested this on our demo and how you already saw it works fine. On our demo we use the latest theme version(4.6.2) so please make sure also that you use the latest version. If you need to update please follow this guide and use FTP method(also make a backup of your current theme’s installation): https://forum.tagdiv.com/how-to-update-the-theme/ update also plugins that come with the theme’s files from /plugins folder.
Thanks!
Hi,
On Newspaper 5 will be added all Visual Composer features, for some of elements are hidden in functions.php and may not work properly. Also facebook like button is there and you can enable it if you need like this: http://screencast.com/t/fPmwaQRmtlT – http://screencast.com/t/uJZPWeIw
Also you can use do shortcode() to display it on search page and other templates.
Also an easy solution may be to find a plugin to display social like buttons on other templates that post pages.
Hope this helps!
Hi,
@rights reporter Please send an email at contact@tagdiv.com and a request for an older Visual Composer if you think that this can help you.
Also please check this guide for page speed: https://forum.tagdiv.com/how-to-make-the-site-faster/ – https://forum.tagdiv.com/topic/tutorial-pagespeed-2015/ – https://forum.tagdiv.com/topic/pagespeed/
@daemonlynx Please provide your site URL and also may help above links.
Hope this helps and sorry for inconvenience!
Block 1 is not working anymore.
It does not have one picture on the left side and four on the right side anymore.
Now: One big on at the top and four under it. Seems like it just working for one column, but in the visual composer i set two.
Yesterday everything was fine, now it is not working anymore?
Hi,
Please try this without any plugins active, leave just Visual Composer active, empty cache and check again if you still have this issue. Also please provide more details about the issue(a screenshot will help) and what host do you use. Let me know!
Thanks!
Hi
the visual composer extension – Easy Table is not working properly with the visual composer provided with the theme, when i contacted the WP Bakery for the issue they said its because of a Js conflict with visual composer.
how can i make the easy table compatible with visual composer?
Hi,
@aleister Did you tried Newsmag 1.7 also with latest version of Visual Composer plugin(4.4.3) and doesn’t work? I know that you have that problem with memory, but you can try it just to see if works and also you can change the memory limit. We did not tested latest theme update with older versions of the plugin, but normally it should work.
Also please make sure that you try this only with Visual Composer active, disable all other plugins, clear cache and purge you files if you use CDN. Let me know hoe it goes!
Thanks!