Search Results for 'logo'

Results from the Forum
shinny0129
Participant
#0

Hi,

I just noticed that the main logo (272*90) is shrinking to around 238*76.

Is this default setting? The font inside of the logo seems “get blurred”.

Also, I checked your demo site (ex: Travel blog etc…), it seems the logo is shrinking too.

On the panel, it shows the size “272*90”.

I would like to show it as the original size.

Is there anything that I can do?

I will wait for your reply.

All best,

alpsbox
Participant
#0

I will be using woocommerce /myaccount/ for login & registration. However, I couldn’t see any logout button created by woocommerce. Therefore, I want to keep user name & logout button, which appears after user log in to website.
https://drive.google.com/file/d/0BxhB7A_Yfo1jQU5qYlhtOWpqa3M/view?usp=drivesdk

Simion C.
tagDiv Staff

Hi,

You can remove the space between the menu and the slider by using this code, just enter it in Theme panel->Custom Css

.td-main-page-wrap {
padding-top: 0;
}

Result – https://www.screencast.com/t/9y1dHt8nD2
Also please note that if you choose to use Header style 9,10 or 11 – https://forum.tagdiv.com/logo-favicon/ you can use bigger sized full width logos like in this demo – http://demo.tagdiv.com/newspaper_cars/
Hope this helps you

Thanks

Simion C.
tagDiv Staff

Hi,

Please read this tutorial about setting your logo in different header styles – https://forum.tagdiv.com/logo-favicon/
I’m assuming you want the categories to have a different bakground color, you can use this code, enter it in Theme panel->Custom Css. It will change them everywhere a category is displayed if that is what you want, unless you can be more specific (change the color to what you want)

.td-post-category {
background-color: blue!important;
}

Result – https://www.screencast.com/t/XOj7nHnd
Thanks

rudiamirudin
tagDiv Member

Can give me step by step how to clear that cache? I checked on wp super cache CND still disable and I already clear the cache from that plugin also from my web browser. The result still display old logo.

ihora
Participant
#0

Hello,

I have added logo in Theme panel ,but in page does not appear

you can see the problem here

In inspect element the div logo is empty

<div class=”td-header-sp-logo”> </div>

fajrialhadi
tagDiv Member

Hi, what size this logo header ?
Pict: http://prntscr.com/e06lzw

How to change the font size and font type for this mark pict ?

And how to change the background color of category like the picture ?

Pict: http://prntscr.com/e06mn4

Catalin
tagDiv Staff

Hello rudiamirudin,

You should clear all your caches, purge CDN files and check the results. Most likely, your caching plugin is too strong and maybe that’s why it is delivered the old footer logo.

Hope this helps and let us know how it goes!

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

You can try this code, enter it in Theme Panel->Custom Css, it should make the sticky menu remain the same during scroll

@media (min-width: 768px) {
.td-header-wrap.td-header-style-6 .td-affix .sf-menu > li > a {
line-height: 80px!important;
}
.td-header-wrap.td-header-style-6 .td-affix .td-main-menu-logo .td-header-logo img {
width: auto!important;
max-height: 80px!important;
}
}

Thanks

Bogdan B.
tagDiv Staff

Please provide a link to your site so we can inspect the logo
Thank you!

noori020
Participant
#0

I have a page on my website https://goo.gl/pwpuK3 and I have added the ”Tabbed Content” with Visual Composer.
Then I made a row with 2 pieces as you can see on the page. On the left the ”single image” and on the right a text box.

My problem now is that I use logo’s of other companies and sometimes they are too small and sometimes too big. I use the image size ”thumbnail” and as you can see that looks just perfect. The problem is that I sometime upload pictures and they are too big and then it just cuts my logo that I upload to fit to the size of the thumbnail. Instead of that I would like to photoshop my own logos so it fits the sizes of a ”thumbnail”

Can somebody thus help me and tell me what sizes there thumbnails are? That way I just photoshop my images so it fits those sizes.

rudiamirudin
tagDiv Member

I already upload and select the image for that logo.
please see my capture http://imgur.com/a/HtSxA

ecase
tagDiv Member

Thank you Jessie, really appreciate the effort… it is most welcomed

Firstly I’m not sure what’s up with that logo, I know I have changed it, to make sure it’s gone I just went ahead to rename it and upload it afresh, seems it got stuck on Google reading even if I changed it. But it’s sorted now… Good catch

========

I tried this script in the past but it keeps breaking my site… I cant remember I think in one of my settings I got this sorted with a plugin, can’t remember now as I have been trying different settings to get this theme to work

function _remove_script_version( $src ){
$parts = explode( ‘?ver’, $src );
return $parts[0];
}
add_filter( ‘script_loader_src’, ‘_remove_script_version’, 15, 1 );
add_filter( ‘style_loader_src’, ‘_remove_script_version’, 15, 1 );

===================

I’ve just added imagify on it and it’s running, lets see what it can do

===================

I’ve also added back our keycdn, and it does seem faster, but still not exciting google because of images

We have been able to reduce and compress some of the css, please test and see the settings I put back

========

