- 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
Hello Ginfox,
Regarding on page speed, please notice that thing depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit to our requirements. For an example, you should check our demo preview because this website is optimized.
There are multiple guides and tutorials here on the forum regarding speed optimization, that you can search for and read
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/cloudflare-cdn/
Thanks for your understanding!
bit of a head scratcher this.
my mobile theme navigation/pagination is all over the shop, and not consistently.
examples:-
using the next arrow or page 2/3 from the bottom of the home page of the mobile menu, all open a random post. always the same post. but a post, not the next page of posts.
using the burger menu, it is all using categories. some are returning 404s, though i have double checked in the menu, and they are correctly configured.
some categories are working, but then the pagination is doing the same thing, i.e. going to post.
some categories are working and pagination is working.
because some are working and some are not, it leaves me a bit perplexed. hoping somebody out there may have some ideas.
i’ve turned the mobile theme off for time being.
wp 4.8.1, php 7.1, newspaper 8.0, hummingbird with cloudflare (all caches cleared)
thanks
Hello silvaim,
Unfortunately, the theme does not have any such an option for it but please notice that you can use a bit of CSS code to hide it, according to your desired page, after page ID. As an example, please use the following code, change the page ID with yours and place it in Theme panel -> Custom CSS area.
The code is ->
.page-id-13 .td-footer-wrapper{
display:none;
}
.page-id-13 .td-a-rec, .td-g-rec{
display:none;
}
The result is here -> https://www.screencast.com/t/LnRUVg306d
Thanks for your understanding!
Hi,
My site has been infected by the famous Traffictrade malware.
I’ve removed the script from Theme panel Header ad field manually. The script does not appear again there.
Please note the facts:
- I have the latest updates of WordPress core, all plugins and Newspaper 8.1.
- There are no other deactivated themes or plugins on my installation (except Twenty Seventeen).
- There is no sign of traffictrade malware in the db.
- There is no sign of traffictrade malware in the source code.
- I do not have the searchreplacedb2.php script on my server.
- I have the latest Wordfence (and WAF) installed & configured.
My site still redirects to spam sites.
When I deactivate all plugins the site redirects.
When I deactivate all plugins and activate the Twenty Seventeen theme the site is ok.
When I activate all plugins and activate the Twenty Seventeen theme the site is ok.
So my conclusion is that something goes wrong with Newspaper 8.1 theme.
Please keep in mind that I’ve tested the same installation to different servers.
I’ve also tested with all WP core, plugins and themes files fresh downloaded and replaced.
What do you think we can do to clean the theme? I’ve read that this issue has been resolved in the past, but you can see the situation I’ve described.
Thank you in advance for your help.
Hi,
If you want to have the post title with a smaller font size just for mobile, you could use a code like this for example
– https://www.screencast.com/t/EXKEqCfjO3
Entering it in Theme panel->Custom Code->Advanced CSS in the phones section will apply it only on smaller devices
.single .td-post-header header .entry-title {
font-size: 22px;
}
To add some space above the header ad try a code like this
– https://www.screencast.com/t/DcH7Gslrq7
.td-header-sp-recs {
margin-top: 3px;
}
Thanks
Hello Matt,
The new block should have a title as well. I have just tested this and I have a title: https://www.screencast.com/t/rVCk0nY9h
Please read this guide:
https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/
Please also note that the theme api system represents customization and is usually not covered by the theme support so if you encounter any issues while trying to add custom elements to the theme, you will have to get help from someone code-savvy as the theme support does not cover the api custom implementation.
Thank you for your understanding.
Hello,
This can only be achieved with css. For example in post style 13:
.single_template_13 .td-post-featured-image{
width:80%;
}
And if you want it centered, use this code instead:
.single_template_13 .td-post-featured-image{
width:80%;
margin-left:auto;
margin-right:auto;
}
Thanks.
Hello,
Sorry but our theme does not have a live preview of the fonts in the theme panel. You can see the fonts in question here:
Thank you!
I am not seeing any huge text on the bottom of your page as you describe.
Please provide an example of this button and how you implemented it.
Thanks.
Hello sebenar,
Do you are referring to this type of pagination from Latest Articles modules on the homepage, like this -> https://www.screencast.com/t/aJezLQVgTWOM? Sorry about this, but please notice that pagination come from code and does not exist any simple method for changing it, sorry!
If you are referring to the post with pagination style and if you want to achieve a similar pagination you will need lots of customizations in theme’s core files and I can’t provide a quick solution now. You can use this example to customize the pagination on posts by adding this parameter: ‘next_or_number’ => ‘next’, here: http://screencast.com/t/hkqJljKyxr3 (remove this code if you want: http://screencast.com/t/87kGUcin5YQN – result: http://screencast.com/t/8THEIGR5) If you do not remove of this, will have this pagination -> Previous page 1,2,3,4,5 Next page.
Thanks for your understanding!
Hi,
1. I wanted to know why A single image is not showing up full width even though I selected Full.
See example here. Top banner is not till the edge.
http://35.186.161.238/kitchen-favorites/
this only happens if one image per row.
If we have three columns per row, then that IS full width.
2. In the woo commerce shop, we have a product with a lot of variations. However the variations and the shop button are not there. They dissapeared. We cannot select options and add to cart. See page: http://35.186.161.238/product/purim-gift-tags/
See current page where it is working. on a different theme..
http://www.betweencarpools.com/product/purim-gift-tags/
.td-main-page-wrap{
padding-top:0px;
}
its work for me.
https://yadi.sk/d/OJ5hhLxn3Lx879
but here must space for example 3px. how can i add space with custom css? i am using header ads spot.
Hello,
I have an issue.
When I insert a long URL link into a post, it looks strange when I see it on my iPhone 6S.
It does not wrap paragraph (I am not sure if this is a right expression in English).
I mean the URL does not go to the next line.
Example:
I want it to look like this :
http://www.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxx.com
But now it looks like this :
http://www.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.com
It just keeps going to the right.
I will attach pictures so please have a look.
Please let me know how to fix this.
Thank you.
I have to use third party plugin for AMP pages. It would be really nice if Newspaper developers comes with AMP version of this theme.
Since I installed your template, in the google search page, the post’s title and site name are merged, instead of having the |, example : Come copiare da Sky al PC o su memoria esternaeComesifa.it … instead Come copiare da Sky al PC o su memoria esterna | eComesifa.it . Which is the problem?
Hi. I’ve searched the forum but can’t find an answer.
Is it possible to create a unique sidebar for a specific tag (like you can do with each category)? Currently, I have to have the same sidebar display for all tag results (unless I’m doing something wrong).
So for example, I would have a fish-related sidebar for the tag “fish” and a bird-related sidebar for the tag “bird”
Hope that makes sense.
Hi
to syndicate our Florida news you can use
a) FeedWordPress – to pull in full text stories and put into a category
b) to auto-capture featured image, we recommend ‘auto post thumbnail pro’
———
For responsive iframes see:
https://www.smashingmagazine.com/2014/02/making-embedded-content-work-in-responsive-design/
you can also try:
iframe, object, embed {
max-width: 100%;
}
Also, don’t use any inline HTML anymore like <center> as this will break your ability to generate compliant /AMP/ endpoints if you decide to add AMP support. ALWAYS use classes for anything now.
e.g.,
.centertext{text-align:center}
div class="centertext"
etc.
Under my revolution slider, at “fetch posts by”, “categories & tags”, “post types”, then “post categories”… I don’t see any categories to attatch my slider to. Can anyone help me? Everything else looks normal, just no categories present in the box. Thx in advance for any help.
Good evening! My homepage has some anchor links (http://kairos.santoantoniomacae.com.br/) that work perfectly on desktops, but in responsive mode for mobile the links do don’t work. Clicking on any menu with anchor simply does not happen, nor does it close the screen. In the menu using the link for example: “#fale-conosco” instead of “http://kairos.santoantoniomacae.com.br/#fale-conosco”, because in the latter way the page gives a refresh instead of just Go to the anchor. Can you help me solve this problem urgently, please?
Is there a way to easily edit the size a featured image appears in a post template, for example if i want the image a bit bigger in post template style one or smaller in post template style 13?. thank you
Thanks, the first word “category” its hide but the second no.
Example: http://www.ourweb.com/category/anothercategory/mi-post
And we want: http://www.ourweb.com/mi-post
its possible?, thanks in advanced and good weekend!
I can’t use, for example, visual composer to set my homepage. Last time i’ll guess it
Hey,
sometimes I have troubles with featured image in article…
I just want to make a new article with video link in Featured Video.. Usually it generate Featured Image normally but sometimes its upload some another picture from Image library or even some image that is no longer in the library because its deleted.
Everytime (I guess) is problem with image because its generate this name – maxresdefault-(some number).jpg
I have to do it manually and fix it (sometimes I need to do this because I want some another cover picture) but sometimes it generate good images and I dont want to waste time with replacing.
It is possible that there are some data saved in the memory or caches and replacing this pictures because the same name – maxresdefault-(some number).jpg?
Here is example of one article:
1) I want to upload article with this video: http://www.screencast.com/t/9WR2dbbJfd6
2) What picture I see in an article after – Publish: http://www.screencast.com/t/9UFTHjuOhP
3) What I see at website: http://www.screencast.com/t/ezs1UQLoKAl
4) Image library: http://www.screencast.com/t/LenordhH and this picture was already renamed so I dont know why it was selected as cover picture for the article at the website http://www.screencast.com/t/qfIcETcckY
I use Comet Cache because WP Super Cache made me some troubles in past. It seems like its counting the maxresdefault-(x).jpg in wrong order now and replacing all pictures with this name again and again.
Thanks for help 🙂 have a nice day!
Hi – I’ve deleted & reinstalled woocommerce – rebuilt pages FTP’d up the theme again – switch off the child theme etc. etc. So – I applied a different theme and it shows the cart as ‘normal’ – which to my mind would point the problem to be within Newspaper itself?
Hi, where mus I hide the category of the url?, example: http://www.ourweb.com/category/entry to http://www.ourweb.com/entry
thanks in advanced