- TutorialsDefault Block Settings Guide
Hi,
I believe this is what you want for the Shop menu item in the header menu
– https://www.screencast.com/t/ird3vGAni6WM
Please correct me if I misunderstand. If you decide to use the code, it must be entered in Theme panel->Custom CSS
.menu-item-6681 {
background-color: pink;
}
Thanks
Hello,
Please try the headers color underneath the theme accent color: https://www.screencast.com/t/E4v3sunwax
If this still does not affect the titles, pleas eprovide a link so we can inspect these headings (If they come from plugins, they will not be affected by the theme colors)
Thanks.
Hello ArgBursatil,
Please keep in mind that if you are using a background image to your website, the theme layout will become boxed and the header will not be in full width because this is the general theme behavior. Also, if you want to apply a background to your header, you should try the following code, like this -> https://www.screencast.com/t/fdgiRfDjmMD
If is not what you mean, you should provide your website URL so I can take a closer look at it and also, some details about what you want to achieve.
Thanks for your understanding!
Hi
I have the same problem. I’m not ready to upgrade the theme right now, can i just delete somehow this header ad block because i don’t use it for my ads?
My site http://www.fcengland.com seems to have been hacked a couple of times with the homepage redirected to spam. My fault initially for allowing any users to register without screening; I’ve now changed this.
Since then, the site has been hacked again via what seems to be the header logo/image area as that’s where code is being pasted by whoever is doing it to replace the code for the normal header/logo.
Any advice to stop this happening? Wondering if anyone can see anything obvious in my code that is allowing this exploit?
thanks for your help.
Paul
Facebook only reads the meta data you insert into the header of the posts; theme has no control over anything related to that. Basically, if you view source and your OG data is there, then it’s an issue on FB’s side — either your site, or their system is ‘timing out.’ You can try the FB debugger, but not much more you can do except ‘refresh capture’ from the post, or clear the FB cache via the FB console.
Hi,
I’ve changed the accent colour for my blog, but the sidebar headings (the shaded area around the font) have not changed. Do you know how to change the colour of the sidebar headings?
Thanks,
Thank you for your answer !
I think I didn’t express my self very well; what I need to add is a button in the header or the main menu, when pressing on it, it would open a tab, it’s kind of an ads without being an ads. maybe I will have to add an ads box but they are quit big.
thank you .
Hi,
Please add this code in the theme panel-> custom css box:
.td-icon-close-mobile, .td-search-wrap-mob .td-search-input span, .td-search-wrap-mob .td-search-input, .td-search-wrap-mob #td-header-search-mob, .td-search-wrap-mob .result-msg{
color:red!important;
}
.td-search-wrap-mob .td-search-input:before, .td-search-wrap-mob .td-search-input:after{
background-color:red;
}
Thank you!
Hello,
thsi comes from the header style that you use. Differet header styles provide different results.
Please add this code in the theme panel-> custom css box:
.td-header-gradient:before{
display:none!important;
}
Thank you!
I tried this custom ccs but it doesn’t fit full width.
.td-header-header{
background-image: url(http://demo.tagdiv.com/newspaper/wp-content/uploads/2016/05/login-mod.jpg);
background-size:100% 100%;
background-repeat: no-repeat;
}
Hi! I’m using full width header and need to set a background (like the one I use for the footer). You can check my website.
Thanks for your assistance!
Hi Catalin,
Thanks for speedy reply.
I changed my header font to Arial.
Is there any way I can reduce the size of the font to make it smaller?
Thanks again
Irene
Hi,
On pages you could set a background color for each of the columns for example
– https://www.screencast.com/t/wOiEWv1l
On category pages you can sue some CSS code to customize the category page
– https://www.screencast.com/t/PBl8yUaelW
This is a guide about using the browser inspector to identify the elements on the page and their classes, and create custom code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
This is the code I used in the example for the category
.category .td-main-content-wrap,
.category .td-category-header,
.category .td-scrumb-holder {
background-color: grey!important;
}
Thanks
Hello,
It can be removed with css. Maybe this topic will help:
https://forum.tagdiv.com/topic/how-to-remove-paddingmargin-between-full-grid-and-header/
Thanks.
Hello,
Please check your headers color in the theme panel-> theme colors section: https://www.screencast.com/t/6akO6eU7T0
Thank you!
Sorry but I do not understand properly how to help.
Your sidebar area as well as part of the header and footer are already green.
I cannot see any error as you mention when you scroll the green area disappearing though.
Please provide more details to what you want to achieve
Thanks.
Hello thank you for the reply.
First of all I can normally share to social media using the share buttons and the test button in Next Scripts.
The problem is only on auto share and the error message is:
Y:[2017-08-07 09:37:17] - [Error] [IMAGE] - -=ERROR=- Server can't access it's own images. (Image URL: https://i2.wp.com/socialista.com.cy/wp-content/uploads/2016/04/diet_8-1.jpg?fit=800%2C600) Most probably it's a DNS problem. Please contact your hosting provider. a:4:{s:7:"headers";a:6:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Mon, 07 Aug 2017 06:37:17 GMT";s:12:"content-type";s:24:"text/html; charset=utf-8";s:17:"transfer-encoding";s:7:"chunked";s:10:"connection";s:10:"keep-alive";s:4:"x-nc";s:10:"HIT fra 17";}s:4:"body";s:65:"We cannot complete this request, remote data could not be fetched";s:8:"response";a:2:{s:4:"code";i:404;s:7:"message";s:9:"Not Found";}s:7:"cookies";a:0:{}} https://i2.wp.com/socialista.com.cy/wp-content/uploads/2016/04/diet_8-1.jpg?fit=800%2C600
Please note my DNS are correct, confirmed by my provider.
Thanks
Hi
I’ve wracked my brain trying to find out how to solve this. My site is in Newspaper theme – http://www.womensgolf.com and the colors are set at white for the page background, header, and menu. However, there is a gradient gray line about 10 pixels between the header and the page (directly below the mega menu). A dropbox link to a picture illustrating this is below. There is no related custom code. Is this a setting somewhere or is it part of the theme – I’m trying to have a totally flat all white page.
https://www.dropbox.com/s/pjpacatkrrf81hs/Capture.JPG?dl=0
Thank you
Richard
I need to know how to remove these words > “World News politics around the world”, from the left side of my footer. I have Newspaper 8 theme and am using the world news template. I got them changed in the header but can’t get the footer fixed. HELP PLEASE!
So for instance, I have a header called ‘Creative’ and posts that are tagged and categorised as ‘creative’ but it tends to just show what it wants.
How do I change this?
Thank you Simion C, that was helpful.
Can you please elaborate on these points in the child theme support?
12. The wordpress templates which are not loaded by theme API, like archives.php, header.php, etc, have child theme standard support.
The theme API in the child theme:
Important!
We strongly DO NOT RECOMMEND using the theme API from the child theme.
If I have to make changes in the child theme then I have to use the theme API in style.css?
Thanks, Catalin.
Okay from that I can see:
– I cannot copy header.php to the child theme and overwrite it.
– I cannot copy loop_single_1.php (etc) files to the child theme and overwrite it.
– I can overwrite single_template_1.php (etc) files from my child theme.
If this is correct, then every time I update the theme I’ll have to make the changes in the respective files for FB comments to work. Let me know if I have got it right.
Hello
I just change socialista.com.cy template to Newspaper latest version.
The site is using Next Scripts: Social Networks Auto Poster to auto share to several facebook groups an twitter. This plugin was working on the old template but now with Newspaper I get an error on Images. It seems it uses a hotlink protection on images.
This is the additions to .htaccess file after enabling the Newspaper Template:
# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 5 seconds"
ExpiresByType image/x-icon "access plus 604800 seconds"
ExpiresByType image/jpeg "access plus 604800 seconds"
ExpiresByType image/png "access plus 604800 seconds"
ExpiresByType image/gif "access plus 604800 seconds"
ExpiresByType application/x-shockwave-flash "access plus 604800 seconds"
ExpiresByType text/css "access plus 604800 seconds"
ExpiresByType text/javascript "access plus 604800 seconds"
ExpiresByType application/javascript "access plus 604800 seconds"
ExpiresByType application/x-javascript "access plus 604800 seconds"
ExpiresByType font/truetype "access plus 604800 seconds"
ExpiresByType font/opentype "access plus 604800 seconds"
ExpiresByType application/x-font-woff "access plus 604800 seconds"
ExpiresByType image/svg+xml "access plus 604800 seconds"
ExpiresByType application/vnd.ms-fontobject "access plus 604800 seconds"
ExpiresByType text/html "access plus 600 seconds"
ExpiresByType application/xhtml+xml "access plus 600 seconds"
</ifModule>
# END Expire headers
<IfModule mod_deflate.c>
<filesMatch "\.(js|css|woff|html|php)$">
SetOutputFilter DEFLATE
</filesMatch>
</IfModule>
Can someone help to solve this issue?
I am trying to remove the space between the header and body sections but everywhere I check there does not seem to be a setting to fix that. Can you let me know if this is possible? It is the section right below the menu and where the content starts that I am referring to.