how to setting gradient color background in mian menu

Posted in: Newspaper
Post count: 28

i want to change color in theme panel but it just can choose for one color in main menu background , thank you

Post count: 35449

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!

Post count: 27

This code isn’t working. I have already set it.

https://www.gadgetheadline.com/

Post count: 35449

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.

Post count: 27

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

Post count: 35449

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.

Post count: 27

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

Post count: 35449

I’ll add this as a suggestion on our list and it will be considered for implementation in a future update.

Thank you for your suggestion!

Post count: 27

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

Post count: 35449

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!

Post count: 27

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

Post count: 35449

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

Post count: 27

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?

Post count: 35449

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!

Post count: 27

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.

https://www.gadgetheadline.com/

Post count: 35449

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!

Post count: 27

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?

Post count: 35449

Hi,

1. This is usually a cache problem, please make sure that you clear all cache.

2. Unfortunately on mobile you can not make hover like on desktops, so you can not have the hover on link to get the underline.

Thank you!

Post count: 27

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;
}

Post count: 35449

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!

Viewing 20 posts - 1 through 20 (of 20 total)
The forum ‘Newspaper’ is closed to new topics and replies.