- 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,
I’ve just gone to log into my site and log in boxes have gone and it’s got the following messages:
Warning: mysqli_query(): (HY000/1030): Got error 28 from storage engine in /home/visitchesterco/public_html/wp-includes/wp-db.php on line 1924
Warning: mysqli_query(): (HY000/1030): Got error 28 from storage engine in /home/visitchesterco/public_html/wp-includes/wp-db.php on line 1924
Warning: mysqli_query(): (HY000/1030): Got error 28 from storage engine in /home/visitchesterco/public_html/wp-includes/wp-db.php on line 1924
Warning: Cannot modify header information – headers already sent by (output started at /home/visitchesterco/public_html/wp-includes/wp-db.php:1924) in /home/visitchesterco/public_html/wp-includes/pluggable.php on line 1219
Any ideas where this has happened?
i have an button on header writed BUY IMAGES and i cannot remove it
Hello
As my title, I wanna chang the mergin between Revolution slider and header (https://prnt.sc/kqxzob), or any element with header
thanks
Simion,
I reinstalled via WP and this the message I got>
Broken Themes
The following themes are installed but incomplete.
Name Description
Newspaper Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet.
Please advise
Hello,
I’m a front end developer who has been using the Newspaper theme to make a website for a client, and while it is a really great theme we have noticed some problems with it that we cannot seem to fix.
Problem 1: This is probably the biggest issue that we have with the page. There are syntax errors with the generated content and the parent theme stylesheet that will mess up how content loads on the front page. I saved the source code to a document and ran it through a validator which told me a list of the errors.
Problem 2: There is something that will randomly push .td-header-menu-wrap down sometimes. I would say 2 out of 5 times it loads properly, however the other 3 times it goes into our slider which is very distracting, especially considering that it is one of the first things you see on the page.
Problem 3: We have the Revolution slider which came with our theme and for some reason whenever the slide changes, it creates a div with a black background with a low opacity. This is a small issue but we have been trying to get rid of it for a while and have no way of fixing this without editing the code of the plugin which is never recommended.
If there is any info that you need before working on this please let me know.
I really appreciate you helping us out with this!
A header that allows for subscribe and login call-to-action buttons would be a nice additions to your current options. Thanks very much for the consideration. I’ve provided a couple examples:
https://www.awesomescreenshot.com/image/3594306/86c360c7e68289fc94bb6b42da28b5aa
https://www.awesomescreenshot.com/image/3594309/0ee29d0bb8300a7ba574716e04e9901e
I’ve been reading about the process of updating the theme and the need for creating a child theme, but I have a question about the Theme Panel settings. If I go into the Newspaper Theme Panel and select a header type, make selections for the breadcrumbs, theme colors, fonts, etc. and then I update my theme when a new version comes out, do I lose all those settings every time I update? I’m not talking about going into the code and making manual edits — I’m just talking about using the dashboard Theme Panel to make custom settings. Second question, will I lose content I put in the Custom Code panel within the Theme Panel when I update the theme? Thanks
The empty space is the result of hiding the sidebar. The remaining content will not automatically adapt to fill the newly created space.
Tablet is considered between these widths – https://www.screencast.com/t/NTYFSAe3
I could give you a code to remove the sidebar in those cases. Something like this maybe
– http://prntscr.com/kqv72g
Enter it here – https://www.screencast.com/t/wgi9pJqnoFn
@media (min-width: 768px) and (max-width: 1140px) {
.postid-1988 .post .td-pb-span4.td-main-sidebar {
display: none;
}
.postid-1988 .post .td-pb-span8.td-main-content {
width: 100%;
}
}
It will work only on that post, if you decide it works as you want and want it or all posts, remove the class with the ID from the code
– https://www.screencast.com/t/Ffg4t0g8
Seems you managed to remove that space – http://prntscr.com/kqv9j3
That is the padding top of the page, it creates some room between the header and content of the page. In your case you could use the menu overlay page template. This will position the header over the slider.
These are some demos which use the menu overlay page template
– https://demo.tagdiv.com/newspaper_law_firm/
– https://demo.tagdiv.com/newspaper_nature/
Hi,
Thanks for your help links.
With regards to the google tracking code snippet, I have pasted it into >newspaper >theme panel > analytics js codes >header script code >paste your code here.
Does this mean I don’t have to also paste it “right after the <head> tag on each page of your site”
I have not as yet pasted after any <head> tag.
The Google ‘Set up Analytics’ help states:
Tracking code snippet
Paste the following snippet right after the <head> tag on each page of your site. Replace GA_TRACKING_ID with your own Google Analytics tracking ID:
I have been through the documentation, I have checked all that I can and see no errors, yet my traffic is still about half of what it was before I activated tagDiv AMP.
Regards,
Ramon
Maybe like this – https://www.screencast.com/t/0bglaoD285r
.header-search-wrap {
right: 54px;
}
#td-top-mobile-toggle {
position: absolute;
right: 0;
}
.td-main-menu-logo img {
right:auto;
left: 20px;
}
Hi,
But if you shift the menu to the right what about the search icon? Maybe like this
– https://forum.tagdiv.com/topic/how-to-change-mobile-icon-menu-to-the-right/
Or maybe switch them? – https://www.screencast.com/t/EWt7fDFfEWc
#td-top-mobile-toggle {
position: absolute;
right: 0;
}
.header-search-wrap {
right: auto;
}
Also with the menu to the right as you mention
– https://www.screencast.com/t/Iqp57AJP
#td-top-mobile-toggle {
position: absolute;
right: 0;
}
.header-search-wrap {
right: auto;
}
.td-main-menu-logo img {
left: auto;
right: 54px;
}
Modify the codes as you want, then enter them in the phones section in the Advanced CSS.
Thanks
Hello,
The space is being held by the header ad. Here is an example of what removing the space will result in: https://www.screencast.com/t/yxFNHRgvqv
You can improve it a bit to a certain point using this guide:
.td-header-style-1 .td-header-sp-recs{
margin: 5px 0 9px 0;
}
.td-header-style-1 .td-header-sp-logo{
margin: 0px 28px 0px 28px;
}
Thank you!
Hello,
This happens because of the global header style chosen. Block template style 8 provided this result but this was fixed in more recent versions of the theme.
please either update your theme by using this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/ or change the global block template from here: https://www.screencast.com/t/rcPC3C8KB
Thank you!
Hi,
You can align the base currency left by using this css code:
.td_block_exchange .td-exchange-header{
text-align:left;
}
.td_block_exchange .td-column-1 .td-exchange-base{
margin-left:0;
}
You can add the code in the theme panel under custom css.
Unfortunately there is no way to have description as the base currency for all the exchange rates.
Thanks
In home page just below the crypto widget of header, there is a featured/main post article. It is currently random. On refresh the post changes. How to make it static and choose desired article.
I am aware that there is not an option for this, but I think we can solve the problem by using code in the functions.php file, surely starting from
if (strpos ($ url, '.it / en /') {
...
else
...
And of course you know the parameters related to the logo in the header and footer.
I ask you a little help.
Read also here https://www.webhostinghero.com/how-to-change-the-custom-logo-depending-on-the-page-in-wordpress/
Hi,
You can add up to two buttons in the header, when a multi-purpose header style is used
– https://www.screencast.com/t/TctndJZetIH
The settings for the buttons are here – https://www.screencast.com/t/Lvd3pe4JDu0
Their purpose is to link them to various URLs, maybe a donation page if that is what you want.
That is how this demo does it, a button in the header linking to a donation page with a form
– https://demo.tagdiv.com/newspaper_nature/
These buttons can’t be displayed in the footer. You could create a page and use that in the footer, use the elements you want in it including buttons
– https://www.screencast.com/t/7NJCJyutBA
Thanks
Hello johnmiao,
You should edit the top bar section from header style used by you and if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry! As a quick example -> https://www.screencast.com/t/ThUc0L47cq
Thanks for the message!
Hi,
There are options to place up to two buttons in the header, using multi-purpose header styles
– https://www.screencast.com/t/CkmHxnVLHtl7
– https://www.screencast.com/t/CLqTY4E3q
You can set an URL of your choosing for the button, but it can’t be set as login button.
The login is only displayed in the top bar when enabled
– https://forum.tagdiv.com/login-how-to-enable-user-registration/
Maybe an option to display the login in the main menu or change it’s location in the header could be considered if this request becomes popular.
Thanks
Hi ,
I use Header Style 12 , thats support 970px banner.
I put my GA Auto code (or 970×250) but GA shows 728 px banners.
When I checked the code I saw this rows that are generated by theme :
if ( td_screen_width >= 1140 ) {
/* large monitors */
document.write(‘<ins class=”adsbygoogle” style=”display:inline-block;width:728px;height:90px” data-ad-client=”ca-pub-0482243991094651″ data-ad-slot=”5269425833″></ins>’);
(adsbygoogle = window.adsbygoogle || []).push({});
How can I solve this problem ?
Hi,
i need to change the URL of logo LOGO UPLOAD and RETINA LOGO UPLOAD (header) if I visit certain pages containing in the URL .it/en/ (english version of my site)
if(strpos($url, '.it/en/') {
Can you please tell me the correct code for a function?
I think that the same function can be replicated for the logo in the footer.
Thanks!
I need to display the SIGN IN / HEIN button in the header. I noticed that there is an opportunity to add a button from your demo
Technology. there input button is. How to implement it on other demos? If this is not possible, will it be implemented in the future?
I checked it and the .css is loading in header, but the theme doesn’t apply any instruction
here is a new issue , please solve my problem as soon as possible _
hellow sir i am the new user of your newspaper theme.
my question is –
i want to expand my width of my all headers with disply view, because my display is show like much cunjasted so here is my screenshot – https://www.screencast.com/t/7FPER3jA
i want to expand it like – https://www.screencast.com/t/Bcq8XoVvn
Perfect, That was the problem. I used another header style and now it works fine.
If I can made a suggestion it’ll be great and easier to everyone to have this option in theme administration. Just a button to activate H1 in header or not.
Thanks!