- 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
Hello Simion,
thank you for your reply. What I did is only copied newspaper child theme from folder whitch come with theme. I did not coded anything. I did only change colors in theme panel. I did not even touched child theme. I only activated it and then I changed colors in theme panel for some parts of theme, like header and footer…
So I would like to know if those colors remain after I will update newpaper theme?
I only activated your child theme you supplied in the code folder with your theme. I did not coded anything.
Hi,
I can give you a code to remove the padding of the page and also the shadow, but I don’t know if you want this for all the pages or just that particular page. This code is just for that page
– https://www.screencast.com/t/pYpNJivb
.page-id-6247 .td-main-page-wrap {
padding-top: 0;
}
.page-id-6247 .td-header-gradient:before {
display: none;
}
The code must be entered in Theme panel->Custom CSS section.
Thanks
Hello good morning: Is there a way that by clicking on the logo, both in the header and in the footer, take you to another website other than the home page? Thank you very much.
Hello JummyH,
Please keep in mind that the Google AdSense should provide you a verification code which has to be added in header.php file, between head tags, like here -> https://www.screencast.com/t/g131l4iVi8x We cannot provide this code because it is not related to our theme and we have not aware to do this. You should request it from Google AdSense. For more information about this case, please check the following useful manual here -> https://support.google.com/adsense/answer/7036617?hl=en&utm_source=aso&utm_medium=link&utm_campaign=ww-ww-et-asfe_
Hope this helps!
Thanks for your understanding!
any help please? I can’t login unless I remove the functions.php of my child theme
error is always the same
Warning: Cannot modify header information – headers already sent by (output started at /home/greenpl1/public_html/wp-content/themes/Newsmag-child/functions.php:1) in /home/greenpl1/public_html/wp-login.php on line 396
Warning: Cannot modify header information – headers already sent by (output started at /home/greenpl1/public_html/wp-content/themes/Newsmag-child/functions.php:1) in /home/greenpl1/public_html/wp-login.php on line 409
Magazine Green Planner
Hi,
I wanted to include that part as well, but you mentioned only the border/outline of the button. It should be like this for the black arrows
– https://www.screencast.com/t/0uamUmeeXjV
.td_block_related_posts .td-next-prev-wrap a {
border: 1px solid black;
color: black;
}
The related block header template depends on the global setting here
– https://www.screencast.com/t/roK19lE5
These are all the available block header templates
– https://demo.tagdiv.com/newspaper/block-header-1/
For coloring there are no specific options just for this element. You can use something like this to color it as you like
– https://www.screencast.com/t/Xcdr71j9X
.td-related-title .td-cur-simple-item {
background-color: green!important;
color: blue!important;
}
.td-related-title {
border-color: red!important;
}
Thanks
Hello,
I copied your child theme from code/ folder to my wordpress and nothing more.
If I will chanege only colors through child theme for the header and in the theme itself in wordpress (through your theme panel) and I will update your theme in the future. Will I lost my colors or everything will remain?
Hi,
I am attempting to address a similar issue. On my homepage, the LATEST ARTICLES is displayed below my header but just above the footer section, and I cannot identify which option will modify this section. Again it is just above the footer section and displays latest articles but it is below all of the content I have added myself to the page below the header.
Thanks,
Guy
AdSense says I need to verify my site first before I place ads. It says to place my AdSense verification code (not an individual ad code) in the header of my site. Thoughts? Maybe I’m misunderstanding.
Thanks!
Hi
I’m getting this error trying logging in
Warning: Cannot modify header information – headers already sent by (output started at /home/greenpl1/public_html/wp-content/themes/Newsmag-child/functions.php:1) in /home/greenpl1/public_html/wp-login.php on line 396
the line is the one inserted in your child theme template
here what I get when I try to log in: https://imgur.com/a/KmWSS
Hi,
I’ve modify my social counter to display facebook and instagram, but the social icon menu in header and footer doesn’t reflect. How can i modify the menu?
Hello Simion,
Thanks for the help. I thought of checking how it goes after deactivating the mobile plugin. Once I did that, everything got solved for the above 3 issues. The header is stretched, home page grid and other posts started to show up, and the navigation button works.
So I believe that plugin must have been creating some conflicts.
Regards
Neevin
-
This reply was modified 8 years by
neevin2017.
-
This reply was modified 8 years by
neevin2017.
Hi,
What I meant was that there is a custom code that affects all the containers in general
– https://www.screencast.com/t/MJTBlDShMdI3
If that code is required in your customization, you can create a condition to override it between the widths that are causing the menu item to drop down on a second line. Something like this, without code
– https://www.screencast.com/t/o7T0W8of
And after added code
– https://www.screencast.com/t/zKkNRUwV
@media (max-width: 1251px) and (min-width: 1140px) {
.td-header-menu-wrap .td-container {
width: 1068px;
}}
Thanks
Hello ,
I think you misunderstood what I meant by authors and editors having issue with posting. I understand what you meant, but please see photos below:
As Admin:(log-in image)
No issue
As Author/Editor:(log-in image)
Shows ects parameter 2 to be array, null given in /home3/alexliu0317/public_html/wp-content/plugins/mojo-marketplace-wp-plugin/inc/menu.php on line 42
Warning: Cannot modify header information – headers already sent by (output started at /home3/alexliu0317/public_html/wp-content/plugins/mojo-marketplace-wp-plugin/inc/menu.php:42) in /home3/alexliu0317/public_html/wp-includes/option.php on line 837
Warning: Cannot modify header information – headers already sent by (output started at /home3/alexliu0317/public_html/wp-content/plugins/mojo-marketplace-wp-plugin/inc/menu.php:42) in /home3/alexliu0317/public_html/wp-includes/option.php on line 838
As Author/Editor:(when saving draft or publishing post)
shows Warning: array_search() expects parameter 2 to be array, null given in /home3/alexliu0317/public_html/wp-content/plugins/mojo-marketplace-wp-plugin/inc/menu.php on line 42
Warning: Cannot modify header information – headers already sent by (output started at /home3/alexliu0317/public_html/wp-content/plugins/mojo-marketplace-wp-plugin/inc/menu.php:42) in /home3/alexliu0317/public_html/wp-admin/post.php on line 197
Warning: Cannot modify header information – headers already sent by (output started at /home3/alexliu0317/public_html/wp-content/plugins/mojo-marketplace-wp-plugin/inc/menu.php:42) in /home3/alexliu0317/public_html/wp-includes/pluggable.php on line 1210
Do you know what went wrong? I took images, but there is nowhere I can attach image to show you.
You could likely do what the old school folks (like myself) used to do; simply use a sniffer in your headers, and if it’s a mobile device, load different theme/CSS via redirect. Some “mobile plugins” also do this for you.
A developer could likely help you with this for your custom use case, which is not normal. Typically a “responsive” theme is shown to both desktop and mobile, just as the theme was advertised; then possibly a plugin for new endpoints such as the Automattic AMP plugin.
WP has a cheesy “is_mobile” function built in you can try. Or, like most things related to hacking WP, “google it…”
However, some background
https://developers.google.com/search/mobile-sites/mobile-seo/dynamic-serving
Try to use others Header styles: https://forum.tagdiv.com/header-styles/
Hello harvarh7,
You should not add them in advertisements place of your website, right? For more information about this case, please check here -> https://forum.tagdiv.com/header-ads-adsense/
Thank for your understanding!
Hello,
I’m having some problems setting up the mobile site. As you can see from the attachment this site’s https://www.skincare-anti-aging.com/ home page have these issues, that I came across. (Iuse newspaper_recipes template)
1) Home page image grid doesn’t show up.
2) Header looks small, appearing in the center, though I have tested with bigger image sizes.
3) The nav menu doesn’t work. Nothing happens when I click it. This sigh # shows at the end of the domain name (.com#)
https://www.dropbox.com/s/4axcom69bduacqw/site1.jpg?dl=0
I want the menu to slide across similar to the example site http://general-health-tips.com
The image header shows properly in this site. Please note though it’s ‘Sahifa Theme’, I just wanted to show it as an example.
https://www.dropbox.com/s/5uetq5rpofar5h2/example-site.jpg?dl=0
So, could you guide me how to set up my site properly so that it looks best with mobile devices.
Thanks
Neevin
Hello lavr0003,
Please check our header styles because these are very varied and some of them allow you to use the logo in full width, like Header style 10. For more information about our header templates, please check our useful manual here -> https://forum.tagdiv.com/header-styles/
Thanks for your understanding!
Hi,
In order for that ad to appear in the header, you will have to modify the header template used. There you could enter the custom ad through a do_shortcode
<?php echo do_shortcode ('your shortcode here'); ?>
In this example I have set an Ad-box element on a page, and set a background for the row just like you did
– https://www.screencast.com/t/EV89r3ThoWY
Then using the code of these elements in the shortcode
– https://www.screencast.com/t/80go1NXi
– https://www.screencast.com/t/kLWwIoUC5x
The result is like this, the ad is integrated in the header on all the website
– https://www.screencast.com/t/aeeR4No4
– https://www.screencast.com/t/1JjUTcOGQ
I believe this is what you want to do, this would be a method of achieving this.
Thanks
Hi,
Elements placed in the page structure cannot be removed just by viewing the page on mobile. I could give you a code to hide this element on mobile devices, it will look like this
– https://www.screencast.com/t/6P52VO9wWjk
This code has to be entered in Theme panel->Advanced CSS in the phones section
.home .td-post-header {
display: none;
}
Enter it there and check if it works as intended. Let me know if there is a problem.
Thanks
1) Hi you’ve been a good help, but I can’t get the main menu exactly like I would like it to be.
At the moment our header is like this:
https://drive.google.com/open?id=0B8IDvIlInXlKM3llLUVUaUNEZDA
But Avada has exactly the hamburger icon and layout that we’d like to have on our page main menu bar. We want to retain the overall look we have now, but have a dropdown menu with topics and additional pages.
https://drive.google.com/open?id=0B8IDvIlInXlKUnJLMVd0eHdHT1k
Can you give me a way to make this happen?
2) And I’d like to know, how to edit this menu, it’s items and/or to remove it completely?
https://drive.google.com/open?id=0B8IDvIlInXlKZzg3LW5URGFuVlk
-
This reply was modified 8 years by
Maiko.
Hi,
There are option in the theme panel to stretch the header elements, just for this thing so the menu items do not fall on a second line
– https://www.screencast.com/t/m76yCM7vz
You could try experimenting with these settings. Also this code is affecting the header container
– https://www.screencast.com/t/m76yCM7vz
Without that code affecting the header it would look like this
– https://www.screencast.com/t/QQd2mfLEN
Thanks
Currently do not need any advertisements on the site. How can we remove the advertisements on the header layout?
@Afterglow – I agree with your suggestion (#194220) for having an additional header style that will work with 970×90 image, above menu. Also want code to integrate 970×90 ad functionality. Much better positioning.