- NewspaperHow to update a plugin
- NewspaperHow to update the WPBakery Page Builder plugin
- NewspaperHow to Update the Newspaper Theme
- NewspaperSingle Post Excerpt
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperCredit System
- NewspaperHow to use the Bing Maps API
- NewspaperModules Builder in Newspaper Theme
- NewspaperCreate a frontend submission form
- NewspaperCustom Fields Support
- NewspaperFlex Block Settings Guide
- NewspapertagDiv Opt-In Builder
- NewspaperHow to use the YouTube API
- NewspaperDefault Category Settings
- NewspapertagDiv Composer Tutorial
- NewspaperHow to Set the Image Avatar
- NewspaperUnique Articles
- NewspaperFacebook Share
- NewspaperCache plugin – install and configure
- NewspaperFeatured Image, Video or Audio
Hi, thanks.
i edited it a little, so i have the soft shadow under the main menu (&sticky)
the rest i also got done, i put the content in row now.
will there be an update, so the streched content is scaled correctly?
best regards, Jan
Facebook and Twitter stopped automatic update of new published posts. Any idea????
Hello Catalin, git it all. But after an Update I have always have to make this changes again.
Is there a way to save a file in a way so updates will not influent it?
One more thing the caption is not shown like in sreen so below the author name and the button down is to close on the pictures. Waht do i have to change in the code to make like in your screen?
http://www.screencast.com/t/5HF4fSjTZCP
My PHP Code is here -> http://pastebin.com/XNDka1uC
-
This reply was modified 10 years by
Catalin.
Hi,
In the theme panel, when I click on Import/Export the questions pops up if I want to save any changes. Although I just clicked Save Settings before, still this windows pops up. But after clicking on OK the theme freezes and have to close the window of the internet browser. Same issue on different computers/browsers.
Do not know what caused this since I updated the theme Newspaper and WordPress (could be WordPress 4.6 since as an administrator I don’t receive any confirmation mails of my users, but this is total an other topic which at the moment a lot of people are dealing with).
If I don’t click on OK and click on Cancel instead I still can save all settings. So the theme saves and still works. But I have to avoid clicking on Import/Export. So I can’t backup my settings 🙁
Thanks in advance for helping me out
Okay … super annoying for those of us NOT using emoji or google fonts, WP 4.6 “helpfully” added a dns prefetch for the stupid emoji (seriously)….
so anybody else head cleaning, will need to update their emoji cleaner like so:
remove_action('wp_head','print_emoji_detection_script',7);
remove_action('wp_print_styles','print_emoji_styles');
remove_action( 'wp_head', 'wp_resource_hints', 2 );
I went there but only have the latest version which is 7.3 not 7.2.
I know there are issues with 7.3 so I don’t tend to update it.
I’m looking for version 7.2
Hello,
Where can I get the 7.2 version update?
I want to update my version 7.11 to 7.2 with the patch.
Thank you
Hi TagDivians…
just a heads up that a missing break-word option on the main post body element which was in v2 still in v3; essentially a long URL, such as a link to a book publisher site (in a book review) or similar will “break out” of the post body, when on an iPad in portrait view (where I spend a lot of time personally).
I have changed/modified as so, which solves the issue; but even a basic word-wrap: break-word; would be better than nothing.
Note in my case I’ve also been changing the default font from Verdana to the new WP 4.6 type font stack, which is quite nice on my devices.
body,
p {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 14px;
line-height: 21px;
color: #222222;
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
I’d recommend adding this with next theme update. 🙂
Hey, I figured it out. 🙂 Thanks, though.
In case this is useful to anyone else:
It only happened on pages where I had custom blocks made via the TD API. In my custom blocks I had copied my td_block_## base… and I had also copied the render function. So when TD updated the td_block->render method for their blocks, my old implementation remained. (It was the Ajax pull down filter in that implementation that was generating console errors.)
The fix was to extend the td_block_## base properly, and not override render, so that it stays updated with the theme’s implementation. (Or if it is overridden, make sure to copy the new implementation when the theme is updated!)
Hi
Thanks for your suggestion. I will forward it to theme’s developers and they will consider it for future updates. However I can’t promise anything regarding the implementation at the moment.
Thanks!
Hi,
Now is ok in last update.
Thanks,
Hi Andrei, it’s fixed!
I’ve changed the td_templates_settings.php file like you showed and now it’s working again for Contibutors. So for now I’m happy 🙂
Since it used to work for Contributors in v2.x (I’m pretty sure of that) I want to ask you to make it work that way in future updates of the theme too. Not just for me, but because I think that’s the most logical situation: We have many Contributors that write articles and reviews but we don’t want them to publish them because someone else is in charge of that. But, as the link to Roles & Capabilities states, Contributors have full rights to write articles. So seems most logical to me that this also allowed them to write reviews and that requires access to the Review section of the Post Settings too, don’t you agree?
Thanks in advance!
-
This reply was modified 10 years by
fiftyfifty.
Hello,
The author will need a bit of a css fix as the css got changed a bit in the new update but the author name was not updated for it. So until the next theme version please use this CSS code in the mobile theme’s custom code box:
.td-post-author-name div { display:inline; }
Sorry for the inconvenience.
For your second request, we only recommend these settings with wp super cache: https://forum.tagdiv.com/cache-plugin-install-and-configure/
I hope this helps.
Thank you!
HI @HeeHeHeHe and @fusion
Please make sure that you’re using V 3.1 of Newsmag which is available on themeforest and also check if Visual Composer is updated at V 4.12, this version is included in theme’s path: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ – https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/
Also check in plugin settings if is enabled from pages: http://screencast.com/t/1ijucovyzLy
Let us know how it goes.
Thanks!
After update my wordress version 4.6 Mobile device support not normal work. I use my site WP Super Cache plugin.
I disable WP Super Cache plugin, site work normal. I enable site load not normal.
https://szh.kz
First mobile browser open site load mobile theme, after update page my site load responsive disigen.
Mobile theme mobile plugin not normal work.
Help me!
Hi
Current theme’s version available on themeforest is V 7.3 so try to download it and update it again following our documentation: https://forum.tagdiv.com/how-to-update-the-theme-2/ Also make sure that you update Visual Composer and social Counter plugins at newer version included in theme’s patch: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ After the update process is completed clear all caches, purge cdn files then try to install a demo again.
Before making any changes in your site make sure you do a full backup to your current wp-install and the database also: https://codex.wordpress.org/WordPress_Backups
Thanks!
Hi,
Please download the theme again from your envato account and re-install it as this issue was fixed. Or you can try add this quick fix – https://forum.tagdiv.com/topic/mobile-version-fail-after-7-3-update/#post-125144 – http://screencast.com/t/jk6wgbqEB
Let us know how it goes and if you still have issues please send an email at contact@tagdiv.com and provide wp-admin access so we can take a look. Also paste a link to this topic.
Thanks!
Hi,
Please make sure that also the plugins provided with the theme are updated(Visual Composer, Social Counter..), you can find them in plugins folder from the theme package that you download from themeforest – https://forum.tagdiv.com/whats-included/ – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
If all of these are updated(theme, plugins) and the issue persist, please disable all your plugins except Visual Composer, clear all the caches and check again.
Let us know how it goes and also provide your site url via email at contact@tagdiv.com so we can take a closer look and paste a link to this topic.
Thanks!
Hi,
I recommend to use the Visual Composer version provided and tested with the theme. Newspaper 7.3 package contains and it was tested with Visual Composer 4.12 – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Speed Booster is an optional plugin and it can be used to move the css and js resources to the footer, you can check the pagespeed optimization guide – https://forum.tagdiv.com/how-to-make-the-site-faster/
Thanks!
Good morning,
as we are running the mobile theme and checking the functions regulary we have found two issues.
1. The Name of the Author above the posts ist not shown correctly (iPhone 6)
2. Sometimes the page doesn’t load the mobile theme, instead it is loading the the mobile version. Especially after reopening the page on safari (iPhone 6) this is the case.
Could you please review the site? Are there any preferred setting for the wp super cache? As there are in the advanced section several functions and settings for mobile…
We are running 7.3 and updated all plugins to the latest version.
Best,
Armin
Hello,
It will get overwritten if you update and replace all the files in the main theme as a normal update does. If you use it in the child theme(i’m not sure the demo_style.css files work from the child theme as we have not tested this) then only if the demo css file gets changed will you have to re-apply your modification. (A child theme is not update proof as if the main file you transfer to it gets changed in an update and you still feed the old file through the child theme, it will create problems so you will have to replace it in the child theme as well)
I hope this helps.
Thanks.
I have been trying to update to the new 3.1 for days now and get this error –Fatal error: Call to undefined function vc_map_get_attributes() in /home/content/p3pnexwpnas03_data01/87/2422587/html/wp-content/themes/Archive-1/vc_templates/vc_row.php on line 32
Please help me on why I am getting this. Keep having to backup 24 hours and use the old theme. Would really like to have the new update. I followed the update instructions and this happens. Love the theme had it for 2 years now. Please help.
thanks
Brad
Hey …. changing my photo got rid of my extra special neato super cool friends of TagDiv little crown icon ! (waaaah!) 🙂
You likely had that keyed to my email address vs “user id” so when I updated that to my gmail account with my South Park gravatar, lost my little special bug.
-
This reply was modified 10 years by
simchris.
New update for the Automattic AMP plugin today (I’m guessing delayed until they got WP 4.6 out the door)
========
0.4 (in-progress)
Pages
Customizer
Updated Template
0.3.3 (Aug 18, 2016)
Handle many more validation errors (props bcampeau and alleyinteractive).
New filter: amp_post_template_dir (props mustafauysal).
New template: Nav bar is now it’s own template part (props jdevalk).
Better ratio for YouTube embeds.
Fix: better timezone handling (props rinatkhaziev).
Fix: better handling of non-int dimensions (like 100%).
Fix: better handling of empty dimensions.
Fix: autoplay is a bool-like value.
Fix: breakage when using the query_string hook (h/t mkuplens).
Fix: don’t break really large Twitter IDs.
Fix: don’t break Instagram shortcodes when using URLs with querystrings.
Readme improvements (props nickjohnford, sotayamashita)
I just updated to the latest wordpress and latest Newspaper update, and my homepage is broken. I can’t even see my admin bar on top when on my homepage. However if i go to something on the menu, it is just fine. How do i fix this?