- 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
Hi,
We know about this issue and we have fixed in the latest theme version (1.3) so please updated your theme and this should not happen anymore.
Thanks
I use the newsmag theme. I updated via the themeforest automatic update plugin…when I just updated to the new version I do not see the revolution slider listed
I plan to significantly overhaul my website with the new update of Newsmag, which fixes a few issues I had been having with the theme, so I’ll share my site when that’s done (presumably by next Wednesday). The changes I’ll be making will be somewhat custom so my site may not end up looking 100% like the default layouts that the theme comes with, even with the numerous ways to use modules/blocks, just to be clear.
Good night,
I tried to update the Revolution Slider plugins to version 4.6.5. but the version featuring my Newspaper theme download is 4.6.0. After trying to update this version manually, remains unchanged since the same that is installed on my subject is offered from full download Envato.
How can this be solved?
Revolution Slider is disallowed by WordPress if it is not updated to the latest version before December 28.
Thank you very much!
But the more robust version also calls for a change of index. So the updated code would be:
td_social_api.php function get_social_counter
case 'pinterest':
$td_data = @$this->get_url("http://www.pinterest.com/$user_id");
$pattern = '/<meta.*(name=|property=)"pinterestapp:followers".*content="(.*)".*>/';
preg_match($pattern, $td_data, $matches);
if (!empty($matches[2])) {
$buffy_array = (int) $matches[2];
}
break;
Oh interesting. In that case, just change the pattern to use “name” instead of “property”
$pattern = '/<meta.*name="pinterestapp:followers".*content="(.*)".*>/';
Also keep in mind that unless you also modify the code to refresh the cache, you won’t see the followers update for 3 hours.
Anybody know what’s new in the latest version?
Hi,
I just updated the theme to Newsmag 1.3
Block 13 is broken now.
FYI
Greetings,
Carolin
eloo lucian, you are awesome, amd sowei but i saw the fault was from me, i used a public PC (cafe) and an Updated Firefox browser (Laptop) and saw the mag menu was ok like nothing happened to it.
Thanks – You good men
Hi,
Please make sure you update the theme right: https://forum.tagdiv.com/how-to-update-the-theme/
Also please make sure you do not have any js errors in the console also empty all cache/purge files and try again. This should work fine.
Also check this without any plugins active.
If nothing works please send an e-mail at contact@tagdiv.com and give us wp-access so we can check this.
Thanks
Hi,
Regarding your first question, unfortunately the theme doesn’t have an option for that and you would have to do it yourself or get some to do it for you as we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself or you could also use search for a plugin.
The search is limited to posts but you could try a plugin like this: https://wordpress.org/plugins/search-everything/ or similar.
Hope this helps!
Thanks
Hi,
You can edit the header file the the search for the header style you have: http://screencast.com/t/QrpM1sb7xg You can then use the shortcode function to add your content directly into header file.
You can find more info abut how you can add content using the do_shortcode function here: https://forum.tagdiv.com/topic/a-few-questions/#post-29762
Please note that this is nopt easy and the block haven;t been desinged to work on header and if you don’t have basic html/css/php knowledge and don’t know how to do it we suggest you hire a developer to do it for you as unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Hope this helps!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Thanks Christopher, I will add your suggestion to our feature request list and we will consider it for future updates.
Thanks
Hi,
Then the image will be loaded at 600px and you would need to use custom css to make it fit into it’s container on desktops and also on tablets and set it to 100% width for mobiles. To target the image for all screens widths (desktop/tablets/mobiles) you would have to use this css snippets:
/* mobile */
@media (max-width: 767px) {
}
/* tablet */
@media (min-width: 768px) and (max-width: 1023px) {
}
/* desktop */
@media (min-width: 1024px) {
}
You could also use the advanced css filed from theme panel and add the css for tablets/mobile/desktop into the specially designed fields: http://screencast.com/t/yqSKh7xOaZ
If you don’t have basic html/css/php knowledge and don’t know how to do it we suggest you hire a developer to do it for you as unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Hope this helps!
Thanks for the message!
-
This reply was modified 11 years by
Lucian.
Likely try turning off all plugins except Visual Composer, and see if your panel works; then turn on plugins one by one to see which one is not compliant with the rest.
If using IE11+ or Chrome, you can also see the “errors” from your admin page by pressing F12 to load the “console” which is a great way to debug issues.
if you “recently updated your theme” – it’s possible not all the files were properly written. Did you delete old theme folder before uploading new one? Did you turn off all caching and plugins prior to updating?
-
This reply was modified 11 years by
simchris.
I would probably re-install Visual Composer as a first step.
Or, if using a CDN or cache; try clearing/resetting that to capture updated version of the site content.
Hi,
You have to upload version 4.6 over the existing theme (2.1.3) and select overwrite all files. If you modified some of files using the child theme and those files were modified by us you also need to update them in the child theme and reapply the custom code. The theme code changed a lot since version 2.1.3, use this guide – https://forum.tagdiv.com/how-to-update-the-theme/
Backup the entire wordpress directory and the database before you update. In case something goes wrong with the update you can use the backup to revert to the previous state.
Here are some information on how to make the backup – http://codex.wordpress.org/WordPress_Backups
You basically just need to save the database and copy the entire wordpress directory on your hdd.
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
Unfortunately at the moment the theme doesn’t have an option for this and you would need custom work for it. If you don’t have basic html/css/php knowledge and don’t know how to do it we suggest you hire a developer to do it for you as unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Sorry for the inconvenience and thanks for the message!
-
This reply was modified 11 years by
Lucian.
I asked this question over on the themeforest comments section but the answer really what I was looking for. Below is the question and answer from there.
Me – Is there no way of having the thumbs of the homepage latest post still be high quality for mobile phones like iphone and androids. Even after I regenerated the thumbnails they always show up grainy on mobile phones.
Support – Hi,
On mobiles they’re set to width: 100% because there are many devices with different screen sizes, you can set the images to their original size using custom css like this: – http://screencast.com/t/DHEEDFsnZQe
Updated question. I want to keep the width still 100% on mobile but the current size thumb for module 11 is not sufficient on mobile phones as it becomes super grainy on mobile screen with high ppi. If I change the thumbnail size to a 600 width for module 11 how can I still keep it within its container for the desktop and 100% for mobile?
Hi,
I would like to add a custom script from Isotope (url: http://isotope.metafizzy.co/). I tried to add this to functions.php as a shortcode but I’m getting a white screen. In which php file is it possible to add custom scripts for shortcodes? Or I can add this by a custom .js file? Preferably in the child theme, so I don’t need to add it after every update.
Thanks in advance.
Yes that is what I wanted, thank you for pointing it out and happy it’s not any extra work just to add that in there.
Is there a quick way to style that into a button in css like the “read more” buttons and change the text from “Load More” to “Load More Stories & Updates”
Thank you very much.
Here I did, I saw there was a comflict on the theme with the wp page navi… So I uninstalled the wp page navi… And updated the theme file again.. Now its working..
Hi,
Visual Composer plugin that comes with the theme is licensed to the theme you don’t have to enter any license key or register.Please read this into documentation: https://forum.tagdiv.com/how-to-update-visual-composer-plugin-wpbakery/
Thanks!
How to update the theme “Newspaper” version 2.1.3 to the latest version 4.6?
I use a child theme.
I would be grateful for any tips?
Hi,
Thanks for your suggestion. I will add this on our feature requests list and consider it for future updates.
Thanks