Search Results for 'logo'

    No search results were found in Documentation!

Results from the Forum
Catalin
tagDiv Staff

Hello angellkarina,

I have inspected your website and I saw that your image-logo is still there, as you can see here -> https://www.screencast.com/t/0EAQPeia7Ja Try to clear all of your caches and check the results.

Thanks for the message!

Bogdan B.
tagDiv Staff

Hello,

Please read this guide: https://forum.tagdiv.com/font-customization/

The font on the text logo can only be changed with css unfortunately as it does not have an option added to the theme panel. We will implement this in future releases of the theme.

Please use this css to change the font :
.td-logo-text-container .td-logo-text{
font-family:Arial!important;
}
.td-tagline-text{
font-family:Arial!important;
}

you can add a font-size to the code in order to change the size.

Thank you!

Simion C.
tagDiv Staff

Hi,

This is happening because ten logo you are using is not of the recommenced size, for that header style
https://forum.tagdiv.com/logo-favicon/
The sizes are calculated for each header style, if you do not use them the header may not display properly. Also the logo has a custom size, and it simply cannot fit in the available size
https://www.screencast.com/t/rEOEPagUuWq
https://www.screencast.com/t/Il3CaxMVD
You could use the menu stretch option in the theme panel
https://www.screencast.com/t/dChdoDhUa
Then the logo and menu should be displayed on the same line.

Thanks

AllenForkum
tagDiv Member

My web-hosting support was able to help me resolve the WP login problem, so I again have access to the WP dashboard. They also told me that my site was using a “child” of the Newspaper 4 theme (I don’t know what that means) before the upgrade to Newspaper 8 and that might be why the home page is not loading correctly and why our logo does not appear in headers. Is that an issue for which I may receive support from you guys?

Also, now when I try to activate the Newspaper 8 theme, I get this message:

wp booster error:
Please update your [tagDiv social counter] Plugin!

Fatal error: Call to undefined function mb_detect_encoding() in /home/forkum/public_html/wp-includes/functions.php on line 3086

bloggingindian
tagDiv Member

thanks i got it now

but I got one issue when I adding one of my menu in the footer section

it is showing blank i cant see my pages which i added in my menu

I see big logo of my blog nothing else

please help

AllenForkum
Participant
#0

Just upgraded from Newspaper 4 to 8 at http://www.automotivereport.net. Not only does the home page layout no longer look the same as under 4 (I’ve tried different style settings), but all the content is missing — no logo in the header, no stories on the page, no sidebar, just some of our categories and some code (unlike secondary pages, which look different but do load the old content). We may use a different style for the site, including the home page, but how do I get the home-pag content to load? Also, and far worse, I can no longer access the WP dashboard to make any changes. Text message warnings load above the login area, and when I log in, all I get is a text list of warnings, no WP dashboard. Please help.

Goomba
tagDiv Member

How do I change my font in the front end, I can only see it in the back end. And how do I change my logo title font. Thanks

JFoulger
Participant
#0

Hi there. I recently updated my theme to the latest version of the theme and somehow my logo is no longer in line with the menu bar and appears too big, whereas before it was all on the same line. Can anyone give me a piece of code I can copy and paste in the custom CSS to rectify this problem? My site is empiricalfitness.com to view the issue. Thanks

Jerrad
tagDiv Member

When I don’t have the Mobile Theme plugin activated, my stylings and logo appear on the wp-login.php page for all devices including phones.

When the plugin is activated, it goes back to being the WP default wp-login.php page for phones only. Tablets and desktops see my custom login page.

SL2
Participant
#0

Hi,

I resized my logo to be 16 x 16 pixels using Gimpy and uploaded. This worked. However, when I amended my Favicon and re-uploaded, it no longer worked. I’m also unable to get the previous favicon image to work.

So now I am left with an old favicon image that was created using a different WP theme.

How can I can get my favicon image to work?

This is the image URL:

https://onemanandhisshed.com/wp-content/uploads/2017/08/fav-1.png

Many thanks

DaveS
tagDiv Member

Hey,

I changed the code for retina and not retina in the file logo.php – nothing changed in the front.
Then after editing the code for retina in the file logo-h1.php – the logo disappears from both – the site and the shop.
I never see a link to the shop when hovering the logo while visible.

Simion C.
tagDiv Staff

Hi,

