Search Results for 'logo'

    No search results were found in Documentation!

Results from the Forum
Beldar
tagDiv Member

Fine, but now the picture looks on phones, formerly with the other code did not look … Is there option that is not seen on phones?

I have this code in phone CSS:
.td-main-sidebar{
display: none !important
}

.td-default-sharing {
display: none !important
}

.td-post-sharing {
display: none !important
}

.post header h1 {
font-size: 24px !important;
line-height: 25px!important
}

.author-box-wrap {
display: none !important
}

.td_block_related_posts {
display: none !important
}

.td-post-source-tags {
display: none !important
}

.td-header-sp-logo { display:none }
.td-banner-wrap-full { display:none }
.td-header-style-10 .td-main-menu-logo { display: block!important; }

The Transnational Post
tagDiv Member

Hello Bogdan,

Like I tried to explain in my first email, after updating the theme plugin, a new profile with logo appeared at the bottom of my webpage as in the attached picture (profile) and I want to turn it off. The same information is already contained in the footer settings as in attached picture (picture01)
The information is contained in the profile page, I tried deleting the information there, but it leaves a text box. The profile that appears have a link to this page http://en.gravatar.com/thetransnationalpost

I hope this helps.

Andrei L.
tagDiv Member

Hi

The code it’s tested and works fine on my side: http://screencast.com/t/7FF6ur2Unq0 Make sure you’ve added the proper url for your custom logo, clear all caches and test again. Also note that the code will work only on posts, not on homepage or any other page from your site.

Thanks!

Bogdan B.
tagDiv Staff

Hi,
The logo is aligned already from the theme perspective: http://screencast.com/t/cY5UxpO5Pvp
It needs to be adjusted in a photo editor and centered from the image itself: http://screencast.com/t/cbcBUKZFQ
Thank you!

thematanater
tagDiv Member

Perfect! It worked!

One more relative question – How can I center the logo in the floating menu? For example when you scroll up on the website, the logo in the floating menu has too much space above it. How can I move the logo down a little? I want it to be centered (vertically) with the rest of the menu items. [ revgrapher.com ]

Thanks in advance!

Bogdan B.
tagDiv Staff

Hi,
From the code I provided, in this part:
.td-header-style-1 .td-header-sp-logo{
height:45px!important;
margin: 0px 28px 0px 28px!important;
The very last number in pixels (28px right before !important on the second line of code). Decrease this number and your logo will move to the left.
Thanks.

thematanater
tagDiv Member

Oh I see! Great I got it working, thanks!

I have one more question; how can I move the logo to the left by a couple pixels so that it’s always aligned with the first menu item?

Catalin
tagDiv Staff

Hello aragorn,

1)This is the default order and the theme doesn’t have an option to change it. You can do this in the code or try to use a plugin like Category Order and Taxonomy Terms Order as I saw that many users use it, please check this topic as reference – https://forum.tagdiv.com/topic/how-can-i-hide-all-from-megamenu-list/#post-71876
2)If you want to change the logo, you have to check the Header->Logo&Favicon section from your Theme panel, like this -> http://screencast.com/t/InwzMuNJdd and for more information about our logo, please check the documentation here -> https://forum.tagdiv.com/logo-favicon/
3)If you want to change the Ad banners, please check the Ads section from your Theme panel, like this -> https://forum.tagdiv.com/header-ad/
4)If you want to change the text from your Footer section, also please check your Theme panel, like this -> http://screencast.com/t/VfjEK4QD8wt
5)If you want to change the structure for your top header menu and footer menu, you can do that from panel, Appearance->Menus, like this -> http://screencast.com/t/Xh2bS9SbkMS

Hope this helps!

Thank you for the message!

aragorn
Participant
#0

Hello,

I have the following questions in order to finish my newspaper :

1. how to reorder the buttons in the submenu of the main one ( they are ordered by the first letter, but I want to reorder them in another way )
2. how to change the logo
3. how to change the Ads banners
4. how to change the text in the footer
5. how to edit the top header and top footer menus

Regards!

Andrei L.
tagDiv Member

Hi

You can use one of theme’s ad-spots to display the ad. First insert the html ad’s code in one of custom ad-spots from theme panel > ads then use do_shortcode() function to display the ad below the logo like here: http://screencast.com/t/p9KCCPun

<div class="new-ad">
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
</div>

Add this css in theme panel > custom code > custom css:

.new-ad{
clear: both;
}

I’ve used custom ad 1 for this example but you can use any custom ad, just adapt the shortcode. For example if you use custom ad 5 the shortcode will be: td_block_ad_box spot_id="custom_ad_5"
The result should be like here: http://screencast.com/t/HYBdDZM0W0h

