Hello guarabana,
The simplest way to replicate our demo is to import the demo from Theme panel, without dummy data (if you have your own content on your website). Please check here -> https://forum.tagdiv.com/installing-demos/
Thanks.
Hello harish.bhathee,
First of all, I will thank you for your interests in our theme and for your appreciations! Before I answer your questions, let’s clarify what exactly is Child Theme and how it will be used on WordPress platform. For this, you should read this document here -> https://codex.wordpress.org/Child_Themes
1,2)The theme can be updated in the same way if you will use the child theme, according to our documentation here -> https://forum.tagdiv.com/how-to-update-the-theme-2/
3)The dummy data can be imported in the same way if you will use the child theme. Read here -> https://forum.tagdiv.com/installing-demos/ Also, for more information about our Child Theme, please check here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Hope this helps!
Thanks for the message!
Hi,
Thank you for your interest in the theme. The posts and media files you have will not be lost by switching the theme. As always make a full backup before beginning
– https://codex.wordpress.org/WordPress_Backups
I found this useful guide that you can check as well
– http://www.wpbeginner.com/beginners-guide/checklist-15-things-you-must-do-before-changing-wordpress-themes/
Then install the theme using these guides
– https://forum.tagdiv.com/install-via-ftp/
– https://forum.tagdiv.com/install-via-wordpress/
By FTP is the recommended method in this matter. You can also install a demo if you wish
– https://forum.tagdiv.com/demos_introduction/
– https://forum.tagdiv.com/installing-demos/
View all the available demos live here
– https://demo.tagdiv.com/select_demo/select_demo_newspaper
Then start customizing the theme options as you wish. The TagDiv composer can be used to edit/create pages
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
– https://forum.tagdiv.com/block-settings-tutorial/
It is recommended to use the tagDiv composer, because in the coming update we will add a considerable amount of options for this composer especially.
Thanks
Hi,
I don’t understand why you would come to the conclusion that the theme you have purchased is not the Newspaper theme. Maybe you can explain and provide more details about this, for a better understanding.
You could be referring to the design, in which case there are multiple demos that you can choose and install
– https://forum.tagdiv.com/demos_introduction/
– https://forum.tagdiv.com/installing-demos/
However if you would like a refund, you can request it and we will approve it
– https://themeforest.net/refund_requests/new
Thanks
Hi,
You can install any of the available demos, please see these guides
– https://forum.tagdiv.com/demos_introduction/
– https://forum.tagdiv.com/installing-demos/
Then use the tagDiv composer to edit and create pages
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
If there are problems installing a demo, or you have further questions please do not hesitate to mention them. We will help you as soon as possible.
Thanks
Hello,
Please also test without plugins as there might be a plugin conflict. The demo can be installed with or without content. If you need just the homepage, install the demo with content, edit the homepage and copy the content from the back-end on another page. This way you will ensure you do not loose the page when uninstalling the demo. Now, uninstall the demo and install it again without content so you do not have the extra posts and content.
I hope this helps.
Thanks.
Hello! Want to install the demo version on your website. It already has about 100 articles with pictures. So I don’t need pictures and the lyrics from the demo. When you activate the demo I am getting only the header like in the demo, and my texts are in one row.
How to make the arrangement of blocks after installation the demo on the website was the same as in the demo? That is, the blocks have also been posted on the main, and was not a solid sheet of the article.
И на русском, как вижу, тут есть форумчане из России:))
Здравствуйте! Хочу установить демо версию на свой сайт. На нем уже есть порядка 100 статей с картинками. Поэтому мне не нужны картинки и тексты из демо. При активации демо я получаю только заголовок как в демо, а мои тексты идут в один ряд.
Как сделать, чтобы расположение блоков после инсталяции демо на сайте был таким же, как в демо? То есть, блоки были также размещены на главной, а не шли сплошной простыней статьи.
Hello karanbhagat,
The best thing to do is to install the Gadgets demo because if it will be installed, the theme will be fitted with the layout style of this demo. For more information about how you can install the demo, please check here -> https://forum.tagdiv.com/installing-demos/ Also, for beginning, I suggest you importing the demo with content to make an idea about the used blocks in this demo and then you should create from scratch your own posts to populate the website with your content. Please do not edit the dummy data content posts/pages because when you want to change the demo with another one, all of your data will be lost.
Please keep in mind that the demo should have to be installed with success if you will follow all the required instructions. Also, if you do not want to install the demo, notice that is not an easy way to achieve the same layout with the demo because required to do some customizations. Use the demo because this is created for customers! It is just simple.
Thanks for your understanding!
Hello cleverliving,
The simplest way, in this case, is to import the demo without dummy content and then you can populate it with your own content. For more information about how you can install the demo, please check here -> https://forum.tagdiv.com/installing-demos/
Thanks for your understanding!
Hello itduck2020,
First of all, you should make a full backup to your database to be sure. So, please notice that if you were changed the dummy data content of the post with your own content notice that if you will disable the demo you will lose all of the data. Also, if you will be created from scratch your post content, all of these will be loaded into the database and when you have installed a new demo, all of these will be recognized. For more information about how you can install a new demo, please check here -> https://forum.tagdiv.com/newsmag-installing-demos/
Thanks for the message!
Hi,
The Black demo has custom design and styling, that would not be possible with theme options. It is specific to the mentioned demo. You could achieve it with custom CSS. Take inspiration from the demo stylesheet and see how it was made
– https://www.screencast.com/t/vapyFaSR4nq
It may not be easy to achieve this without installing the actual demo, but it can be done. For example you can experiment with a code like this, for a black TV category page
– https://www.screencast.com/t/z9kXpFHW3Eu
.category-tv .td-container-wrap {
background-color: #1a1a1a;
}
.category-tv .td_module_11 a,
.category-tv .td_module_6 a,
.category-tv .widget a,
.category-tv .td-footer-instagram-title,
.category-tv .td-page-title,
.category-tv .header-search-wrap .td-icon-search,
.category-tv .sf-menu > li > a {
color:#fff;
}
Add more elements in the code as you identify them, use the browser inspector to do it
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Also check your host and htaccess for any blocked files. You can see them in your browser console when installing the demo. Ask your host for blocked theme files. Usually admin-ajax.php is being blocked due to many requests to it.
Thank you!
Hi Support Guys,
I installed theme and all the required plugins. Everything is working fine till then. When I try to install FITNESS BLOG Demo, it has shown permission errors while installing and I clicked on Ok. It has shown Installation finished. Then when I try to open site it is showing nothing and WP-Admin is also not working.
Please help me to fix the issue.
Regards,
Mohan.
Hi,
The tagDiv composer is a required plugin, while Visual composer is considered optional. You should use this composer for the website, because we will add a considerable amount of options only for this page builder
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
You can preview the theme demos here, to see how each looks
– https://demo.tagdiv.com/select_demo/select_demo_newspaper
Choose the one you like and simply install it
– https://forum.tagdiv.com/demos_introduction/
– https://forum.tagdiv.com/installing-demos/
Thanks
Hello Athanasios,
First of all, I will thank you for your interests and for purchasing our theme! Please notice that you have correctly purchased our theme. As you want is a demo which is included in our theme’s packet. You do not have to buy anything else! Please check the following documentation here -> https://forum.tagdiv.com/installing-demos/ regarding on installing the demo.
Thanks for the message!
Hi,
I believe that is happening because of the demo, this contains custom design and automatically loads the demo style at first, then the other settings from theme panel are applied.
A solution would be to modify the menu borders (top menu and main menu) directly in the demo stylesheet, change them to your current color there
– https://www.screencast.com/t/yNRc6jMqei1S
These flashes are noticeable if it takes a longer period of time to load the website.
For the top menu and main menu backgrounds, please try and enter this code directly in the theme stylesheet
.td-header-style-1 .td-header-top-menu-full {
background-color: #f9f9f9;
}
.td-header-style-1 .td-header-wrap .td-header-menu-wrap-full {
background-color: #303030;
}
This will load the backgrounds together with the rest of the style, reducing or removing the flash.
You could improve the website loading speed, to try and prevent such issues. Even installing a caching plugin may reduce or completely remove the problem
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
Thanks
Hello
I have 2 problems
While uploading images wp gives http error, although the image is uploaded fine.
The second problem is while installing demo content the system gives “tagdiv importer detected an error.
The demo is installed without images,
Hi,
Getting an issue installing demo wp debug is set to false in wp-config.php even change to true still demo installation getting error. plugin revslider also not activating
BR.
Hi,
Maybe one of the theme demos could be what you are looking for. You can view them all here
– https://demo.tagdiv.com/select_demo/select_demo_newspaper
There are many demos, you can install the one you like, or use it for inspiration to create an original design. I believe there are more demos on their way
– https://forum.tagdiv.com/installing-demos/
The main purpose of the blocks and grids is to display posts. There are also text elements, image elements etc. Most of the theme features can be seen in the Features menu, in the live demo
– https://demo.tagdiv.com/newspaper/
Please let us know if you have further questions, or you need help with something.
Thanks
Hi,
I believe this is a misunderstanding, hopefully we can solve it. Each available demo has it’s own custom design. Installing it will import a demo stylesheet, this may overwrite default styles and designs.
The magazine demo has a condition set for the block titles in it’s stylesheet
– https://www.screencast.com/t/hoWCoi1Ohi5
The result is that the block titles background is transparent, only the border color is affected by changing the background color.
If you were to remove the code shown in the screenshot, the background of the block titles will have default functionality
– https://www.screencast.com/t/cg1hoKIop
You can then customize the blocks with the composer and set the colors as you wish
– https://www.screencast.com/t/oWEQeliiJqg
Thanks
Hi,
If you have created and published posts, then these posts are still available. They are saved in the database. Please do not edit the dummy posts that are provided when the demo is installed
– https://forum.tagdiv.com/installing-demos/
If you edit these dummy posts and then uninstall the demo, they will be removed. They are demo content, you have to create your own posts and publish them.
Pages can be edited and the blocks and grids can be filtered and sorted to display posts from your own categories, replacing the demo content
– https://forum.tagdiv.com/block-settings-guide/
Unless you have a backup, there is no way or restoring edited dummy posts.
Thanks
Hello enlared360,
First of all, I will thank you for your interests in our theme! I recommend making a new clean install from scratch via FTP way because this is the surest method -> https://forum.tagdiv.com/newsmag-how-to-update-the-theme/, in this case, increase the system status parameters to be according to our documentation here -> https://forum.tagdiv.com/system-status-parameters-guide/ After following these steps you should install the demo according to our documentation here -> https://forum.tagdiv.com/installing-demos/ and for activating the theme, you should check the following useful manual here -> https://forum.tagdiv.com/newsmag-how-to-activate-the-theme/
Hope this helps!
Thanks for your understanding!
Hola Catalin te hablo ahora en español ya que mi ingles no es bueno. No se trata de ningún WordPress Ayuda es simplemente Worpress solo que quise pedirte ayuda. Te repito la solicitud no puedo instalar los Demos ya hice el procedimiento enviado en https://forum.tagdiv.com/installing-demos/ y sigue igual no hace nada y ademas no me deja activar el periodico ni automático ni en forma manual.
Hola te hablo ahora en español ya que mi ingles no es bueno. No se trata de ningún WordPress Ayuda es simplemente Worpress solo que quise pedirte ayuda. Te repito la solicitud no puedo instalar los Demos ya hice el procedimiento enviado en https://forum.tagdiv.com/installing-demos/ y sigue igual no hace nada y ademas no me deja activar el periodico ni automático ni en forma manual.
Hello Watashi10,
Sorry but please notice that our theme does not have any such a control about this regard. You should try installing the Seo Yoast plugin and check the settings from there. Also, by default, if you will check our demo preview you will not see this changes between desktop mode and mobile mode.
Thanks for your understanding!