- 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
MY DEFAULT HEADER LOOKS LIKE – http://www.screencast.com/t/c9NanZn64uF
THEN
I WANT TO MAKE LIKE THIS – http://www.screencast.com/t/bo3lCq8FTUz
SO HOW CAN I CHANGE IT ?
Hey, thanks for that.
I was using one of the multi-purpose headers before and added some extra features in there. Is there a way I can reuse that same header, or do I just have to make everything again?
Hi,
I’m trying to figure out how I can edit my header menu to be a floating transparent one instead of one with a solid background. e.g. I would like mine to be like: https://gmgphotography.co.uk/. So it overlays the first column of content on the page
Tried editing transparency and colour on Header and Menu settings – it just goes white. Is there a header style that can help with this? Or perhaps it’s just a click of a button?
Thanks,
Georgia
Hi, Thx for the answer
It’s work when I do
.td-header-sp-recs{
display:none;
}
But how can apply this css just for this page and not for all website ? Because this class it’s used in all pages.
Best regards
Hi,
Here you can set your code
wp-content\themes\Newspaper\parts\header\td-login-modal.php
https://www.screencast.com/t/KvchbrqlZVxT
Example
https://www.screencast.com/t/OdmpUCm6kwE
https://www.screencast.com/t/pV9lzJBM
Thank you for your understanding.
Hi Calin,
Thanks for the quick response. These plugins allow to add captcha in WordPress default form. I am using the dark theme and want to add the captcha on newspaper sign in form which is on top right header. If I am adding captcha at wp default form then newspaper sign in form is throwing invalid password error.
Please take a look on my website https://buffercode.in/ and let me know where to write my code to add captcha there.
-
This reply was modified 7 years by
buffercode.
Hey,
In the older version I edited the Multi-Purpose plugin to display a custom header, but after I updated it to the latest version the plugin stopped working and I can’t seem to find it anywhere to re-upload it.
I’m getting this error when I try to activate the plugin:
Fatal error: Cannot redeclare class td_api_multi_purpose in /home/myfolder/mysite.com/wp-content/plugins/td-multi-purpose/td-multi-purpose.php on line 43
Is there something I’m missing, or can you please help me figure out where I’m going wrong?
Thank you!
Hi,
I can assure you that the theme downloaded from themeforest does not contain any malware, if that is what you are referring to. We scan the theme, Envato scans the theme as well.
The theme can only be downloaded from here, which is safe
– https://themeforest.net/item/newspaper/5489609
I checked one of the websites on mobile, this one
– http://elmoncasteller.cat/
I was redirected to an app download page when I clicked on the top header banner, but that would be the ad code used.
The other website I visited is not secure – https://www.screencast.com/t/rmnQGGwm81
Maybe try and scan the website, database etc for malware if there is a problem
– https://sucuri.net/guides/how-to-clean-hacked-wordpress
– https://askwpgirl.com/10-steps-remove-malware-wordpress-site/
– https://forum.tagdiv.com/topic/tutorial-good-basic-security-practices/
Thanks
Hi,
A maximum of two buttons can be added in a multi-purpose header style. You can add them in the multi-purpose settings of the theme panel
– https://www.screencast.com/t/FSGV5cBaHL
Thanks
I have added a banner code that we got from an advertizer to the header ad box in Theme Settings. The banner is html5 and 90x728px. But when I see it on the website there are scroll bars around it like it is to big for the banner area.
Any advise on how to fix this.
The banner code is iFrame:
<iframe height="90" width="728" src="https://XXXXXXXXXXXXXXXXXXX/index.html"></iframe>
Banner shows fine on the website – only issue is the scroll bars around it.
Thanks in advance
Hello,
You should to change the values from the code below and place it in Theme panel -> Custom CSS area.
The code is here ->
.td-fast-news .td-header-wrap .td-header-menu-wrap-full, .td-fast-news .td-header-menu-wrap.td-affix {
background: linear-gradient(to right, #b9035b 0, #ef0a32 25%, #8b0081 100%) !important;
}
Thanks.
Hi,
This topic is similar – https://forum.tagdiv.com/topic/removechange-red-gradient-in-fast-news-demo-menu/
The customization had to be made in the stylesheet, at the moment a gradient cannot be set in the header by theme settings. It could be removed in the demo stylesheet if needed.
You could also create another code to remove it or change it. This code will be loaded after the one from the demo, so the transition of the colors may be visible. First the default ones will be loaded, then the code you use with the different colors.
So you could remove that gradient in the demo stylesheet. I will make a note on our list so that the gradient will only apply on the header style the demo uses. So changing the header style to a different one will not display a gradient.
I should mention that a header builder is being developed, this will add more flexibility in managing and creating header styles. It will be introduced in a future update.
Thanks
Hi,
I’m trying to modify an existing theme and wanted to know how to modify theme colors outside of the main editor? I’ve managed to change all but one color so was wondering if I needed custom CSS to modify it. Thanks.
edit. nevermind, I figured it out!
Hi,
1)You need to use a bit of CSS code for that.
div.entry-crumbs, div.entry-crumbs a {
color: red;
}
The result is here -> https://www.screencast.com/t/hyQQQ1MUoER9
2)Try the code below and place it in Theme panel -> Custom CSS area.
.td-category-header .td-pulldown-filter-list{
background-color:red;
}
.td-category-header .td-pulldown-filter-display-option {
background-color: red;
color: green;
}
.td-category-header .td-pulldown-category-filter-link {
color: green;
}
The result is here -> https://www.screencast.com/t/58COoyQ5UMc
3)Try the code below ->
.td-pulldown-filter-display-option li:nth-child(5) {
display: none;
}
See resulsts:https://www.screencast.com/t/Vd62Z5zk
Hope this helps!
Thanks.
How can i add button in Multipurpose header style.
Hi,
So you want to remove the footer Instagram only on some pages, posts etc. That could be done with some CSS for example
Before – http://prntscr.com/lnhgkw
With code – http://prntscr.com/lnhgpq
By using the unique ID of a post or page it can be removed only on them.
Or you could do it in the code by adding a condition, to not display the Instagram in some pages, something like this for example
– https://www.screencast.com/t/ywEp5gogLab
For Google ads the the CSS solution would not work. It is forbidden to hide them with CSS, unless using media queries
– https://support.google.com/adsense/answer/1354736?hl=en
So hiding them like that is not a solution unless using media queries.
For the page content in pages it would be simple, simply don’t use ad boxes in them. But the header ad and footer ad will still show.
Most users that require more advanced control over the ads are using the Adrotate plugin. I believe this plugin has settings to manage the ads. Some info about it here
– http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
– https://ajdg.solutions/manuals/adrotate-manuals/
Thanks
Hi,
You should use a bit of CSS code for this ->
.td-header-gradient:before{
display:none;
}
The result is here -> https://www.screencast.com/t/nPlxD6b1z62J
Thanks.
I’m getting the following errors
Anyone know how to fix it?
wp_postmeta.meta_key = ‘post_views_count_7_day_total’
AND
( mt1.meta_key = ‘post_views_count_7_day_last_date’ AND CAST(mt1.meta_value AS SIGNED) > ‘1542650380’ )
) AND wp_posts.post_type = ‘post’ AND ((wp_posts.post_status = ‘publish’)) GROUP BY wp_posts.ID ORDER BY CAST(wp_postmeta.meta_value AS SIGNED) DESC LIMIT 0, 2 feita por require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/Newspaper/category.php’), td_api_category_top_posts_style::_helper_show_category_top_posts_style, td_category_top_posts_style_4->show_top_posts, td_category_top_posts_style->render_posts_to_buffer, td_block_big_grid_4->render, td_block->render, td_data_source::get_wp_query, WP_Query->__construct, WP_Query->query, WP_Query->get_posts
[26-Nov-2018 18:02:27 UTC] Erro de banco de dados do WordPress Lost connection to MySQL server during query para a consulta SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) INNER JOIN wp_postmeta AS mt1 ON ( wp_posts.ID = mt1.post_id ) WHERE 1=1 AND (
wp_term_relationships.term_taxonomy_id IN (42,227,304,5123,5202,6102,6113,8083,8299,8331)
Hello
I am trying to customize colours in the Fast News theme. The gradient from the header menu with custom css:
.td-fast-news .td-header-wrap .td-header-menu-wrap-full, .td-fast-news .td-header-menu-wrap.td-affix {
background: linear-gradient(to right, #ef7934 100%, #ef7934 100%, #ef7934 100%)!important;
}
@media (max-width: 767px){
body .td-header-wrap .td-header-main-menu {
background-color: #ef7934!important;
}
}
don’t know if the code is correct, but I do not want any gradient in the header menu.
Now, when I switch to customize the text colour in the same menu, it overwrites the settings and I get other colours (not the usual red, blue, yellow gradient). I get a gray scheme (which I used before).
Even more strange, everytime I hit refresh, it loads first the standard gradient (red, blue, yellow), then it switches to the custom one, which is anyway the wrong one.
I don’t know if what I wrote makes sense 😛
Hi,
If you have header stile then then the logo template will take the size of logo you set in theme panel> header> logo
https://www.screencast.com/t/ty0QWcZulGI
https://www.screencast.com/t/kOPcHNK7Npo9
Thank you for your understanding.
Hi,
This is a theme option for smarty snap menu, I think you want the always sticky menu, please go in Newspaper>Theme panel> Header> Main Menu https://www.screencast.com/t/gUlG54r3dXC
For more information please read our documentation in section Sticky menu -> https://forum.tagdiv.com/main-menu/
Thank you for your understanding.
Hi,
I see the problem, it also affect this block title, maybe others
– https://www.screencast.com/t/MIQSERliH
The titles are there is both cases, but are invisible due to a white background color
– https://www.screencast.com/t/t68Pdv8rLTsg
Did you maybe set a white background color in the general header settings?
– https://www.screencast.com/t/IrtOqMeldI9
Please try to clear it or set a different color and check again.
Thanks
Hi,
@solokco That would happen if you deactivate the tagDiv composer and the headers style was set to a multi-purpose style. Try to set a different header style in the theme panel and check again. The problems should be solved.
Thanks
Hi,
I see the problem, but there are a lot more problems that the images not showing. For example the header search is not working, the block pagination next/prev is not working, news ticker is not working etc.
This would mean that the theme javascript is broken. There are some errors in the console
– https://www.screencast.com/t/5fV5Ja7WZB
The first step to take in such cases is to investigate plugins, or custom code entered in the theme panel or theme files (like scripts for example). Chances are a plugin is conflicting with the theme, in most cases that is the cause.
Thanks
Hello Carl,
Did you have check the Header Styles from our theme panel -> https://forum.tagdiv.com/header-styles/ Also, you can provide some useful screenshots with your desired changes so I will be able to provide a more accurate response.
Thanks for the message!