- 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
Dear Team,
Please guide me to add google auto ad code in theme header. (I can not see theme HTML edit button)
Thanks
Hello Support Staff,
Is there any way I can have main logo sit in middle of the menu while the menu items are split towards left and right?
Like so https://snag.gy/AYS264.jpg ?
Any css code to apply on Header Style 9 or 10?
Thanks
Hi,
This is the custom css for border bottom line
.td-header-style-5 .td-header-menu-wrap-full {
border-bottom: 3px solid red;
}
https://www.screencast.com/t/m5Wth5NH
If you want you can change the color;
Thanks.
Hi,
Please check our documentation for Header styles -> https://forum.tagdiv.com/header-styles/ and set the one that you like more.
Also for LOGO ON STICKY MENU, please go in Newspaper>Theme panel>Header>Main menu Logo on sticky menu
-> https://www.screencast.com/t/P8Fy2kj53
Results -> https://www.screencast.com/t/ESaLt2yn6Kh
Thank you.
I’ve received the error message described below. Also, I was unable to install the recommended plugins with the same error message. Please advise.
Installing Plugin: tagDiv Composer
The plugin does not have a valid header.
Downloading installation package from https://www.jonathanics.com/wp-content/themes/Newspaper/includes/plugins/td-composer.zip?uid=5c36dd2e6d7df…
Download failed. cURL error 35: gnutls_handshake() failed: A TLS fatal alert has been received.
Hey Catalin,
I’m not wanting to change the background image. I’m wanting to change the category header box shown in the screenshot below from grey to an image. Can this be done?
Thanks,
Bianca
Also, you failed to address the WordPress database error Lost connection to MySQL message from the debug log which I included in my previous note. Any thoughts on this?
This is from the debug.log
[08-Jan-2019 18:03:51 UTC] WordPress database error Lost connection to MySQL server during query for query SELECT post_id FROM wo_postmeta WHERE meta_key = ‘_wp_attached_file’ AND meta_value = ‘2018/03/can_logo_orig_400x148_reg.png’ made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/Newspaper/single_template_6.php’), get_header, locate_template, load_template, require_once(‘/themes/Newspaper/header.php’), td_api_header_style::_helper_show_header, load_template, require_once(‘/themes/Newspaper/parts/header/header-style-9.php’), locate_template, load_template, require_once(‘/themes/Newspaper/parts/header/logo-text.php’), attachment_url_to_postid
Thanks for your response.
After reading through a number of the threads is appears that it’s not a valid error or anything to be concerned about based upon a comment from Bogdan B. on the following thread from 2016. Is that still the case?
https://forum.tagdiv.com/topic/fatal-error-due-to-newspaper-theme/
Bogdan B.
“But as a note…this is useless as the error is a false positive of sort. It will not affect anything except give you this information. Do this only if it bugs you. The theme has a custom header that is not grabbed from WP and the crawlers do not detect it as an existing function in the WP code. It’s not really a valid error. If something is not as the crawler likes it to be, it does not mean it’s not OK. A standard user will not have acess to this link at any time except if he manually types it in.”
Hello guys,
I’ve accidently done something, that messed up my website. The adress is vogulepoland.net As You can see, at the top an article appears, and i don’t know how to remove it. Please help.
Best regards
Hey all,
I have this website: Companymakers.co
It’s a content website sponsored by our company, Meet in Place.
I’d like to add our logo on the left side of the header, but don’t seem to be able to via the editor.
Any ideas?
Using 8.6 and have been waiting for the WP5 to be released etc
Still using WP4.9 and this morning i tried update from 8.6 to latest version 9.2.1
after install it loads the menu and header then nothing
In the back end i open the homepage TagDiv composer and it gives the error
Error at rows: 3(models) : 1(dom). The model does not match the content
opened developer tool in chrome and got
?td_action=tdc_edit&post_id=38&tdbTemplateType=page:1
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
reverted back to old version and had a lot of [vc] [/vc] code on the home page
In admin had a notice saying the TagDiv composer and TagDiv Social Counters do not work with this version
noticed in plugins the TagDiv composer is version 2.3 – so reverted back to version 1 and now i have my site back
what is the best approach to update
Hi,
I’m using style 11 for my header – is there any way to center the menu items on the main menu?
Thanks,
Tim
I cannot find any way to alter the typography (size, font, case) of the large upper case category title (in this case AUDIO REVIEWS) that appears on the Article Display View page (see here: http://jazzreview.co.uk/category/reviews/audio-reviews/). I can see no field in Theme Fonts for this particular header. Is there none or have I missed it? Thanks
The get header error is a common issue in WordPress, there are quite a few topics about it. Some of them here, there are some suggestions in these topics, you could go over them
– https://forum.tagdiv.com/topic/fetching-with-google/
– https://forum.tagdiv.com/topic/theme-code-can-be-accessed-directly-outside-wordpress/
– https://www.wpproblems.com/how-to-fix-fatal-error-call-to-undefined-function-get-header/
– https://forum.tagdiv.com/topic/fetching-with-google/
– https://forum.tagdiv.com/topic/crawl-error-newspaper-theme/
– https://forum.tagdiv.com/topic/fatal-error-in-wp-contentthemesnewspaper/
Hi,
Please try this custom css
https://www.screencast.com/t/4O0E6zihQ
.td-header-style-5 .black-menu .sf-menu > .current-menu-item > a, .td-header-style-5 .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-style-5 .black-menu .sf-menu > .current-category-ancestor > a, .td-header-style-5 .black-menu .sf-menu > li > a:hover, .td-header-style-5 .black-menu .sf-menu > .sfHover > a {
background-color: transparent;
color: #4db2ec;
}
Add the code in Newspaper>theme panel.Custom code>Custom css
Hope this will help you.
Thanks.
Just today morning i checked my website bloggerwalk and i just saw a letter “S” appeared on top. I tried to find the way to remove it by going in header theme files but i don’t find any solution. Kindly help
WPML Support corrected a missing table in the database but the site is still slow.
I’m seeing the following items repeating in the wp-content/error_log:
[08-Jan-2019 13:30:22 UTC] PHP Fatal error: Uncaught Error: Call to undefined function get_header() in /home/px0yzkwouz6p/public_html/wp-content/themes/Newspaper/index.php:6
Stack trace:
#0 {main}
thrown in /home/px0yzkwouz6p/public_html/wp-content/themes/Newspaper/index.php on line 6
This is from the debug.log
[08-Jan-2019 18:03:51 UTC] WordPress database error Lost connection to MySQL server during query for query SELECT post_id FROM wo_postmeta WHERE meta_key = ‘_wp_attached_file’ AND meta_value = ‘2018/03/can_logo_orig_400x148_reg.png’ made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/Newspaper/single_template_6.php’), get_header, locate_template, load_template, require_once(‘/themes/Newspaper/header.php’), td_api_header_style::_helper_show_header, load_template, require_once(‘/themes/Newspaper/parts/header/header-style-9.php’), locate_template, load_template, require_once(‘/themes/Newspaper/parts/header/logo-text.php’), attachment_url_to_postid
Hi! I’ve purchased your theme and i find it great, everything works fine and is easy to set.
But i got a problem with the mobile header logo, it looks blurred. I tried to save it on different format and png was the best result, but far away from a clear image.
How can i fix this?
Here’s a screenshot via mobile: https://ibb.co/8gyVRc9
Hi,
If I understand correctly you are referring to this registration https://www.screencast.com/t/xLxxFwKwvq
if is so then the only way that you can add those elements is to edit the theme files.
In order to do that you need to go in wp-content/themes/Newspaper/parts/header/td-login-modal.php
https://www.screencast.com/t/dwJZk3Xlofz
Thank you.
Hi,
What buttons are you referring to exactly? If you mean the ones in the header and footer, you can remove the links for each social in the theme panel, they will not be shown anymore
– https://www.screencast.com/t/M7FtLqjTn
– https://www.screencast.com/t/CbehxMJzXy
The post sharing socials can also be disabled, top and bottom sections
– https://www.screencast.com/t/KOqKm4PFA1V9
Thanks
Hi,
Please try this custom css
.sf-menu a:hover, .td_mega_menu_sub_cats .cur-sub-cat {
color: green;
}
.td-header-gradient:before {
background: none;
}
https://www.screencast.com/t/agnObjHL5
Thanks.
I will gladly help you but I don’t quite understand where exactly these widgets you are referring to have to be displayed.
Under the header would be in the page content. Edit the page with the tagDiv composer and use a widget sidebar element. Widgets can be used in the page content or where the composer can be used, by a widget sidebar element
– http://prntscr.com/m4f4zj
So you can create widget sidebars and display them in pages and cloud templates. Create as many as you want
– https://forum.tagdiv.com/sidebars-tutorial/
Hi Catalin,
You can look at this page I sent as example:
https://viralwiz.com/six-dead-at-hollywood-florida-nursing-home-after-irma-cut-power-mayor-says
When looking in desktop version you can see the sidebar loads to the left of the content which is ok – screenshot here: https://imgur.com/a/NZllR6P
But when I minimize the width to look more like mobile the sidebar moves down below the content. screenshot here: https://imgur.com/a/JqzX2Bk
I’d like the sidebar to be above the content in mobile so it would be directly below the header – here: https://imgur.com/a/1WEElTH
Hope this helps in better understanding.
-
This reply was modified 7 years by
drasticoder.
Hallo Simion C, I mean not in the header, under the header, at the top in the post area, can I get a clearer explanation.
Hi,
Here are the shortcods for the homepage city news, all you need to do is to make a new page, give a tite and paste the code in content
-> https://pastebin.com/qwC3XkwR
Also you can set the block header to style 4 to be like in demo -> https://www.screencast.com/t/lsfiiupqkm
Hope this will help you.
Thank you.