- 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
- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_top_bar_template::add
- ApiAPI – Top Bar Template – Introduction
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
- ApiAPI – Single Template – Introduction
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_footer_template::add
- ApiAPI – Footer Template – Introduction
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_smart_list::add
Yes; this is why we completely disable XMLRPC on our system. We had this happen a couple of times in 2012 and whacked the entire system.
we add this at bottom of .htaccess on all our sites (Apache)
<IfModule mod_alias.c>
RedirectMatch 403 /xmlrpc.php
</IfModule>
and delete this from header.php
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
Hi there,
I just updated to the latest version of Newspaper on a relatively new wordpress install. For some reason I don’t see the full width header and footer on my site that I see on your default demo. The settings have all been reset to their defaults, but my footer doesn’t expand to the edges of the browser.
My goal was to have something similar to your Travel Guide demo, where there’s an image that spans the entire width of the header and footer. So I installed the Travel Guide demo settings (no content) but the footer and header were not full-width.
I noticed one thing while playing with the settings though. In the Footer Background settings, whenever I select Full Width for the size and try saving the settings, it hangs and doesn’t save the setting. That spinning gif just keeps spinning continuously and I’m resorted to refreshing the screen to get out of it. When I imported the settings for either demo, that Full Width option is selected, BUT, whenever I change a setting in Footer Background and try saving, it hangs as long as that Full Width option is selected.
Can someone please help me out on this? I’m not sure if this is a bug or if this is just on my end.
Thanks,
Taku
Hi
You can use the default page template for pages and the latest article list won’t be displayed anymore: http://screencast.com/t/LSCtGTxkwUx
You can use top bar 3 for layout: http://screencast.com/t/9qbbYUnC then use this css in theme panel > custom code > custom css: http://screencast.com/t/d3ceP227f
.td-header-sp-top-menu {
float: none!important;
}
.menu-top-container{
float: right!important;
}
Please make sure that the parameters from system status have the values indicated here: https://forum.tagdiv.com/system-status-parameters-guide/ and also try to deactivate all plugins except Visual Composer, clear all caches then test the site again.
Let us know ho it goes.
Thanks!
Hi
Trying to introduce a demonstration of NEWSMAGAZINE.
but the page is not displayed correctly…
Try other demos
-> same result
Change Header Menu (main) from td-demo-header-menu to td-demo-top-menu
-> menu is displayed correctly but next contents is not displayed correcly…
Please HELP me
Hi
The site won’t be slowed down to much by a 300px image, so you can use it without any restrictions. However depends by the header style used if your logo will be displayed at 300px or not. Some header style won’t display a logo higher then 272px.
Thanks!
Hi
Try this css in theme panel > custom code > custom css:
.page-id-abc .td-header-menu-wrap-full{
display: none;
}
Replace abc with the numerical id of the page where you want to hide the menu. To get the id please follow this link: http://screencast.com/t/5xrTUBAMgm
Thanks!
Dear Catalin,
I am doing that, but it doesn’t work. I added the custom CSS to the custom CSS box of the page in which I wanted a different header image. I changed the post/page id and changed the URL of image. Still the header doesn’t change.
Gaurav
HI
Try this css in theme panel > custom code > custom css: http://screencast.com/t/GFmyWlTyq6
.td-header-style-5 .td-main-menu-logo img{
margin-right: 0px;
}
Thanks!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/VotQm8QHysom
.td-header-sp-recs img{
left: auto;
}
Thanks!
Hello Gaurav,
Sorry for the delay but please notice that we treat our customers from oldest to newest and if you will make any bump, your question will be put at the top of the forum and will become newer and that’s why it appears this delay. Also, please notice that here you can see our Support Hours -> http://screencast.com/t/K1pbx14Wi and also, we answer on the forum from oldest to newest, respecting our program.
Unfortunately, our theme does not have such an option that allows you to change the header style for each page or post, sorry! This is not a simple task for implementing but if you want to add this, please notice that you will have to edit the td_api.php core file, like this -> http://screencast.com/t/jeqVre3Gb Here, I gave you a screenshot where exactly you should add your conditions to have a different header style for each page or post page. Please notice that you will have to set the header style for page, you will have to use the is_page() and for post pages, it have to be used the is_single(). Between parenthesis, you should use the page ID or post ID. For more references in this regard, please consult here -> https://developer.wordpress.org/reference/functions/is_single/ -> https://developer.wordpress.org/reference/functions/is_page/
If you are not an advanced user and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry! We only can point you at the right direction.
Thanks for your understanding!
HI
I’ve checked the indicated page and the header ad is displayed fine on desktop: http://screencast.com/t/8XqkVu1coM6 If you still have this issue try to clear all caches including browser’s cache then test the site again.
Thanks!
Hi,
You can remove the lines 17 & 18 from header.php
And the same for all feature updates
Hi guys, I have a question about the header in Newsmag.
I wanna put a Revolution Slider in the header like this: http://demo.tagdiv.com/newsmag_fashion/ behind the buttons and at the top of the site.
Is it possible do this? Thank you for your time.
Hi, i have searched and tryed all that you said to align the header ad, but not working. I have also edited the style.css but i cant not align the header banner to the right.
How can i do it, thanks!
I have tried this custom css:
.td-header-sp-recs{
float:right!important;
}
.td-header-style-1 .td-header-sp-recs {
margin: 28px 0 9px 0; float:right;
/* responsive portrait tablet */
/* responsive portrait phone */
/* responsive portrait tablet */
}
site: http://www.iberobike.com
Hi
Try this css in theme panel > custom code > custom css:
.td-post-next-prev-content a{
border: 1px solid red;
}
To make the header full width you need to edit header-style-6.php and remove this class: http://screencast.com/t/l2blpwrQyis
Thanks!
Hi
Header’s height is given by the height of its elements, logo an menu. Try this css in theme panel > custom code > custom css:
.td-header-wrap {
height: 50px!important
}
.td-header-style-6 .td-main-menu-logo a, .td-header-style-6 .sf-menu > li > a {
line-height: 50px;
}
#td-top-search{
top: 33%;
}
.td-header-style-6 .td-header-menu-wrap-full {
height: 50px!important;
}
Thanks!
Hello,
You should remove your current css and use this for the active color:
.sf-menu > .current-menu-item > a
and this for the non active menu color:
.menu-item-50074 .td-header-style-5 .sf-menu > li > a
Try not to use important where you can as it afects the active color as well.
Thank you!
Hello,
You can change the header color for the mobile version of the theme from the theme color settings here:
http://screencast.com/t/WvYuB0wwG
Thank you!
Hi there,
We had the below conversation with Bogdan B at themeforest.net:
rboye PURCHASED
1 day ago Flag
Hi guys,I have rather many categories added in my “main” menu. I have chosen these items to be in white color with a blue background. The issue is that when I reduce the size of the web browser screen (on my computer), I notice that the menu items jump down one row. However, the row that it jumps down to is in white (since the background of my website is white) so you can’t even see the last items of the menu anymore, they just get hidden based on the color. It just results in an extra white row. I have to reduce the screen size significantly more for it to start using the “mobile menu” instead.
This creates problems for everyone using those screen sizes in the middle, between full size and “mobile size”, since they can’t see the items of the menu. How do I fix this? One idea, which many themes do, is that the background color of the menu also gets one more row when the menu items get one more row (which in this case would mean that the blue color also gets one more row when the white menu items get it). Is this possible, or do you have any other fix for this issue?
Thank you in advance.
tagDiv
tagDiv AUTHOR
about 5 hours ago Flag
Hello,I’m not sure how you changed the header color. If you change it from the theme panel as recommended, and not with custom css, then it will show properly even if your content falls on 2 rows: http://screencast.com/t/vY1ELC9a Here is the back-end setting required for this: http://screencast.com/t/jjDCCU4ab Please use the theme panel settings to change theme colors. If you have any further questions, please open a nw topic on our official support forum at https://forum.tagdiv.com/forum/newspaper/
Thank you! Bogdan B
rboye
rboye PURCHASED
about 4 hours ago Flag
Thanks Bogdan.I did change the color in the theme panel settings, but I am still getting this issue.
Could it be that I am using version Version: 4.6.1? I would really not like to update, because I did try to update a while ago but so many things had changed and I spent a whole day trying to get things back to the same look and function as I had with the older version, and in the end I down-graded again to the older version since I didn’t get things the way I wanted them to be. Therefore, can I solve this issue with 4.6.1? From what I can understand, it should be just a small code-change for the menu-strip to expand in accordance with the menu.
Thank you.
tagDiv
tagDiv AUTHOR
about 1 hour ago Flag
Hello,Please open a new topic on our support forum and provide a link to your site so we can take a look at it and maybe provide the proper code for the menu. We suggest updating the theme though eventually as more and more things will start to break as you update everything around the theme, but not the theme. Newspaper version 4 is almost 2 years old. We cannot assure it’s compatibility with the latest versions of wordpress or plugins. Eventually you will have to take this step and update the theme.
Thank you! Bogdan B
Would you be able to help me and provide the proper code for the menu? I would very much appreciate it. The website is homereviewed.com.
Thank you.
Hi
The icon can be removed from header-menu.php and header-menu-h1.php files by commenting this code: http://screencast.com/t/19JIEfnDm9s6
Thanks!
Hey Tagdiv,
I want to have a fine thin gray line border around the “previous and next article” displayed at the end of the post. Have a look at this image: https://i.snag.gy/lHab7o.jpg
Please give me some custom code for this rectangular box. Can I fill this box with some light gray color too?
One more thing about the header.
You can see that my current header is a full-width header but the logo and another navigation menu still wrapped under the theme width. How can I make it full length too? I mean , the logo should start with far left and the navigation menu should touch the far right.
Any help will be appreciated .
Thank you!
After adding the CSS, how should change the header image on each page? If you explain me in short, I will be able to do it on my own.
Well as I wrote above, it depends on the header style that you use. https://forum.tagdiv.com/header-styles/
There is a file for each header style that you use. If you use header style 1, you should edit header-style-1.php
Thank you!
Hi,
I’m running Newsmag 3.0 and all worked correctly until the last update to WordPress 4.6.1 of the last week. Now the background image link doesn’t work anymore (please see http://www.ntr24.tv/) and the mouse pointer shape doesn’t change from arrow to “little hand” on skin mouse over event. In the past, to get the mouseover behaviour, on your advice, the following custom CSS was placed in the Newsmag theme panel, but it does seem not to work anymore:
body {
cursor: pointer!important;
}
.td-top-menu-full, .td-header-container, .td-container, .td-sub-footer-container{
cursor: default!important
}
.vc_col-has-fill>.vc_column-inner{ padding-top: 0; } .wpb_gallery .flexslider { margin: 0 0 0; }
.td_block_14 .td-next-prev-wrap{ z-index: 1; }
As you can see from the home page skin, the shape of mouse pointer changes only on the right and left sides of the skin while it erroneously remains an arrow on mouse over on the top of the skin. Could you advice how can I get the skin right behaviour as well as to get working the background image link?
Thanks in advance for any appreciated help.
Giuseppe
-
This reply was modified 9 years by
gmaio.