Search Results for 'logo'

Results from the Forum
AntonioGM
tagDiv Member

@irfan.id

You have to change the logo size in mobile. Do tests until you find one that fits well.
It happened to me too and it was solved changing the size of the logo.

Regards.

Anonymous
tagDiv Member

And which code for deleting both: logo and “About Us”?
I just keep the “Follow Us” icons aligned to the center.
Thanks in advance!

MOKANA
Participant
#0

Tried migrating back to 8.6. Site completely down now. had backed up the 8.7 and put in back in place.

Video lists do not work
Footers blown out. Completely gone. No Category listings. No Editor Picks. No Copy right notice. No Company logo. It is all completely gone but still shows up in theme manager.

Social Counters were gone but I got them back by recycling Composer.

This is a horrible fiasco!

MOKANA
tagDiv Member

Tried migrating back to 8.6. Site completely down now. had backed up the 8.7 and put in back in place.

Video list do not work
Footers blown out. Completely gone. No Category listings. No Editor Picks. No Copy right notice. No Company logo. It is all completely gone but still shows up in theme manager.

Social Counters were gone but I got them back by recycling Composer.

This is a horrible fiasco!

irfan.id
tagDiv Member

Hi… can you check what’s wrong with my blog in AMP mode > https://irfan.id/7-alasan-kenapa-asus-x555qa-cocok-untuk-semua-profesi-dan-hobi/amp/

The logo seems like broken, not at good size and the images on artikel also not showing up.

Thanks

Simion C.
tagDiv Staff

2. The newsletter does not have a pop-up option, at this moment. Maybe it will be available in the future. It can only be placed on pages with the tagDiv composer.

1. From what I see there is a logo displayed both in header and footer AMP pages
https://www.screencast.com/t/xd3ab9MiqRp
https://www.screencast.com/t/38hj590ovo
The header logo is the one set for mobile in the theme panel, the footer logo will remain the same.

Simion C.
tagDiv Staff

Hi,

Please try changing the footer logo with a different image, check if there is still an issue. If there is, please provide a link to your website so we can inspect it.

Thanks

irfan.id
Participant
#0

Hi… Thanks for the update, it’s great.

But, I found some bugs that make my blog looks bad, especially for AMP, so… I decide to deactivate AMP plugin.

Here is the problem:

1. AMP: Article image doesn’t show up, it disappeared. (but image on related article show up)
2. AMP: How to disable footer?
3. AMP: Top left menu disappeared
4. AMP: featured image also not show up
5. AMP: Logo size broken

Thanks

Sirius Pro
tagDiv Member

1. DO NOT WORK FOR SOME HEADER LIKE NO. 5 – if i choose logo, it is on AMP but not on mobile!

Simion C.
tagDiv Staff

Hi,

1. The newsletter plugin once activated, will provide a newsletter element in the composer. In this element you can enter your newsletter embed code
https://www.screencast.com/t/rLq90OLt4
There are also many settings for styling available in this element.

2. Indeed a logo has to be uploaded in the mobile logo section. You can create a logo and upload it, it will be displayed on amp pages once you do that. There will be no menu displayed on amp pages.

Thanks

AntonioGM
Participant
#0

Hi.
The logo in the amp version is huge. It comes out “elongated” and looks pixelated. In the normal version it looks perfect.

Thank you.

Sirius Pro
tagDiv Member

Ad 2. If i upload a mobile logo, it looks ugly, if not, there is no logo on AMP post, but some header do not need a mobile logo, so you have to add another logo option for AMP pages/posts.

Sirius Pro
Participant
2 question - topic
#0

Hi,

I installed new version of Newspaper:
1. Where is a tagdiv newsletter panel?
2. Why there is no logo and menu? https://wlozku.pl/5-ulubionych-pozycji-mezczyzn-w-lozku/amp

Anonymous
tagDiv Member

Add this code :

@media (min-width: 1140px){
.td-business .td-header-style-1 .td-header-sp-logo {
width: 455px;}
}

