- NewspaperHeader Builder
- NewspaperHeader ads
- NewspaperHeader styles
- 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
- NewspapertagDiv Cloud Library Plugin
- NewspapertagDiv Composer Tutorial
- NewspaperUsing the Theme Translations with WPML
- NewspaperInstagram in Newspaper WordPress Theme
- NewspaperWeather Shortcode
- NewspaperThe Mobile Theme
- NewspaperLogin – How to Enable User Registration
hi,the default title format of the theme is Post Name|Site Name,how to change it to Post Name|Category Name|Site Name? And also when page lists ,make the title show Post Name – Page Count|Category Name|Site Name.
This is better for SEO and I am not very happy with ALL IN ONE SEO,so pls help. Thank you.
We use the ‘limit login attempts plugin,’ which is very helpful. Also make sure you delete your admin account for WP and change the super user to a different name.
You might try this solution to add to functions.php
// Simple Query String Login page protection
function example_simple_query_string_protection_for_login_page() {
$QS = '?mySecretString=foobar';
$theRequest = 'http://' . $_SERVER['SERVER_NAME'] . '/' . 'wp-login.php' . '?'. $_SERVER['QUERY_STRING'];
// these are for testing
// echo $theRequest . '<br>';
// echo site_url('/wp-login.php').$QS.'<br>';
if ( site_url('/wp-login.php').$QS == $theRequest ) {
echo 'Query string matches';
} else {
header( 'Location: http://' . $_SERVER['SERVER_NAME'] . '/' );
}
}
add_action('login_head', 'example_simple_query_string_protection_for_login_page');
I believe you change foobar to whatever you want to be your login location and any query to wp-admin directly would go to home page.
Don’t do stuff like this unless you know what you’re doing.
e.g., make backup of functions.php first, and know how to FTP this, and then how to remove it if you are unable to login.
Thanks Chris! Just one more question then — when making a note of the changes you’ve made, say to header.php, do you note the line number etc?
Cheers.
I have removed sub-categories from category pages and displaying trending now there but latest drop-down is still displayed, how to remove it. http://www.screencast.com/t/6iBI4XWtXVS . I already used this custom css:
.td-subcategory-header .td-category-header {
display: none;
}
Thanks Lucian, that solved it for me. One other question. When you are viewing a specific forum, such as http://dc5.d50.myftpupload.com/forums/c/test-cat-forum/general-dirt-bike-discussion/, how can I get the same type of headers to show on this page?
Thanks Chris S, thanks Lucian
1. For Adsense, is pasted but the ad is not displayed on the header, right of the logo. http://www.infosen.net (can’t even see the source code from the browser)
I have the same problem with sidebar ad. see the title on the sidebar Pub G it’s an adsense test. I got white space.
i have a correct adsense account, my ads are well displayed here http://www.senclip.net
2. for iframe, no problem with youtube code for example.
but this
<iframe id=”cilStreamFrame-0c51086034″ class=”cilIframe” src=”http://www.coveritlive.com/embed/stream.v2.html?linkTo=http%3A%2F%2Fwwwssl.coveritlive.com%2Fembed.html%3FaltcastCode%3D0c51086034%26srcdom%3Dwww.coveritlive.com%26srcdomsec%3Dwwwssl.coveritlive.com%26height%3D750%26entryLoc%3Dtop%26commentLoc%3Dtop%26titlePage%3Doff%26replayContentOrder%3Dreverse%26embedType%3Dstream%26titleImage%3D&ac=0c51086034&height=750″ height=”750px” width=”520px” frameborder=”0″></iframe>
din’t work on http://www.infosen.net/?p=165
(but i love this template !)
thanks
Hi,
The “header’s” aren’t missing you just need to create categories for your forums. The forums we have on our demo: http://demo.tagdiv.com/newspaper/forums/ are grouped in two categories: http://demo.tagdiv.com/newspaper/forums/
Make sure that you also create a category and assign some forums to it an check again: http://screencast.com/t/RE7enJ0ez
This guide might help you create a forum category: http://codex.bbpress.org/getting-started-with-bbpress/
Thanks
Hi,
Sorry for delay, our daily support hours is between 8:00 AM – 17:00 PM (GMT+2) we take message one by one starting with the older ones.
You can use Header Style 8 from Theme Panel > Header: http://screencast.com/t/W90flT8YBmAc
and please make this change in header.php to add the banner above the Big Slider: http://screencast.com/t/4zWgrkK6hHoF
The result is: http://screencast.com/t/B8aeKnrn4
Hope this helps!
Thanks!
Hi,
For example for post template 3 you can use this css to change attribute values or add animations, hover effects: http://screencast.com/t/149APqTeyJ
.single_template_3 .td-post-featured-image img:hover {
max-width: 90%;
margin-left: 53px;
}
.single_template_3 .td-post-header-full h1:hover {
color: red;
font-size: 50px;
line-height: 50px;
}
You can find online tutorials related to this. Here are some css hover effects for example: http://www.corelangs.com/css/box/hover.html or http://designshack.net/articles/css/joshuajohnson-2/
Thanks
Hi, I recently added your theme to my website, and for some reason none of the headers are showing on any of my of my forum pages (all call them headers, but I am referring to the area that displays the text “Topics / Posts” “Last Comment”, and so on). Here is a link to my forums: http://dc5.d50.myftpupload.com/forums/. FYI, this is my testing site, but I can’t figure out how to get them to show like in the demo, instead they are just blank
Hi,
Sorry for the delay!
Our daily support hours is between 8:00 AM – 17:00 PM (GMT+2) and we take message one by one starting with the older ones. For some messages we need more time to test and research the issues/requests/reports.
I have also tested the issues you’ve reported and haven’t found any issue with the transparent background. Set a background image from theme panel: http://screencast.com/t/0cOR1Iya8KH8 then set the header to transparent: http://screencast.com/t/CXvxGRze to test this.
Regarding the use of custom html instead of posts into the big slider I’m afraid that the theme doesn’t have an option for that and you would need to customize it yourself for it.
I’m not sure about what type of menu you refer to, if you want you can send me your site URL and I can take a look at this.
We recommend to use the logo at 300x100: http://screencast.com/t/2z2hcKeB and the theme doesn’t have an option to resize the logo so you would have to do it via css if you need it. Send your site’s URL so I can tale a look if you want.
If you are unsatisfied cannot use the theme, we can provide you with a full refund. Please contact us via email contact@tagdiv.com
Sorry for all the trouble you’ve encountered using our theme.
Thanks
Hallo
I’m trying to use Newspaper template for my site. For the moment I’m using it on a localhost.
When I click on “View the site” I am redirect to http://localhost/wordpress/ and a generic homepage-with article appears.
My it’s NOT my homegage!
I created my homepage as you show in your tutorial. I called it “Homepage” and I used the homepage-with article list model.
I can see it if I click on the house-shape button in header menu and it’s address is
http://localhost/wordpress/homepage/
But I want that MY homepage is loaded both when I click the home button and when I load the url site.
Basically I want that
http://localhost/wordpress/
and
http://localhost/wordpress/homepage/
show the same page, that is my hompage!
I hope I’ve been clear…
Can you help me??
Hi,
You can find the title tag in the header file: http://screencast.com/t/yexe7dmSp8pA
Alter it as you like. As for the code you’ve sent I believe it also adds an description (post excerpt), keywords(tags) on post pages, I’m not sure how it will work, the theme doesn’t have an option for that.
Thanks
1.The header won’t go transparent. I tried the button in theme panel.
2.I want to have the homepage with the background image but instead of using articles on the ‘big slide’ I want to use custom HTML.
3. Menu will not squeeze, looks chunky and logo is minute in relation to the rest of the menu.
Help appreciated.
Hi there,
I want to know is it possible to add the icons from visual composer and assign them to the menu. For example I want to have a computer icon representing my pc section on the menu. I don’t know if its possible or I have to use another plug in. Also I want to know how can I set margin for the Logo and menu so I can reposition them the way I want and also how can I move the advert from the header above the Big slider.
I am a developer.
I’ve built over 1000 websites.
I was just going to ask for your experience and best advice but I don’t want to put you out. I’m well aware my $60 just bought the theme in an as is basis but customer support is going the extra mile. Right, so, why won’t the settings work when I try to make the header transparent and/or move the header up?
Thanks for your support.
Found a fix for my issue!
I created a class and added it to header-style-1.php part
before
<div class=”td-header-container td-header-wrap td-header-style-1″>
after
<div class=”td-header-container td-header-wrap td-header-style-1 menu-color”>
.menu-color{
background-color: #032f54;
}
I still need to know how to disable the background fade in effect. Thanks Lucian
Hi,
I have checked your site and noticed that the logo container is empty: http://screencast.com/t/CcyepQXxSFFg so please make sure you do this right (last section): https://forum.tagdiv.com/header/
I have also tested this using the latest theme version and haven’t had any issue of this type so you shouldn’t experience this also.
Please make sure that you use the latest theme version which is 4.6.1
Please try this without any plugins active and also make sure you empty cache as well and make sure the theme actually saves settings. The issue with saving settings usually appears because the server security module blocks the access to admin-ajax.php file. Try to verify if this happens when you save settings in other cases in theme panel and also verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
Contact your server administrator and explain the situation, as it’s requested many times during the a save the file it’s treated as threat so it’s banned. You can report false positives to your server administrator to remove it from the banned list.
Hope this helps! Please let me know how it goes!
Thanks
Hi,
Tested this using the same IE version you’ve mentioned also using the header style 1 and still haven’t noticed anything wrong: http://screencast.com/t/JKimdMGpFT
Please also test our demo page and let me know if you notice anything similar to your issue: http://demo.tagdiv.com/newsmag/
I can’t help if I can’t see this issue so please also provide your site’s URL.
Have tried to check this without any plugins installed so that you can exclude the fact that a plugin may cause this?
Please let me know!
Thanks
After posting a new article tonight, I debugged it using FB’s tool like I always do, only this time, errors were popping up. Funny thing is, I haven’t touched the site since posting the last article last night. Debugged was fine then.
But now it says, “Your page has meta tags in the body instead of the head. This may be because your HTML was malformed and they fell lower in the parse tree. Please fix this in order for the tags to be usable.”
This is the page in question (although all pages produce this error now):
http://lightersideofrealestate.com/real-estate-humor/truth/things-real-estate-agents-loan-officers-wish-say-cant
I’ve already deactivated all plugins to try to isolate the error … no dice.
Then I went through the <head> portion of header.php, but can’t see any “malformations” that would cause FB meta to show up in the <body> tag.
Been at this for hours.
Anyone run into this issue before?
Would so appreciate if any of you could take a look at the head tag, if something is incorrect.
Thanks in advance.
Hi folks
this is kind of a special use case; but from time to time when we have a store, selling our services, we will be using the built-in WooCommerce sticky message bar (“store notice”) for things like “closed for Memorial Day… back on Tuesday” or similar.
One minor issue, is that the top menu bar and sometimes main menu from theme obviously gets chopped off by the “message” sticky. So either the top menu is completely covered up, or when a Newsmag sticky menu is being used, it doesn’t stick since the top needs to be down the same height as the main menu (or rather main menu, sticks but is hidden 80% by the message sticky).
On phone, all menu options top of page are chopped off … hidden; and on iPad/tablet portrait, same behavior as desktop.
SO: my suggestion for theme is a simple one:
make the sticky “store message” stick to FOOTER vs header for the WooCommerce “store message” … some other themes, including some Woo themes do this to solve the top menu bar “issue.”
OR:
suggest some “push down” CSS which could be added to top of the theme menus to push everything down the 37px used by the store message sticky bar; then presumably one could just add that to custom CSS box “as needed” a few times per year when message is needed.
Obviously I have no problem doing the CSS thing.
From an “average customer” use case, I’d consider making the sticky go across bottom, since it would really just hinder the sub-footer, and in most ecom setups that menu stuff goes into the regular footer menu so it’s easier to click/tap.
(Setting up my first WooCommerce store… went through about 6 Woo themes, and came back to – duh- using NewsMag — exactly what I wanted…. !)
Also, perhaps adding to theme docs: for the WooCommerce setup, choosing the sidebar layout for posts, does not impact the pages, and so pages and categories must be set separately – which is a good thing since I wanted the cart and checkout to be full width and not have sidebar for ease of use. Wasn’t clear since the “woocommerce” template setting actually only works for store items and none of the other “pages.”
Thanks 🙂
Hi there,
When I try to publish a video post with video format post and style 8, I have the following error…
Warning: get_headers() [function.get-headers]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /nfs/c07/h01/mnt/173530/domains/sermaior.com/html/wp-content/themes/Newsmag/includes/wp_booster/td_video_support.php on line 109
Warning: get_headers() [function.get-headers]: This function may only be used against URLs in /nfs/c07/h01/mnt/173530/domains/sermaior.com/html/wp-content/themes/Newsmag/includes/wp_booster/td_video_support.php on line 109
Warning: get_headers() [function.get-headers]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /nfs/c07/h01/mnt/173530/domains/sermaior.com/html/wp-content/themes/Newsmag/includes/wp_booster/td_video_support.php on line 109
Warning: get_headers() [function.get-headers]: This function may only be used against URLs in /nfs/c07/h01/mnt/173530/domains/sermaior.com/html/wp-content/themes/Newsmag/includes/wp_booster/td_video_support.php on line 109
Any help…
It’s on every page of this site: http://policek9magazine.fatcow.com/wordpress/
The main nav and the section headers (News & Videos, Events, etc.)
Thanks!
Google follows all links on your pages, even if set to rel=”nofollow” … internal links on your site to your own pages do help your “link juice,” but not to external sites if on “all pages” as that is spammy. This is not theme related; all sites often have used footer links to make navigation throughout a site easier when somebody hits bottom of page (so not needing to scroll to top to see top menu again, or side menu).
There is nothing in the theme that prevents Google from following the links on your pages, or the footer, or the header, or the sidebar, etc.
You may have custom settings in Yoast WordPress SEO – or similar – which can control which elements are not followed (such as nofollow internal links), or which hide pages from your XML sitemap.
The thing is, Google now looks at your XML sitemap, if available to determine what content to index, its “priority” and to build the custom results in search, where for your site it would show things like your “about us” page and “editorial staff” as primary information pages; this is also where the footer links can help.
Footer links to external sites should be rel=nofollow.
Hi,
You can use css for that, just use this custom css in theme panel > custom css filed and adjust it as you like:
.td-a-rec-id-header, .td-g-rec-id-header {
top: 35px !important;
}
Please let me know if this doesn’t work and also provide your site URL.
Thanks