- 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,
Newspaper theme For My Site has not been working since the last update. Since Version 8.1 on August, and Version 8.1.1.on this month.
We successfully on installing both version, but the website loading only half way. after few Seconds its stop suddenly and not working at all.
We have been trying install the theme using ftp, file manager, and direct to WordPress.
we also try to remove all the plugins, and remove all temp also cache script on file manger.
can you help me please,…Thank’s
http://www.kundurnews.co.id
Hi,
They could only be the same size if the text is removed, like this for example
– https://www.screencast.com/t/Az004siZw
This is the code used in the example, it will also align them to the right. I believe you meant right, since they are already aligned to the left
.td-default-sharing .td-social-but-text {
display:none;
}
.td-post-sharing-top {
text-align:right;
}
If this is not want, it would be helpful if you could maybe provide more details about how exactly they should be.
Thanks
Hi,
The social counter has to be configured according to this guide
– https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
If it is set properly there should be no issue. Instagram requires an ID only, for setting it up in the counter or the Instagram widget. Like in this example on a page
– https://www.screencast.com/t/eV5bwReGZKy
Multiple layouts can be achieved through the widget
– https://demo.tagdiv.com/newspaper/instagram-widget/
Pages can be edited with the tagDiv composer, anything can be customized
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
I am assuming the author name in the sidebar is an author box
– https://demo.tagdiv.com/newspaper/author-box/
That can be customized by editing the page as well.
Please let us know if you need further help, or you have more questions.
Thanks
Hi,
The custom code will be saved in the database. I believe you can find it in the in the wp_options table->td_011 option name. This will ensure that it will be kept safe during an update for example. If you use a child theme you could enter the custom code there, if you want to.
Thanks
Good morning Simion,
Thanks for your reply. The instruction on how to display the latest article or disable it helped me.
For the header & subheader (I don’t mean menus), please see screenshot. On my articles, I always include a subheader. But this only display on the article page. What I want is to display both the header and subheader of an article on my homepage like: http://www.zeit.de/index.
Also see my screenshot here: https://www.screencast.com/t/pi5RDssk7U
Thanks
Hi,
It seems Instagram is limited to 12 images, as I get the same result on my end no matter the Instagram ID I use. You can maybe configure the footer Instagram taking this limitation into account. Set it to display 6 images in 2 rows for example.
Thanks
Hello, I have a strange problem with the connexion link in the top bar, when trying to login or to register, it says wait, but it’s not working.. I have this error in the console js:
Uncaught SyntaxError: Unexpected token < in JSON at position 0
at JSON.parse (<anonymous>)
at Function.n.parseJSON (jquery.js?ver=1.12.4:4)
at Function.a.parseJSON (jquery-migrate.min.js?ver=1.4.1:2)
at Object.success (tagdiv_theme.min.js?ver=8.1.1:243)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at y (jquery.js?ver=1.12.4:4)
at XMLHttpRequest.c (jquery.js?ver=1.12.4:4)
any idea ?? thanks
Everytime I upload a logo it loses quality. For example, the size of the logo on media files is 22KB and looks fine, but it loses quality when it is uploaded as the theme logo. Then, if you go to the homepage and you save the logo as an image on your computer, it wheights 8KB.
So, the wheight and the quality of the logo is beeing reduced, why? How can I stop it?
My website is desdelaraiz.com
Thank you.
https://enable-cors.org/server_nginx.html
etc.
Google:
https://www.google.com/search?q=how+to+add+CORS+rule+on+nginx&oq=how+to+add+CORS+rule+on+nginx&aqs=chrome..69i57.5311j0j7&sourceid=chrome&ie=UTF-8
Hello alohaboy,
Please notice that each of our demos has an own specific class which will be applied to all the items that will be exchanged in this demo. As a hint, if you want to change this class to your own class (I do not see why you would do that) you should check the demo folder and there, with search and replace you can make this change but it’s not recommended because you can easily damage the demo/theme, sorry! As an example, if you are using the Animals demo, check here -> https://www.screencast.com/t/P1zAsI7gBuQ
Thanks for your understanding!
Hi guys,
I’m new here, I have a problem on my website http://unobtanium.ng also powered by newspaper theme.
I want to dynamically change the text on the link at the top bar displaying (BTC & UNO) prices from a live json data request.
Any quick suggestion will be highly appreciated
Dear Team,
Please I want to display my header and subheader on my site like this one below:
http://www.zeit.de/entdecken/index
Secondly, I wouldn’t like the neuest article of my site to be displaying on homepag. I want to display/configure the artikel I want to display.
Thank you for your reply. Below is my page.
https://bremer.de/
Hello
A user recently complained that she was unable to leave a comment because allegedly her email address was incorrect. The email address was something like e@example.net.
Upon investigation, it looks like the email validation regex requires at least two characters before the @ symbol:
// in tagdiv_theme.js (and the minified version):
// patern to check emails
email_pattern : /^[a-zA-Z0-9][a-zA-Z0-9_\.-]{0,}[a-zA-Z0-9]@[a-zA-Z0-9][a-zA-Z0-9_\.-]{0,}[a-z0-9][\.][a-z0-9]{2,4}$/
I believe a more sensible approach would be the following regex:
email_pattern : /^[a-zA-Z0-9][a-zA-Z0-9_\.-]*@[a-zA-Z0-9][a-zA-Z0-9_\.-]{0,}[a-z0-9][\.][a-z0-9]{2,4}$/
which requires that the email address starts with an alphanumeric character and then optionally allows the other valid characters.
Would be cool if this would get into the next version. Thanks!
Hi,
You could do it for specific pages, using the unique page IDs. For example this code will remove the menu on desktop and mobile, just for a specific page
– https://www.screencast.com/t/X7Syqm1juG
– https://www.screencast.com/t/KFeQeTPIf
.page-id-2906 .td-header-menu-wrap-full {
display: none;
}
Thanks
Hi Simion C.
thanks for your replay, but it doesn’t resolve my problem.
Imagine situation when your editor select post type Video and leave post template 1 for example and you want to be 10 for Video post type.
How to resolve this?
I recently upgraded to newspaper 8.1. Some of my pages run all the way to the borders. Could you please give me a hint in how to fix this. Examples can be seen at
http://puregospelnetwork.com/donate
http://puregospelnetwork.com/contact-us
And my front page slider is stuck on the left
http://puregospelnetwork.com/
It’s been a while since I’ve worked on newspaper,
Thanks for your help -Kevin
Hi,
By the current theme settings it is not. It can only be enabled or disabled in general. You could leave it enabled and simply hide it for the categories you do not want it to display, based on the category ID. Like in this example
– https://www.screencast.com/t/RvwgLd7Ero
.category-1827 .td-category-pulldown-filter {
display: none;
}
Or maybe edit the category templates, and remove it from the code from the code, based on category template used
– https://www.screencast.com/t/Qj45UmxU
Thanks
Hi,
Single modules can be selected for loop section, like Latest articles, category pages, tag pages etc
– https://www.screencast.com/t/leYkP5cHz94
– https://www.screencast.com/t/rMp0EZ8yAnn9
– https://www.screencast.com/t/6l71mlHE1
On pages created with the composer you can add blocks and grids
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Some blocks contain multiple modules, others are made of the same module
– https://forum.tagdiv.com/theme-blocks-modules/
These are all the blocks that have a Read more button, and you can place on pages
– https://demo.tagdiv.com/newspaper/block-12/
– https://demo.tagdiv.com/newspaper/block-13/
– https://demo.tagdiv.com/newspaper/block-20/
– https://demo.tagdiv.com/newspaper/block-22/
– https://demo.tagdiv.com/newspaper/block-23/
– https://demo.tagdiv.com/newspaper/block-24/
Please note that the number of posts in blocks can be limited, so it could limit it to one module for example
– https://www.screencast.com/t/PQx6iZM8VLv5
Depending on the layout the blocks can switch modules as well. The block may not look the same when on a full row, and a 1/3 split for example.
All the available blocks are predefined, this will ensure they will always display properly in any situation.
I could’t say exactly why the modules are named as they are, it was a decision made by the developers when creating the theme.
Thanks
Hello,
I’m looking for a reason to change language/text under the Thumbnails in Mega Menu from english to german.
Every word starts with upper case this time. For example: “Starts With Upper Case”
Where can I switch that in settings or code?
Thx for help
You can do yourself pdf file of pages of documentation (https://forum.tagdiv.com/newspaper-theme-documentation/) using various services from google: site to pdf.
Hi,
You can include posts in the Featured category
– https://forum.tagdiv.com/featured-posts-2/
Then choose the Featured category in the slide filter settings, and sort by Latest
– https://www.screencast.com/t/cjaN2O4V
In this situation the slide will display the latest posts added to the Featured category. A limit of posts can be set as well as an autoplay interval
– https://www.screencast.com/t/XouPGmR1
So now the slide will display for example 5 latest posts from the chosen category, changing every 5 seconds.
The excerpt in this case should be set to letters, maybe choose the same value for all modules. The post titles will not be the same for all posts, experiment with different values for the blocks you use, until you find a perfect solution.
Regarding the cache configuration there is a guide
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
Some settings might have changed, but most are the same
– https://www.screencast.com/t/viT3UUna
We will update the tutorial as soon as possible, taking in account the changes in the cache plugins panels.
The front page will be used to display the posts, you will not be needing that option to use a different page. The “Blog pages show at most” setting controls the number of posts in the Latest articles section (if there is no value set manually – https://www.screencast.com/t/3Io9tIeZhU2), and on category pages loop
– https://www.screencast.com/t/VN0sogW6LNS
– https://www.screencast.com/t/W8vNqqmA1RFs
A sidebar can be set or removed for each category, in the Per category settings. The actual sidebar content can be customized in Appearance->Widgets
– https://www.screencast.com/t/DatBdFk8j
There could be such plugins, but we cannot make any recommendations. You can search for and try out a few plugins that have options like this. The post can be shared but manually, not automatically
– https://forum.tagdiv.com/sharing/
Please let us know if you have further questions, we will try to help you as soon as possible.
Thanks
Hi,
That can be done by modifying the post template files only. There is no theme option to move the sharing below the featured image. I have provided a solution in this topic
– https://forum.tagdiv.com/topic/share-butons-at-post-page/
The result in that example is that the sharing is below the image, in post template 2. The modifications will have to be made for each post template you want.
Thanks
Hi Catalin! Thanks for the response.
As you can see in the screenshot attached to the initial post, I’m trying to figure out how to set the Newspaper Theme Panel tabs text back to white so they are visible.
I am not looking for a setting that affects the public site but a setting that affects the Newspaper theme panel.
These are the tabs on the Theme Panel with the text in question:
Header,
Footer,
Ads,
Template Settings,
Categories,
Post Settings,
Block Settings,
Background,
Excerpts,
Translations,
Theme Colors,
Theme Fonts,
Custom Code,
Analytics,
Social Networks,
CPT & Taxonomy,
Import/Export
I don’t know what I did that changed this text from white to black and I can’t find the setting to correct it.
Your help is appreciated.
Hi tagDIV,
I’d love some help with this. How do I get two sidebars on a default category page. Example:
https://www.pojo.com/category/yugioh/ – This category has a default sidebar.
https://www.pojo.com/category/dragonball/ – This category has a custom sidebar.
How do I go about getting both sidebars on the root category page?
I tried making a custom page, but that looks like it messes up the categories menu if I make that the default menu:
https://www.pojo.com/pojo-coms-dragon-ball-home-page/ – but this gives you a general idea of what I would like to do.
Thanks in advance!
So when I stall the theme in my existing website, all of my content will be loaded automatically. For example, the content in old category will go to new category with the same name. Is that right?