No search results were found in Documentation!
Hey there,
As the title suggests, I have a minor issue where the menu is cut off when the screen is at a certain width. (refer to image 1 for reference).
Have tried to attempt this, however is unsuccessful at this.
I have tried an alternative method, where the logo will be decreased in size when it comes to that ‘certain width’. Have indicated the methods where possible (indicated in image provided)
Please advice on this.
Website Url: http://leapdsc.com/leapdsc/client/hdb/
Image link: https://1drv.ms/i/s!Ai3uwVtbSehuuKpQxDEcvKTsbSak1A
Hey Bogdan, thanks for the reply!
I don’t want to edit the social buttons themselves. I need to change the social sharing meta information in the <head> of the page. All this stuff:
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Your source for progressive news and activism" />
<meta property="og:description" content="NationofChange is a 501(c)3 nonprofit news and activism organization with no corporate owners and a mission to enact progressive change through positive action." />
<meta property="og:url" content="https://dev.nationofchange.org/" />
<meta property="og:site_name" content="NationofChange" />
<meta property="og:image" content="https://dev.nationofchange.org/wp-content/uploads/2016/09/fbsharelogo-1.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="NationofChange | Progressive News and Activism - NationofChange" />
<meta name="twitter:site" content="@NationofChange" />
<meta name="twitter:image" content="https://dev.nationofchange.org/wp-content/uploads/2017/06/occupybanner.jpg" />
<meta name="twitter:creator" content="@NationofChange" />
I want to override that to be custom information. I will use a parameter in the URL like ?jumpto=quoteoftheday and based on that info, I need to change that meta info. Is this possible?
Hi
On the site http://www.udvikling.fiskogfri.dk, the logo is partially blocking the top of the slider on mobile devices.
I tried the mobile theme plugin instead, and that was much better, but unfortunately none of my pages content work in the mobile theme?
I also tried this code:
@media (max-width: 767px){
.header-style-3 .td-logo img{
height: 52px;
width: auto;
}}
And nothing happens
We are launching tommorrow, so please help!
Hi,
I don’t see why not. You might need a fix to allow uploading SVG files in the media library, in order to set the logo
– https://css-tricks.com/snippets/wordpress/allow-svg-through-wordpress-media-uploader/
Thanks
Hi,
I have checked it again, it does not seem blurry. The original image is exactly the same
– https://www.screencast.com/t/5OeB4fyYm1
It looks perfectly fine from what I can tell. Try like I mentioned and enter the image in a test post, in the content. Compare the two images, the logo in the header and the same image in the post. They should be exactly the same.
The image will be displayed just as you created it.
Thanks
No matter what size you upload your image in, footer style 5 will always show the image in 231 px width. That is the size used for the footer logo. Having a very big image uploaded will only cause the page loading speed to drop.
Thank you!
I’m looking at an obvious way to make the Height bigger on the ‘Top Bar’, ‘Footer’, ‘Sub-Footer’ and ‘Header’
And would like to know if there is an easy way to customise this? There appears to be similar posts but I can’t find an answer, and it seems like the only option would be dipping into code. I would also like to enlarge the size of my logo, but there doesn’t seem an option? again I seem to have to stick to the theme standards. Hope you can help.
I check with different PCs and it still looks blurred… Could you check again? If I check it directly on the PC the logo look WAY sharper
How i can edit newsmag design for mobile version ???
i want to remove the logo of FB, Instagram, Twitter and etc. can give me instruction ??
Remove Footer Logo on Mobile Theme. Check this: https://prnt.sc/gpupke Also, Remove About US text on the footer. Thanks!
Hello Chris and Bogdan.
Unfortunately i do not use any cache plugins so this can’t be the problem. When i am logged into admin, everything seems working perfectly. But when i logout of the admin and visit my website, the front page show post from last July 2017, after that nothing, and we update everyday as it is a news website.
As for updating the latest version, i see comments for other who experience more problems after updating, that is why i feel reluctant to upgrade.
Hello,
The footer logo is different in size depending on the footer style that you use. Each footer style has a different footer logo size.
As for the meta information, please comment out or delete these lines of code: https://www.screencast.com/t/Mq10t2lDuXqd
Thank you!
Hi,
Yes it seems to work only on the homepage. Remove the previous code and enter this one, it will apply on all the website (post page, category page etc)
– https://www.screencast.com/t/QdlS7MI4k
– https://www.screencast.com/t/uw1qW34i
.td-header-style-9 .td-header-gradient:before {
display: none;
}
.td-header-style-9 .td-header-sp-logo {
max-width: 1068px;
margin: auto;
}
.td-header-style-9 .td-logo,
.td-header-style-9 .td-main-logo {
float: right;
}
.td-header-style-9 .td-logo-wrap-full {
min-height: 190px;
}
Thanks
Hi. What is the recommended size for the footer logo? I have not used any and the current appearing on the footer is not responsive.
I want to share my post to facebook, but only the my website logo showed not the post featured photo and post content.


