- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
- Apitd_api_category_top_posts_style::update_key
- Apitd_api_category_top_posts_style::update
- Apitd_api_category_template::update_key
- Apitd_api_category_template::update
- Apitd_api_module::update_key
- Apitd_api_module::update
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
Chris, Bogdan really I needed to update the theme!
I did it but only one line is still in the css files:
var td_email_user_pass_incorrect=”User or password incorrect!”;
even if I don’t use any access with password.
Could you please tell me if there is any possibility to remove that line?
Thanks in advance
Claudio
Hi there, it is fixed now. But even after installing the latest version of the theme why the WPBakery Visual Composer plugin which comes with the theme asking for update ?
Can you please send me the latest one and also why it asks for activating license key ? Is it the same as the theme purchase key ?
Regadrs
Hi
When I update the news and assign the Featured category, this is displayed immediately on the PC, but from the cell phone this is late to appear updated the news. WP Super Caché is currently offline.
Newspaper is updated to the latest version, the site is http://www.eldiariodeguayana.com.ve
Hello,
i have a Problem with my view counter.
I bought it this year and its run very good. But now after the update there would be not count all views.
For Example: I have short an URL with google and there are over 4000 Clicks. But it counts only 1200 Views..
How can i fix that Problem?
Hello,
Since this topic was created (last year), we already implemented options to force the header and footer to go full width even when a background is used. Please make sure you use the latest version of the theme: https://forum.tagdiv.com/how-to-update-the-theme-2/ and then check this section of the theme panel: https://www.screencast.com/t/amnggaNab
Thank you!
Hallo, I have a big problem. After the new update is my page full with bugs.
The Banner dont work and all pictures on single posts on click dont work. Please look: https://www.gamesary.com
Example: https://www.gamesary.com/news/simulationen/04042017/on-the-road-neuer-patch-verfuegbar.php
Thank you Bogdan.
This morning it looked ok but yesterday when I updated it looked like this: 
So you see the dark body color didn’t go all the way down and stopped after the Big Grid. May be it was the cache used on the Server I don’t know.
So thanks for the fast answer.
Since the Theme update, my mega menu dropdowns have vanished. here are the CCS settings http://www.screencast.com/t/3nJ7Omb0 . could you tell me what is wrong? I have also looked at the https://forum.tagdiv.com/newsmag-mega-menu/ and I still have no dropdowns.
Is there a timeline for the next update?
Hi,
We have just updated to 7.8 from a version 4.xx. It was a fresh install in that we deleted the previous theme and installed the new one. We never got an update script from the Welcome Panel so assumed everything was ok.
The child theme is the main issue.
We’re making changes to the stylesheet but they are not being honoured. The stylesheet simple doesn’t load the amendments being made. Opening them up in browser inspector displays the stylesheet info, nothing else.
It seems 7.8 is loading but not 7.7c – The welcome panel also displays the theme name as newspaper even though we had changed the child theme name.
Be great to get a resolve to this so we can put this project to bed.
Thanks
Hash
Hi,
That would require you to have the version 7.7 in order to update to 7.8.1 that way. Each update contains changes to different files and parts of the theme. One update can modify one file and the next other files.
You can try updating using this guide – https://forum.tagdiv.com/install-via-ftp/ which is basically the same thing.
Thanks
Hi,
The theme is in continuous development and options or features are always being tested, things could change at the last moment. The new improvements and modifications are presented in the changelog with each of the updates
– https://themeforest.net/item/newspaper/5489609
Maybe a system like that can be implemented in the future, to allow the users to see what are these improvements before the theme update.
Thank you for understanding!
Hello,
It will be compatible with php 7.1 in the next update most probably.
Thank you!
Hi, I see that in the files comes a folder that should be the complete theme and another called “patch_7.7_7.8.1”
I think it is the patch that updates only the necessary files. According to the theme I now have the Version: 7.5
Would replacing patch_7.7_7.8.1 files be enough to upgrade to 7.8.1?
regards
Okay. Why not share what new things coming in next update to your users ?.
-
This reply was modified 9 years by
techpaced.
I had this problem with the previous version too and switched back to an older version of the theme.
While I have a dark background color when I updated the theme in 7.8.1 you see the main content turn white while header and footer keep the dark color. Please advise. https://emvolos.gr/category/athlitismos/
In the footer for POPULAR CATEGORY is there any setting by which all categories which does not have any post (e.g. uncategorised) can be removed. Also a setting to limit the number of categories without editing the php can be helpful in future updates.
Hi,
after last updates the “Related articles” text color changed and became white as the background. I don’t understand how I can change it again. Here a screenshot of the issue, that it’s the same if I click on “More from author”: http://pasionaria.it/immagini/related.PNG. The site is http://pasionaria.it/.
Thanks for your help,
Benedetta
Hi,
I believe nothing has changed regarding this in the previous updates. I wish I could say when exactly this issue will get addressed, but unfortunately I cannot. We will just have to wait and see what will the next update bring.
Thanks
Hi,
I believe nothing has changed regarding the fonts in the latest update. If you plan on disabling the theme fonts and use other fonts, you could probably comment that whole code and it should not matter.
Thanks
Hello,
Try to use the code below and place it in Theme panel->Custom CSS area.
.td_social_type .td_social_info{
top:-10px;
}
This problem happens due to your unproperly installation. Try to remove the old plugin and update it. Clear all your caches and check the results.
Thanks for the message!
Hi folks
We had the same issue and we didn’t change anything in the CSS or hack the settings.
Just don’t forget to update your child theme with the new functions code
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles', 1001);
function theme_enqueue_styles() {
wp_enqueue_style('td-theme', get_template_directory_uri() . '/style.css', '', TD_THEME_VERSION, 'all' );
wp_enqueue_style('td-theme-child', get_stylesheet_directory_uri() . '/style.css', array('td-theme'), TD_THEME_VERSION . 'c', 'all' );
}
We were scratching our heads for ages until we noticed they were different from our original child theme setup.
Hope that helps people,
Hash
Hi,
Unfortunately this is no easy task and there is no easy solution I can provide to make the mobile theme support custom post types. Maybe this feature will be added in future theme updates, but I could not say for sure when this will happen. If you would like to implement something like this, it would require proper coding knowledge and probably a lot of work.
Thanks
Hello rodrigosicone,
Unfortunately, there is no any other solution in this regard, sorry! Please keep in mind that the theme was not tested with 7.1 version of PHP. Our developers work hard to make the theme to work as expected with this PHP version but it will take a while until will be available. Most likely, in the next theme update, the 7.1 PHP version will work properly with the theme but at the moment, we cannot say where exactly will be this date, sorry! The only quick solution is to try to insist on the hosting provider to change the PHP version 7.1 to PHP version 7.0.
If you are unhappy with our theme and if you cannot use it, please request a full refund here -> https://themeforest.net/refund_requests/new and we will approve it.
Thanks for your understanding!
I am following up with this question exactly after 3 months. Is this going to be fixed in the next update ?.