Hi,
For the moment you can not change background color using gradient for main menu, if you want to do this you need to use custom css.
We hope that in coming updates this to be possible.
-> https://www.screencast.com/t/wCDbXoQV9d27
Just set this custom css in Newspaper>Theme panel>Custom code>Custom css
.td-header-gradient {
background-color: red; /* For browsers that do not support gradients */
background-image: linear-gradient(to right, red , yellow, blue ); /* Standard syntax (must be last) */
}
Also feel free to change the colors.
Thank you!
This code isn’t working. I have already set it.
Hi,
Please try this one
-> https://www.screencast.com/t/dhEJcSUuV
.td-header-wrap .td-header-menu-wrap-full{
background-color: red; /* For browsers that do not support gradients */
background-image: linear-gradient(to right, red , yellow, blue ); /* Standard syntax (must be last) */
}
Thanks.
Thanks. It’s working now.
Add this feature in the next update for all top menu and footer as well.
How can I reduce the gap between these two big grid style elements? Screenshot: https://prnt.sc/mdos2m
Hi,
In order to reduce the space between big grid flex you need to select the second grid, click on row, go to css and set margin top ‘-36’ like this -> https://www.screencast.com/t/OFOy09O2g
Hope this will help you to achieve hat you need!
Thanks.
Thanks, working. Kindly add bullets and numbering option with the theme accent color for more rich reading experience in next update.
Bullets screenshot: https://prnt.sc/mdpzhb
Numbering screenshot: https://prnt.sc/mdq01t
Thanks for great support.
Why the join in option not showing? It’s only showing log in.
Kindly add social log in as well for the new visitors. Because I have used the default theme log in/sign up. It doesn’t filter the spam email ids. Please do something with this. Don’t want to use any third party for regstration.
https://prnt.sc/mdv237
-
This reply was modified 7 years by
sgupta_newspaper.
Hi,
In order to get the button for Join -> https://www.screencast.com/t/qQBuPauTUs you need to go in Settings>General and check the membership -> https://www.screencast.com/t/Ewscmf9gvS6R
I’ll add the social log as a suggestion on our list and it will be considered for implementation in a future update.
Thank you for your suggestion!
Thanks for the reply.
I have enabled it but still, spam/bad email ids not recognized or filtered by the theme or system. Request you to improve it.
Without showing “please check your email (inbox or spam folder), the password was sent” this, it should show “please enter a valid email id to proceed”.
Screenshot: https://prnt.sc/me4yhn
Hi,
The theme does not send/validate the emails, this is covered by WordPress or if the hosting has a service available for mailing, or with a plugin. From what I know WordPress may fail sometimes.
Here are some topics in the matter and also plugin suggestions if needed
– https://www.wpbeginner.com/wp-tutorials/how-to-fix-wordpress-not-sending-email-issue/
– https://kinsta.com/knowledgebase/wordpress-not-sending-emails/
– https://www.wpbeginner.com/plugins/how-to-send-email-in-wordpress-using-the-gmail-smtp-server/
– https://www.wpbeginner.com/wp-tutorials/how-to-use-smtp-server-to-send-wordpress-emails/
– https://www.siteground.com/tutorials/wordpress/use-smtp/
Here is an example for plugin
Real Email Validation -> https://wordpress.org/plugins/email-checker/
Thanks
Hi.
I have updated to 9.6 version. The tagdiv mobile theme works fine. But why the font size is smaller than actual?
How can I set a gradient header background in mobile theme?
Hi,
If you do not made and changes on fonts size, those will be the same on mobile and desktop, if you made some changes those will not appear on mobile theme, will appear in default size.
For gradient color on header on mobile theme you’ll need to use this custom css -> https://www.screencast.com/t/ydR4yRN8
.td-header-wrap {
background-image: linear-gradient(to right, #321efc, #fec98a);
}
Set the code in theme panel>Mobile theme>Custom code -> https://www.screencast.com/t/KeLsSEk9h
Thank you!
Thanks. It’s working.
1. The mobile theme only showing latest articles feed. Is there any way to add more homepage contents without it?
2. The footer site logo showing very big in mobile theme only. There is no option in the mobile theme to set the size of the logo.
Hi,
In order to have the 3 posts you’ll need to make sure that you have some post in feature category -> https://forum.tagdiv.com/featured-posts-2/
-> https://www.screencast.com/t/44kBTEzkJNy
-> https://www.screencast.com/t/dpVV27TTe
-> https://www.screencast.com/t/27QB6dv0VGs
For footer logo you can try this custom css ->https://www.screencast.com/t/od1J4l5A
.td-footer-logo img{
width: 50%;
}
Set it in Newspaper>Theme panel>Mobile theme>Custom code> section css
Thank you!
The footer logo code working.
1. But the mobile theme not working properly in homepage. When I directly go to link, it’s showing fine.
But when I search for the site name from google and then head over to the link from the search result, it’s opening the homepage in normal mode. (I’m not using the AMP)
2. How can I get the font style in mobile theme and link underlines same as actual settings?
1. No. It’s not a cache issue. Because the single post pages working fine. You need to check my site properly. Search for the site and then go to URL from search results. You’ll understand. It’s definitely not a caching issue.
2. How can I set font style in mobile theme?
3. I don’t want the hover effect. I want fixed colored underline in link text [already using the code for the site but not working only in mobile theme]
Need the following code compatible for the mobile theme without hover:-
.td-post-content a { border-bottom:2px solid #FF4422; }
.entry-content a:hover{
text-decoration: none;}
.td-post-content a {color: #1b2d42;}
.td-post-content a:hover{
text-decoration:none;
}
-
This reply was modified 7 years by
sgupta_newspaper.
Hi,
For me seams to be a cache problem -> https://www.screencast.com/t/PSDu0GHzw pelase deactivate the cache plugin, clear all cache and try again.
Unfortunately you’ll need to set the font style with custom css
https://www.screencast.com/t/eIsHVVft
Thank you for your understanding!