- 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
Hi
I’d like to have the footer menu (the one closing the page) of the home page different from other pages in order not to give too many oseo importance to the service link I’ve put (privacy, credits, sitemap and so on…)
How can I do it?
I’d like to use the wp menu to visualize my link in all the site and write in the code the actual links
thanks
Paolo
Hello,
On posts you cannot use visual composer as you would on pages. you will have to create a video lement in visual composer on a dummy page and then use a do_shortcode function in the theme files to show the element after the comment box. There is no setting in the theme that can allow you to add content there.
This will add a video across all posts that use the template that you alter.
Here is an example:
1 Create the video element on a dummy page and set the video id to it: http://screencast.com/t/l4X0HTyCJ
2 Copy the shortcode from the video in classic editing mode and text mode: http://screencast.com/t/JX7DVWA75q
3. Use this function and place the shortcode inside it:
<?php echo do_shortcode('here you should add your shortcode'); ?>
4. Place it in one or more of the theme template files. There is a file for each post style:
http://screencast.com/t/MvIqS1GMS3Jb
Thank you!
Hello,
The tagdiv composer was updated and it was focused more for the ionmag theme as it uses only the td composer, not visual composer. We will release updates to newspaper and newsmag and the plugin will once again work as expected. We will probably update td_composer on github as well.
Thank you for your understanding.
Hello deelv,
Unfortunately, I do not have any access to your screenshot and also, I do not exactly understand what you mean. So, if you want to add some buttons to your header menu, please notice that our theme does not have any such an option that allows you to add some buttons there but the only way to do this would be to use the do_shortcode of Visual Composer and then, add the code in the specific core file, according to your header style used by you. For example, if you are using the Header Style 1 you should alter the code to the header-style-1.php like this -> http://screencast.com/t/O3ksoXxtn0 The shortcode can be created when you edit a page, like this -> http://screencast.com/t/dOskl5tBHj -> http://screencast.com/t/lnbhA7lldl9X and the right syntax for this method should be like this -> <?php echo do_shortcode('here you should add your shortcode'); ?>
For more information about this method, please consult here -> https://developer.wordpress.org/reference/functions/do_shortcode/
Hope this helps!
Thanks for the message!
Hello,
1. The activation sometimes produces a server tim-out so you will have to use the manual activation method:
http://screencast.com/t/9U1RLTAazD
2. Please disable all plugins except visual composer, clear cache and reset cdn files if you use it and test again.
3. For the mobile issue, this is a caching issue. Please only use wp super cache and these settings: https://forum.tagdiv.com/cache-plugin-install-and-configure/ and for a cdn: https://forum.tagdiv.com/cloudflare-cdn/
I hope this helps.
Let us know if you still have trouble with the theme.
Thank you!
Hello,
The shortcodes that are available in opur theme are found under the shortcodes section in the tiny mce editor: http://screencast.com/t/mv7gUSi6aM and under the formats tab: http://screencast.com/t/qcuQGwm8gAo (it includes a button) https://forum.tagdiv.com/increase-users-engagement-add-custom-buttons-posts/ but complex elements such as tabs, accordions and block elements, can only be available through visual composer.
Thank you for your suggestion though. I will add it to our list for future updates.
Thank you!
Hello,
You will have to set the mobile theme from the mobile theme settings in the theme panel: http://screencast.com/t/yPuBpBQmQy ads, colors, etc.. and you have to be careful on pages as there is another mobile editor now that does not use visual composer. You have to add content to the mobile editor in order to show anything on the mobile page. The homepage is an exception as it;s predefined.
Thank you!
Hi Admin,
I am following my question below..as you suggested to create ticket here. I disabled all plugins except visual composer, then i installed “WP Super Cache” and “cleared all cache” and reset cdn files if you use it. Then i tested the editor role, it worked.. But when i activated plugin from admin. the issue is still same as i mentioned”I created a New User as an EDITOR, but i am not able to edit any post & not even can create a page or add new post. when i am clicking on to edit post or add new post it just shoe blank white page. i tried different browse as well.
But everything working fine in admin before doing anything and now. Please suggest
Thanks
Ranj
coast2coast1 PURCHASED SUPPORTED
about 10 hours ago Flag
Hi AdminI created a New User as an EDITOR, but i am not able to edit any post & not even can create a page or add new post. when i am clicking on to edit post or add new post it just shoe blank white page. i tried different browse as well.
Thanks
tagDiv AUTHOR
about 1 hour ago Flag
Hello,Our theme does not change the default user roles and capabilities of wordpress: https://codex.wordpress.org/Roles_and_Capabilities If your user roles are not working properly, please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Then test the user role again.
If you have any further questions please open a new topic on our official support forum at https://forum.tagdiv.com/forum/newspaper/ The comments section here is destined for presale questions.
Thank you! Bogdan B
Hi,
Im facing three issues since ive migrated my site to the hosting server
First with the theme activation, its says too many requests from ur ip.
It’s the second site im trying to use your theme with.
Second issue, is with Visual Composer. It’s updated (4.12.1), in my localhost version of the site everything is fine. But since ive migrated from localhost i cant edit my
homepage. The elements of the VC dont load in the backend, there’s a little spinner that spins undefinetly. In the frontend everything goes right.
Third problem has to do with the mobile version of the main menu. It permanently appears on the the desktop version of the site, on the left of all the content of the site.
It forces a horizontal scroll bar to appear and i have to scroll left to be able to see the site content.
PS: Im not using the tagdiv mobile theme
Thank u for ur support
Hello,
You have a js error affecting in your browser console. Please disable all your plugins except visual composer, clear cache and reset cdn files if you use it. Then test again. Also switch to the main theme if you use a child theme in order to rule out it’s interference. Please also disable any js optimization as well.
Let us know how it goes.
Thank you!
Hello vipe,
The theme has been designed to use only the Visual Composer and please notice that it is not a simple task to simply change the Builder because all the theme will be affected. So, as you can see, we have introduced our Builder named TagDiv Composer which is free and which can be downloaded from the right side in forum, like this -> http://screencast.com/t/UH6kHsWe8
Thanks for your suggestion and thanks for your understanding!
Hello,
Please disable all plugins except visual composer, clear cache and reset cdn files. If you use a child theme -please switch to the main theme and test the menu again.
Let us know how it goes.
Thanks.
Ok. thanks!
Suggestion: make it possible to edit posts like pages, with builder. I suggest to leave Visual Builder and use Fusion builder.
Hello,
Our theme is based on the VC shortcodes. You will have to use visual composer to add such elements, but only for pages. We do not recommend using visual composer on posts. On posts you can use the mce editor to create your post content.
Thank you!
Hello,
Your search and pagination also is not working. Anything ajax related is broken. That is because you have js errors in your console. These are most likely caused by plugin conflicts. Please disable all plugins except visual composer, clear cache and reset cdn files. Then test your site again.
Thank you!
Hello,
You can simply add a new block in visual composer above the big grid and filter only 1 post in it using the post ID filter. Our blocks will ignore sticky posts as they will break the layout of the block, but you can create a new block and have only 1 post added to it.
Please use this guide: https://forum.tagdiv.com/block-settings-guide/
Thank you!
hello,
Please disable all plugins except visual composer, clear cache and reset cdn files. The images seem to be not found but the url for the image does not provide a 404 message. Please disable any image optimization tool you might be using as well. If you use a child theme, please switch to the main theme to test if the problem originates from there.
Thank you!
Hi,
The icon does not appear maybe because one is a page and the other link is a post. Visual composer was not meant to be used on posts in our theme so not all elements will work properly on posts.
You cannot make the button bigger as it already is at the container’s limit size of 696 pixels.
If you want it bigger you will have to remove the sidebar. If you use a sidebar on your post or page, the main content will only be 696 pixels. If no sidebar is used it will be 1068 px.
As for the icon, visual composer uses font awesome icons so try to install font awesome and see if it will show up as I can see the html tag in order. It could work.
Thank you!
Hello oldtimesglasgow,
First of all, please try to read all our documentation, especially the following -> https://forum.tagdiv.com/how-to-use-visual-composer/ and here -> https://forum.tagdiv.com/video-playlist-2/ Also, you can watch our video tutorial from YouTube channel because all of these could be more useful for you, like this -> https://www.youtube.com/user/tagdiv/search?query=playlist+
Hope this helps!
Thanks for the message!
Hi,
This is a caching issue. You will have to use the theme recommended cache plugin: https://forum.tagdiv.com/cache-plugin-install-and-configure/ and if you use a cdn: https://forum.tagdiv.com/cloudflare-cdn/
Also please contact you hosting to see if there is any hosting related cache.
It could also be a plugin conflict so please disable all plugins except visual composer. clear cache and reset cdn. Then test again
Thank you!
Sorry, I may have been confused about your reply. I am using the Visual Composer because I need to use columns…. I am pasting the text into the “text” no the visual editor.
hello,
Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Then try to deactivate the social icons and clear cache again.
Let us know if you still have trouble with this.
Thank you!
Hello,
We do not have such reports so This probably comes from somewhere else. Please try to disable all plugins except visual composer. clear cache and reset cdn files.
Try to use the google webmaster tools and have google re-crawl your site.
You can follow this topic as well for a few solutions provided by our users: https://forum.tagdiv.com/topic/404-error-in-google-webmasters-tools/
Thank you!
Hello,
The counter should increment each time you go back to the first page of the smart-list. But on your end there is this weird change in views. Please use the ajax post views option: http://screencast.com/t/d9SnTrDu and disable all plugins except visual composer, clear cache and reset cdn files.
Thank you!
Hello UKC_company,
Unfortunately, the theme does not have any such an option for it, sorry! Please consult our documentation here -> https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/ and there you will find all the settings which can be done using the Visual Composer.
Thanks for the message!