- NewsmagHow to update a plugin
- NewspaperHow to update a plugin
- NewsmagHow to update the theme
- NewsmagHow to update the WPBakery plugin
- NewspaperHow to update the WPBakery Page Builder plugin
- NewspaperHow to Update the Newspaper Theme
- 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
Glad I could help 🙂 I’ve just installed V6 on a virtual machine to prepare my upgrade and my social counters working flawless, even on localhost, so it should be a something at your end. But I don’t believe it’s even a bug or error, just some settings clashing.
If this is in the realm of the theme’s support, tagDiv staff will probably need to access your site to see what’s wrong and you can e-mail them with details.
However, I think you can also work around this by defining the full path to the icons:
edit file style.css located at the theme folder in wordpress
/wp-content/themes/Newspaper/style.css
at lines 19143 and 19151 you’ll find a small url, if you “complete” it with full path it should fix the icons issue.
replace url(‘images/sprite/elements@2x.png’) and url(‘images/sprite/elements.png’) with url(‘/wp-content/themes/Newspaper/images/sprite/elements@2x.png’) and url(‘/wp-content/themes/Newspaper/images/sprite/elements.png’), it should end up like this:
/* ----------------------------------------------------------------------------
main sprite file
*/
.td-sp {
background-image: url('/wp-content/themes/Newspaper/images/sprite/elements@2x.png') !important;
background-size: 90px 2100px !important;
}
}
/* ----------------------------------------------------------------------------
sprite
*/
.td-sp {
background-image: url('/wp-content/themes/Newspaper/images/sprite/elements.png');
background-repeat: no-repeat;
display: block;
}
if this doesn’t work at first, you might have to punch in the the whole url with “www” in it:
http://www.embracedominica.com/wp-content/themes/Newspaper/images/sprite/elements.png
but the whole url like this might pose a problem if accessing your site via https
(remember that updating the theme rewrites style.css file, after an update you’ll need to redo this “solution”)
-
This reply was modified 11 years by
nf_prt.
Hello
I am getting below error when i activate plugin.
Please update your [tagDiv social counter] Plugin!
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/content/p3pnexwpnas09_data02/50/2669850/html/wp-content/themes/Newspaper-New/includes/wp_booster/td_util.php:800) in /home/content/p3pnexwpnas09_data02/50/2669850/html/wp-content/plugins/google-sitemap-plugin/google-sitemap-plugin.php on line 49
Thanks
Hi,
1.Please try this solution – https://forum.tagdiv.com/topic/the-problem-after-the-upgrade/#post-53951
2. I added this on our list and we will add an option in Theme Panel in a future update. Until then you can use this custom css in Theme Panel > Custom Css: http://screencast.com/t/ZNVuG2habq
@media (max-width: 767px){
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: red !important;
}
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hello,
some updates, I was able to get list of topics, they seems to be formated right
http://www.uspornaziarovka.sk/forum/led-diskusie/
1, when u click to discusion and open it, the formating still not there.
2, Also the index of forums is messed up see the link.
http://www.uspornaziarovka.sk/forum/casova-stopa-prispevkov/
I dont understand…
please let me know how could I possibly get the the design you have in a demo version
http://themeforest.net/item/newspaper/full_screen_preview/5489609
thank you
I updated my theme to Newspaper 6. Everything is okay except buddypress pages. I get blank page when i try to open users, activity or other buddypress pages. How can I solve this?
Hi Guys,
First of all I want to congratulate you with this fantastic upgrade of the theme, even as it is rather buggy atm, these updates when debugged gives us enormous advantages.
I did install the theme twice, but had to restore my backup as I encountered too many bugs, but I can’t barely wait to upgrade.
Therefore I was wondering when we might expect a first more stable update of 6.0?
Ahh, it sticks at the bottom! That is why sometimes the pictures (like the one with the boat on my first post) gets cut.
And now that I was gonna write and ask if there is an option to make the sidebar always stick to the top I realise that would be reallt stupid since then the users with smaller screens would never be able to see the whole sidebar.
Thank you for explaining it to me 🙂 Now I might just dare to go through the 4 to 6 update 😛
Hi,
Please provide more details about device that you use to check this. We know there it is an issue with hover on touchscreen devices. We try to find a better solution for these devices and will improve this in future updates.
Thanks!
Hi,
@Nick In next theme update it will be added an option to change the background color for all blocks titles.
Please try this solution until we fix this – https://forum.tagdiv.com/topic/change-colour-of-widget-and-blocks-title-background/#post-54224
@szysz Please check also the above topic, it should work – http://screencast.com/t/dAbkjsge1a
Thanks!
I know you have lots of stuff on your minds right now with the new version issues and glitches. Your work is fantastic and I am grateful for this theme (both old and new versions) and for the boost it brought to my site. Newspaper was the theme that survived for the longest time on the website without being changed like others were.
I’m sorry to be so persistant, however it is critical that I update my website home page (unique posts feature) and category pages (responsive top grids) as soon as possible. Traffic on the site is increasing right now and I need the best possible experience for our users.
Again, the new version is great work, very nice features. Thank you guys for your very hard work. I really don’t want to switch to another theme, but I am ready to do so if deploying the fix will take much longer.
Thank you,
Hi,
After you update to the version6 please also regenerate your thumbnails – https://forum.tagdiv.com/using-the-theme-with-existing-content/
Thanks!
Hi,
How you guys are doing? I just found one issue and need a great suggestion from you guys. Actually to improve the website performance it needed to use Wp Super Cache in my website that has been developed with your Newspaper theme.
Now everything is working great but issue is the post views are not always updated untill I clear the cache, I am aware it is obvious to happen but I was wondering if there is a way you guys can suggest some code that will manage it to be done by AJAX or something.
Any help is highly appreciated.
Thanks Sanny
Hi,
There is a guide how to update the theme – https://forum.tagdiv.com/how-to-update-the-theme-2/ I suggest to delete the old theme, then upload version 6. Also disable all your plugins when you update and then update the theme’s plugins, you can find them in the /plugins folder. After the update run the script included in the Welcome panel – http://screencast.com/t/eZxxuqvsTir running the script it will import old settings from database and it will change the shortcodes like you can see in the documentation. Also you have to regenerate the thumbs – https://forum.tagdiv.com/using-the-theme-with-existing-content/ You may have to re-add widgets on the sidebars, some of them may not be imported or don’t exist anymore.
Hope this helps!
Just installed the Updated Newspaper 6 in my site and everytime i edit a page in my wp dashboard.. Cannot redeclare wp_unregister_GLOBALS() is appearing. using newspaper 5 before
Hi,
I saw on another thread that 6.1 would be released by the end of the week. Does that mean we’ll get the update today?
Great work on the new theme! But I decided to wait for 6.1 after having issues with the VC and the homepage.
Do you know when we can expect to see the next update?
The problems with visual composer are already solved.
With regard to post types, I don’t understand why you have supressed the gallery type posts. I think it isn’t logical to eliminate a funcionality that lot of users have been using a long time, creating lot of posts, and that hits posts already published.
In gallery type post, although you assign a featured image, it isn’t shown in the post content. This was useful when you wanted show several images, because the featured image was shown in the blog page, but when you opened the post, it wasn´t. So, what I was doing was to insert a gallery with several images (including the featured one), so you could avoid having first the featured image and then the same image repeated in the gallery.
Now, in your new version of the theme without gallery type posts, my site has hundreds of published posts in which the first element shown is the featured image, and then the gallery shows the same image again. Moreover the aspect of a big image (the featured one) close to the thumbnails of the gallery is awful.
So, how am I suppossed to fix this problem that your new version has caused?. In my opinion, the changes that affect negatively to contents already published shouldn´t be done. I cannot understand this kind of updates that destroy a great part of my work.
Roney,
They already replied to getting a fix for this.
@Alin [tagDiv]
Jun 18, 2015 at 4:41 pm
Hi,
We will release an update today or tomorrow(depends when it will be approved by themeforest) to fix unique articles issue and also more problems that were reported like speed booster, child theme.
Thanks and sorry for inconvenience!
This code is not full because only for one part working and before I click on right side of the block.
Look what happens when I click on the right title:
http://screencast.com/t/VD2sKj4Wb
So background of the left title not become white or transparent and right title background do not becomes #197abe color…
So this is already my second message about color issues in the update and I very want to receive help from developers.
I’m very happy with this new version newspaper 6…
Every time i see new update of the theme, I realized one of my best investment.
The new update is fantastic.
1. Deleted old theme and uploaded the new version, activated, etc. I’ve disabled all my plugins and am getting this error on the front page:
Fatal error: Call to undefined function vc_column_offset_class_merge() in /nas/wp/www/staging/****/wp-content/themes/Newspaper/vc_templates/vc_column.php on line 22
I’ve only got visual composer plugin activated.
2. We have an existing site with content and the old shortcoded blockquotes appear to be missing, which makes the previous content with the blockquotes in it show the raw shortcodes. Did the shortcodes not get carried over? Is there an easy way to fix this?
Thanks! Unbelievable job on this theme.
-
This reply was modified 11 years by
MLHS.
Hi,
I run a movie-review-website where Newspaper have been very useful with the stars-rating and it has worked out well, til now.
I updated to version 6 the other day and among my older reviews, about 800 of them, most seem to have lost their review-stars and thus have no grading according to what i have written about them and so on.
Why has this happened, i have changed the css for the table where reviews are shown (using custom css and a couple of colorchanges in the theme css-file) and the changes have been simply hiding content and changing colors.
Can i in any way get my review-ratings back or is my second option, removing the feature completely what i should be looking at here? Database gone bust?
My site: filmforalla.se
I dont know what other information to give, im far from an expert, so ask and i’ll give details.
Okay I understand. Actually I the perfect theme for me would be newspaper with the same width as Newsmag. I would prefer a total white background with no borders. Also one thing I don’t like with Newsmag is that the feature image extends over the width of the content. When you update, are you going to change that?
Hi – I updated to Newspaper 6 and the Option to edit the slide background color is gone: http://ebeforeimedia.com/wp-content/uploads/2015/06/Screen-Shot-2015-06-18-at-7.50.25-AM.png
Will you let me know how to fix it?
Thank you very much!
The new dashboard for the theme is really nice!!
Hi,
In the next update we want to make the import demo more powerful and with one click you will get a similar installation, not only the Theme Panel settings.
The documentation is a good start if you are at beginning with WordPress.
Good luck in all what you doing.
Have a nice day!