Mmh – it doesn’t work at the category pages: e.g. http://speiseraeume.de/thema/allgemein/
The shadow isn’t visible – but the logo is still centred. Any idea?
Thanks!
Hi,
The theme does not have any options for setting a landing page, at the moment. When the user logs out, the homepage will be displayed.
This could only be changed by modifying this functionality in the theme, or by setting a redirect maybe, to a different page.
This is where the top menu logout is defined in the theme
– https://www.screencast.com/t/POyNRxeKZSA
Thanks
Hi,
It doesn’t look blurred from what I can tell
– https://www.screencast.com/t/NvWhRLLO2Y
Those are the recommended sizes to be used for each header style. Only for header styles 9, 10 and 11 there is no size required, the logo is displayed in full.
The theme will not add anything to the image or process it in any way. It simply places the image in the logo container. Enter the exact image in a test post for example, and see if there are differences between them.
Thanks
Hello cjs,
I guess that you are referring to the Voice Report demo, right? So, if you want to change the very top image from your header style, notice that you should use a bit of CSS code to change the background image, like this -> https://www.screencast.com/t/bMAofCse
The code which you have to use should look like this ->
.td-voice .td-header-style-9 .td-logo-wrap-full {
background-image: url(add the link of your image);
}
Thanks for your understanding!
Hi,
You can try a code like this, for both the logo and header menu shadow
– https://www.screencast.com/t/hDVeqM3u
Enter it in Theme panel->Custom CSS and the result should be like you want.
.td-header-style-9 .td-header-gradient:before {
display: none;
}
.td-header-style-9 .td-header-sp-logo {
max-width: 1068px;
margin: auto;
}
.td-header-style-9 .td-logo {
float: right;
}
.td-header-style-9 .td-logo-wrap-full {
min-height: 190px;
}
Thanks
Hi there
In my site imhnews.com ,I want to create a landing page.In this case when anyone logout they are still on the homepage.I want all my user can return to the landing page after they logout .Is there any procedure to do that ?
My second question is I want to put my signIn/Join button in my landing page two different button instead of a same button.
Can I able to do that by using any procedure including using the php file ?
Moreover last time I have showed, I can add some extra field in my sign /join page ,I have tried that but there is no luck .Is there any more need to be configured by using php
please share some good idea.
Hello,
I would like to make a few changes in the theme:
1. How to remove from primary menu “search” icon?
2. I would like to put a text in top bar.
3. In footer I would like to have 4 columns (now I have 3)
4. I would like to remove defaulf content from footer bottom and place there logo bar.
Could you please explain, how to do it?
Best,
Eva
I’m trying around with the logo for hours now and even my designer can’t help me anymore. I respected the requested sizes (272 x 90px and 544 x 180px) but the logo always looks blurred… What can I do to fix this? Please help me out… You can check it here: http://www.bloomingcash.com – Thank you
Dear tagDiv-Team
at my site speiseraeume.de I am trying to solve two design “problems”:
1. I am using header style 9 and I would like to have the logo not centred but on the right side aligned with the right end of the big grid.
2. I would like to delete the shadow under the main menu.
Any CSS suggestions?
Thank you!
Hi,
Regarding the header styles, it is true that most of the header styles have a required logo image size to be used, but for example Header style 10 does not have limitations. Any logo size can be uploaded and it will be displayed in full
– https://forum.tagdiv.com/newsmag-logo-favicon/
Header styles 7 and 8 are somewhat similar, but the logo size being limited by the container width as mentioned in the guide.
Regarding the ad size, I don’t fully understand the problem. If you use Adsense, create the ad you want and place the code provided by Google Adsense in the theme panel sections needed. Place it in a custom ad spot if that is what you need, that you can use on top of the page, using the page editor
– https://support.google.com/adsense/answer/6002621?hl=en
– https://support.google.com/adsense/answer/6002575?hl=en
Thanks