- 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,
Let’s try to identify the problem here. So from what I understand you want to add a border bottom for your h2 in the post content, like this
– https://www.screencast.com/t/yMyAhBQ0qo
WordPress used to have an underline button, but it was removed. So now CSS could be used or maybe trying to re-add the lost option and using it
– http://www.wpbeginner.com/plugins/how-to-add-underline-and-justify-text-buttons-in-wordpress/
In my example I used this code, note that it will affect all the h2 in every post. You may change the border size, type and color if needed
– https://www.w3schools.com/css/css_border.asp
.td-post-content h2 {
border-bottom: 2px solid black;
}
Remove the previous code for the border, this one is all that is needed.
Thanks
footer logo have a huge size and goes out of the screen, for this reason, the screen has horizontal scroll.
Hi Edward,
the strange thing is that it happens to me when I add code in html, for example a <span class = “my class”>word</span>
Hello Simon,
we published the website yesterday, and I have not been able to review all the pages. But in some they appear these strange jumps.
for example in page: https://telocuentomagazine.com/fotografo-de-bodas-rosa-garrido/
for example in the sentence:
Puedes saber más sobre mi trabajo en STRANGE JUMP instagram, o ponerte en contacto conmigo desde mi página web que verás en la firma del artículo.
Or in page: https://telocuentomagazine.com/basicos-fondo-armario-una-mujer/
for exemple in the sentence:
Una STRANGE JUMP prenda sobria y sofisticada que aporta un toque hiperfemenino y elegante a cualquier oufit.
I observe from F12 that extranges are created, that I can not see from the WordPress HTML editor 🙁
Thanks for the help 😉
Hi,
I see you have used the flex block in the page. Note that this block can be configured as you want by device. So for example if you want to display 3 modules per as you do now, it will look good on desktop. But on mobile it will not, so display fewer modules per row on mobile
– https://www.screencast.com/t/23hFY2P2
– https://www.screencast.com/t/RPlZLr9Ljzc
One module per row would be suited for mobile.
The page template you are using is the overlay template, this will position the header over the page content, in this case over the slider. This template would not be the best to use if you want to display a slide below the header. These are some demos that use it, that is how it should be used if possible
– https://demo.tagdiv.com/newspaper_spa/
– https://demo.tagdiv.com/newspaper_smart_app/
– https://demo.tagdiv.com/newspaper_construction/
In your case it would be like this, with no background color
– https://www.screencast.com/t/b5PoXxMK
You should consider changing the page template for better results
– https://www.screencast.com/t/1cMUKPafR
Thanks
Hi,
You could copy the construction demo homepage and see how it is made, or modify it. This is it’s content
– https://pastebin.com/LZ9Aep0b
Enter that in a new page and edit it with the tagDiv composer
– https://www.screencast.com/t/Wll0HEJyu
Demos contain custom design, for example the top row in the construction demo
– https://www.screencast.com/t/CJvqheRiF
There are many possibilities with the tagDiv composer and multi-purpose plugin, so many designs are possible now.
Thanks
Thanks.
But I not understand how it’s work. I create child theme, copied changed files to child theme, in the parent theme replaced all modified files on a original files (files -> includes -> modules -> td_module_1.php, for example)
child theme – http://prntscr.com/jknc6j
But all my changes not displayed. What I do wrong?
Must be like this – https://prnt.sc/jjz0vb
But now it’s like this – http://prntscr.com/jkngim
Hello @Catalin
I don’t know if I’m doing it right, I don’t think so. I can’t see results on the web, everything is still the same.
https://fotos.subefotos.com/045d017afe7906794679a48b6f82c126o.jpg
AND…
.td-post-template-5 .td-post-header .entry-title{
text-align:center;
}
.single h2 {
color:red!important;
}
This other code seems to work very well on pc and mobile, but it doesn’t work on AMP. How can I make it work on AMP too?
Thank you
On Desktop it looks fine, but it looks ultra wired on mobile, 3 rwos each column on smartphone? whats going on here? 😀
And the Header use position absolut, so the slider goes under the header. Here we need something like that:
body {
&.home {
.td-main-content-wrap {
padding-top: 150px;
}
}
}
I know css, but i can not belive that the theme dont have basic stuff like that inside. I mean when i can setup the header position absolut, then it must be create a padding top automaticly… no one need content behind the header…
hi, I recently updated my website with your theme and I noticed a slowdown in performance. The site continues to load as if there were some background process that fails to load. On the homepage, for example in the slider images just below the featured images, the first img load and the rest remains empty or it load after 3 min.
Can you tell me what’s wrong with the site? The plugins installed are those suggested by you plus 2 extra (which do not affect the upload because trying to disable it does not change anything).
I could not install WP Super Cache because it says “not supported”. And the only warning I see in system status is this Speed Booster v4.9.3 – Disabled – incompatible plugin detected: akismet / akismet.php
I also have the jetpack plugin (by default) and disabled lazy load and other stuff.
Also Regenerated Thumbnails.
Tried to follow your guide for a faster website but I can not understand much …
Hi
I am trying to create a page like the “Construction example” on the Newspaper demo. https://demo.tagdiv.com/newspaper_construction/
I have installed the demo on my website so I could create the same page, but unfortunately, it doesn’t seem to work.
I’ve put a row and added the ID video background. But I am having a problem to add the button in the middle of the page. Also, the main menu is not transparent like it should be and I can’t place a row in the main row. Can you help please?
I hope I was clear:)
Thank you for the help!
I only provide information for people with the same doubts:
It doesn’t work. I have added the special cido for AMP in head and body, but there are no results:
https://fotos.subefotos.com/525e19adc02d58c24c0274a50920adbco.jpg
https://fotos.subefotos.com/e4ef7f352585892d6907987f03f06c79o.jpg
So the best option is manual (theme setup or plugin for amp ads).
Cheers
For example use Web Inspector for browser: https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Roboto Condensed Bold as you see:

