- NewsmagLogo & Favicon
- NewsmagWhat’s included in Newsmag theme package
- NewsmagMain menu
- NewsmagHeader styles
- NewsmagFooter templates
- NewsmagTheme colors introduction
It is not about removing or adding under construction, the site cannot load at all except where i am logon to the site admin
After i installed the theme, the website looks great so i removed the under construction from site and decided to test the look and feel of the site somewhere else, only to find that my site would not load except on the browser that i am logon as admin
This is what i got after i removed the under construction from the site then view from another browser
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_remote_cache is not set.
wp booster error:
Missing parameter: ‘file’
Regard, how can i attached sample please
Ok, i used demo data and then was able to fix the site to look like the demo, i deleted the demo content then fix my content there but my worst night mare now is when i remove the Under Construction from the site, i have a total different thing.
This is what i got after i removed the under construction from the site
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_remote_cache is not set.
wp booster error:
Missing parameter: ‘file’
Surprisingly it works well when the under construction is enabled, so when i logon to the site in anyway i can view the site well when under construction is out, it throws up that error.
Regard, how can i attached sample please
Hi
Use this css: http://screencast.com/t/BPKx2Hrtbp2g
@media(max-width: 768px){
.td-header-sp-rec,
.td-header-style-1 .td-header-row {
width: 100%!important;
}
.td-main-menu-logo img{
width: 75%;
}
}
Thanks!
Hello,
Do I answer you:
1. I tried to disable plugins and nothing.
2. I have no custom code on the logo.
3. The images’m trying directly without going through WordPress.
4. Do not use Photon or cdn.
Can you please try to see the web from your phone? The size of the logo is exaggerated. The size are 272 and 544, I do not use the mobile sizes.
Look: androidspain.es
Thank you.
Hello,
For my site http://pavlikeni.com, I had asked one of your associates to help me stretch it across the entire page as it currently is. While it looks OK on desktop, laptop and notepad devices, there is a problem on mobile devices – smart phones.
The problem is that the header logo and the header ad both do NOT center on the screen of the smart phone.
Could you please look into the custom CSS code you provided in the past and offer a solution?
Thanks,
Peter
Hello,
For my site http://pavlikeni.com, I have logo and ad sizes that are different than the ones you have set in the template. I assume other clients of yours are in the same situation.
Every time you release an update I have to make sure the custom CSS code can offset your preset sizes for the logo and the ad in the header.
If you load my site, you will see that my logo and ad first appear the way you have set their sizes to be and after a split second they resize to the custom size I have specified in the custom CSS area.
I think it would be great if you include more userfriendly way of managing the issue. I bet not all of your clients are programmers, who can take care of things on their own.
Can you please comment on this (especially the resizing upon loading my page) and plan to fix for your next release?
Thanks,
Peter
I have to rollback my comment.
Adding this CSS rules
#td-outer-wrap {
pointer-events: none;
}
.td-container{
pointer-events: auto;
}
The skin is clickable, the .td-container classified objects are clickable, but other are passed through
For instance the site logo and the top menus are not clickable and the effect to click them is to click the SKIN
Do you have other suggestions?
Hi,
Would it be possible to edit the header code:
.td-header-style-10 .td-header-sp-logo img {
width: 100%;
Which allows for an image above the main menu, to allow it to display a different graphic/image on different pages? And also could it be edited to allow a video to display on different pages as well as graphics/images?
I am not a coding genius so any help on this would be great if it is possible. It would be brilliant if it was!!
Look forward to your response.
kind Regards
Jon
Hi
Thanks for your response
I have done that, but for some reason the logo is not appearing for Header Styles 4-8 inclusive, and I am not sure why
Alex
Hi,
Please try to disable all plugins except visual composer, clear cache and reset cdn files if you use it. Also remove any custom code you may have added to the logo. You will have to check any image customization and compression to see if image quality is not affected by it. Also remove any image features of jetpack such as photon. Try to bring the theme as close to default as possible because our theme does not make images blurry or increase their size. There is something on your end affecting the logo and you need to identify what it is.
Thank you!
Hello,
How do I use the header type 5, I removed the logo mobile and mobile logo retina.
Then I added normal logo 272px and the logo retina 544px.
Now mobile is still seen blurred and also too large.
Really I do not understand because it is not good.
You step data access so that you look?
Thank you
Hi,
Well id depends on the display. If it;s a retina display you should upload a retina logo. That needs to be double in size for it not to be blurry. For a normal display you can upload a logo as mentioned in the theme panel instructions here: http://screencast.com/t/ynedQLFhw
If you use a header style that doe not require a mobile logo, make sure you upload a retina logo in the normal header logo area here: http://screencast.com/t/WeValQvVwsM5
Thanks
Hello aph100,
Please ensure that you load your logo in these fields, like this -> http://screencast.com/t/njYuWGsx Clear all your caches and test it again.
Thanks for the message!
Hi
You can try to use a media query in the css like this:
@media(min-width: 1021pc){
.td-header-style-8 .td-header-sp-logo {
margin-bottom: 0;
margin-top: 0;
width: 100%;
}
}
If the problem persist please provide your site url so I can have a closer look and get back to you with a more accurate answer.
Thanks!
I was looking for the same thing and this custom CSS worked. But I want the same for the area between the Logo/Menu and the Title where the Breadcrumps are. After turning them off from the template settings, the white area is still present.
Good evening
my site is http://www.modburyteam.org
I was using a text Logo but now wish to switch to a logo. I have uploaded the logo but when I select Theme Panel > Header > Header Style > Style 4, 5, 6, 7 or 8 the logo was not showing.
However, if I select Theme Panel > Header > Header Style > Style 9 the logo appeared.
I cannot understand why the logo is not appearing for the styles 4-8. Can you help please.
Thanks
Hello,
I think it had solved, but the logo problem continues.
Desktop looks good, but mobile is blurred. If I put bigger, and you pass in size.
The web: androidspain.es
Let’s see if you can help me.
Hi,
I modified the CSS of the style 8 header to do two things:
1) I made the color of the header stretch 100% across the screen. This was accomplished by updating the width of the following code from 1021px to: 100%.
.td-boxed-layout .td-header-style-8 .td-header-menu-wrap,
.td-boxed-layout .td-header-style-8 > .td-header-header {
margin-left: auto;
margin-right: auto;
width: 1021px;
/* responsive portrait tablet */
/* responsive portrait phone */
}
2) I left aligned the logo to correspond with the start of the menu options below the header. This was accomplished by adding margin-left: -355px to the following code.
.td-header-style-8 .td-header-sp-logo {
margin-bottom: 0;
margin-top: 0;
width: 100%;
}
The issue that I have run into is that the logo looks great until it is on an iPad. This is due to half of the logo being shoved off of the screen. Is there anyway to left align the logo on style 8 and make the header color 100% wide without incurring this iPad rendering issue?
Thanks in advance for your help!
Hello rlaparre,
Please keep in mind that the login/logout system from WordPress seems to work as properly with the Buddypress plugin. I have tested to my side and work as expected. If is not what you mean, please provide more details, some useful screenshots so I will be able to provide a more accurate response.
Thanks for your understanding!
Hello bayibayilover,
This is talking about the Text Logo. There is an option for it in Theme panel, like this -> http://screencast.com/t/pSQDljhjiFCX
Thanks.
Hello Juwaini,
Please try to use this link to your full logo in the Logo section if you want that you Logo to be in full width. The link is here -> http://www.hypelah.my/wp-content/uploads/2016/10/xWeb02-1.png.pagespeed.ic.5A8mUm85F4.png and you will have to add it there -> http://screencast.com/t/LRarlS8l7hl and the result you should see here -> http://screencast.com/t/6oNUFkT4V9z
Hope this helps!
Thanks for the message!
The image was resized *after* I selected it as my logo and when it was displayed.
In the media library, the original size is retained. Please check below:
http://www.screencast.com/t/qwkTLUTxPg
Do I need to hack the HTML/CSS part of the website to get intended result?
Juwaini
Hello juwaini,
Yes, it is possible if you will load a proper logo size that allows you to fit the entire width of the theme. I have inspected your site and I noticed that your actual size of your logo is 300*99px, the size which is too short for your desired. -> http://screencast.com/t/EXEBEpXeVmdM Please be carefully when you add your logo in Theme panel to select the high size of it, like this -> http://screencast.com/t/MK7FDF7rZ
Hope this helps and let us know how it goes!
Thanks for the message!
Hi, I have questions
1.How I can change the position of author box .Normally it’s appear on the bottom of article. I want it appear below stay connect or replace for stay connect. How I can do? https://www.img.in.th/image/9VMs
2. How I can change Logo to the middle of Menu same as Nomadic matt site?
https://www.img.in.th/image/9VMc
3. How I can create submenu like this? https://www.img.in.th/image/9VMc
Thanks