- NewspapertagDiv AMP Plugin Tutorial
- 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
- NewspaperAutoptimize Plugin – install and configuration
Hi,
Unfortunately you are right, i have tested it and it seems that if you add an title between paragraph as you said the ad will be displayed only after the title, i have added this on our issue list and we will try to fix as soon as possible.
Until we have a fix you can add your ad using shortcodes directly in post.
Add your ad code in “Custom Ad 1” for example and add it in the post where you want it to show, like this: http://screencast.com/t/R99Y0JRoXy0U
You will get this result: http://screencast.com/t/HgGkPlGhlS
Thnaks
Hi,
I think there may be a bug in mobile image size. I think they should be styled to fit the viewport (100%). However they appear in full size and the right part is cut away (overflow hidden). How can I make the images responsive and width=100%?
Example: http://www.dailycat.de/19-gruende-warum-man-katzen-lieben-muss-758/
Thx I really appreciate your help!
Hi,
I am really liking the Newspaper theme. Thank you for the hard work. But I have a suggestion for the Read More box.
It would be nice to have an option to add php/html as well, or replace the Read More function, for example, I would like to inserta a subscription form there, before the user leaves the site or call any other related post as YARPP.
Thank you,
I want to have control over embedded videos. For example, make them smaller – 540 px, for instance. Now, no matter what size I chose, they are always the same. How can I change that? Is it .wpb_video_wrapper class? How can I clear it?
Hi,
You can change it via CSS, just add this custom CSS:
.td_block_slide .item {
background-color: white !important;
}
..in Theme Panel > Custom CSS.
If this doesn’t work please send an URL of your site with an example.
Thnaks
Hi,
1. Use this CSS for the video issue:
.wpb_video_wrapper iframe {
width: auto !important;
}
Add it in Theme Panel > Custom CSS.
About the thumbnail, can you please give me an example?
2. Unfortunately I don’t know any plugin that helps you to get rid of the ad, those ads are set to be displayed by video owner.
Thats an option in the theme panel, see here
https://forum.tagdiv.com/how-to-hide-the-featured-image-on-post/
But I’m missing th option to turn this feauture on/off for an individual article.
Example: I want to use the feauture image global and I want to use the “visual composer slider carousel gallery”. 🙁
-
This reply was modified 12 years by
mbasche.
Hi
I moved Tags from the sharing box and it seems like it isn’t centred. here is an example: http://screencast.com/t/BLB0pLhkMJT
I want to align it and make it looks like the Source section.
Please help.
Thanks!
Hello,
Which files control the display of the search results?
let’s say for example i want to hide author from search results etc
thanks
Hi,
this is what we do on our sites, in the functions.php file .. this overrides the default quality setting and is a WordPress function, not a hack. We have our set to “50” — for a portfolio site or photography site, you might choose “60” (it’s not a “percentage” of compression but a quality factor).
—-from my old post in the pagespeed thread–
For example, you could set the compression of images to something like 60% or even 50% in your child theme functions.php … will only change level on new images uploaded unless you use the regenerate thumbnails plugin or similar.
add_filter( 'jpeg_quality', create_function( '', 'return 50;' ) );
NOTE: Download your existing image files via FTP for safety backup, before you apply this with “regenerate thumbnails” as it will overwrite old files with the lower quality optimized images.
Hi,
the theme settings are located in the wp_options table with an option name of “td_008”. It’s a single row with all the settings serialized in the option_value field: http://screencast.com/t/nm1ybaUH0
a sample select for our wp option:
SELECT * FROM YOUR_DATABASE.wp_options where option_name ="td_008";
Hi,
The best solution is to remove the breadcrumb code from each page, this example is from page template: http://screencast.com/t/WtHkRwhOyN
Another way that you can do it’s to set the breadcrumbs not to be displayed through all site via CSS and then also using custom CSS and set them be displayed only on post pages.
Add this CSS in Theme Panel > Custom CSS:
.entry-crumbs {
display: none;
}
.td-grid-wrap {
padding-top: 34px !important;
}
.single .entry-crumbs {
display: inline;
}
.single .td-grid-wrap {
padding-top: 49px !important;
}
Hope this helps!
Thanks
Hi,
You can do it but you have to set a fixed background not stretch and you have to make the black window to fit your site’s layout, and also the image size has to be much bigger.
Here is an example with your image enlarged: http://screencast.com/t/33vxiJRK
Also this solution will not be responsive because the background has a fixed size.
Thanks
Hi,
Can you please send me an example of URL that leads to that page witch has the “Archives” title?
Thanks
Hi,
I am using Block3 on my homepage. How can I add Facebook and Twitter under each photo like this? What php file do I edit? Click here… Block3 with Facebook & Twitter 
Thank You
I finally got someone optimizing nginx settings for me.
However can anyone confirm @Stevens settings? My first try seems that it is not any better than using w3cache
Checking link http://staging.dailycat.de/hund-rettet-katzenbabys-670/ checked with http://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fstaging.dailycat.de%2Fhund-rettet-katzenbabys-670%2F&tab=mobile
Old server vhosting (w3cache no nginx) (http://www.dailycat.de)
GPagespee 54 / 66 GtMatrix 83 / 68
New Server (same config as old) GPageSpeed 55 / 68 GtMatrix 86 / 70
New Server (@Stevens Konfiguration) GPageSpeed 48 / 71 GtMatrix 83 / 66
Mobile is the most important metric for me, since 65% of the visitors are mobile visitors!
Thumbnails are not showing all of sudden from number of categories, tags and block widgets.
Here is the example: http://www.screencast.com/t/rhuIs5bSf
Could you pls help to fix this issue at the earliest?
My website is: http://www.igeeksblog.com
Hello all, after updating to 3.9.2, I have Home page only White side, but individually all plugins deactivated without success, please help me. Ah yes, Home funktionirt only with Firefox, all other browsers show only White side. Google page speed test (http://developers.google.com/speed/pagespeed/insights/?url=www.football-eu.com&tab=mobile) reports this error: The URL which fetched, but nothing what rendered. Ensure did the URL points to On HTML pagethat loads successfully in a web browser. Thank you.
SRY for my English its from Google
Hi there 🙂
I searched the forum for a solution but couldn’t find it…
Check my website >>> http://www.electro-swing.com
On safari, I have 2 lines in the top menu when I add the login widget.
I tried this: http://screencast.com/t/YxZYV9ZV
But it doesn’t work for me.
Thank you very much for your help & time
julien
Actually, no need. I just solved the problem 🙂
Here’s what happened:
I had just updated to the latest version of WordPress SEO (version 1.5.3.3) and in Settings > Titles & Metas > Other the box for “Disable Author Archives” was checked.
I am not sure if this option is in the previous versions or if it is new in this version, because I don’t remember seeing it before. So if anyone updates to a new version of WordPress SEO, they should probably be aware of this.
Now I modified the home page and page speed fallen: mobil 63/100, PC 83/100. (problem: JavaScript and CSS). http://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Ftestinfoglass.sazovsky.cz%2F&tab=mobile
Hello Lucian, thank you for your help.
I didn’t find the code you mention in site.js and from the screen you sent me it seems to be the theme “Newses” and just so we’re clear I’m referring to the theme “Newspaper”.
What I did was eliminate the code below in site.js but is strange because with that, the drop-down list only works in a PC with the option of Android Chrome browser emulation, on Android devices it still doesn’t work and the mobile menu stopped working as well in the two cases.
if (td_is_iPad === false && td_is_touch_device === true && tds_mobile_swipe == ‘swipe’) {
//load fast click only on touch devices, except ipad
window.addEventListener(‘load’, function () {
FastClick.attach(document.body);
}, false);
}
I’ve followed the documentation for using Google Fonts. When I look at the source, the Google Font <link> tags are relative (see below), which is causing 404s because they’re not on my server.
Any idea what is causing this?
<link rel="stylesheet" id="google-fonts-style-css" href="/css?family=Patua+One%3A400%2C700%7CUbuntu%3A400%2C700%7COswald%3A400%2C700&subset=latin%2Clatin-ext&ver=3.8.1" type="text/css" media="all">
hey…
sry to push this topic. But my sidebar content disappears on some articles…
maybe youve got a look:
Artikel 1
Artikel 2
other articles with the same sidebar are ok. Ive checkt spelling and ampersand etc but everything ist fine. Like this one:
Artikel 3
i dont know why. If iam loged in, there is a alert:
“Scheinbar ist deine Facebook-URL falsch konfiguriert. Bitte überprüfe sie in deinen Widget-Einstellungen.”
In english:
“Apparently your Facebook URL is configured incorrectly. Please verify it in your widget settings.”
But i dont have an facebook widget activ in this sidebar 🙁
thx for your help
cheers
hey…
sry to push this topic. But my sidebar content disappears on some articles…
other articles with the same sidebar are ok. Ive checkt spelling and ampersand etc but everything ist fine. Like this one:
i dont know why. If iam loged in, there is a alert:
“Scheinbar ist deine Facebook-URL falsch konfiguriert. Bitte überprüfe sie in deinen Widget-Einstellungen.”
In english:
“Apparently your Facebook URL is configured incorrectly. Please verify it in your widget settings.”
But i dont have an facebook widget activ in this sidebar 🙁
thx for your help
cheers