Make the modification in all 4 cases in both files as instructed and it should work. This is a product page and I have made the mentioned modifications in the child theme as well
https://www.screencast.com/t/HjQlbqSdBy
The logo redirects to the shop page. Clear all caching after making the modifications.

Thanks

Jerrad
Participant
#0

First some information that you need. I am using Newspaper 8.0 and the tagDiv Mobile Theme plugin. My website address is https://evscconnect.com.

I have a website that is a private intranet where users gain access by logging in using the wp-login.php page. Everything on the site is working great except for when users login on their phones. I am using a function in my child theme to replace the WordPress logo and styles with my own custom styles. The function works fine on desktops and tablets. However, when I view the login page on a phone, I get the default WordPress login page.

Here is the function I am using.

function my_logincustomCSSfile() {
    wp_enqueue_style('login-styles', get_stylesheet_directory_uri() . '/login/login_styles.css');
}
add_action('login_enqueue_scripts', 'my_logincustomCSSfile'); 

Is there another piece of code that I need to add to allow my logo and custom styles for the wp-login.php page to appear on phones? Or am I missing something in the Newspaper Theme Panel?

Thanks,

Jerrad

arnimation
tagDiv Member

Thanks Simion! Really appreciate it. Is it possible to set a bigger size for the logo?

DaveS
tagDiv Member

It’s not working on my side. I have both files in my child theme. I edited both files as follows:

View post on imgur.com

But nothing changes. The logo on woocommerce, cart and check out pages still points to the home page of the site, not to the shop home page (www.domain.com/магазин/)

Simion C.
tagDiv Staff

Hi,

Try a code like this for example
https://www.screencast.com/t/fyfi6PMh
https://www.screencast.com/t/edWioJAPe

Enter the code in Theme panel->Custom CSS if you decide to use it, I think that is what you wanted

.td-header-logo {
position:relative;
top:40px;
}
.td-header-menu-wrap.td-affix .td-header-logo{
top: 24px;
}

Thanks

DaveS
tagDiv Member

Hi,

No success. The site and shop are in Cyrillic and the url structure is in Cyrillic too, so I tried with /shop/ , as you suggested, and with the word in Cyrillic /магазин/
The logo still always leads to the home page of the site.

Simion C.
tagDiv Staff

Hi,

That would require modifications to the logo files. The default URL is the home address.
Try making the change in this file like this
https://www.screencast.com/t/rFbgDqeC

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide a link to your website, and I will try to give you a solution if possible. I will try with CSS and position the logo that way.

Thanks

DaveS
Participant
#0

Hi guys,

I’d like to change the url of the logo (on desktop and mobile) on woocommerce pages (incl. cart and checkout pages). Is that possible? It’s a pretty clickable object and I don’t want to mislead visitors to think that they’ll land on the shop’s homepage when they click on it, but land on the site(magazine)’s home page instead.

Thanks

Simion C.
tagDiv Staff

Hi,

That would probably require considerable modifications to the header template. The logo and menu are part of containers that are designed to display as they currently are. And also be responsive in all situations.
If you want to to try and make these modifications, use the browser inspector to identify the elements used and their classes an create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
But please note that it will not be an easy task. The menu and logo are dependent on each others position an containers.

Thanks

Ueilon Teixeira
Participant
#0

Hello,
I hope you are going good.

Currently, how can I get different header (logo and color) per category? Is it possible? If not, I suggest to newsmag theme developers that implement this option. I’ll apreciatte it a lot <3.

Cheers,
Ueilon

arnimation
Participant
Float Logo - topic
#0

Hi, how can I float my logo like this?

float logo

I’m using header style 6. So floating/overlap the logo on the left side.

Catalin
tagDiv Staff

Hello Zoran,

I have inspected your button and now it seems to be placed align to your Booking logo. Please consult the following guide here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ and try to create your own custom CSS code. This type of request involve some custom work and we cannot afford to provide something like that, at the moment, sorry!

Thanks for your understanding!

Paul
Participant
#0

My site http://www.fcengland.com seems to have been hacked a couple of times with the homepage redirected to spam. My fault initially for allowing any users to register without screening; I’ve now changed this.

Since then, the site has been hacked again via what seems to be the header logo/image area as that’s where code is being pasted by whoever is doing it to replace the code for the normal header/logo.

Any advice to stop this happening? Wondering if anyone can see anything obvious in my code that is allowing this exploit?

thanks for your help.

Paul

Viewing 25 results - 7,801 through 7,825 (of 12,143 total)