I use 455px cause i noticed you logo size is 445px, you can make as wide as you wish. if it does not work, just add !important after the width value.

rudhihadhi
tagDiv Member

Hello catalin,

now there is no gap, it turns out there is a margin at the top and I have removed.

The problem is now, I added padding so that the menu part of my website is wider, the code I use:

.td-newsmag-magazine .td-header-menu-wrap{
margin-top: 0;
}
.td-header-main-menu{
padding: 10px;
}
.td-header-sp-rec{
padding-top: 20px;

I managed to make it, but if opened with the mobile device my website logo does not fit in the middle. how to handle it Catalin?

this is a screenshot of the desktop: http://prntscr.com/ieizaz
and this screenshot from mobile: http://prntscr.com/ieiymx

The second question
how to remove shadow on my website homepage. please check my website.

Here’s the screenshot: http://prntscr.com/iej0h6

Please help, and before thank you Catalin.

Simion C.
tagDiv Staff

That code will work as well, it will override the demo customization. You could use that to position the logo on the left instead of modifying the demo stylesheet.

Theme files can be modified either in Appearance->Editor or by using FTP
https://codex.wordpress.org/Editing_Files
https://codex.wordpress.org/FTP_Clients
http://www.wpbeginner.com/beginners-guide/how-to-use-ftp-to-upload-files-to-wordpress-for-beginners/
Also FTP is used to update the theme, it is the most recommended method
https://forum.tagdiv.com/how-to-update-the-theme-2/

dunies
tagDiv Member

Somehow the theme doesn’t accept the image width to be above 300px. Even though I add a bigger logo it gets reduced to 300 and in bad quality. Any solutions?

Anonymous
tagDiv Member

In that case yes you can increase logo height to 90px

dunies
tagDiv Member

In case I decide not to have banner, can I have a bigger logo? Is that possible?

rudhihadhi
tagDiv Member

Hello, I want the tap part of my website menu look rather big, then I add the code in costum CSS:

.td-header-main-menu{
padding: 10px;
}
.td-header-sp-rec{
padding-top: 20px;

but it turns out if opened through the mobile device logonya cut off. How to solve it for logo + mobile-toggle + search button is back in the middle. But if opened through the desktop the menu part is still the same as I want above.

my website: https://www.rudiberbagi.com
this screenshot in the desktop: http://prntscr.com/iebqz8
and this screenshot in mobile device:http://prntscr.com/iebrjt

please help me, thank you.

Anonymous
tagDiv Member

The max-height of the logo is 90px, all you have to do is create a logo with height 90px.

Be aware that increasing logo’s height will increase its width and this will push the ad banner from its place.

dunies
tagDiv Member

This worked so nicely! Thank you so much for your support! 🙂
One last thing is to make logo bigger. How can I ?

Anonymous
tagDiv Member

Copy/paste this code to replace the old one

.td-business .td-header-style-1 .td-header-sp-logo {
float: left !important;
margin: 25px 15px 0 0 !important;
}
.td-header-wrap .td-header-menu-wrap-full {
height: 45px !important;
}
ul.sf-menu>.td-menu-item>a {
line-height: 45px !important;
}
@media (min-width: 768px) {
.header-search-wrap #td-header-search-button .td-icon-search {
line-height: 45px !important;}
}
@media (min-width: 767px){
.td-business .td-header-style-1 .td-header-sp-recs {
    margin: 27px 0 28px 0 !important;}
}
dunies
tagDiv Member

I also need the height of the logo background area to be 145px. Thank you!

dunies
tagDiv Member

Hello and thank you for your reply.

The logo doesn’t go left because of the banner 🙁

Please check http://www.artcolor.gr/tourmarket/

And regarding the menu how can the categories be aligned in the middle?

I also can’t find where to translate the today above the weather widget.

  • This reply was modified 8 years by dunies.
Viewing 25 results - 7,226 through 7,250 (of 12,143 total)