Search Results for 'logo'

    No search results were found in Documentation!

Results from the Forum
brianjcameron
Participant
Site Logo - topic
#0

I note that their is only one place to store a site logo, and appreciate that it is an easy change.

I wondered if their is a way to have a range of site logos, so a random logo is picked each time the page is refreshed.

Bogdan B.
tagDiv Staff

Hi,

For the first request please follow this topic: https://forum.tagdiv.com/topic/open-source-and-via-in-a-new-tab/
As for the quotes on mobile: The color of the quotes is affected by the theme accent color:
http://screencast.com/t/gUVdFGDGIdg
Unfortunately the font family and font style can only be changed with css as the mobile theme has no font customization at the moment. You can use this method to load a new font with css: https://forum.tagdiv.com/topic/how-to-change-font-for-text-logo/
and then use this css to set the font family and size for the quotes on mobile:
@media(max-width:767px){
.td-post-content blockquote p{
font-family:mycustomfont!important;
font-size:25px!important;
}}

Thank you!

Catalin
tagDiv Staff

Hello mboydnv,

For your first request, please try to use the code below and place it in Theme panel->Custom CSS area.

The code is ->

@media (max-width: 1018px) and (min-width: 768px){
.sf-menu .td-icon-menu-down {
display: none;
}
}
@media (max-width: 1018px) and (min-width: 768px){
.td-header-style-6 .td-main-menu-logo {
margin-right: 8px;
}
.td-header-menu-wrap-full{
height:initial!important;
}
}

The result you should see here -> http://screencast.com/t/vhoiagMpE

For your second request, please notice that that whitespace come from your sidebar because this is too short for your page content and if it is fixed when you scroll down you will bring that white space. You will have to try to make your sidebar being in sticky mode and then through this method you can get rid of it this space. For more information about smart sidebar, please consult our documentation here -> https://forum.tagdiv.com/smart-sidebar-2/

Hope this helps!

Thanks for your understanding!

Catalin
tagDiv Staff

Hello HugoDe,

Please notice that the H1 tag is just put for the logo. So, if you are using a picture as a logo, practically, it does not make any sense to write a text in it. You can try to use the another header style which support the Text Logo for header and then this will be targeted with H1 tag, like this -> http://screencast.com/t/6nqWbTRe

Hope this helps!

If you refer to something else, please provide more details about what exactly you want to achieve and you can explain this providing some useful screenshots so I can better understand.

Thanks for your understanding!

Solstyce
Participant
#0

Just updated a client from last version of Newspaper 6 to current version of Newspaper 7. Apparently I made the mistake of following the documentation and selected “2015” theme to delete Newspaper 6 and update to 7.

When I switched back to Newspaper 7, I now have an extra menu at the top of the page. I’ve tried modifying the various header options and menu options via the theme panel or customizer, but no luck.

Can someone tell me how to get rid of this extra menu?

http://www.enwealthen.com

Also, not sure if it’s related, but I’m seeing a duplicate site logo and duplicate search icon.

Catalin
tagDiv Staff

Hello HugoDe,

You will have to edit the logo-h1.php file in order to achieve as you wish, like this -> http://screencast.com/t/dsXpZkDXdDGx This task involve custom work and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!

Thanks.

Bogdan B.
tagDiv Staff
Logo - reply

Hi,
Unfortunately I cannot get pass the maintenance mode so I cannot inspect the logo. Please make sure you do not have any custom css affecting the header. If you cannot get it to work you can either remove the maintenance mode or send us your login information at contact@tagdiv.com so we can login and inspect the issue. Also include a link to this topic.
Thank you!

Lynden
tagDiv Member
Logo - reply

Thanks for your response. I actually have it on Header style 11. I took the food image off and put on another image then when that did not work, selected the food image again but now it is only a small logo. I don’t think i changed anything else.

Not sure if you can see unpublished but it is http://www.onthetown.net.au.

Achimzwo
Participant
#0

Hi, nice Theme, but I need some modifications.
How can I embed an Slideshow (Revolution Slider) in the Head. It should be visible on all Pages, Articles etc. between Logo and Menue. Style is Head 9.
Rev-Slid. give me an Emed Code <?php putRevSlider( 'slider1' ); ?>
In the Dokumentation I´ve found the ../parts/header/header-style-9.php, but the Embed doesen´t runns.
Did You have any Idea to realised that?

Greetings Achim

Kingbreak
Participant
#0

hi there,

I opened the style.php file to remove some white space up and bellow my logo and to remove the green stripes, but i can’t find the right line in the file.. I tried some many things but there is nothing changing on my website.
Could you please help me with this? See my screenshot below. I want to remove soms white space above and beneath my logo and i want to remove (or change the color) of the green stripes.

Screenshot

Thank you in advance!

Catalin
tagDiv Staff

Hello HugoDe,

