- NewsmagHow to use the Visual Composer plugin
- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperModules Builder in Newspaper Theme
- NewspapertagDiv Shop
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- TutorialsDefault Block Settings Guide
- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagWhat’s included in Newsmag theme package
- NewsmagNewsmag documentation
- NewsmagBlock settings tutorial
- NewsmagHow to update the WPBakery plugin
- NewsmagCustom ad spots
- NewspaperHow to update the WPBakery Page Builder plugin
- NewspaperBlock settings tutorial
- NewspaperPost Formats (for TinyMCE)
- NewspaperFont Customization
- NewspaperBackground Introduction
We’ve noticed that by default the code from visual composer pages appears in search results (site search). For the moment I’ve manually adjusted search to only return posts, but the same hooks are used when searching things such as the media library, which means we can’t currently search uploaded images.
Is this the default behavior? Is there a more elegant workaround?
Hi,
1. After you have copied shortcodes that Emil provided, you can switch to Backend Editor and edit blocks and filter by your category: http://screencast.com/t/4sf7jTT9
2. Try to disable all your plugins, leave just Visual Composer active, clear cache and also resave your permalink and see if you still have this issue.
3. You can set post style from Post Settings(theme has 8 post templates): http://screencast.com/t/gWkLLk8rOHNL
4. Please paste your adsense code in Theme Panel > Ads section: http://screencast.com/t/rAR5iOwEp
In your page content you can use Ad Box block where you want to display the ad: http://screencast.com/t/l0i0xlRx
5. These are block titles and you can change them from block settings: http://screencast.com/t/qwQpaiMjQ18C
6. Go to the block settings and filter by category(answer 1).
Thanks!
Hi,
Please check if you have this issue after you disable all plugins, leave only Visual Composer active, also empty cache. If you don’t have this issue anymore activate your plugins one by one and see which cause this issue.
Let me know how it goes.
Thanks!
Hi,
Please deactivate all plugins leave just Visual Composer active, clear cache and check if you still have this issue. I don’t have this issue anymore activate your plugins one by one and see whic one caused this. Also if you use js/css minification please disable it.
Thanks!
There are some “sitemap” plugins out there which can build a timeline list of stories, although that might be 100 pages for some sites, and not practical.
Technically might be easier to simply use the built in hooks to generate the equivalent of the normal WP ‘archives’ widget for showing news by date….
maybe build a “page” and use visual composer, and insert the “archives” widget which would be a list of all your indexes by year, month ?
in any case I have seen some “sitemap” plugins that do what you want, so maybe look in the plugin repository for those as first step if you don’t know how to write the loop/query code on page template yourself.
Hi,
Please provide more details about you issue as I have checked your link and I’m not sure what do you mean: http://screencast.com/t/H9tLXUhX
Also do you use Visual Composer on posts? This could cause some issues and we recommend to be used only on pages.
Thanks!
Hi,
Please check if you still have this issue without any plugins active, leave just Visual Composer active, also empty cache. This issue may be caused by a javascript error, so check your console for errors. Let me now.
Thanks!
Hi,
You can enable Visual Composer on posts – http://screencast.com/t/RMMDtKLET Anyway we recommend to be used on pages, you could have some display issues if you use it on posts.
Thanks!
Hi,
1. If you refer to the tagdiv gallery, unfortunately it was not designed for pages and we don’t have a slider for images(galleries). Anyway if you try to use it in pages, it won’t work at full width just because is added in a text block and it will be displayed only on 2 columns.
You can try to use Media Grid(Visual Composer block), but I’m not sure if this help you: http://screencast.com/t/7Auluc3orjy – http://screencast.com/t/NS1baDtA1xWB
2. For full width video on page you can use “Video Player” block on full width row: http://screencast.com/t/TCpiHQIDZr
Hope this helps!
Okay.
My results now:
I made a new home page by using visual composer. I used the home page as sample by cutting and pasting the resource code and made all other settings on the side (last article etc.). So I got a double of the home page and renamed it in my way. I clicked visual composer and edited the fields as I like. Next I will check which boxes I need really for my content and select again.
My question now is: How can I duplicate my own created home page because I want to keep it save.
I think the theme requires the visual editor included with the theme. I don’t think you can use the theme with two different content builders; but wait for official tagdiv support on Monday.
Is it possible to use WPBakery on posts. It is available on pages, and I use it all the time. But I would also like to use it on posts.
I want to put an image block on post pages above the featured image and cannot find a way to do this within the admin dashboard. If we can’t do it within WPBakery on a post-by-post basis, it would be great if there were an option within the theme panel that allowed us to do it.
See the photo and blue bar with text on my homepage at http://www.fiercedad.com. That’s the type of content that I would like to add above the featured image on all posts.
Hi,
Like I said this class is not right there – http://screencast.com/t/Nv7cWrzY1f it must be like this – http://screencast.com/t/iFmalqhqc
Please make sure that you update Visual Composer as I checked your site and you use this version: http://screencast.com/t/CbSbRbV45eS
Use this guide to update: https://forum.tagdiv.com/how-to-update-visual-composer-plugin-wpbakery/
You can try also to follow Christopher’s topic: https://forum.tagdiv.com/topic/how-to-guide-to-moving-from-newspaper-to-newsmag/
Thanks!
Hi,
Like you can see in Custom typography there is an option to set font only for default page template. So when you have text content that template should be used. The other page templates(you use Homepage Blank – http://fashionview.gr/ ) are recommended to be used pagebuilder content like you can see in our documentation: https://forum.tagdiv.com/page-templates/
We will change Theme Fonts in version 5 of the theme and will be added more options there, till then please try this custom css in Theme Panel > Custom Css so it will change font family for paragraph(it should change even if you use another page template than default): http://screencast.com/t/b5VfVlvV
body,p {
font-family: Open Sans;
}
About Blockquote please check your page as there is added some css in the backend and overwrite Open Sans font: http://screencast.com/t/YMlkDEyB6V
In this page your font is applied: http://screencast.com/t/9bwsRUj39B0
You use pages instead of using posts for text content and pictures that’s why you have some issues with fonts. You can do that, but it will be more easily to use posts to write your articles(set fonts for title and content – http://screencast.com/t/VR5BI1efbPn) as pages are used especially for Page builder – add elements via Visual Composer.
Hope this helps to solve these issues!
Hi,
I have checked your site and found this js error in the console: http://screencast.com/t/LujLAWIL This comes from a plugin google-captcha, so please deactivate this plugin, clear cache and see if it works.
Also you can try to disable all plugins, leave only Visual Composer active, clear cache and purge your files if you use CDN.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Do you have any custom modifications to the page template(page.php) or did you created a new one(file template)? This class is not right there – http://screencast.com/t/Nv7cWrzY1f as you can see here it must be like this – http://screencast.com/t/iFmalqhqc
So if you have made any custom modifications please remove theme, also if you have created a new page template you can try to solve those issues.
Also please make sure that you use the latest version of Visual Composer plugin (4.4.3).
Thanks!
Hi,
Unfortunately I cannot suggest any plugin as we didn’t tested any related plugins, but you can try and see which help you more. I cannot tell you if this feature will be added for page as the pages are used to use Visual Composer pagebuilder to add elements there, so the posts are used to add images and galleries. We will try to add it also on page but we have over 200 features on our list and we have to take them in the order of priority.
Thanks!
Hi,
Please make a backup of your current theme installation, so you can revert in case something goes wrong. Also follow our guide to update your theme, use FTP method: https://forum.tagdiv.com/how-to-update-the-theme/ and update the plugins that come with the theme files from the /plugins folder: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Normally the posts/pages, styling modifications you’ve set in the Theme Panel – will not be effected by updating your theme, only custom modifications to the theme’s files will be overwritten.
Thanks!
Well, same images are loaded depending on viewport, so the CSS only changes the @media CSS styles for the size of the view, it doesn’t change the photos on/off .. so if your images are not working for me in IE11/Win74 on desktop, and not for you on mobile, that isn’t really a “responsive” issue … which is just CSS.
CSS also doesn’t change from one day to the next, so unless your server got some update, you updated a plugin where there is now some conflict, etc., the CSS can’t suddenly cause a site to stop working one day and then not the next … it’s just style classes such as “font size 10” vs “font size 16” etc based on viewport.
You might need to try clearing all your caches, turn off plugins except for visual composer, clear your mobile device cache, etc., and revisit.
(Oh, you’re not seeing on desktop either …. might be caching issue … dunno …)
-
This reply was modified 11 years by
simchris.
Hi,
Please disable any js/css minification, this can cause issues as it may facebook doesn’t recognize og:. Also disable all plugins, leave just Visual Composer and Seo by Yoast active, empty cache and then check if you still have this issue.
Thanks!
Hello, this is my first time ever trying to build a website, so forgive me if I sound like I don’t know what I am talking about. I downloaded the Newspaper theme and the Visual Composer plugin, and what I noticed was in certain Youtube tutorials, there was an option that people had called “Front page editor”. I do not have that option on my dashboard. I contacted the Visual Composer customer service staff and they sent me this in an email….
“The issue is because there is an inbuilt version of Visual Composer (or the related code) present in your theme which is overriding the standalone plugin version and hence causing the issue. You will have to get rid of it. I would advise you to do so with the help of theme author, otherwise you might loose the extra elements added by him. Once this is done, you can install the standalone plugin and it will work fine. kindly check.”
How do I go about handling this issue?
Hi,
I also tested this using the latest theme version and did not found any issues. Please make sure that you also use the latest theme version(4.6.2) and update the plugins that come with the theme files.
Use this guide if you need to update(FTP method): https://forum.tagdiv.com/how-to-update-the-theme/ and you can fins theme’s plugins in the /plugins folder: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Also you can try this without any plugins active, leave just Visual Composer active, empty cache and check if you still have this issue.
Thanks!
Hi,
Please make sure that you use Big Slide properly on one row, I have checked your site and seems that you use it in two columns: http://screencast.com/t/MSuAZn0H5ab Also if does not appear please filter another category, just to see if it works.
1. Please try this custom css in Theme Panel > Custom CSS: http://screencast.com/t/q22b4NdUk4
.ajde_evcal_calendar .calendar_header {
border-bottom: 2px solid black;
}
.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur {
background-color: black;
color: white !important;
font-size: 22px !important;
padding: 0 5px 1px;
}
2. Please use Chrome inspector tool to inspect and change the font via custom css: http://screencast.com/t/burWdY67 Also for post title font(tagdiv blocks) use option from Theme Panel > Custom Typography – http://screencast.com/t/fIch5iU7uLyj and for other widgets you will need to change that via custom css – http://screencast.com/t/C8o68GcjNLsl
For load more button font you will have to use css: http://screencast.com/t/BsYdtEL55
.block-child-cats a{
font-family: Roboto;
}
.widget_categories ul li a{
font-family: Ubuntu;
}
.td-load-more-wrap {
font-family: Roboto ;
}
3. Please edit a module that use excerpt, take a look how is made and copy excerpt to the module that you want to add it – http://screencast.com/t/d0fagpyMjF also maybe you will need some css customization.
4. Please try this without any plugins active, leave only Visual Composer plugin enabled, also clear cache an check if you still have this issue.
5. Please use this custom css for this: http://screencast.com/t/jhsNTU3p
.home .widget_categories ul li a .td-cat-no{
display: none;
}
Thanks!
See the theme docs on how to build home page.
You start a new page, and use the visual composer which loads automatically.
You add rows, and modules to a page, then that page can be set as your home page.
Hi,
Edit your homepage and use this template: http://screencast.com/t/Zr5Sjz3Xprc the with visual composer add a block and set it with infinite load or with load more button http://screencast.com/t/c322Au4t1tDb
Thanks!