- NewspaperHeader Builder
- NewsmagHeader styles
- NewsmagHeader ads
- NewspaperHeader ads
- NewspaperHeader styles
- Apitd_api_header_style::delete
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
- Apitd_api_header_style::add
- ApiAPI – Header style – Introduction
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperPosts Loop Element
- NewspaperHow to Add a Logo in Newspaper
- NewspaperDefault Category Settings
- NewspaperWhen tagDiv Composer is Not Working
Hi Simion,
I know the theme has a live search feature but it only exists within the header menu. Do you think you will be able to create a module so that we can drop the search function into a page when using tagdiv page builder?
Best,
Alastair
Hello again.
1. Possible or not, to output a picture, which at the beginning of post in the excerpt? Or do I need to put a picture for each post in the featured image ?
2. I have added a special visitor counter of website in the CUSTOM HTML section. The counter appeared at the bottom of the page. Is it possible to add somewhere else. For example where FOOTER COPYRIGHT or FOOTER TEXT?
https://www.dropbox.com/s/i8eysj566kqr4g1/footer.jpg
3. In the theme settings in the section GENERAL theme colors, I can change the color of all links, which also affects the the headers of the posts and buttons “Read more” and buttons up. How do I set the color of links for these areas?
https://www.dropbox.com/s/r65qhqz4pvr38fz/link-color-posts.jpg
4. How can I change the quotation block in the comments? https://www.dropbox.com/s/f6ye0ab26x66zr6/blockquote.jpg?dl=0
Original link to article – http://sanotes.ru/comp-dlya-ofisa-2016/
My settings in Theme Fonts\Post Settings – https://www.dropbox.com/s/5ynnv1a9624ysp9/blockquote-settings.jpg
We provided a solution in a similar topic, the user wanted to display a bigger logo in the mobile menu. So we provided a code to increase the logo size while maintaining a proper positioning for the menu and search icons. That code would look like this on your website
– https://www.screencast.com/t/05EzKKphvW
The same size will be kept when sticky
– https://www.screencast.com/t/QFm3Fbm9OVwA
So you could try it and see if this is how you want it, the code could be modified if needed. This is the code, it can be entered in Theme panel->Custom CSS
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu, #td-header-menu {
height: 100px !important;
}
#td-top-mobile-toggle,
.header-search-wrap {
top: 23px;
}
.td-main-menu-logo img {
max-height:100px;
}
.td-header-menu-wrap.td-affix {
transform: translate3d(0px, 0px, 0px)!important;
}
.td-header-style-6 .td-main-menu-logo img{
max-height: 100px;
}
}
How can i remove the Newsmag and Put my Site name on the Header?
Hi,
You could change that background color in the demo stylesheet
– https://www.screencast.com/t/q7aj5IGs
The demo you have installed uses an overlay menu page template. On mobile a background color is set so it will not be transparent. If it would be transparent when sticky it will look like this
– https://www.screencast.com/t/mIbOVsnI1ts
But you could change the black color in a different color as shown. Or further override it with a code like this (in Theme panel->Advanced CSS in the phones section)
– https://www.screencast.com/t/WugzgEDNjL
.td-construction.page-template-page-pagebuilder-overlay .td-header-wrap .td-header-menu-wrap.td-affix {
background-color: #fff!important;
}
Thanks
Dear. how much thicker we can make the header in mobile devices from the standard 54px without compromising the quality and look of the theme? What size you recommended?
Glad it has been helpful. The logo in the header or footer will have to be set in the theme panel
– https://forum.tagdiv.com/logo-favicon/
There are multiple header styles available
– https://forum.tagdiv.com/header-styles/
In the theme panel you can also find the Ads section, that is where you can add/remove the ads which will appear in the website
– https://www.screencast.com/t/TzpHFYOjr
If I missed or misunderstood something please correct me.
Hello,
The ticker at the top uses a shortcode from this plugin – https://wordpress.org/plugins/cryptocurrency-price-ticker-widget/ and you can place it in a column text element for tag div composer.
After you have installed that plugin you should add the shortcode generated by the plugin and place in the header column text like this -> https://www.screencast.com/t/AB20uPgwMr
Thanks for your understanding!
Hello,
I can’t say for sure where it should be added. The code provider should be the one to provide the implementation method as well.
Usually ad codes must be implemented in the head section of the theme. The section cna be found in header.php: https://www.screencast.com/t/PbMvxezf
Thank you!
Hello PornoPlague,
1)I guess that you are referring to the Top Bar section of the theme, right? Notice that section can be enabled/disabled from Theme panel, from here -> https://www.screencast.com/t/F4fLSrksiM and from here you can change more Top Bar layouts. So, according to your Header Style used by you, the Top Bar section differ. Also, the menu items for this section can be set up from here -> https://www.screencast.com/t/bgOf2xM27
2)When you have installed the demo with content, the results should look like this our demos from here -> https://demo.tagdiv.com/newspaper/ Please read our documentation from here -> https://forum.tagdiv.com/installing-demos/ and follow the steps from here.
3)You should provide your website URL so I can take a closer look at it. Make sure that you are using the latest version of the theme installed via FTP way, clear all the caches and check the results.
4)Please do not use this setting in Seo by Yoast: https://www.screencast.com/t/n8Cc35EofLh Also, if you are using the WP Super Cache plugin, please ensure that has been right setup according to our documentation here -> https://forum.tagdiv.com/cache-plugin-install-and-configure/
Thanks for your understanding!
Hi,
A background color can be set, it will be displayed on the sides of the website pages
– https://forum.tagdiv.com/background-introduction/
The inside of the containers will not be colored. I believe you want to do something like the black demo, or retro demo
– https://demo.tagdiv.com/newspaper_black/
– https://demo.tagdiv.com/newspaper_retro/
These demos contain custom design, only through custom design is that possible. You could try a code like this for the homepage
– https://www.screencast.com/t/V2sTX6AJ1
.home .td-main-content-wrap,
.home .td-header-style-11,
.home .td-banner-wrap-full{
background-color: #1a1a1a;
}
Thanks
Hello,
Please provide a link to your site so we can inspect it and provide an example of what this space is. Most likely you are referring to the top padding of a page. If this is the case, please use this forum topic:
https://forum.tagdiv.com/topic/remove-the-blank-space-between-header-and-the-first-block/
Thank you!
Hello pakdefense,
Unfortunately, the theme has not been tested with this plugin and we cannot say for sure if it will work or not with our theme, sorry! You should check the plugin documentation in order to implement it in our theme. Also, if you find the header and footer files of the theme notice that you should find them here -> https://www.screencast.com/t/LOR1q0G0vZOG
Thanks for your understanding!
Hi,
There are options to stretch the header elements, in the theme panel
– https://www.screencast.com/t/mNxl7f0vML
If you have custom CSS code, there are Advanced CSS sections in the theme panel
– https://www.screencast.com/t/pDHTd7SurB2
Desktop is considered 1141px and higher. Let us know if you have more questions.
Thanks
The categories pages are not displaying correctly. There is no admin header, categories, images or footer being displayed.
The selected layout is as follows
The actually screen shown is 
What is causing all my Category setting to be ignored. I tried changing Category Top Post Style and Category Template many times but cannot get the information to display
Errata corrige:
I added @media (min-width: 768px) { to the CSS
.sf-menu > li > a { /* I reduce the padding in the menu to avoid problems with the stickcy logo */
padding: 0 10px 0 10px;
}
@media (min-width: 768px) {
.td-header-wrap .td-affix .td-main-menu-logo img { /* I reduce the padding in the sticky logo */
margin: 0 6px 0 10px;
}
}
.sf-menu ul .td-menu-item > a:hover { /* GB Hover in the sub menu */
background-color: #eeeeee;
}
Please I did the right thing?
Thanks so much!
Gabriel
Hi jsupple05,
in the header-menu-2.php file replace the following:
—–code start here—-
<div class=”td-drop-down-search” aria-labelledby=”td-header-search-button”>
<form method=”get” class=”td-search-form” action=”<?php echo esc_url(home_url( ‘/’ )); ?>”>
<div role=”search” class=”td-head-form-search-wrap”>
<input id=”td-header-search” type=”text” value=”<?php echo get_search_query(); ?>” name=”s” autocomplete=”off” /><input class=”wpb_button wpb_btn-inverse btn” type=”submit” id=”td-header-search-top” value=”<?php _etd(‘Search’, TD_THEME_NAME)?>” />
</div>
</form>
<div id=”td-aj-search”></div>
</div>
</div>
—-code end here—-
With this code:
——————–CODE STARTS HERE——____
<div class=”td-drop-down-search” aria-labelledby=”td-header-search-button”>
<form role=”search” method=”get” class=”td-search-form” action=”YOUR SEARCH PAGE URL HERE”>
<div class=”td-head-form-search-wrap”>
<input id=”td-header-search” type=”text” value=”SEARCH” name=”q” class=”s search-input” onfocus=”if (this.value == ‘SEARCH’) {this.value = ”;}” onblur=”if (this.value == ”) {this.value = ‘Buscar’;}” /> <input type=”submit” id=”td-header-search-top” class=”wpb_button wpb_btn-inverse btn” value=”SEARCH” />
</div>
</form>
</div>
</div>
——————————
Update your search page url in the new code.
Let me know if this works.
I am using Header Style 9 and want to have a full-width image covered by my logo at the top.
I just cannot for the life of me figure out the aspect ratio it wants, or if that matters at all. Last image I used was 5446 × 3631 and it still was made into a thumbnail-sized photo in the header.
What am I doing wrong here guys?
I want to make my header constantly change to 4 different Colors (See example : https://www.youtube.com/watch?v=amRDYrLHwpI)
I know this is not possible in the theme panel. But I was wondering if it is possible through css or html? And even if it’s possible. Would it effect the speed of the website dramatically?
Thank you!
Hello all member, when using newspaper theme i have get an error with index.php in newspaper theme folder, it say: PHP Fatal error: Uncaught Error: Call to undefined function get_header() in /home/danhbaga/public_html/wp-content/themes/Newspaper/index.php:6
I have search on google for this error but I can’t find any suggest to fix this, can you help me.
Thank you.
Hi,
How can i make a header menu to automatic adjust to size of screen (changing font size)?
Now it looks ugly: https://imgur.com/a/fvdqE
Hello. Hope all is well with you in advance.
So. Okay. I don’t normally make it a habit to go around telling random people about my autism. But I have autism. Not as an exaggerated metaphor for the sake of example. But like the real diagnosed kind. I only say this to you because I can be a little overwhelming in my explanations and usually the problems I’m facing with these types of things that I’m about to go on to explain are usually simple but for some reason I can’t wrap my head around it. And to make matters even more complicated; I have little to no experience with building websites or coding or… Even much technology in general. So please bare with me through this. And thank you.
All that being said; there is SOMETHING wrong with something. With my very little experience on top of not having learned the WordPress dashboard all that much, it’s even hard for me to differentiate between what is what. Like ah, I’m not sure what is and are not the generic-default WordPress options as opposed to the Newspaper theme options I purchased and doubly; where there Newspaper theme options and aspects end where the included plugins that came with the Newspaper begin. If that makes any sense?
Point is; I’m not sure wherein my problem is. If it’s because of one thing or the other basically. No idea. And for all I know, it’s not an issue at all. It could be something I did? Or maybe even some box I need to tick.
I’m going to include here an image as the first example of this “issue.” (Including link also in case the image option can’t pull it from Imgur)
Issue(s) #1: As you can see in that screenshot of my website preview; above the blue bar there is an empty space that matches the color of the rest of the background. Is there any reason why the top/blue navigation bar isn’t connected and sitting into the top of the website? Why is there just that open grey area? And if this isn’t an ‘issue’ persay; then just simply, how would I go about accomplishing that? Because I can’t seem to find a way to do so.
And for the record; I did play around with the customization options and theme panel for a couple of days before coming here to the forum with this question.
I’ve tried re-installing the theme.
I’ve tried disabling all plugins.
I’ve tried different demos.
It doesn’t matter which one is used, I always have this same blank space at the top and the navigation bar won’t fit in there for some reason.
Here are a couple more examples.
W/The Default Newspaper Demo
https://imgur.com/a/naNs9
W/Crypto Newspaper Theme (This is the original demo I tried using and playing with.)
https://imgur.com/a/mXKBT
I eventually found and tried using a separate plugin for custom headers just to see what the result would be if I did so. And so here is one more screenshot using the Crypto demo with a custom header.
But as you can see; now it’s created an empty space above and below the custom header. So with or without that plugin, or any other number of customization I can’t seem to fill in the blank space.
Issue(s) #2: Correct me if I’m wrong; but if I’m not mistaken then after installing one a Newspaper demo w/content/media included; the resulting install should then look exactly like the preview of the demo that was installed, should it not?
Mind you. In all of the above screenshots – they were taken right after freshly installing the particular demo. And that is the exact & literal result. Even when clicking through the different links in the navigation bars I am just shown empty white pages. It seems as if when installing a demo the only changes that take place are those there at the top. Perhaps this walks hand in hand with whatever issue is causing the empty space at the top of the page?
Issue(s) #3: As I mentioned above, the original Demo I tried experimenting with was the Crypto demo. And so in the exact same frame of time I took the above screenshot; I also took this next one. This is what it looks like when I go to ‘Customize’
I’m assuming that is the way that the headers and navigation bars are supposed to blend together? Which is exactly what I want and what I’m asking for here. However; whenever I look at the actual website I get the empty spaces problem. AND it’s probably worth mentioning that I don’t see any of the front-end options to customize. Like where those top blank spaces bars show.
However; I did find that when I change Homepage settings from ‘static page’ to ‘your latest posts’ then this happens.
Example:
https://imgur.com/a/hLrDy
Now, that’s all fine and well and everything and it looks to have solved my problem. It even looks fine as a non logged-in user. But I still believe there to be an underlying an issue somewhere that needs to be fixed before I dig myself into too deep a hole. The reason I think this is because when trying to use the custom banner plugin option; this happens again;
Example: As shown in this example; there is still a blank space bar being created at the top of the page.
https://imgur.com/a/0YSNd
Issue(s) #4: And perhaps this is also part of the same issue(s) above? But there is no question to there still being a problem because there is an obvious error occurring here for whatever the reason(s) are.
When I go to ‘Pages’ and then click and attempt to edit any of them with ‘TD Composer’ I am greeted by the following error message.
“Errors happened during tdcIframeData.init() -> bindViewsModelsWrappers()!”
And here is the screenshot for reference.
I have that error message and the page never finishes loading; rather it just keeps going round and round. Nothing; none of the options are clickable and so there is literally nothing I can accomplish on this page/editor.
I did Google that specific error and I went through quite a few pages and forums; including even a few here on this support forum. But the few answers and suggestions I read that I did understand and tried implementing, did not solve the problems. And all the other answers/suggestions I just simply did not understand at all how to employ due to my lack of knowledge and skill in these types of things. So please… Explain this to me as you would to a child, aha.
What is the problem or what did I royally screw up? And how do I fix it?
I got this plugin, Worth the Read, which calculates reading time of the post.
I can use a shortcode, [wtr-time].
I’m using a child theme. How do I put this shortcode in the post headers, next to author name, number of views, comments, etc.
thanks!
Please help! Site is loading extremely slowly and wrong photos are showing up in the wrong spots. Everything was fine before.
http://2018.thehomicidalhomemaker.com/



Dear, Can I make the theme header of website PAKDEFENSE.COM in mobile device somewhat thicker than the standard?