- 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
Hi,
The HTML code will be inserted in the footer of the website, this feature would be useful for example to load a custom HTML code, without editing theme files directly.
Thanks
Hello Hansjörg,
If you want to add a banner ad at the top of your site, you should edit the header.php core files and there you should use the do_shortcode method to add the banner you want. Please refer to this topic here -> https://forum.tagdiv.com/topic/how-can-i-put-ads-between-post-title-and-social-share-button/ -> here is a simple example.
Thanks for the message!
Hello Martin
For the moment we have no plan in motion regarding cpt implementation. We are currently working on more social options and amp but if this request becomes more popular, we will consider implementing it. We have lots of requests and have to prioritize.
Thank you!
Hello anshidtanalur,
If you want to put some ads above the social sharing buttons you should use the do_shortcode() method. For example, if you are using the post template style 1, please check here -> https://www.screencast.com/t/25R2rc9FJPp After your changes, make sure that you have added some ad code to custom ad 1 field.
Thanks for your understanding!
Hello,
With TinyMCE it is possible to set text padding which is very useful for full-width template.
We would like to set full-width with text padding (centered) into specific categories.
For example we would like to have articles in category “travel” to be automatically formmated like this: https://www.zaujimavysvet.sk/barcelona-letenky-tipy/ – without sidebar, with centered text padding
For other categories like “news” we would like to have standard format with sidebar .
I understand that it is possible to set full-width template for certaing category which is great but without centered text it is really bad user experience .
Thank you very much.
Peter
Hi,
1. You can simply paste a link to the image and we will take a look. A link to the actual website page would be also helpful for more accurate solutions.
2. An option for this does not exist, the post templates are predefined. It could be reduced with some CSS if necessary. If you could provide an example post we will give you a solution.
3. I don’t quite understand what bar you are mentioning, some more details would be very helpful for a better understanding.
4. That is the More articles box, it can be disabled in the theme panel
– https://forum.tagdiv.com/more-articles-box/
5. Tags can be set individually for each post, in the post edit screen
– https://www.screencast.com/t/PHxkUEr20
You can choose what tags the post should have and add them.
Thanks
I use Newspaper V 8.1.
The problem is that articles in the listing on blocks on the startpage keeps repeating when using the Load more function. The same problem happens if I use the “Next Prev Ajax” function or “Infinite Load”.
Example: The listing will show news article 1 to 5 if I have set the limit to display 5 items.
When I click Load more, the listing will display articles 1 to 5 again, instead of displaying previously published articles.
There are more articles than 5 in the category chosen as filter, so that is not what is causing the problem. It was working correctly until about two weeks ago.
This is the website: https://vgrfokus.se/
The Custom CSS placed in custom CSS section of custom code section, where it get injected. Please give a few examples of its main uses.
The Custom HTML codes placed in custom code section in theme penal, where do they get injected. Please give a few examples of its main uses.
Hi,
So you would like to remove the background only on hover. You could try a code like this one for example, it will remove the background color when hovered and color the link as you wish (a color would be necessary because the font will not be visible with no background). The result will be like this
– https://www.screencast.com/t/sQWS5FJ68b
.td-post-category:hover {
background-color:transparent;
color: blue;
}
Thanks
Hi,
You could try and target the first paragraph in the post content with CSS, like this
– https://www.screencast.com/t/8eyzgCOjwd0A
This code will select the first paragraph and allow you to style it as you want, give it a try. Use the font properties you want in the code example, then enter it in Theme panel->Custom CSS section
.td-post-content p:first-child {
color: blue;
}
Thanks
Hello! I don’t use a plugin for mobile version, as it breaks me website.
Today, I saw that all grid sites are shown incorrectly, they are circumcised and it is impossible to see the examples in the screenshot
http://s019.radikal.ru/i639/1712/58/faa43d7fae2a.png
http://s019.radikal.ru/i639/1712/a3/a467d8cc4aaf.png
How to fix it?
Hello LaJornada,
If you want to add a simple link which only works on your homepage you simply try to add it from the panel, Menus section, Custom Link like this -> https://www.screencast.com/t/lDAiyUdPi and then, using a bit of CSS code you should hide it for the entire theme and block it only for homepage. Below, I gave you an example.
The code is ->
.menu-item-451{
display:none;
}
.home .menu-item-451{
display:block!important;
}
The result is here -> https://www.screencast.com/t/uiXM29cvFaB
Thanks for your understanding!
Hi,
I am wondering if there is a way I can reduce the space between the header ad and the title of the article.
Here is an example:
http://www.lefutboldaily.com/lukaku-defends-poor-touches-against-manchester-city/
Hi there,
I’ve been seeking on the forum for this matter, but apparently no answsers.
I have 2 parents categories, SECTIONS (gray tag) & THEMES (yellow tag), in which there are respectivly 10 sub-categories
Each Post belongs to one SECTION category, and can be in mutltiple THEME category.
Now what i need to do is, on the post template, I want to display first the SECTION sub categroy (gray tag) and then in second place, the THEME subcatgories (yellow tag)…
I am using category template style 3 (color tags) + the post template Style 1.
Also, note that I choose not to display the SECTION and THEMES parents category tags on the post. I only display the sub categories.
I saw that there is a setting in theme panel for posts sections, that would do what i need, but it has no effect, all tags are displayed in alphabetical order…
Sometimes it’s good to go with simple customization rather than changing the whole code.
Inspect the error & just play with the codes in the inspect element console & try it.
Good luck with your website.
Dear all, I was migrate my site to localhost. I did all step correctly, and my site is running well in localhost. But, there is something wrong when I access homepage.
Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘td_page_generator’ does not have a method ‘get_breadcrumbs_json_ld’ in C:\xampp\htdocs\selular\wp-includes\plugin.php on line 525
What can I do with this warning? thanks in advance
Hi,
have issue with images inside tagdiv slide gallery, images should be height/width fitted inside container’s default 640x420px, but all of them are not fitted and are larger with overflow hidden.
[url=https://postimg.org/image/vo0vtvihz/][img]https://s7.postimg.org/vo0vtvihz/Clipboard02.jpg[/img][/url]
https://s7.postimg.org/4dfklyfl7/Clipboard02.jpg
example links
https://epodravina.hr/snjezni-ugodaj-hrvatskoj-sahari/
also, is it possible to get some other post gallery models to work with template.
Tryed Photoswipe Masonry, BNE Gallery Extended and some other but can’t get them to showup.
The jawa scripts placed in custom section of custom code section, where do they get injected. Please give a few examples of its main uses.
Hello,
Yes. That is the main functionality of the field. Here is an example:
theme panel: https://www.screencast.com/t/pBPpEWpW
head section: https://www.screencast.com/t/fJc9XoZgiPT
Thank you!
Please provide an example of how your images show up. I cannot see any grid on your site.
Thank you!
Hello,
Please use this guide for page speed optimization: https://forum.tagdiv.com/how-to-make-the-site-faster/
As a note on speedbooster: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Thank you!
Hello,
.post footer {
clear: both;
display: none;
}
Just place this code in your theme panel >> Custom Code >> CSS
And then save it & refresh the page.
Hi!
illustration captions in the main post content take up the full width of the content.
I can not find a solution.
Here is an example: http://test.actubisontine.com/alexia-daval-obseques-celebrees-monseigneur-jean-luc-bouilleret/
Thank you for your help
Hello primesolutions,
Notice that the Big Grids contain more modules and if you want to affect something like this to your Big Grid, you should edit the corresponding module file in this case. For example, if you are using the Big Grid 4 you should edit the module_mx9.php like this -> https://www.screencast.com/t/qs7396FFNzt This is a simple example.
Hope this helps!
Thanks for the message!