- NewspapertagDiv AMP Plugin Tutorial
- ApiPractical example – How to add a new Block and Module
- NewspaperTrack Subscription Sources with Locker URL in Opt-In Builder
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperCredit System
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to use the Posts List shortcode
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperHow to generate Facebook App ID
- NewspaperHow to insert a block inside the content of a post
- NewspaperModal Popup
- NewspaperPayPal Setup
- NewspaperLink Tracker
- NewspaperLockers
- NewspaperGeneral Options that May Interfere with the Newspaper Theme
- NewspaperAdd Cryptocurrency Price Ticker Widget
- NewspaperPosts Loop Element
- NewspaperThe Newspaper Mobile Theme: Introduction
I am disappointed as I just purchased Newsmag. The theme is great. The Quality Control on the update is #$%^&
I got an email that there is a new version so downloaded the update from Themeforest. Then my problems started.
First off the documented updated process via the WordPress dashboard fails with with an error that the directory already exists. So I use ftp & upload & unzip & get an error “Parse error: syntax error, unexpected ‘[‘, expecting ‘)’ in …../wp-content/themes/Newsmag/includes/wp_booster/td_menu.php on line 191”
So then I remove the whole Newsmag directory tree & install via the WordPress dashboard but still get the same damn errors. So I have to once again remove the whole Newsmag directory tree & reinstall the version of the theme that I originally purchased from Themeforest. So now all is working again but I haven’t got the update installed & I have wasted an hour or two of my time.
I recently purchased the Newsmag theme & just received an email about an update which I downloaded from Themeforest but I have the same problem.
Initially I followed the documentation regarding installing but the update failed with a message about the directory already existing. So I used ftp to upload the new version. Then gI ot the “Parse error: syntax error, unexpected ‘[‘, expecting…” error which broke the site. So I deleted the whole Newsmag directory tree reverted to default theme then installed the new version of the theme downloaded direct from Themeforest & installed & activated that but I still get this error.
I have had to revert to the the version that I downloaded from Themeforest when I purchased the theme last week.
It looks like your update is broken. I don’t expect to have to edit code to get this working. Please update the download on Themeforest to a file that will install & work correctly
Hello! I am using Newsmag theme.
This theme generates more then 14 different sizes of each image that I upload.
For example:
When I upload the image (432×1024), the theme generates the following different sizes:
100×75
127×300
150×150
177×420
180×135
238×178
300×160
300×194
300×350
341×220
432×1024
432×350
432×360
432×580
80×60
I have a lot of images on my site. I have thousands of images and the copies of these images can make my backup sizes extremely large.
How can I stop Newsmag theme from generating unnecessary image sizes?
Hi
no trouble updating to 1.7
One minor CSS bug … with the default WordPress “recent posts” widget, if I place this in sidebar or the footer column 2, there is unusual double line break at begin of each li element.
Other than that, so far, everything works perfectly. 🙂
*FYI:
Not using child theme; mod_pagespeed off while updating; tagdiv speed booster plugin not yet “on” while checking. style.css was minified but otherwise not modified.
NO link to example, as I have it off and using module 9 instead for the moment. Actually needed to do a regen thumbnails for another reason entirely, and sitting here waiting on 9 years of images to regen (!). Ugh.
I’m having some problems on my site. I just sent an email titled “Missing Titles & Content Problems?”
Thanks
Hello everyone,
I want to put ads in categories and there is no such place in theme panel where I can put ad code to ads between categories and tags. For examples http://phonelane.com/news/ and there are many categories like this, please help me to put ads between category page. Thank you
Hi,
You also can change the image size in module 10 and use a fixed width(how it is by default) for desktop an tablet screens. And like this you will have a quality image on mobiles.
So you can add td_681x0 like in your example in module 10 file: http://screencast.com/t/uYz5hL5kgu6t and apply this css using @media queries: http://screencast.com/t/AlzFFuz5Obu
@media(min-width: 768px){
.td_module_10 .td-module-thumb .entry-thumb{
width: 180px;
}
Result on mobile screen: http://screencast.com/t/YDvcwHq9h
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please use those divs it will be automatically centered for all your custom ads. For example just paste this code in your custom ad:
<div class="td-visible-desktop">
<a href="" target="_blank"><img src="http://185.17.107.54/sitonuovo/wp-content/themes/Newsmag/images/demo/ad_sidebar/rec300.png" alt=""></a>
</div>
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
If you want change the width and height and also crop(center) of the thumb please edit the td_config.php file: http://screencast.com/t/MvPEw8AGR ..then regenerate thumbnails using this guide: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
For example I edited like this – http://screencast.com/t/b7zifZGZLK then regenerate thumbs – http://screencast.com/t/cYyU8UxbXF
Before: http://screencast.com/t/bzJFlnc3VDsT
Result: http://screencast.com/t/MImsQmSf
Please also consider that changing thumb sizes will also affect other blocks/modules which also use this thumbs.
Hope this helps!
I can’t do it in the Theme Panel, because I had to put the code inside the loop single.php directly. Here’s a example http://www.tabrutal.pt/ve-como-eles-estao-diferentes-o-antes-e-o-depois-de-34-celebridades/
And here´s the code: http://www.screencast.com/t/1XYnmuUUk
This is all right, the problem is in mobile, i can’t have 2 ads next to another, http://www.screencast.com/t/9dQdirWFE
Thanks!
On the posts I get the line “share” with the symbols of social is at the top than at the bottom of the post. How can I not see that at the top? (http://dartwmag.com/2015/03/masciarelli-nuova-speranza/)
I loaded the gallery. One appears correct (http://dartwmag.com/2015/03/td_d_slug_41/) other appear differently (http://dartwmag.com/2015/03/grand-prix-udine-2014/). How do I do because they appear as the first?
Footer how do I determine what I should look? now seems even more news categories. How do I change to my liking? Example blog instead of categories?
Hi:
After activating the WordPress Related Posts https://wordpress.org/plugins/wordpress-23-related-posts-plugin/ the Newspaper theme panel doesn’t work well, for example: selecting Custom Typography and clicking on any option keeps showing the “loading” animation in infinite loop.
Is there anything that can be done to fix it?
Thank you!
Hi,
1. Here is the default css for different screen sizes, please change it like you wish as I don’t know exactly values that you want:
.td-grid-wrap {
padding: 49px 13px 0px 13px;
}
@media (min-width: 1200px){
.container-fluid {
padding-left: 35px;
padding-right: 35px;
}
}
@media (max-width: 1018px) and (min-width: 768px){
.container-fluid {
padding-left: 11px;
padding-right: 11px;
}
}
@media (max-width: 767px){
.container-fluid {
padding-left: 8px;
padding-right: 8px;
}
}
2. Also you ca reduce top padding from the above code and paste the code in Theme Panel > Custom Css: http://screencast.com/t/7ZHkGatw
For example I reduced top padding to 20px and is this is not apply please use !important
.td-grid-wrap {
padding: 20px 13px 0px 13px !important;
}
Hope this helps!
example.com/search adress give 404 problem in webmaster tools.
var tds_snap_menu=”snap”;
var tds_header_style=”6″;
var tds_mobile_swipe=””;
var td_search_url=”http://www.example.com/search/”;
var td_please_wait=
How can we fix it ?
I added this code in the functions.php to hide the first image of an article.
function remove_first_image ($content) {
if (!is_page() && !is_feed() && !is_feed() && !is_home()) {
$content = preg_replace(“/<img[^>]+\>/i”, “”, $content, 1);
} return $content;
}
add_filter(‘the_content’, ‘remove_first_image’);
I would, however, exclude it from the Smart List. How can I do?
Hi,
How can I nofollow the “reply to” links in the comments section?
I mean this ones with the long tail at the end.
I tried this code at the end of my functions.php, but that didn’t work.
/**
* Add a rel="nofollow" to the comment reply links
*/
function add_nofollow_to_reply_link( $link ) {
return str_replace( '")\'>', '")\' rel=\'nofollow\'>', $link );
}
add_filter( 'comment_reply_link', 'add_nofollow_to_reply_link' );
Thank you!
———————————————————————————-
thanks for your answer ^^
So i have one more question.
How can i change layout in my mobile screen?
i wanna shown one big slider and under two column picture in mobile or small monitor.
but now just one column~
for example
now my theme is like this in mobile(when shown mobile screen)
one big slide and under just 1 column
but i wish like this shape in mobile
big slider and under column should separate~
like a masonry~
at the least shown 4~6 posts(2 column) in mobile screen
but now i can just 2 posts
So i will waiting your kind answer.
see you lucian ^^*
Allright.. seems to work with a different video. I noticed though that all images in Newsmag
use differen aspect ratios. This is very disturbing, since you see more or less from the images.
Its not only two different ratios which I would have understood but almost every image uses it’s
own ration / part of the image.
So in my YouTube example I see a black bar on top of the image (while the bottom black bar is
hidden from the aspect ratio) and in another view I see both bars. Any suggestions which pairs
of modules have the same output?
Hi,
I updated the theme but the Visual Composer plug-in is acting as if was not updated:
1/cannot use the front end editor (won’t appear)
2/ grid elements broken and full of errors
Warning: array_unshift() expects parameter 1 to be array, null given in /htdocs/public/www/wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php on line 686
Warning: array_unshift() expects parameter 1 to be array, null given in /htdocs/public/www/wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php on line 686
Fatal error: Wrong vc_map object. Base attribute is required in /htdocs/public/www/wp-content/plugins/js_composer/include/helpers/helpers_api.php on line 9
3/ All the new VC features won’t appear.
I tried everything
Reinstall the theme
Reinstall the plugin
Deactivate & reactivate all the other plug-ins one by one
What else?
Plug-in version 4.4.2
Hi,
Unfortunately you only one code can be added in the Theme Panel Ads section. You can try to add the codes separate in custom ads for example – http://screencast.com/t/jfHbpWeTJVN and use shortcodes in the post template file: http://screencast.com/t/HjepyqGHvg
And use some css in Theme Panel > Custom Css: http://screencast.com/t/h31va6BUcT
Hope this helps!
Hello,
i have this AdSense code
<script type=”text/javascript”><!–
google_ad_client = “ca-pub-1234567890123456”;
/* Citypatras.gr / 336×280 */
google_ad_slot = “1234567890/1234567890″;
google_ad_width = 336;
google_ad_height = 280;
//–>
</script>
<script type=”text/javascript”
src=”//pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
But the Custom ad print this without adslot:
<script type=”text/rocketscript”>
var td_screen_width = document.body.clientWidth;
if ( td_screen_width >= 1200 ) {
/* large monitors */
document.write(‘<ins class=”adsbygoogle” style=”display:inline-block;width:300px;height:600px” data-ad-client=”ca-pub-1234567890123456″ data-ad-slot=””></ins>’);
(adsbygoogle = window.adsbygoogle || []).push({});
}
if ( td_screen_width >= 1019 && td_screen_width < 1200 ) {
/* landscape tablets */
document.write(‘<ins class=”adsbygoogle” style=”display:inline-block;width:300px;height:600px” data-ad-client=”ca-pub-1234567890123456″ data-ad-slot=””></ins>’);
(adsbygoogle = window.adsbygoogle || []).push({});
}
if ( td_screen_width >= 768 && td_screen_width < 1019 ) {
/* portrait tablets */
document.write(‘<ins class=”adsbygoogle” style=”display:inline-block;width:300px;height:600px” data-ad-client=”ca-pub-1234567890123456″ data-ad-slot=””></ins>’);
(adsbygoogle = window.adsbygoogle || []).push({});
}
if ( td_screen_width < 768 ) {
/* Phones */
document.write(‘<ins class=”adsbygoogle” style=”display:inline-block;width:300px;height:600px” data-ad-client=”ca-pub-1234567890123456″ data-ad-slot=””></ins>’);
(adsbygoogle = window.adsbygoogle || []).push({});
}
</script>
data-ad-slot is empty.
Can you fix it?
Thanks a lot!
Hello,
are the 4 Social Sharing Icons on the Bottom of the Page (as in http://demo.tagdiv.com/newspaper/asus-xonar-u7-sound-card-hassaba-a-built-in-headphone/) Configurable? Or is this hardcoded? I am specifically talking about Pinterest. Is there an option to disable it? (and even better include a different Icon for example for xing)
Thanks
I can’t figure out why (most of) my category pages don’t display posts (I’ve chosen the M6 design on the template and the categories). They used to show the slider (still with “no posts to display” shown under the slider), but I don’t want the slider, just the individual posts under the specified category to display.
Now that I’ve disabled the slider, nothing displays (at least on the ‘Casa Grande’ category … for some reason, the ‘Locations > Eloy’ category shows the slider, but again without individual posts).
See example: http://www.snowbirdbuzz.com/category/retirement-locations/casa-grande-arizona/
Any idea why?
Thanks
Well I’m not good enough to solve my problem.
When using headlines in tables (example H3) the text is not fully centered in the table. Example: http://www.salzburg12.at/2015/03/red-bull-salzburg-im-duell-mit-den-wiedererstarkten-steirern/ (the table with the team names and dresses at the end of the article)
For me this looks ugly and I want to have it perfect 🙂 I searched in the style.css but were not able to solve this problem. Any hint, help, advice from the gurus here?
Do you mean alt tags or title tags?
WordPress doesn’t use the title tags unless you modify how WordPress functions. Their philosophy is that garbled version of filename would not be good title and therefore useless for most people who don’t actually put anything in the title tag box.
For alt tags you need to put something in the alt tag box for each image when you upload it.
Is there an example page where you see this issue?
My site has the alt tags.
