- NewspapertagDiv Composer – Website Manager
- NewspaperWhen tagDiv Composer is Not Working
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewsmagHow to use the Visual Composer plugin
- NewspaperScroll Animation
- NewspaperSingle External Shortcode and External Shortcode
- NewspaperCredit System
- NewspaperBookmark – Save For Later
- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperModules Builder in Newspaper Theme
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperCreate a frontend submission form
- NewspaperHow to Use the Tabbed Content shortcode
- NewspaperCreate a form contact page
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperWooCommerce: Happy âAdd to Favorites!â
The following prompt comes after updating to V6:

But when clicking, (Link is: /wp-admin/admin.php?page=vc-color) there comes an error message: “You have not the rights to view his page”
Any help?
Hi,
Your article/link doesn’t exist – http://screencast.com/t/sohKgn4pY7
Any way I have checked an article from your site and this word comes from a share plugin that you use – http://screencast.com/t/i47BJ2U7 Or did you have made custom modifications to the code?
Please disable all yuor plugins except of Visual Composer, clear cache and check again your article.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I have checked your site and you have this js error in the console. Please disable all your plugins leave just Visual Composer active, clear cache and see if you still have issues with log in/registration. If you don’t please activate your plugins one by one and see which one caused this.
Thanks!
Hi,
I also checked this with your id and it works fine – http://screencast.com/t/UukDWyQ08 – http://screencast.com/t/P3mj42QtKc
channel/UCktQczxtZXKdnwxqi4Lorwg
Also you ca disable all your plugins leave just Visual Composer and Social Counter active, clear cache and check again if your subscribers appear.
If you have tried the above suggestions and it doesn’t work, please send an email at contact@tagdiv.com and provide wp-access so we can take a look, also paste a link to this topic so we can know who you are. We will answer as soon as possible.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
I really like the “Itâs a new version of theme; you may need to redo your home page for some modules, and reset sidebars.”
1/ you will have to redo your home page…that’s for sure ! And also all other pages
2/ Reset Sidebars…Well, that is far more than that. Sidebars do not work anymore with visual composer on V6 ( i really dont know why).So, it like me you have all pages with customized sidebars, you ll have to rebuild your all website…
Hi,
Do you have any custom modification to the pagination? If not please check this also without any plugins active, leave just Visual Composer active, clear cache and purge your file if you use CDN, then see if you still have this issue.
Thanks!
I love the icon feature in the visual composer. I’d like to use some of the Entypo icons elsewhere on the site. I’ve been unable to find out if there is a code that could be used for this. Does anyone know if there is?
I tried the following:
[vc icon type="entypo" icon_entypo="video" color="#000000" link="url:XXX|title:XXX"]
đ
I sometimes answer sardonically ahead of the official answer, which might be the same but worded differently (as was this case!).
Sadly there is no ‘one way’ to optimize anything with WordPress — as the theme itself needs a little tweaking as with ALL themes (seriously, want to hear about my fun with Canvas or MyThemeShop, ThemeFuse, etc.?).
Most of MY particular tweaks have to do with “baseline” things needed for ANY website/wordpress install -regardless of theme (I am working on an ebook on this topic in my hahahahahah spare time… no really…. someday….).
Theme tweaks are really just setting up site how you want it; and then more recently the pesky Visual Composer stuff (hence the shim of doom, er … solution).
Technically theme doesn’t need any special optimization vs any other site of comparable complexity, but your mileage may vary as I am wont to say.
I will post the cheat sheet on how to load Google Fonts more better good too one of these blue moons. The old method for Newspaper 2 I posted a bazillion years ago sure won’t work now !
Peace and happy trails.
Hi,
Orbit Visual Composer plugin Addon Extension dont leave search work.
Please Verify
Thanks!
Is this a joke? You erased the possibility of having a side bar when visual composer is used????
Please tell me how i can do to modify my 1000 pages !!!!! PLEASE TELL
I have never seen such a stupid update. Have you talked to users before doing this ?????
Well mine as well,that NEW VC update is not working,all the blocks i choose i’m getting some kind of message that…
Elements within this list are deprecated and are no longer supported in newer versions of Visual Composer.
My static page is all messup it seem this theme not supporting static page any more,what happen to the V5 and why this theme have so many issues,i’ve delete V4 and done a new install removed all my CSS CODE etc and all i get is a messup static page and no settings is taking…is this a joke are what..
Ok.
For the second point (block not in visual composer), you just have to go into the settings of VC and add the right for administrator
BUT, for the first point, you CHANGED THE SHORTCODES. Block are now like td_block_2 whereas they were td_block2 before. It means that i need to change all the shortcodes of all my pages !!!
So great!
I did the update to V6, installed everything ( including child theme and td-api-plugin) and I have no more blocks….
Blocks are not recognized. I have only the shortcode which appear on screen. And when i go on the page editor, i cannot select any block through visual composer. They are not listed…
Hi,
Thanks for hovering effect.
Can I insert modules using visual composer or can I choose some layout from where we can choose modules in which posts will be displayed. As module 7 has bigger image which I want, but none of the blocks contain bigger image. I want one big image and then two small images in a row. Can you help me out?
I have bought theme just now and I’m not able to make Infinite load work.
Here is my custom home page link:-
http://dailydoser.com/myhome/
Template Selected – “Homepage – blank”
Added 2 elements via Visual composer:-
1. Big Slide
2. Block 9 -> Selected Use ajax & Pagination – infinite load option
What am I doing wrong? This is brand new theme with no extra plugins but still infinite load is not working.
Any pointers in this regard will be appreciated.
I’m seeing javascript error in console while debugging but not sure why that error is coming.
The screen-reader-text class is used more and more in WordPress. There was already a topic in the Newsmag forum complaining about this (https://forum.tagdiv.com/topic/bug-categories-label/) but nobody from the developers did answer đ
Please add the following to the default css and release a new Newspaper version (and BTW you could update VisualComposer as well):
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
This code is suggested by https://make.wordpress.org/accessibility/2015/02/09/hiding-text-for-screen-readers-with-wordpress-core/ and by http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ and it is used in the TwentyFifteen theme delivered with WordPress (https://core.svn.wordpress.org/trunk/wp-content/themes/twentyfifteen/style.css Section 7).
Thanks!
You can download the theme again from the Envato account. And there you will find a copy of Visual Composer.
Hi,
I got the Newspaper 4.4 version and since 2 months I got a big problem with the no-possibility to update my homepage louesfera.com because of the Visual Composer. I’m totally stucked because I did not buy personnaly the Newspaper, it was the IT guy (named “carpeher” in the Envato members) that update my old WordPress theme to that new one). So I can’t do nothing alone.
Today searching how to find a solution in that forum, I found a page on how to update the Visual Composer plug-in and I follow the steps : the problem ? I’ve deleted the plug-in and have no other way to have it all working ! Please help !
Thanx in advance.
Louis-Philippe TRAMIER (founder of Louesfera.com)
(Spain)
Hi,
Please try also with an older version of Visual Composer like 4.3.5 and see if you still have this issue. If you don’t have this version of the plugin please send an email at contact@tagdiv.com and we will send you this version.
Thanks!
Hi team,
How to implement fb like button on header menu or in header??
How to change the social pages link… When using visual composer, I have inserted social icons.. And put down the links of various social pages.. But when I click on icon it appends the link provided wit hurl..hence, error 404 page not found
thanks,
Careongo
Hi,
Unfortunately we did not tested any plugins like this for retina images, so I cannot make any suggestions at this, sorry. You can try this without any plugins active leave just Visual Composer and retina plugins active and see if you still have issues, maybe there is in a conflict with another plugin(s).
Thanks!
Hi team,
I want to divide a row with the size 1/2+1/4+1/4 in one of my pages using visual composer. For 1/2 part, I want a single image to cover entire space using block 3. for 1/4 parts i want to use block 4. I am setting post limit to 1. But when I try to do so, some blank space appears after block 3 , i dont want that..how to do implement this?
thanks,
careongo
Hi,
You have these errors in the console – http://screencast.com/t/aGLY6Hjh2 please check this without any plugins active, leave just Visual Composer active, clear cache and see if you still have this issue with gallery.
Unfortunately this delay usually happens when speed booster is used as the css and js are moved at the bottom of the page structure, so that the page will load faster. That’s why the theme’s default style appears first then changes, because of the cascading property of css. To avoid this you could try to make the changes directly into theme’s style file.
I also checked your page source and those css resources are moved to the bottom, you also can check – http://screencast.com/t/vkHNjMZu only jetpack sharing css is not moved – http://screencast.com/t/YGTYW5v11oxY Try to move also that css and see if you still have this issue when you test pagespeed on mobile.
Thanks!
Hello,
I tried to update visual composer but with no luck. I followed this post https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/. I think i have 4.4.4.
I have more than 7000 posts/pages in the database. You can see the website here http://artic.gr sometimes while browsing you’ll see a blank page (this is an out of memory error).
If you think that you can fix my problem, i can make for you a temporary ftp and backend user. I’ll really appreciate this.
Please let me know asap.
Best Regards
Hi,
You can use shortcodes in theme’s ad spots for example if you wnat to display social icons element from Visual Composer, you need to add social icons block to a page, add your social links in the blocks settings and take the shortcode – http://screencast.com/t/KEkzxO0Por8 – http://screencast.com/t/hWbnNa2emkb and paste it in header ad section – http://screencast.com/t/8k3R3aRII
Result: http://screencast.com/t/vymFVYAbd
Also if you want to edit the theme headers please check parts folder – http://screencast.com/t/Xfk5T4rxc5
Thanks!