Thanks!

  • This reply was modified 10 years by Andrei L..
aliou89
Participant
#0

How can to make a space before the logo header that i can i add a bannee here example https://www.dropbox.com/s/odvkwcw00vrzhju/Screen%20Shot%202016-03-31%20at%2012.01.04%20AM.png?dl=0

Erve
tagDiv Member

Thanks.
Could you tell me where to find those steps to upload footer logo?

masc
tagDiv Member

What about make the background of the picture none or white, because we use a lot of logos and transparency for them?

Guideduchien
Participant
#0

Hi,

I would like to add a banner ad 970×90 below the logo (i’m using header style 1). You can see what i would like in this sreenshot.

Thank you in advance !

Catalin
tagDiv Staff

Hello Erve

Please ensure that you have right followed the steps to add the logo for your footer section. Also, if you use untested plugins, ensure that these does not affect this functionality. Disable all the active plugins, leave just Visual Composer to active, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins.
If you need more assistance in this regard, please provide your website URL so I can further inspect this problem is still there.

Thank you for the message!

Erve
Participant
#0

In one of my sobdomains, logo appears large and fuzzy, even though the file is 48x48px.
I upload files in Footer logo and Fotter retina logo and on pannel they look fuzzy too before I save settings (and check the results on page: large and fuzzy).

Something’s wrong. Also… I can’t remove the file. When I do it, appears again the fuzzy and large logo.

The rest os subdomains are OK.

Bogdan B.
tagDiv Staff

Hi,
You need to upload a bigger logo if I’m to enlarge it a bit, as if I force it’s dimensions bigger than the original, it will lose it’s quality.
for example: http://screencast.com/t/QbcAcJPf6LzJ
Thanks.

Bogdan B.
tagDiv Staff

Hello,
You can ignore the visual composer update as we can only update the plugin along with our theme as we are the ones providing it, not the plugin author. You can ignore the update message. Please use the version of visual composer that comes with the theme: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
As for the menu, please remove the css as I see you changed the menu. Every custom css applies to that particular layout. If you change anything like add a menu item or a top-menu, the css will probably not work properly anymore. Please remove the css and provide a link to your website and details about your problem. Also provide a screenshot of the css you have in the custom css box as I suspect it’s the logo that has been changed and it’s affecting the sticky menu.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately the header styles that have the ad next to them cannot be any bigger as it will affect the ad and the container for he header ad will drop below the logo if this is increased. If you want to use a bigger logo, we recommend using a full logo header style. Small adjustments can be done, but only a few pixels as not to affect the ad container. For this we will need a link to your website so we can inspect the logo and I will try to increase it as much as possible without affecting the other elements.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
You can use the mobile logo for it like so: http://screencast.com/t/o0B6cfTf
Unfortunately there is no third option. It’s either the normal logo or the mobile one.
Thank you!

Bogdan B.
tagDiv Staff

Hello John,
Please provide a link to your website so we can inspect the logo. The retina logo requires a retina display, so please test this with a retina compatible device
Thank you!

Andrei L.
tagDiv Member

Hi

By default the theme does not have an option to load different logo for posts. However this can be achieved by adding a condition logo.php file like here: http://screencast.com/t/wvb8odf8i7r
Just replace the code from logo.php with this one and add the indicated informations as you need http://pastebin.com/YvpTHhYm

Thanks!

Catalin
tagDiv Staff

Hello GillBate,

Please notice that any image you will load in your footer section will be displayed in the footer, as you can see here -> http://screencast.com/t/2lcDJAg1ol -> http://screencast.com/t/yf2Kzd3Ne6K The theme will cut the footer logo to fit the thumb according to our documentation here -> https://forum.tagdiv.com/footer-templates/ and if you do not have set it the logo from the footer section, will appear the default logo in this area.

Thank you for the message!

Cedasie
tagDiv Member

Hello,

At first I transfer a website to a new web hosting. At that time the logo was not there. I uploaded the demo and the logo taken it up.

It’s already ok.

Thanks

Ansolon
Participant
#0

Hi, generally i open header.php and solve my problem for adding shortcodes,

However when i opened the theme header there is nothing do edit with.

thats why please help

1. Default header is used; i want to make logo size 120 x 120 or 90 x 90 or similar; how can i do it?
Or it is even better let me know php file i can edit from there

2. how can i add shortcode between main menu and mainbody for banner purposes, i can edit php

Thanks for now

Viewing 25 results - 9,651 through 9,675 (of 12,143 total)