- NewspaperChild Theme Support
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to Update the Newspaper Theme
- NewspaperWhat’s Included in the Newspaper Theme Package
- NewspaperFlex Block Settings Guide
- NewspaperPrimary Category: Build a hierarchy for your website
- NewspaperBreadcrumbs
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
Hi
This issue is happening only with multisite.
I am using child theme.
If I am using a child theme, is there any workaround?
Hello @Ryu234,
So you have more websites that use the Newspaper theme, and this problem does not appear only on this multisite?
Please let me know if you use the child theme.
Thank you!
I searched this forum for similar symptoms and ran the following, but the problem was not resolved.
1. Wordfence learning mode
2. Deactivate ALL plugins except tagDiv plugins
3. Deactivate Child theme, cache plugin
4. Clear all cache and try again
Now, What can I do?
Hello Lamiaa!
We recommend using a child theme, so the files will not be overwritten after an update. Check out the guide here: https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you!
Hi everyone, I created and installed the child theme after the installation.
Now I am trying to change logo from the theme panel, or changing the theme colours.
I saved but when I go to view the results, nothing changed.
For example I also tried to disable the login bar on the header, I still see it.
Thanks for helping me
Hello,
Please let me know if use the child theme, if yes, please use the main theme.
Also, please disable, delete and reinstall the tagDiv Composer plugin.
Also, please let only tagDiv plugins be activated, and check if the errors still are displayed.
Thank you!
Hello,
Bought the Newspaper theme. Kind of lost in the many options.
Want to make a website to publish videos that our organisation of volonteers is producing. I think a static page with thumbnails of the videos with a short text.A click to open the video and stay on the page to open others. What template/ child theme would i best use? Thanks for a reply.
Hello,
We purchased the Newspaper theme which is nice and comfortable.
However, Every time we add an article with guest author on the page’s post-loop or on the author page the name of the user appears instead.
We tried Molongui, PublishPress Authors and PublishPress Authors’ child theme but nothing solved the problem.
Hoe can we fix that?
Hi,
I just bought the theme and while trying to install it to WP I get the following error:
Template is missing. Standalone themes need to have a templates/index.html or index.php template file. Child themes need to have a Template header in the style.css stylesheet.
Can you please help me to fix it?
Thank you,
Hello,
I saw that you have a child theme, please activate this theme -> https://i.imgur.com/xNNWEy0.png
Thank you!
Hello @ezioboy !
Check out the guide here: https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you!
I am too complicated and difficult to use this theme now How to apply child theme Please help
Where can I install child themes?
Hi,
You can copy a block in the child theme and edit it, this will be the most simple solution.
Thank you!
Hello @kbelimpassakis!
If you use cloud templates, then you do not need to save them in the child theme.
Thank you!
Hi,
I am using child theme. But, the blocks are in td composer, right?
Should I add blocks to child theme? or create a new block in composer?
Kindly, help me.
thanks
Saludos soporte newspaper: Mi nombre es Tito Almonte, Creador de sitios web en CMS, necesito ayuda con este thema, ya que al actualizarse pierdo toda la configuración que antes tenía, pierdo pie de página y otras configuraciones.
el motivo por el que quiero actualizarlo es porque las categorías de las publicaciones no están bien configuradas y entiendo basándome en mis conocimientos que este problemas está en la programación del periódico.
Lo solucione actualizándolo pero se desconfiguro todo el fronend de la web, favor enviarme el thema niño si lo tienen o darme una solución ya que este es un periódico que está en línea y no puede ser desconfigurado, gracias .
__________________________________________________
Greetings newspaper support: My name is Tito Almonte, CMS website creator, I need help with this theme, because when it updates I lose all the settings I had before, I lose the footer and other settings.
the reason why I want to update it is because the categories of the publications are not configured correctly and I understand based on my knowledge that this problem is in the programming of the newspaper.
I solved it by updating it but the entire frontend of the web was deconfigured, please send me the child theme if you have it or give me a solution since this is a newspaper that is online and cannot be deconfigured, thanks.
MI CORREO: timardirectory@gmail.com, este es el correo que está suscrito en envatos.
Thanks for replying, but i do not really understand what you mean.Maybe i did not explain well my point.
How i have to set up the child theme without loosing any data after an update?
I havent done any code modification to my child theme apart from adding the gtag code in functions.
I am asking about changes made to css, content and modicications to outlook through theme;s builder on templates that i added to cloud library.
Do i have to save these renamed templates (page,header,footer,author etc) in my child theme in order not be overwritten in a future update?Is this necessary?
Hello @kbelimpassakis!
The child theme is not overwritten by the update. An issue for that could be the compatibility of your child theme with the new version of our theme(if you use some files which were updated). If you’ll have some custom modifications directly in the theme files, then better save the code and replace it after the update.
Thank you!
hi there i made a fresh install about 2-3 weeks ago.
i installed a child theme from the first place.
a few days ago i saw that a new update was available.
i changed theme from child to newspaper theme and after i switched back the page layout stored in cloud library was set back to the original template used (i lost all the css and content hanges made).
i want to ask that it is a bit confusing for me the artcile relatively the child theme use if it is compulsory since using a child theme to copy the files (single templates etc) there in order not to loose changes made with editor to cloud library templates???
i m not sure after reading it in case somenones using child theme after an update the changes and the templates stored in cloud library will remain as they are, or they will change unless they are copied on achild theme files?
Can u please help me with that cause i do not want to loose all the work done in a future update or in case i revert to main.
finally, i am showing some deprecated api to the contact form i added, i do not know if it is noticed and u plan to fix it in future.
Hello @soynadie !
I would gladly recommend you make a backup and update plugins and the theme via file transfer to the latest update: https://forum.tagdiv.com/how-to-update-the-theme-2/
An issue for that could be the compatibility of your child theme with the new version of our theme(if you use some files which were updated). If you’ll have some custom modifications directly in the theme files, then better save the code and replace it after the update.
Thank you!
I am trying to add a bubble background into a row in tagdiv. I have created this background using CSS and add homeb into the extra class field. Now the bubble takes the elements inside the row but I want the bubbles to only flow under the elements. This code works on a test with HTML document inside cpanel but I don’t know what part of the Newspaper theme is making it not to work. The live page is shown at https://hiideemedia.com/new-home/
The CSS is;
/* Home bubbles with background */
.homeb {
height: 100%;
width: 100%;
background: linear-gradient(180deg, #ffffff, 5%, #119dff, 50%, #04fafd);
position: static;
}
.homeb adam {
position: static;
}
.homeb div {
height: 60px;
width: 60px;
border: 2px solid rgba(90, 90, 255, 0.7);
border-radius: 50px;
position: static;
top: 10%;
left: 10%;
animation: 4s linear infinite;
}
.homeb div .dot {
height: 10px;
width: 10px;
border-radius: 50px;
background: rgba(255, 255, 255, 0.5);
position: static;
top: 20%;
right: 20%;
}
.homeb div:nth-child(1) {
top: 20%;
left: 20%;
animation: animate 8s linear infinite;
}
.homeb div:nth-child(2) {
top: 60%;
left: 80%;
animation: animate 10s linear infinite;
}
.homeb div:nth-child(3) {
top: 40%;
left: 40%;
animation: animate 3s linear infinite;
}
.homeb div:nth-child(4) {
top: 66%;
left: 30%;
animation: animate 7s linear infinite;
}
.homeb div:nth-child(5) {
top: 90%;
left: 10%;
animation: animate 9s linear infinite;
}
.homeb div:nth-child(6) {
top: 30%;
left: 60%;
animation: animate 5s linear infinite;
}
.homeb div:nth-child(7) {
top: 70%;
left: 20%;
animation: animate 8s linear infinite;
}
.homeb div:nth-child(8) {
top: 75%;
left: 60%;
animation: animate 10s linear infinite;
}
.homeb div:nth-child(9) {
top: 50%;
left: 50%;
animation: animate 6s linear infinite;
}
.homeb div:nth-child(10) {
top: 45%;
left: 20%;
animation: animate 10s linear infinite;
}
.homeb div:nth-child(11) {
top: 10%;
left: 90%;
animation: animate 9s linear infinite;
}
.homeb div:nth-child(12) {
top: 20%;
left: 70%;
animation: animate 7s linear infinite;
}
.homeb div:nth-child(13) {
top: 20%;
left: 20%;
animation: animate 8s linear infinite;
}
.homeb div:nth-child(14) {
top: 60%;
left: 5%;
animation: animate 6s linear infinite;
}
.homeb div:nth-child(15) {
top: 90%;
left: 80%;
animation: animate 9s linear infinite;
}
@keyframes animate {
0% {
transform: scale(0) translateY(0) rotate(70deg);
}
100% {
transform: scale(1.3) translateY(-100px) rotate(360deg);
}
}
The HTML I use on normal page to display it;
<div class=”homeb”>
<adam>Text on Animation</adam>
<div><span class=”dot”></span></div>
<div><span class=”dot”></span></div>
<div><span class=”dot”></span></div>
<div><span class=”dot”></span></div>
<div><span class=”dot”></span></div>
<div><span class=”dot”></span></div>
<div><span class=”dot”></span></div>
<div><span class=”dot”></span></div>
<div><span class=”dot”></span></div>
<div><span class=”dot”></span></div>
<div><span class=”dot”></span></div>
<div><span class=”dot”></span></div>
<div><span class=”dot”></span></div>
<div><span class=”dot”></span></div>
<div><span class=”dot”></span></div>
</div>
Hello, I’ve installed Newspaper with a child theme. Child theme is now active. Is it possible to perform the autoupdate from the Theme Panel, with the Install button under the udpates menu? Or should we take some extra steps?
Cheers,
Daniele.
Hello,
You’re getting me wrong.
See I have a child theme. This single_template_1.php file is modified in child theme. Moreover, it represents “Style1” in the Theme panel > Post settings.
So it was available to edit these files earlier. But it is not modifying anything now and not reflecting it on frontend.
Thanks.
-
This reply was modified 3 years by
lbaddhan.
Hello @lbaddhan!
These templates can not be edited with the tagdiv Composer.
We suggest customizing the old templates with child themes or setting them with the help of the theme panel settings.
Please note that the custom code requires custom work, which is not covered by the support team.
The easier method is to build your own single cloud post template without any custom code help by importing a blank template (in order to make it editable with the Composer): https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/ -> https://www.youtube.com/watch?v=SoGQ0d5kIBg
Thank you!