What bugs me is that this is the third theme we are changing over time, and this is the only one that has this much issues:( and hardest to optimize

I hope they still address other issues as I see honestly no supprort from them which makes me concerned

Jessie
tagDiv Member

I took a look…

My initial thoughts… Damn! That is a big website! and I really don’t want to f it up… It’s a very good looking site and interesting too…

It appears what is slowing down your site the most is the images. About 30% of the page/post sizes is the logo which is 500kb… appearing on all your posts and pages.

After running your website at google pagespeed insights you will see a link for optimized resources for your site at the bottom. I downloaded them and the optimized logo from Google is only 10 kb. And the logo looks to be the same quality and clarity as the large size one on the site.
As you likely know bigger pages equals longer load times.

For the rest of your images, it would be good to optimize them using an image optimizer plugin such as ewww image optimizer. After that you would need to regenerate the thumbnails using regenerate thumbnails plugin for the images to display correctly. I am a bit wary in this advice though as you have many images and it will take very long.

At gtmetrix.com the site scores very low for “remove query strings from static resources”
The code I am using on my site to score 100 for this adding the code below to functions.php

function _remove_script_version( $src ){
$parts = explode( ‘?ver’, $src );
return $parts[0];
}
add_filter( ‘script_loader_src’, ‘_remove_script_version’, 15, 1 );
add_filter( ‘style_loader_src’, ‘_remove_script_version’, 15, 1 );

Your site generates a lot of requests to load… (109)
I think many of those requests are due to your site calling youtube for the thumbnails used on the videos. You should look to have the thumbnails on your website for the videos, then your site won’t have to wait for youtube to send them. I am using ARVE plugin on my site to do this, BJ Lazy Load also does this but ARVE looks better.

I highly reccommend you get a second opinion on my suggestions incase something goes wrong. How long does it take to backup such a big site?

Hope it goes well… That sandbox sounds good… If all else fail give autoptimize plugin a shot. Be advised when it works it does wonders, when it doesn’t it can cause a lot of headaches.

Good luck 🙂

Bogdan B.
tagDiv Staff

This means there is a theme related element that is called using http and not https. Please check the logos or background image or any other setting in the theme panel.

Here are your mixed content errors:
https://www.screencast.com/t/BEJyrzH6Oc

Please check these few leads:
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/

You can also check our forum for some insight on ssl:
https://forum.tagdiv.com/topic/moving-to-ssl/

Thanks.

Jim Kalligas
Participant
Huge logo - topic
#0

Hi I’m using style 6 header and suddenly my logo became very big. I’m using a retina display and google chrome. I have set bot a regular logo and a retina logo and both have smaller height than the one you ask for. What is happening? The same for mobile on inspect element. Tested on safari too

Simion C.
tagDiv Staff

Hi,

Ads will display in the locations that you choose, in Theme panel->Ads – https://www.screencast.com/t/L0M9Xw9vjyeR or in any ad box you use that coresponds to an ad placed in theme panel – https://www.screencast.com/t/3cdjcksUC If you want to remove the header ad, remove the code from the header ad section – https://www.screencast.com/t/Lgf70WPTtRh and the same for other ads. You can remove the ad title here – https://www.screencast.com/t/pcINGIxewhttps://www.screencast.com/t/FFVc4XIJ5
As for the white space reduction try this code, enter it in Theme panel->Custom Css

@media (min-width: 1014px) {
.td-logo-wrap-full {
margin-bottom: -30px;
}
}

Result – https://www.screencast.com/t/mullEAOopRES
To remove the Home page title – https://www.screencast.com/t/ht1nprfb8V9 you have to select the default page template in page attributes – https://www.screencast.com/t/j1uj2o0pf or use this code in Theme Panel->Custom Css

.td-page-title span {
display: none;
}

Result – https://www.screencast.com/t/6BZ5StBZiuD
If you meant something else and I misunderstood you, please correct me.

Thanks

rudiamirudin
Participant
#0

Set Footer Logo with new image But Logo Still Like Demo. My site http://www.beritabanten.id

Umit GUL
tagDiv Member

Hi haqemcom,

I lived the same problem and finally I solved it. The most important thing is to remove the logos and reload them. I tried to explain how I did it in a picture. I hope it helps. English language support is available on my site.

https://sizvebiz.blog/https-ile-baslamayan-sitelerde-kredi-karti-kullanmayin

Best Regards..

mayaguez
tagDiv Member

P.S. to post #153999
I just created an Google AdSense account and it was approved. I now see only blank ads (as Google told me I would see).
1. Once my Adsense is activated by Google which of the 2 ad boxes that currently display on my Home Page will display an Adsense ad? The one that only displays “Advertisement”? What about the ad box that displays your ad? Can it be deleted if I want to?
2. Can we still make the space in between the text logo and the ad box smaller?
3. Delete the “Home Icon/Button”

sschan
Participant
#0

Hi,

I’ve few questions with regards to your Newspaper theme login modal on the website’s front end:
1) How can i redirect the members to a custom page upon successful login? Likewise for logout, how can i do that?
2) How can i add a “Remember Me” checkbox on the “sign in” box so that members can opt not to key in their user name and password every time they log in?

Appreciate if you could help. Thanks.

Regards,
sschan

mayaguez
Participant
#0

I changed the Background Color of my theme to see how it would look but did not like the box version created by the change in color. When I changed the color back I noticed a large “space” between my text logo and the ad box with the text “advertisement”.
1. How do I delete this space and the text?
2. Also is it possible to delete the “Home Icon/Button” above the Ad box?

Thank you

brandyuva
tagDiv Member

Most of image showing but still problem in Style 7 .. article Titel background image not showing.please check and revert
http://www.thebrandboy.com/saral-ready-made-logos/

press15
Participant
#0

Good Afternoon,

I would like to know how to add a background to the top of the website where the logo is located? I would imagine that this is considered the header. I see where it says I can change the header style, but I don’t see anywhere to upload a background for the header. Can someone please assist me?

I’m using Newspaper 7.6

Thank you for your time.

lnwills
Participant
#0

I changed the Logo & Fav Icon information in the header section however, on mobile NEWSPAPER and the tag line is still showing. The change displays on my desktop site but not on mobile.

Viewing 25 results - 8,501 through 8,525 (of 12,143 total)