- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hello I recently switched to tagDIV AMP plugin and its just not working.
Previously I used Google’s AMP plugin and it was working fine.
https://bikeadvice.in/
Hi,
You can send us the login details by email at contact@tagdiv.com and we will take a look. Include a link to this topic in the email, provide some examples of the issues as well.
Thanks
Thanks a lot @Simion
I am almost there. I was able to manage do most of the things.
I want to increase the width of the middle column where I am pasting all my text like in your example here https://www.screencast.com/t/TmXJy5jKkNof
when I am changing the width on the column in properties its not coming properly in all the devices plus it’s moving towards one side of the page.
Is there anyway to fix it.
Thanks
b
Maybe something like this. Use the row layout I mentioned previously. Set a background color of your choosing for the row and stretch it
– https://www.screencast.com/t/K8rfiT6BwF9o
– https://www.screencast.com/t/Oq82diGbvK
Set a background color for the middle column
– https://www.screencast.com/t/lyuJQ75JeP1Z
Then enter your content in a text element or what you want to use there. The result would be similar to that example you provided
– https://www.screencast.com/t/TmXJy5jKkNof
Hi,
The theme has a primary category setting, this is explained here
– https://forum.tagdiv.com/primary-category/
So for example if you were to set a background color for a category, in the theme panel, then all the posts that have it as primary will inherit that background. This would be an easy way to control multiple posts at once.
Thanks
Hi,
Enter the shortcode in a text element (not inline text), like this example for a contact form
– https://www.screencast.com/t/SA0G6t7iXwY
Be sure to save the page and view it after placing the shortcode
– https://www.screencast.com/t/V8BQp2vC9F
– https://www.screencast.com/t/G2uLHapX
Thanks
You could do that with CSS. With a code like this for example to start off
.td_single_image_bg {
transition: all 0.4s ease-in-out;
}
.td_single_image_bg:hover {
background-image: url("")!important;
opacity: 1;
transition: all 0.4s ease-in-out;
}
This code will affect all single images, you can make it more precise by setting custom classes for the single image elements
– https://www.screencast.com/t/VfcYlbwsci
Or use the column content which does this by default, this would be easier.
Hi,
Modules that form blocks and grids can only display predefined elements, like category tags (can be disabled for each module), author name, date, comment count, reviews. Some modules display excerpts as well (automatic excerpts or manually set). This is a module for example
– https://www.screencast.com/t/OWFA45BtfkU8
If you want a module to display additional information this could only be done by modifying the module code, given the fact that it is possible in the first place.
Please correct me if I misunderstand what you are asking.
Thanks
Hi,
At the moment the theme does not have an infinite scroll function for post pages, this is considered to be implemented and may be available in a future update.
There is a gallery, it can be used in posts or pages, example
– https://demo.tagdiv.com/newspaper/td-post-aston-villa-beat-liverpool-to-join-arsenal-in-the-fa-cup-final/
– https://forum.tagdiv.com/gallery-2/
It will not change the URL when scrolling through the images however. There are also smart lists that can be used in posts
– https://demo.tagdiv.com/newspaper/10-landscapes-wont-even-imagined-exist/
– https://forum.tagdiv.com/smart-lists/
Thanks
Hello,
Curious but I’m not sure if Newspaper can do this internally with composer or if a plugin is used. I think its the latter but thought I’d ask if anyone knows how to do this. Any recommended plugins?
An example would be something like this:
https://www.entrepreneur.com/slideshow/315708
https://omgcheckitout.com/interesting-facts-forrest-gump/
http://money.cnn.com/magazines/moneymag/bplive/2011/snapshots/PL2541725.html
One of the sites listed is using Newspaper and checked the source. The plugin I found was advanced content pagination but it doesn’t look like it.
Any suggestions? Thank you.
Hi,
Can you please tell me how to add a small space between the title and tag. It is too close together now.
This is my website http://www.musicforlondon.co.uk
Many Thanks
Titus
1. Дочерняя тема уже включена в архив.
A sample child theme is available in the /code/ folder in the package that you downloaded from Themeforest.
Вам нужно её распаковать, скопировать по ftp на хостинг в соответствующую папку и активировать в панели управления Вордпресс.
Более подробно читайте внимательно в документации: https://forum.tagdiv.com/the-child-theme-support-tutorial/
2. Все настройки Темы и Custom CSS хранятся в базе MySQL вашего хостинга, поэтому ничего никуда импортировать не надо.
Hi!
By the way, do not work shortcuts in the footer of AMP version, check please…
https://forum.tagdiv.com/topic/suggestions/#post-239741
===
This problem do not fixed in V 8.8.2?
Thanks!
THanks! I disabled AMP things seem to have stabilized.
I think the mobile plugin theme is awesome even if it’s not as fast as AMP.
Thanks again!
Hi,
I would ask how to make an “infinity load” on the single.php – or article post page?
I would achieve when a user just about the end of their readings + sharing tools, ads, like button, author box, comments sections — then just “auto-load” the next article which could be chosen ( by admin) from categories, tags, or just the very previous article from the list.
How can I do that? Is it available in Newspaper from Tagdiv?
a sample post:
https://www.1000wordsmagazine.com/kata-b/filleres-emlekeim/
Thx, Zoltan
Hi Guys,
I have a blog about lawn care and I only want to display relevant articles in my sidebar.
For example, if I have a post about lawn weeds I want the sidebar to only show posts under that lawn weeds category without showing other articles from other categories.
Is there a way to do this?
Many thanks
Ben
Hello.
I’ve made a custom single template using Cloud Templates Library.
When I used it for one of my posts, some of the images are wrong aligned and in size.
This is the correct display as it should be: https://prnt.sc/k1a0ys
Yet, some of the images turned out to be like this: https://prnt.sc/k1a30m
Both of them appear in the same post.
The full post where you can see the images can be seen on https://walterpinem.me/berpetualang-di-lampung-selatan/
All images have more than 1000px in width and center aligned which should not be an issue.
How can I fix it?
Thanks in advance.
The Newspaper theme is one of the most popular WordPress themes and Disqus is one of the most popular WordPress commenting plugins, but the two don’t work together. Please add an option to use Disqus instead of the built-in WordPress comments.
I’ve edited td_module.php and td_module_single_base.php to add Disqus support, but my changes will be overwritten with the next theme update. Please add native support for Disqus to the Newspaper theme. Here is a code example that is working for me and can be used to help you get started:
includes/wp_booster/td_module.php
https://gist.github.com/ChrisBegley/a87c775e19903944b4f9c7d06efdfcf1
function get_comments() {
$buffy = '';
if (td_util::get_option('tds_m_show_comments') != 'hide') {
$buffy .= '<div class="td-module-comments">';
$buffy .= '<a href="' . $this->href . '#disqus_thread">';
$buffy .= get_comments_number($this->post->ID);
$buffy .= '</a>';
$buffy .= '</div>';
}
return $buffy;
}
includes/wp_booster/td_module_single_base.php
https://gist.github.com/ChrisBegley/7bfc66d9b3c84849936f3a65bd3e1c4c
function get_comments() {
$buffy = '';
if (td_util::get_option('tds_p_show_comments') != 'hide') {
$buffy .= '<div class="td-post-comments">';
$buffy .= '<i class="td-icon-comments"></i>';
$buffy .= '<a href="' . $this->href . '#disqus_thread">';
$buffy .= get_comments_number($this->post->ID);
$buffy .= '</a>';
$buffy .= '</div>';
}
return $buffy;
}
Hy,
i need a someelp please.
How i add a Comma after every Tag?
I’ve tried by myself with this CSS Customisation, it works well but if i try to copy&paste the Comma won’t get copied if i mark all Tags.
.td-tags a:after{
content: ",";
}
I need it, because i soemtimes get similar Posts and its just an easement in my workflow.
Is it possible?
Regards,
Stefan 🙂
After Updating theme to 8.8.2 all existing post amp url convert from /amp/ to /?amp. Is this happen because of update or this is a issue of plugin. Pages amp URL still remain samee /?amp. check this url
https://www.codxx.com/tnpsc-805-assistant-horticultural-officer-recruitment/?amp
above url belong to a post. In previous version of theme the same post url was this
https://www.codxx.com/tnpsc-805-assistant-horticultural-officer-recruitment/amp/
But now this url showing me 404 page not found error
Hi,
I have been able to successfully embed Google maps in posts using the Editor role. I have an API key set up with google and I copy the iframe code below.
However when other Authors on my site try to embed the code below it doesn’t work. They add the text, it displays correctly in the visual editor, but when they save the draft the iframe code completely disappears. Authors mustn’t have the correct permissions to embed maps. I’ve verified this by changing one of my Authors to an Editor and suddenly it worked.
How can I give Authors permission to embed maps (using the code below) without having to make them into Editors? I don’t want them to have all the other permissions that come with being an Editor.
Any help would be greatly appreciated!
Post showing embedded map:
https://revesbyparents.com.au/2018/06/29/lambeth-reserve-picnic-point/
Code to embed the map:
<iframe style=”border: 0;” src=”https://www.google.com/maps/embed/v1/place?key=AIzaSyD5iABQHzGG4pa6Co2dbONeWZCXWSwUeIE&q=Lambeth+Reserve+Picnic+Point” width=”600″ height=”450″ frameborder=”0″ allowfullscreen=”allowfullscreen”><span data-mce-type=”bookmark” style=”display: inline-block; width: 0px; overflow: hidden; line-height: 0;” class=”mce_SELRES_start”></span><span data-mce-type=”bookmark” style=”display: inline-block; width: 0px; overflow: hidden; line-height: 0;” class=”mce_SELRES_start”></span><span data-mce-type=”bookmark” style=”display: inline-block; width: 0px; overflow: hidden; line-height: 0;” class=”mce_SELRES_start”></span><span data-mce-type=”bookmark” style=”display: inline-block; width: 0px; overflow: hidden; line-height: 0;” class=”mce_SELRES_start”></span><br />
</iframe>
Thank you!
Janelle
I am asking for information with an approximate date when you correct AMP. In that case, the module to turn off is not properly created.
Unfortunately i had the same problem, when i tried to enable the plugin with the latest theme version i had this message:
PLUGINS DISABLED AUTOMATICALLY
The following plugins were disabled because they are incompatible with this version of Newspaper:
tagDiv AMP
For update please check our Plugins update guide
Hello Simion C.
I try it but all is broken… AMP not run, too many redirections, etc…
I always need return to old version of Newspapper, with new version all are problems.
¿Any idea about?
Thaks
These three do not work together. There is no problem when “Yoast” is closed. Help please.