Please notice that our theme automatically put the H1 tag for the logo by default. All of this setting is located in code and if you want to make some changes in this regard, you will have to edit the code from the core file. For more information about this feature, please refer to this topic here -> https://forum.tagdiv.com/topic/h1-in-logo/ because there was debated this case.

Thanks for your understanding!

livingtosmile
tagDiv Member

Catalin,

Thank for you the response. We are making progress!

I changed the logo. The second part of my question still needs to be resolved:

In the mobile view why does it say “ABOUT US” under the logo, above the social media icons? How do I change this?

Thanks!

HugoDe
Participant
#0

I did not find the place to put the text that goes in H1 logo, in which field is exactly?

Bogdan B.
tagDiv Staff

Hi,

If you check again, you will see we added a h1 tag on the logo in newspaper 7 on the homepage for seo purposes: http://screencast.com/t/mMMAP90aC There should not be any missing h1 penalization. As for the H2, you can force modules and blocks to use h2 instead of h3(used now) by altering this file: http://screencast.com/t/b99NP2Mu

Thank you!

jsup
tagDiv Member

Either way, there’s a “problem here:

if td-login-wrap is not supposed to affect colours, it should be taken out (since it’s not doing anything)

or

if the colours are meant to be adjusted, the css overrides for td-login-wrap should be updated to include the new prefix: eg; “mfp-content .td-login-wrap {”

(Specific Example: This is an override the appears in the css relevant to the login modal box – it includes an override for “.td-login-wrap” {V2 style login}, but not “.mfp-content .td-login-wrap” {V3 style login} – the login css should be either removed or updated from this override 🙂 :

.td-header-border::before, .td-trending-now-title, .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat, .td-post-category:hover, .td-header-style-2 .td-header-sp-logo, .td-next-prev-wrap a:hover i, .page-nav .current, .widget_calendar tfoot a:hover, .td-footer-container .widget_search .wpb_button:hover, .td-scroll-up-visible, .dropcap, .td-category a, input[type=”submit”]:hover, .td-post-small-box a:hover, .td-404-sub-sub-title a:hover, .td-rating-bar-wrap div, .td_top_authors .td-active .td-author-post-count, .td_top_authors .td-active .td-author-comments-count, .td_smart_list_3 .td-sml3-top-controls i:hover, .td_smart_list_3 .td-sml3-bottom-controls i:hover, .td_wrapper_video_playlist .td_video_controls_playlist_wrapper, .td-read-more a:hover, .td-login-wrap .btn, .td_display_err, .td-header-style-6 .td-top-menu-full, #bbpress-forums button:hover, #bbpress-forums .bbp-pagination .current, .bbp_widget_login .button:hover, .header-search-wrap .td-drop-down-search .btn:hover, .td-post-text-content .more-link-wrap:hover a, #buddypress div.item-list-tabs ul li > a span, #buddypress div.item-list-tabs ul li > a:hover span, #buddypress input[type=”submit”]:hover, #buddypress a.button:hover span, #buddypress div.item-list-tabs ul li.selected a span, #buddypress div.item-list-tabs ul li.current a span, #buddypress input[type=”submit”]:focus, .td-grid-style-3 .td-big-grid-post .td-module-thumb a:last-child::before, .td-grid-style-4 .td-big-grid-post .td-module-thumb a:last-child::before, .td-grid-style-5 .td-big-grid-post .td-module-thumb::after, .td_category_template_2 .td-category-siblings .td-category a:hover, .td-weather-week::before, .td-weather-information::before

Bogdan B.
tagDiv Staff

Hi,
If you want to replicate the design form the other website, you need to use another block on the homepage that comes closer to the one in the other site. you can see different block templates here: http://demo.tagdiv.com/newspaper/block-1/
As for the header, you will have to use one of the 3 full logo styles: 9, 10 or 11. The logo could need a few adjustments in css for responsiveness though to eliminate the top padding. If you provide a link to your site I could help with the css to some extent.
Thank you!

Bogdan B.
tagDiv Staff
Logo - reply

Hello,
In order to have the header as the recipes demo, you need to use header style 11. The image is set as a logo.
There are only 3 header styles that use the full width and height of the image as a logo: https://forum.tagdiv.com/header-styles/
Thank you!

Catalin
tagDiv Staff

Hello livingtosmile,

This behaviour for your logo appears because your photo-logo has a white background and when it is placed on the black background you will see that white space. If you want to get rid of it this, you will have to change your logo with another one which has a transparent background and you can handle your logo from the Theme panel->Footer section, like this -> http://screencast.com/t/1GXvRDMdUv and from header logo section like this -> http://screencast.com/t/GmjxVjS8VxeF.

Thanks for your understanding!

jsup
tagDiv Member

I can confirm that there are no specific overrides for the mfp-content class…

I can see the override below, but it doesn’t target the new login modal in fullscreen….

.td-header-border::before, .td-trending-now-title, .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat, .td-post-category:hover, .td-header-style-2 .td-header-sp-logo, .td-next-prev-wrap a:hover i, .page-nav .current, .widget_calendar tfoot a:hover, .td-footer-container .widget_search .wpb_button:hover, .td-scroll-up-visible, .dropcap, .td-category a, input[type=”submit”]:hover, .td-post-small-box a:hover, .td-404-sub-sub-title a:hover, .td-rating-bar-wrap div, .td_top_authors .td-active .td-author-post-count, .td_top_authors .td-active .td-author-comments-count, .td_smart_list_3 .td-sml3-top-controls i:hover, .td_smart_list_3 .td-sml3-bottom-controls i:hover, .td_wrapper_video_playlist .td_video_controls_playlist_wrapper, .td-read-more a:hover, .td-login-wrap .btn, .td_display_err, .td-header-style-6 .td-top-menu-full, #bbpress-forums button:hover, #bbpress-forums .bbp-pagination .current, .bbp_widget_login .button:hover, .header-search-wrap .td-drop-down-search .btn:hover, .td-post-text-content .more-link-wrap:hover a, #buddypress div.item-list-tabs ul li > a span, #buddypress div.item-list-tabs ul li > a:hover span, #buddypress input[type=”submit”]:hover, #buddypress a.button:hover span, #buddypress div.item-list-tabs ul li.selected a span, #buddypress div.item-list-tabs ul li.current a span, #buddypress input[type=”submit”]:focus, .td-grid-style-3 .td-big-grid-post .td-module-thumb a:last-child::before, .td-grid-style-4 .td-big-grid-post .td-module-thumb a:last-child::before, .td-grid-style-5 .td-big-grid-post .td-module-thumb::after, .td_category_template_2 .td-category-siblings .td-category a:hover, .td-weather-week::before, .td-weather-information::before

Lynden
Participant
Logo - topic
#0

I have searched through the forums but not found anything to assist this next question. I assume it is a very obvious thing. I was looking at using the Food These as i liked the full size image that stretched across the top of the home page. When I down loaded the image that is used on your site and copied my image over it and reloaded. It resulted in a very small centred image and does not cover the entire banner. When I reselected the original image, it also is a small version. Not sure what I have done here.

jsup
Participant
#0

Hey guys and girls – great job with the new Version three ! Love it..!
I’ve just spun it up in a dev environment and have noticed the following extra css elements being hard coded in the overarching theme style.css:

Line 24237: .mfp-content .td-login-wrap .btn { background-color: #4db2ec }
Line 24290: .mfp-content .td_login_tab_focus { background-color: #4db2ec }
Line 24310: .mfp-content .td-login-panel-title { background-color: #4db2ec }
Line 24318: .mfp-content .td_display_err { background-color: #4db2ec }

Unless I am mistaken, won’t these elements overwrite any custom themed colours defined in the theme panel for the login menu on a greater than 767 pixel display ? No big deal, I suppose, but it will most likely reset colour schemes for some people (and only in the logon modal on a bigger screen).

For now, I have simply remmed them out in my code, but this seems very clunky and obviously will reset when the next GA comes out.

… Or am I doing something the wrong way (entirely possible)?

jorgemarcel
Participant
#0

Hello all,

I have the newsmag theme on my site and I am having trouble with the social icons on the top bar layout. The social icon for twitter is there but you can only see if when you hover it with the mouse. You can also see the twitter icon with no problems if you switch the header to “Style 6 – Top Menu + Logo and ad” but I prefer having the header to default because I do not like the menu on the top.

This is the header now. The twitter icon supposed to show with no problems on the top right corner and again, you can only see if when you hover your mouse over it.
Twitter icon

What can I do to fix this?

Thanks,

Jorge

livingtosmile
Participant
#0

Hello,

In my site’s mobile view there is an area above the footer that I can’t figure out how to change.

The mobile site is http://www.livingtosmile.com

Currently in this area there is a white living to smile logo, “ABOUT US”, and “FOLLOW US” in this space. These seem to be taken from my computer-based site and falling into the mobile view.

The pages and footer load beautifully, but this other part has me stumped.

Thanks~

ofmofficialo
Participant
#0

I used this code

<div class=”td-visible-desktop”>

</div>
<div class=”td-visible-tablet-landscape”>

</div>
<div class=”td-visible-tablet-portrait”>

</div>
<div class=”td-visible-phone”>

</div>

when i click this ads It should be vpsrang.com right ?
but when i click it will be mydoamin/vpsrang.com
How can I do ?

Thank you

recons
tagDiv Member

I have no problem choosing styles. You did not get my question.

Do you know the WordPress logo? The W? Well my site gets an ADDITIONAL top top bar above your theme with that logo on it.

see screen

http://www.screencast.com/t/WjYxSwydE

Viewing 25 results - 9,251 through 9,275 (of 12,143 total)