Hi Guys,
May I know if I can duplicate the Newspaper theme under one domain.
Such as:
Newspapaer-tor (Newspaper-tor-child)
Newspaper-van (Newspaper-van-child)
The reason for this is because we want to setup 2 different layouts for user to choice (like to select the city then show different layout)
Thank you!
Chris
Dear Bogdan,
Thanks for the quick reply. That’s great.
Could you please let me know the easy way to change the theme name (NOT theme folder name)?
So it is easy to separate the theme (like: Newspaper-tor / Newspaper-tor-child / Newspapaer-van / Newspaper-van-child) under the theme select section in wp-admin page.
Currently they all show as “Newspaper” and “Newspaper-child”
Thank you!
Chris
Hi,
You can find the names for the theme and child-theme here: http://screencast.com/t/8tRbkTUjR6o1 and http://screencast.com/t/mxlR0c7BVo
Style.css is the one holding the name of the themes.
Thank you!
Thanks Bogdan,
I made changes follow your direction.
But it looks like I can not setup theme panel for each of them (Newspaper-tor / Newspaper-van).
They are using same setting file or database?
Could you please let me know how to do this?
Thanks again,
Chris
Hi Chris,
If you want to use a multi-site, you will have to create separate wp installs and separate installs of the theme. You cannot use one install of the theme on both sub-domains.
Please use this guide: https://premium.wpmudev.org/blog/ultimate-guide-multisite/?tchv=b&utm_expid=3606929-72.AqocGS0YR5Gn_p3r6t6_AA.1&utm_referrer=https%3A%2F%2Fwww.google.ro%2F
Thank you!
Dear Bogdan,
We can not install separate wp as we want to have ONLY one wp-admin backend to post articles.
Now the problem is the newspaper themes (we installed newspaper themes with different name) are using the same records in the database.
Is there any way we can setup two newspaper themes in one wp installation?
or we need two licenses for this?
Thanks alot,
Chris
Hi
You can use each theme license just on one product (website/domain) these terms are set by Envato here – http://themeforest.net/licenses/standard – http://themeforest.net/licenses/faq They specify that you can use one license for one product (website/domain). You can use the license on multiple test sites and on multiple subdomains as a part of the same site-product as we did on our demo: http://demo.tagdiv.com/newspaper/ Considering that you’re building a multi-site project you can use the same license for all sites.
Thanks!
Thanks Andrel,
May I know if we can install duplicated newspaper themes under one wp installation?
such as:
Newspaper-tor / Newspaper-tor-child
Newspapaer-van / Newspaper-van-child
Newspapaer-cal / Newspaper-cal-child
But each theme will have different settings (which saved on wp database)
Thanks alot,
Chris
Hi,
If you plan on having 3 different websites with different content, then you need 3 copies of newspaper. You can use one license on a single website and it’s sub-domains, but not on different domains/projects.
If your multi-site is part of the same project, then you can use one copy of the theme.
Thank you!
Hi Bogdan,
Here are what we need:
1) We will build 3 different websites with different content. They are under one domain and with different directory like this:
http://admin.dushi.singtao.ca/toronto/
http://admin.dushi.singtao.ca/vancouver/
http://admin.dushi.singtao.ca/calgary/
2) They will use same one WP backend to post articles
3) We would like to use three newspapaer themes for each of them, like this:
Newspaper-tor / Newspaper-tor-child (For http://admin.dushi.singtao.ca/toronto/)
Newspapaer-van / Newspaper-van-child (For http://admin.dushi.singtao.ca/vancouver/)
Newspapaer-cal / Newspaper-cal-child (For http://admin.dushi.singtao.ca/calgary/)
4) We need to setup theme for each of them as the layout will be different.
Our problem is how to setup multi-newspaper themes under one WP installation.
We have tried, but looks like the Newspaper theme will store to one record in the database.
If there any way can help us to solve this problem?
Thank you and very appreciated if you can help us.
Have a great day!
Chris
Hello,
Our theme does not have any options for a multi-site, but you can follow this guide to learn how to set it up:
https://codex.wordpress.org/Create_A_Network
https://premium.wpmudev.org/blog/ultimate-guide-multisite/
In a multi-site environment, you can use just one copy of the theme.
Thank you!
After update newspaper theme.
I noticed the layout changed on our site: http://admin.dushi.singtao.ca
I setup three columns (which setup as: 1/6 + 1/2 + 1/3) in wp-admin.
When I view page source and noticed that the first column missed define “td-pb-span2″. (code in below)
<div class=”vc_column wpb_column vc_column_container”></div>
<div class=”vc_column wpb_column vc_column_container td-pb-span6″></div>
<div class=”vc_column wpb_column vc_column_container td-pb-span4″></div>
May I know how to fix this? or how to add “td-pb-span2” to the first <div>
Thanks a lot,
Chris
Hello,
The layout was not meant to show as you use it. In the latest update a few codes were changed regarding the layout but it will not affect it in any way if you use visual composer as intended. Please read this guide and only use the 3 column layout as we recommend: https://forum.tagdiv.com/how-to-use-visual-composer/
Our theme elements were not tested on other layout options.
Thank you!