font-style: normal;
font-weight: 700;
Hello,
Sorry but we have not tested this auto ads in our theme or in the amp plugin so I cannot guarantee they will work properly. If you want to give them a try, you can find the head section here: https://www.screencast.com/t/AcWyt0np1
Thank you!
Hi,
I know you told me you’re aware of the problems with images and that it will be fixed on the next update. But still, I’d like to let you know that I also have huge problems with my Amazon ads on Chrome browser since the last update. For example: https://www.coupdepoker.com/culture-poker/idee-cadeau-joueur-poker/
Hope it’ll be quickly fixed.
Thanks
Hello mateusnds,
I suppose that you want to add a slider at the top of your website, right? You should use the TD Composer and add the Big Grid Slider or Slider as an example in that section from here -> https://www.screencast.com/t/MkFBcyiq1
Thanks.
Hello,
This can only be done with custom css and an extra class added to each of the blocks. They cannot be targeted individually otherwise. https://www.screencast.com/t/QuCG7j1BXQ
.mycustomclass .td_module_mx2 .item-details .td-module-title a{
color:red;
}
You can replace the .mycustomclass with the particualr class you add to each of the 3 blocks and create 3 instances of the code with the different colors you want for the block like for example:
.mycustomclass_1 .td_module_mx2 .item-details .td-module-title a{
color:red;
}
.mycustomclass_2 .td_module_mx2 .item-details .td-module-title a{
color:green;
}
.mycustomclass_3 .td_module_mx2 .item-details .td-module-title a{
color:blue;
}
You can place the code in the theme panel-> custom code section.
Thanks.
Hi,
That message you are receiving is a WordPress message, not coming from the theme. Admins have access to all the settings of the website, so if you are the admin the problem is caused by something else. I found some topics you can follow
– https://premium.wpmudev.org/blog/fix-not-allowed-access-page-error-wordpress/
– https://wordpress.stackexchange.com/questions/247039/how-do-i-fix-the-sorry-you-are-not-allowed-to-access-this-page-error-i-get-on
– https://www.quora.com/How-do-I-overcome-this-error-in-WordPress-Sorry-you-are-not-allowed-to-access-this-page
The theme activation is in no relation to that message. If you do not activate it, there will be a constant notification displayed as you write or edit posts for example.
Also be sure to check the theme requirements panel, for optimal functionality
– https://forum.tagdiv.com/requirements-for-newspaper/
Installing a demo is possible in 2 ways. Either install it with content (this will import the demo homepage and dummy content, theme panel settings etc)or install it without content (it will not provide the homepage, the rest will be the same).
Installing it with content will require more work from your part. The homepage will be provided just like in the demo, but it will display dummy content. You will then have to edit the page and edit blocks, grids etc to display your own content. Also set your own menus, logos etc.
Another way would be to install the demo without content, and instead of rebuilding the homepage copy the homepage structure of the demo. Like mentioned in these topics
– https://forum.tagdiv.com/topic/is-it-possible-to-change-the-website-demo-from-one-to-another/
– https://forum.tagdiv.com/topic/wish-about-the-demo/
– https://forum.tagdiv.com/topic/getting-started-from-demo-best-practises/
Thanks
Hello,
Sorry but there is no tutorial at the moment for landing pages. You have to use the multi-purpose elements from the tagdiv composer.
First, you can use a blank page template: https://www.screencast.com/t/vhw5VqKcp so your page will not show the header or footer. Then you can start building your page with the tagdiv. These few videos should help:
Thanks.
Hi,
You can design your website to look in any way you want. The tagDiv composer and multi-purpose plugin elements already offer many possibilities, there are more new ones to come. Some demo videos about the page builder here
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
– https://www.youtube.com/watch?v=C0ARTSimnUY&index=5&list=PL6CsDkMaejhr2ExZCO73U11SSVKB9r_NE&t=25s
We also provide many demos that can be installed, or you can create your own unique design
– https://demo.tagdiv.com/select_demo/select_demo_newspaper
– https://forum.tagdiv.com/installing-demos/
Please let us know if you have more questions, we will try to help you.
Thanks
Hello,
The amp plugin will not update automatically along with the theme. Please disable and delete the current amp plugin you have installed and then install it again from the main theme package you downloaded from envato.
Thank you!
Hello vivreausmic,
Please provide your website URL so I can verify it. Use only tested plugins and most important is to use only AMP plugin which comes bundled with the theme core files. Also, you should provide some useful screenshots of the problem.
Thanks for your understanding!
So you want the post tags to appear there. That is not possible at the moment. In the coming theme updates there will be options to position the post elements differently in the post page. So for example placing the post tags below the post title will be an easy task.
If you want to do that now, you will have to make modifications to the post template file and maybe some additional CSS. These are some similar topics
– https://forum.tagdiv.com/topic/post-tags-over-the-post/
– https://forum.tagdiv.com/topic/move-date-and-time-from-top-to-bottom-article/
Hello,
If you need another sort order that is not among the sorting provided by the theme, you will need coding skills to do. Here is an example:
https://forum.tagdiv.com/topic/implemented-new-sort-most-popular-among-posts-of-last-7-days/
Thank you!
Hi Lucian,
That is exactly what I need – Unfortunately both screencast links (added in blockquote) are not able to be displayed anymore. Is it possible for you to update them?! That would be a great help. Thanks in advance!
Hi,
Add this function into the
functions.php
file, like this: http://screencast.com/t/42g35dlHA
This will allow you to modify the sort order of post on category page:function foo_modify_query_order( $query ) { if ( $query->is_category() && $query->is_main_query() ) { $query->set( ‘orderby’, ‘title’ ); $query->set( ‘order’, ‘DESC’ ); } } add_action( ‘pre_get_posts’, ‘foo_modify_query_order’ );
Change the order as you like.
For the Mega menu you have to add this line of code
$atts[‘sort’] = ‘alphabetical_order’;
, like this:
http://screencast.com/t/0OmLDPNkD9U
Change the sort order as you like, using the values set for sort here: http://screencast.com/t/Gv2I6uUsThanks