- NewsmagtagDiv Composer Tutorial
- NewsmagHow to use the Visual Composer plugin
- NewsmagHow to update a plugin
- NewsmagWhat’s included in Newsmag theme package
- NewsmagRequirements for Newsmag
- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagBlock settings tutorial
- NewsmagtagDiv Social Counter tutorial
- NewsmagHow to update the WPBakery plugin
- NewsmagPage Menu
- NewsmagCustom ad spots
- NewsmagSmart sidebar
- NewsmagVideo playlist
- NewsmagPage templates
- NewsmagHomepage – How to build and set it
Thanks, second option is ok for me!
But, I have “Big Grid 8” in visual composer, but I can’t see that thing in /page/2.
Only in first page.
Also then first page has 7 posts visible, instead 6 that I set in options.
Second page has correct number of posts though.
It it’s not very clear I can send you link and password privately.
Hi Bogdan
I did as you suggested—deactivated all plugins except visual composer. It still doesn’t work! Could you help?
Manoj
Hi,
Please also clear your cache as it could still be loading from it. If the problem is still there, then please try to disable all your plugins except visual composer and clear cache again as another conflicting problem could cause it. If the problem persists, please send us an email at contact@tagdiv.com and provide wp-admin so we can take a look. Please also include a link to this topic.
Thank you!
Hello,
This could be a plugin conflict so please try to disable all your plugins except visual composer and clear your cache. Then check the row settings again and let us know if the problem is still there.
Thank you!
hi bogdan;
please your check your browser screenshot because using wrong adress “http://technewsturk.om/” Adress havent a extension true adress is technewsturk.com
I try all plugins inactive and check mainpage and disable ALL your plugins except visual composer and clear cache. but not a worked.
Hello,
Before you send us access please try to disable ALL your plugins except visual composer and clear cache so we can rule out a plugin conflict. We cannot access your website from the link you provided: http://screencast.com/t/kWHTkUUq so if this is the correct url for your website it is possible we will not be able to login as well.
Thank you!
Hello,
I tested this on my end but could not recreate the issue. The search could not find any posts from drafts or from trash. Please test this yourself and create a new post. Save it as a draft and search for it. Then publish it or trash it directly and search again afterwards. My search could not return anything other than published posts.
If the search indeed returns results of deleted or draft articles it could be a plugin issue. Please disable all plugins except visual composer and clear your cache. Then try it again to see if the result is the same.
Let us know how it goes.
Thank you!
Hi
I’ve checked your site and the problem seams to be related with the css code which apply only on home over the sub-menu item. Try to deactivate all plugins except Visual Composer, clear all caches also disable any minify options for css/js if you’re using, clear all caches and test again.
Let me now how it goes.
Thanks!
Hi
We didn’t had any report like this before and I am not sure why this happens. Try to deactivate all plugins except Visual Composer, clear all caches and test again.
Let us know how it goes and if the problem persist please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.
Thanks!
Hi @RingoD
That seams to be caused by a custom javascript so you can also try to deactivate all plugins except Visual Composer, clear all caches and test again.
Let me know how it goes.
Thanks!
Hi,
The image is added inside the row in visual composer: http://screencast.com/t/Z2VHdgzUTuV3
You can remove the image from there and replace it with your own.
Thanks.
Hi @Syams
We will test the current version of Visual Composer with the theme and if the results are good we will include it in the next theme update.
Thanks!
Hi
Try using a row js from Visual Composer to add your code on the page: http://screencast.com/t/Rruf6yhllR9R This block is designed to render js code and should work fine. Also I’ve test your code with a text block and works fine: http://screencast.com/t/sOHgx4sW – http://screencast.com/t/NMea4dxUpB
Thanks!
Hi
I am not sure I understand your issue completely. Are you saying that the theme does not save changes made in translate sections? If this is the case check in browser console if there are any errors while you’re saving the settings in translate panel. Usually should be a 403 or a 404 error. Also try to deactivate all plugins except Visual Composer, clear all caches and test again.
Let me know how it goes and if the problem persist please provide your site url so I can inspect this closer.
Thanks!
Hello Atakanyildiz,
Unfortunately, this kind of plugin is not tested with our theme and we have no idea about the theme behaviour with this and also we cannot provide support for untested plugins. Please try to find another plugin with this functionality and see how it works for you…you should try to disable all the active plugins, except Visual Composer and this plugin, clears all cache and instal only the plugins that come bundled with our theme and check the result. Also, you can try to activate one by one and find the culprit. Maybe some untested plugins that use in theme could create some interference between our theme and this plugin and create this kind of issue…
Hope this helps!
Thank you for your understanding!
Hi,
You can do that by creating a custom link in your menu and adding the link to a page you create or you can use 301 redirects to redirect the links to a category page. This can be done either from htaccess or with plugins.
Another thing you can try is a page mega-menu where a page will be shown when a menu item is hovered so you can style the page as you want in visual composer and add custom links to it and custom menus: https://forum.tagdiv.com/page-menu/
I hope this helps.
Thanks.
Hello Sayeed,
If you want to disable all the sidebars in mobile and tablet mode, you need a bit of CSS to hide this option. Plase try the code below and place it in Theme panel->Custom CSS area, like this: http://screencast.com/t/5iPUuNZoso3l
@media (max-width:767px){
.td-ss-main-sidebar {
display:none;
}
}
The above code is only for posts. If you want to hide them for pages, it is not a simple task because it is not easy to target the sidebar class and it depending on how you set the sidebars for pages. As a method to add the sidebar for pages would be with Visual Composer and with Widgetised element, like this: http://screencast.com/t/dXPluCP9xJy or you have to edit each column for responsive from Visual Composer because it is not a specific class for this kind of sidebar to hide it with CSS, like this -> http://screencast.com/t/avmaxUjj5Ala
The code is ->
@media (max-width:767px){
.wpb_widgetised_column {
display:none;
}
}
Please notice that the more article box is not displayed for the mobile version by default.
@media (max-width: 767px){
.td-more-articles-box {
display: none !important;
}
}
If you want to activate for a mobile version you have to switch to display:block!important
For your second request, if you want to reduce the size for the next/prev button on smart list 7 you have to use a bit of CSS. Please try the code below and place it in Theme panel->Custom CSS area.
.td-smart-list-button {
padding: 7px 10px;
font-size: 14px;
}
Hope this helps and let us know how it goes!
Thank you for the message!
The smart sidebar only shows up in individual posts, not pages (I only have the homepage built with visual composer). I can’t deactivate it on themepanel>template settings>smart sidebar, or at least customise it using blocks.
hi there, I have tried to add custom js me but can not be displayed properly. This is my js:
<script type=”text/javascript”>
var widget_embed = ‘posts’;
</script>
<script src=”http://gregetan.com/wp-content/widgets/wp-widget-300.js”
type=”text/javascript”>
</script>
<div id=”embed-widget-container”></div>
I add this code into the widget text block, text block on the homepage of the course with the visual composer. I use this code and working properly before. is there something i missing?
my site : https://www.nasionalisme.co
Hello,
The smart sidebar can be deactivated first from the theme panel: http://screencast.com/t/jO2pcjlXKYu
This will deactivate the smart sidebar from the Widgets area. If your sidebar is not a widget, but a row/column in visual composer like so: http://screencast.com/t/g9JsVY9sw, in this case the smart sidebar is added as an extra class on the visual composer row, so you need to remove this class in order to eliminate the sticky sidebar: http://screencast.com/t/RQQ2IJMu7
You can read more about smart sidebars here: https://forum.tagdiv.com/smart-sidebar-2/
As for the second part of your question, you can customize a sidebar from the block settings for every element you add to it. Depending on the type of sidebar widget or visual composer. You can filter different categories to it by using content blocks like on your page and adding filters like shown here: https://forum.tagdiv.com/block-settings-tutorial/
As for the size, i assume the width. this is not customizable as our theme was built in a fixed grid layout and there is no option to modify the width of elements.
Thank you!
Hello,
Actually yesterday when I wrote the reply the latest was 4.9.2. 4.10 was only released today : http://screencast.com/t/8FrvyKuVTtt
We will update our version of visual composer on the next theme update.
If your settings do not apply, it is not a license issue. You will need to check your system status parametres and increase them according to this guide: https://forum.tagdiv.com/system-status-parameters-guide/
You can also try to disable all plugins except visual composer and clear cache to rule out a plugin conflict.
Let us know how it goes.
Thank you!
Today visual composer release new version. How to update it?