- NewsmagHeader styles
- NewsmagHeader ads
- NewsmagtagDiv Composer Tutorial
- NewsmagCategory templates
- NewsmagSmart list ads
- NewsmagWeather Widget
- NewsmagInstagram widget
- NewsmagPage Menu
- NewsmagMain menu
- NewsmagTop bar templates
- NewsmagLogin – how to enable the user registration
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagCategory grid styles
- NewsmagCategory top post styles
- NewsmagHow category settings work
- NewsmagTheme colors introduction
Thanks Shashank.
I just noticed that when I go to https://www.OralAnswers.com then AJAX works, but it doesnt work at the non-secure site.
I do have the WordPress option “Force SSL Admin” enabled in my wp-config file.
Do you know how to fix this? How do I add the Access Control Allow Origin header? Thanks!
XMLHttpRequest cannot load https://www.oralanswers.com/wp-admin/admin-ajax.php. No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://www.oralanswers.com’ is therefore not allowed access.
You got to call admin-ajax.php it from the same url as of your site. Either use http:// or https:// for both.
Getting?
Hi when I set the header style to Style 3 – (full width logo) + menu and view site on mobile (iOS in this case) the ad is not center align as per image here.
http://www.screencast.com/t/UqundJDxIRJ
Notice that the Ad seems to be left aligned.
How can I center this with Style 3 – (full width logo) + menu ?
Thank you.
Hi Dean,
I asked the UberMenu developer for some more concrete help/advice, this is what I just received. Maybe you know what to do with this info?
“The basic idea would be to use Manual Integration to just place the menu where you want it. You’d place it inside the header.php within the proper container – either inside the .td-menu-header div to make it the width of your content, or inside the .td-menu-background div to make it the full width of the screen.
Do you have a diagram of exactly how you want it to look?
If you wanted, you could potentially hack the CSS like this:
[css]
.td-menu-header .span11{
width:100%;
}
.td-menu-background .td-menu-wrap #td-top-menu{
padding-left:0;
}
.header-search-wrap #search-button .td-sp-ico-search{
background-color:#666;
}
[/css]
But generally it’s a better solution to get the actual structure right, as it’ll be more flexible.”
Maybe TAGDIV SUPPORT can help us out here with this new info?
They are awfully quit 🙁
My experience is that you wont be penalized by google just because you did ONE thing wrong.
If google filter find many problems on your site, that’s when we can talk about algo/manual penalty.
@Christopher Simmons, thanks for making a few things clear, but:
You are right having nav. menu twice is not a problem because many sites do it, but in this case the same nav. menu repeat itself again in the HEADER section which is nonsense.
Also this menu is hidden for your visitors so there is absolute no reason having them.
So my question is: Whats the purpose having an extra(in @samratreddy case) 40 link to the same section of your website which is hidden(lol)?
Hi Emil,
Thanks for your quick solution, for us this is no option. We will ad the 970×250 is the same layout under the menu. Is it possible with a center to a .php file and direct in the code?
It is not the first header, but the main header in blue. ( TD-Menu_header /Span11 ).
We want a center ad under the td-menu-header.
Thanks,
Even I saw this today. You can just view the source of any website and observe that the menu and header details are repeated twice.
You can see this even on your website. I think most search engines might think it as a duplicate content with keyword stuffing and might penalize!
Any inputs from experts is much appreciated.
I would love to have a temporary fix for this solution and will be happy to receive additional inputs.
Hi,
You can use the following css:
.header-search-wrap {
display: none;
}
or you can remove it from the code – http://screencast.com/t/oMaC1g5Ka5K
Thank you, Emil G.
Hi,
It can be done using javascript, here are some discussions about this – https://forum.tagdiv.com/topic/rtl-problem-on-change-sidebar-position/#post-11707
The same approach can be used for the two header styles, you’ll have to add the code inside the header.php file. If you don’t have basic coding knowledge i suggest you hire a professional developer to build this for you.
Thank you, Emil G.
Hi,
You can add the value inside the panel_ads.php file – http://screencast.com/t/om4CzClEd
You can use header style 3 – http://screencast.com/t/ruAPeIl1
Thank you, Emil G.
That worked great. Thanks! Now how to I move the menu down so that the megamenu top aligns with the bottom of the header background.
http://fidouniverse.com/fidoblog/
Hi,
The css limits the height to 76px – http://screencast.com/t/xoXJgSt0uiR
You can try the following css to change that:
.td-header-style-8 .td-style-8-logo-wrapper .td-logo img
{
max-height: 176px;
}
.td-boxed-layout .td-header-style-8 .td-menu-wrap, .td-header-style-8 {
height: 172px;
}
An alternative is to use another style.
Thank you, Emil G.
Hi,
You can do it using custom css, add the following css in theme panel > custom css:
.td-boxed-layout .td-logo-rec-wrap, .td-boxed-layout .td-affix .td-logo-rec-wrap, .td-full-logo {
background-image: url('http://1.bp.blogspot.com/-ElbOUyAdn3A/UF8MgDYlywI/AAAAAAAAEpk/LvdXsTTgeoU/s1600/Blogger-Header-20.jpg');
}
Should work like this: http://screencast.com/t/o88am1fPh5
Hope this helps!
Thanks
Hi,
It’s possible, check how the search was added into menu: http://screencast.com/t/iOz0FztA
Add the search like this to the header, like this: http://screencast.com/t/joLMLwA8EdT
You will get this result: http://screencast.com/t/7xXL2r3L
Also you will need to customize it yourself as you need custom work for this, unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Thnaks
Hi,
@dl_rod Replied here!
@Sotiris
Please try the css from below, should work like this: http://screencast.com/t/sZiakVwuTO3
.td-menu-placeholder .td-menu-header {
border-bottom: 1px solid black !important;
border-top: 1px solid black;
border-right: 1px solid black;
border-left: 1px solid black;
}
Thanks
Hi there,
Our site is live at http://www.balukoo.com, but I’d like to remove the ‘Search’ field in the header menu. But I have not been able to find any info in the forum or online to help me do this. Is there a custom CSS code that I can input?
Thanks a lot.
Haresh
I happen to like the way the Header “Style 1” looks in our desktop versions, but prefer style 4 on mobile. Is there a way to specify separately for the two mobile responsive sizes – but keep it style 1 for desktop?
-Ryan
i have problem with the editing article. When i edit article, i see a message, when i deactive WPBakery Visual Composer there is no problem, but when i activate there is problem and i can not edit my article..
Warning: Invalid argument supplied for foreach() in /home2/msonerg/public_html/wp-content/plugins/js_composer/include/classes/core/class-vc-base.php on line 345
Warning: Cannot modify header information – headers already sent by (output started at /home2/msonerg/public_html/wp-content/plugins/js_composer/include/classes/core/class-vc-base.php:345) in /home2/msonerg/public_html/wp-admin/post.php on line 233
Warning: Cannot modify header information – headers already sent by (output started at /home2/msonerg/public_html/wp-content/plugins/js_composer/include/classes/core/class-vc-base.php:345) in /home2/msonerg/public_html/wp-includes/pluggable.php on line 1173
And i can not see big picture on the article now… you can check it
http://yaviga.com/2014/09/14/iphone-6-ve-iphone-6-plus-ozellikleri-detayli-anlatim/
i have problem with the editing article. When i edit article, i see a message, when i deactive WPBakery Visual Composer there is no problem, but when i activate there is problem and i can not edit my article..
Warning: Invalid argument supplied for foreach() in /home2/msonerg/public_html/wp-content/plugins/js_composer/include/classes/core/class-vc-base.php on line 345
Warning: Cannot modify header information – headers already sent by (output started at /home2/msonerg/public_html/wp-content/plugins/js_composer/include/classes/core/class-vc-base.php:345) in /home2/msonerg/public_html/wp-admin/post.php on line 233
Warning: Cannot modify header information – headers already sent by (output started at /home2/msonerg/public_html/wp-content/plugins/js_composer/include/classes/core/class-vc-base.php:345) in /home2/msonerg/public_html/wp-includes/pluggable.php on line 1173
I would the logo larger and the header height to expand accordingly. I tried larger logos but didn’t change the size. How would I modify the css to achieve this?
http://fidouniverse.com/fidoblog/
Thanks!
Thank you very much, Steven! It helped!
Maybe you know how to make the height the main page footer and other pages one equal? It would be great if footer on the main page was the same height as others, not more like now. I delete some space between header and content so i guess this caused the increasing height of main page footer
Not sure about the double arrows.
The shadow is a CSS gradient effect and can be removed like this:
1. In single_template_3.php find the line <div class="td-post-header-full td-image-gradient"> and remove td-image-gradient
2. In single_template_4.php find the line <div class="td-big-slide-background"><div id="td-full-screen-header-image" class="td-image-gradient"> and remove class="td-image-gradient"
The class will no longer be applied to the image.
-
This reply was modified 11 years by
TheMediumUTM.
And it’s good they are warning people, since any theme from prior to January, likely has the bad version (e.g., Newspaper 3.9.2 has the hackable version!). Also some themes on Themeforest and Envato (et al) have NOT been updated since January, and may be semi abandonware but are still being sold, with the bad version RIGHT NOW. So, they needed to do something about that issue, as people were buying themes and having their site(s) hacked pretty quick (another reason to use some form of comment removal to hide the versions of apps from your site header file!).
In fact, I know two themes got booted from my “purchase” line up of themes, which had not been updated in a long time, this month.
I tweeted about this, too and they tweeted back to clarify which versions were vulnerable. So, Themepunch has been on this pretty seriously. Similarly YOAST hired a security firm to audit their plugins, also. I think this may become a trend.
There are actually websites now which list all the current vulnerabilities in WordPress and plugins, which is very nice. I don’t check it all the time, but I do once in awhile out of curiosity.
eg
http://www.cvedetails.com/vulnerability-list/vendor_id-2337/product_id-4096/Wordpress-Wordpress.html
Or, subscribe to the SECURI Blog which usually catches stuff like the big flaw in ALL IN ONE SEO back in May.
http://blog.sucuri.net/category/wordpress
XMLRPC is often an issue which is why I do things to disable it.
But security is a whole different discussion. 🙂
Hi, I’m new to web designing, just like to ask whether is it possible for me to add a header image instead of just choosing a colour for it? Thanks
I’m interested in custom search too.
Btw, is there possibility to use search not only in sidebar or menu? I’d like to place the search form in header, but i don’t need a top-menu