The new version of the update was installed successfully, through the WordPress admin panel. Everything went smoothly.
Looks like it’s now safe to update to Newspaper 12.6.4.
The new version of the update was installed successfully, through the WordPress admin panel. Everything went smoothly.
Looks like it’s now safe to update to Newspaper 12.6.4.
Hi Calin,
I resorted to installing the plugins manually (tagDiv Composer and tagDiv Cloud Library) by downloading the new version of the theme from themeforest and then uploading the two plugins via ftp.
The problem is that the moment I try to activate them, the entire server becomes unusable due to excessive CPU load.
By the way, a week ago the same thing happened with the woocommerce plugin and I downgraded it.
The problem with this update with the Newspyper theme is that the moment the two plugins start to be updated, the whole server goes out of control and I have to restart it. The site can’t work and can’t be fixed unless I delete all the files and install the backup files.
Here are the server configuration details
Apache version 2.4.57
MariaDB version 10.11.4
Unfortunately, I’m using the free version of Virtualmin – Open Source Web Hosting Control Panel – on my personal server and I don’t have the option to create additional users and passwords for my hosting accounts.
That’s why I can’t give you access to the file folder.
I hope one of the other users will give you the access you need and the problem will be resolved soon.
Until we figure out exactly what the problem is, I’m sticking with the old version of the theme, with which everything works as it should.
Please keep us posted here in the forum thread so we know how things are going.
I wish you to quickly resolve the situation that has arisen.
Good luck!
For me, the solution to this problem was to downgrade the theme to the pre-latest version. Good thing I have a backup for the site.
I tried to manually update the tagDiv Composer plugin, but my server started running at very high CPU levels. Also my site wouldn’t load any pages.
Just trying to manually update the two plugins – tagDiv Composer and tagDiv Cloud Library – my site doesn’t work!
I downgraded the theme and now everything is OK!
Current version of the theme that has no problem is Version: 12.6.3
WordPress version: 6.4.3
Please test the updates before offering them for upgrade!!!
When I tried to update the theme to Newspaper theme to 12.6.4, my site did not work.
In the admin panel I see DagDiv Composer Ajax error!
I use WordPress version: 6.4.3
Updating all tagDiv plugins…
tagDiv Composer
Ajax error
tagDiv Cloud Library
Ajax error
An error occurred and we could not finish the process.
Please manually update the plugins.
Thank you!!!!!!!!! đ
Hi Anamaria,
I use different parts of your templates. Header is from one template, Footer is from another template, Categories page is from a third template. I no longer remember the names of the templates, and I have renamed them to make it easier for me to work. Then I changed these different parts with tagdiv Composer beyond recognition and they look nothing like the original.
The above css code will do the job. Hopefully this will be the last thing that gets in the way of my site design.
And one more question, on the home page of the site I have a menu on the left side that I want to hide in the mobile version of the site. I looked for an option in the theme for this functionality, but I didn’t find it, and I did it again with css code:
@media only screen and (max-width: 800px) {
body .tdi_42 {
display: none;
}
}
Does such functionality exist, and if so where?
Thanks for the reply and have a nice day!
.vc_row {
margin-left: -15px;
margin-right: -15px;
}
Ok!
I found a temporary solution!
.vc_row {
margin-left: -15px;
margin-right: -15px;
}
I did it on
.vc_row {
margin-left: -25px;
margin-right: -25px;
}
And I put this code in Custom CSS
But is this a bug or something else?
Why can’t the theme solve the problem without writing code?