Sorry about all of the updates to this. I am trying to record what I am seeing as I go.
I was able to get the 404 error again after attempting to update the Shop Page created by WooCommerce. I then tried to create a test shop page and received the same 404 error afterwards on product pages. Like before I have to deactivate all plugins and reactivate them.
Hello,
Tried to set up Envato Market Plugin so I can update my theme. After setting up the token, I entered the token and hit “save changes” but after I “test API connection” it shows the message: “The OAuth Personal Token could not be verified. Please check that the Token has been entered correctly and has the minimum required permissions.”
I don’t understand why bc I set up the minimum required permissions:
1) View and search Envato sites
2) Download your purchased items
3) List purchases you’ve made
I have an email about update that I received on 5/28. What version number is that update for? I’m on 9.7.2.
Is there somewhere I can look to see what version you are referring to when you send those emails?
Also when I download from envato, is there a text file in that zipped folder that tells which version I just downloaded?
Thanks,
Stacey
When using 9.7.3, and attempting to recreate the Flex Slider setup in Classy Magazine demo, putting the margin of the meta info at -50px to get it to overlap the post picture just will not work. Have traced it down to line 4091…
.td_module_wrap.td-meta-info-hide .td-module-meta-info {
min-height: 1px;
margin-top: -4px;
}
The margin-top: -4px; is not being superseded by the -50px auto 0px I’ve inserted into “meta info margin” in TD composer. Should this line be removed in style.css? I really don’t like removing lines because things get broken when an update comes out, but there’s really no way to overwrite it in a child theme, is there? What’s the issue here?
Regards.
I have problems with the Newspaper theme:
1- The site is not updated. When I make a change and I give it to update, it stays frozen and does not update. He sent two screenshots.
Hello,
Newspaper 9 is great but some elements have disappeared
1) I had a widgetised sidebar made via wordpress, after the update i can’t see the sidebar on the homepage, but it is present in all the other pages
when i go to page template settings, i get this :”While using a pagebuilder sidebar settings are not available. To add a sidebar on page use the widgetised sidebar block.”
2) so I started manually recreating all the sidebar widgets in the homepage, but there is no HTML box for custom code ( i went around it using the custom ad box)
3) I’ve got third party widget for newsletter sign up that don’t work anymore on the homepage, how can I add them back?
Thanks for your help!
Hi Calin,
Do you have an update in regards to this issue?
Thanks,
Why has html disappeared from elements?
Something else also regarding tagdiv cloud library… when I need to create a new template I can’t as when all templates are shown the NEW at the top is now showing… all this since last update.
Indeed this is a problem, Newspaper is very popular used by sites with thousands of daily visitors. I understand that envato terms was the reason for this mix-up, but having the post templates work in child theme is very crucial.
Very important also is to fix the lightbox as described here:
https://forum.tagdiv.com/topic/lightbox-problem-the-image-could-not-be-loaded/
So in the next update that we await as soon as possible i would very much like to see those 2 issues fixed.
I actually am having the same issue. Now I want to be able to see the number of post views in the admin, as to the image Stowoo provided. However, the solution you provided is for the public to see the view count. I do not want the public to see the count, I only want to see the count in the admin. I actually was able to do this, but for some reason, after the recent update, it has not worked.
“After the recent theme updates the child theme is quite limited.” DANG! That is a HUGE problem. Is the plan to stop supporting the parent/child theme protocol entirely, then? Or are you working on a fix? We tweak the header.php file, the single.php file, and the loop-single.php file. If we’re no longer able to do that, it pretty much renders your theme completely obsolete and useless.
I have installed Newspaper 9 theme to my wordpress and I am unable to import the demo content or cloud templates. I host with godaddy. I have followed the requirements page with respect to php.ini updates and other configurations. Could you please provide guidance.
Same problem here. After update I can’t edit any pages created with tagdiv composer.
Hi, With the new update, I am not able to change the date published to date modified in posts. I am currently using DEFAULT SITE POST TEMPLATE- style 2.
I was asked to enable the following option https://www.screencast.com/t/Sid5R3402T7 which is already enabled.
Date modified is only showing on homepage and archives and not on single post/articles.
Kindly help
Thanks,
Abhishek
Got a fix for this. Go to wp-includes/comment-template.php, and then to the function comments_template.
Under the first if function, insert this:
if ( is_preview() ) {
return;
}
Should look like this:
function comments_template( $file = '/comments.php', $separate_comments = false ) {
global $wp_query, $withcomments, $post, $wpdb, $id, $comment, $user_login, $user_ID, $user_identity, $overridden_cpage;
if ( ! ( is_single() || is_page() || $withcomments ) || empty( $post ) ) {
return;
}
if ( is_preview() ) {
return;
}
Basically stops the function from running if it’s a post preview. Fixes it nicely.
Hope this helped! Be sure to update it every time there is a WP update 😀
Hi,
For some reason, my websire is totally broken after theme update.
Actually, IT SHOWS UP IN A SMALL WINDOW…
Have a glance here
Any hints?
Hi all,
I tried to update my Newspaper theme v7.8 to the newest version, but after replacing the Theme folder, it breaks and the website isn’t functioning anymore.
Is there a way to safely update from v7.8 to the newest version?
My thanks is great if someone can help me out! 🙂
Greetz,
Thimo
To change the color of the text you can do the following
.td-author-page {
color: #fff;
}
I am not sure of changing the “No posts to display” text as there is no filter for that you would have to update the page template.
Dear TagDiv
When i updated my theme, td-composer broke my latest content like this: http://tinypic.com/r/2qs9wlz/9
Normal content: http://tinypic.com/r/357nhao/9
Broken content: http://tinypic.com/r/34znkap/9
Deactive/Delete/Download all package/Re-upload but it’s same 🙁
Please help me 🙁
sir,
we just update the theme and plugins after that all tag div composer pages crashed website- Jobnation .in
Hi Calin,
Thank you!
When will the next Update be released?
See, Open all the footer pages from the desktop browser, all the page of the footer and the updated theme is opening in the desktop.
but in mobile the updated theme is not showing likewise you can see on the screenshot, also in mobile, the footer pages content is not showing in the mobile
I mean to say the changes I have made on my website pages, content is not showing in mobile
-
This reply was modified 7 years by
vivek170.
Hello,
I can’t see the library in tagdiv cloud Library since new update. I don’t see th NEW in order to click and see the whole collection, choose or make changes.
Thank you!
The file is in the composer plugin now, most of the theme files have been moved there after the recent updates. This modification could have been made in a child theme in the past, but now the login button link is here – http://prntscr.com/nyqald
So you would have to modify it there directly, after each update. Sorry for this inconvenience.
Hello !
This issue is caused by the Child Theme. You will have to disable child theme in order to work this. Our developers are working to fix this so it would be fixed in the future updates.
We are sorry for the inconvenience !
Thank you !