It seems when updating from version 4.6.1 to 6.5.1 there are some substitutional issues, especially with the shortcodes.
I’ve noticed [td_text* and [td_block* tags showing as text rather than being used as a shortcode, has this changed?
If possible it would be great to know how to go about updating from version to version smoothly.
Kind Regards.
the image carousel is not working, no photos are showing since the update. please help 😀
Since the latest theme update I’m having a major headache with the tabs.
its on this page: http://www.ocreurope.com/partner-program
The problem is that if I do any changes to any tabs (title or/and content) I will receive one of the following problems.
– Content on the first tab is visible in all tabs above the content.
– The “premium program” tab is empty on the front-end, but not in the editor.
If i reseve the page nothing happens, but if I duplicate the premium tab and save it the problem is fixed… most of the times. otherwise I have to duplicate/save/remove duplicate tab/ save until the premium tab is visible again. It happens to all tabs that are 2nd in line.
Sorry I’m not the coding genius haha just need help and guidance why this is happening, also another minor problem is that the title of the social counter is not showing on all pages, only posts.
Hello David,
Unfortunately there is no code you can copy and paste in. Our theme does not behave as your old one. It will require coding knowledge to change the behavior of the current code. Unfortunately we cannot offer any custom work at the moment as we work hard on updates, fixes and support. If you really need this modification, you can hire a freelancer to do it for you from sites like studio.envato.com
You can also try with custom fields as Chris suggested: https://codex.wordpress.org/Custom_Fields
Thank you!
Hi @Andrei L.,
my website is http://truelifefitness.ca/
Still having trouble viewing images. Here are some screen shots.
Uploaded image
http://snag.gy/VLMWi.jpg
updated page then tried to view the live update
fyi. i updated the theme via WordPress
please advise,
Hi,
Try this custom css in Theme Panel > Custom Css – http://screencast.com/t/HPLkWkRQ3e
.woocommerce .upsells h2 {
color: #fff;
}
I will also add this to our list for the next update.
Thanks!
Hello,
Thank you for your suggestion but please understand that implementing more control option for the mega-menu will not be an easy task and we need more people to request it in order to implement such an option. I will add it on our list but i cannot make any promise that it will be implemented in the next update. We always try to improve our theme and if this will become a priority it will be done for certain.
Thank you for your understanding.
Hi
If you want to update at the latest version please make sure you do a clean update, meaning that we recommend that you delete the old version of the theme before uploading the new one – https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ update also the plugins that come with the theme files from the /plugins folder. If you’re using child theme deactivate it during the update process, switch to default wp theme.
If you use child theme for files customizations it’s a good practice to check update_log.txt file for each update and see what files had been modified so if those specific files are used in the child theme you will have to check your customizations to not break the functionality of the theme.
Let us know how it goes.
Thanks!
Hello, community!
We’re always so delighted to discover our themes behind amazing, beautiful websites. All this awesome work of yours needs to be acknowledged, so we’re creating a gallery on http://www.tagdiv.com to showcase the best websites built using our news WordPress themes.
Here are some details about this selection:
Who
This call for entries aims you, our customers who build gorgeous websites using the Newspaper and Newsmag themes.
When
You can submit your website starting November 2, 2015.
How
You can showcase your website very simple! Come to tagDiv’s Facebook profile, find the ‘Showcase your website!’ post in our timeline, fill the 4 questions form and click SUBMIT! That’s it!
The best websites will be promoted in the tagDiv’s showcase and in our social network campaigns.
We’ll love to see all your amazing websites and hear (actually, read :)) about your website’s story!
UPDATE – December 4, 2015:
We are absolutely delighted to present to you the new websites in our showcase! We have to say: your feedback was above our expectations and the selection task was a real struggle because all the websites you have submitted are amazing! Check out the most beautiful websites built using the Newspaper and Newsmag themes for WordPress!
Congratulation to all of you!
UPDATE – March 23, 2016:
We are absolutely delighted to present to you the new websites in our showcase! We have to say: the selection task was a real struggle because all the websites you have submitted are amazing! Check out the most beautiful websites built using the Newspaper and Newsmag theme for Wordpress! Showcase your website: Discover beauty and inspiration
UPDATE – August 24, 2016:
We are thrilled to reveal the latest handpicked websites created using Newsmag and Newspaper themes. In this fourth selection, we have decided to promote 20 new websites into the Showcase collections. Check out the most beautiful websites built using the Newspaper and Newsmag themes for Wordpress! Showcase your website: Discover the power of enthusiasm
Congratulation to all of you!
Hello,
Unfortunately there is no way to increase the site width without affecting ALL the elements. Every element on the screen is positioned based on the default width. If this is changed you need to edit every element you use and adjust it to the new width. This will be no easy task and will require a bit of time and css knowledge. Unfortunately we cannot offer any custom work at the moment because we work hard on updates, fixes and support. You can hire a freelancer to do it for you if you want from sites like studio.envato.com.
Thank you for your message!
Hi
Please make sure that you installed/updated the theme according with our documentation: https://forum.tagdiv.com/newsmag-install-via-ftp/ – https://forum.tagdiv.com/newsmag-how-to-update-the-theme/
Also check in browser’s console if there are some errors, deactivate all plugins except Visual Composer, clear all caches, deactivate the child theme if you’re using and test again.
Let me know how it goes.
Thanks!
Hello,
I added your request to our update list and hopefully we will be able to implement more option to the mega-menu. I cannot promise anything though. The developers get to decide what gets done in the next update and what gets postponed.
Thank you for your suggestion.
Hello
For the first time I used the recomandation suggestions on a product page:
http://www.virtualmagie.com/boutique/tours-de-magie/livre-vm-5-5-viktor-vincent-christian-girard-gounico-sebastien-defrance-orelien/
But it look strange.
The background color block it is the one of the color theme so with the color text it is not readable.
Could you fix this on an next update and before that give me an CSS?
Thanks
Hi
Thanks for the suggestion, I’ve added on our list and we will consider it for future updates. However we must carefully select what features we will include as we have over 250 features requests and the user always must get what is best from us. If more people will request this we will implement it.
You can achieve that by modifying the code, but with a different condition than the one you tried it. The is_category() function check if a category page is displayed not if a post belong to a specific category. To do that you need to use in_category().
So to display the author box only in some specific categories add this condition in td_module_single_base.php like here: http://screencast.com/t/Umqmoxdb8OIt
if (!in_category(array('50','51','56'))){
return;
}
This condition check if the post belongs to one of the specified categories and if the result is true will display the author box, otherwise returns.
Note that if post is included in more categories you need to add all categories ids on the list, otherwise the author box won’t be displayed or you can exclude it from the categories in which you don’t want to display the author box.
Hope this help.
Thanks!
Hi
I’ve test this on my side and the custom css fro theme panel it’s saved even after theme’s update. Please make sure that you updated the theme according with our documentation, clear all caches including browser cache and test again: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ Make sure you did a clean update, meaning that we recommend that you delete the old version of the theme before uploading the new one.
Thanks!
Hi
The update process should work fine even if you update from V 2 to V 2.3.1.
Please make sure that you updated the theme according with our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ Do a clean update, meaning that we recommend that you delete the old version of the theme before uploading the new one, update also the plugins that come with the theme files from the /plugins folder. If you’re using child theme deactivate it during the update process, switch to a default wp theme and also deactivate all plugins.
Thanks!
Hi,
Unfortunately the theme doesn’t have this wordpress options for the pop up sign in widget and you will need custom modification for this. I will add your request on our list and if we will find a solution, it will be implemented in one of the futures updates.
Thanks!
Hi
Are you referring at this button: http://screencast.com/t/2p4RK6Tk1TB If so then the shortcode is not correct, it should look like this:
[vc_row][vc_column][vc_btn title="Google" link="url:https%3A%2F%2Fgithub.com%2Fopradu%2Fnewspaper|title:test|target:%20_blank"][/vc_column][/vc_row]
Please make sure that you’re using the latest version of the theme which is v2.3.1 and also the updated version of Visual Composer plugin.
If this is not what you mean please provide more details so I can duplicate the situation on my side.
Thanks!
Hi,
Yes, should be no issues if you already use version 6 of the theme. There were not so many changes like from version 4 to 6, when the entire theme’s code was changed, so in your case should not be any issues. First please make a full backup(current installation and database), just to be sure that you can revert in case something goes wrong. Please note that you have to update also the plugins that come with the theme, there is no automatic update for them.
If you have issues with automatic update, please try to do this via FTP – https://forum.tagdiv.com/how-to-update-the-theme-2/
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hello,
There seems to be a problem after the wordpress update. You can follow this topic to see how to fix it.
https://forum.tagdiv.com/topic/user-registration-doesnt-work/
Thank you!
Hello,
It seems your friend is seeing the visual composer version of the tabs element. The first image is the theme version (adjusted CSS to match the rest of the theme) This was added in the previous version of the theme (6.5).
You could try to clear the cache on your friend’s computer and update her browsers to the latest version. Please test our demo page on your friend’s computer http://demo.tagdiv.com/newspaper/tabs/ If it displays the bad version it’s clearly something wrong on her end.
Please provide a link to your website so we can inspect it ourselves though and see if there are no problems.
Thanks.
Please make sure that you updated the theme according with our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ Also the plugins from theme’s path must be updated.
Usually this this issue appear because of lazy load animations which’s script conflicts with some other plugins. Try to deactivate all plugins except Visual composer, clear all caches ant test again.
Let me know how it goes and if the problem persist please provide your site url so I can inspect it closer.
Thanks!
Hi,
Don’t worry the theme will not expire after 4 months and you will be able to download theme’s updates(there is no limit on updates). Regarding the support limit please check envato policy – http://themeforest.net/page/item_support_policy
Anyway, this forum will still be available for our customers, we will still continue to answer all questions like we do now. If something will be changed we will announce in advance, so don’t worry!
Thanks!
Did you also update the theme plugins as well ?
Be sure to also update the plugins as well in addition to theme.