Search Results for 'logo'

Results from the Forum
elvinf
Participant
#0

Hi,

I uploaded 2 logos. A 272×90 and a 544×180 per the recommended size. On my macbook retina the 544 logo loads up to its full size. Is this a bug.

Also I am using heading 7. How do I move the logo to the left? I used CSS but it first loads in the center then floats left. What the correct css?

totallydoggy
Participant
#0

Hi,

I am using Header Style 1 and would like to have this banner wider it currently has no space at the top and bottom of the logo – also is there a way to increase the size of the logo?

Here is my url http://www.totallydoggy.com/

thank you
Suzanne

hatchet9
Participant
#0

After uploading my logo there is too much space in the header. The logo size is: 225×190
Please see the URL below.

http://s559855489.onlinehome.us/

Nachrichtenexpress
Participant
logo space - topic
#0

Hi, is it possible to enlarge the given logo/name space?

jethron5000
Participant
#0

Hi,

I would like to check if it’s okay to shift the position of the nav button to the right instead of the left, and the logo to the left instead of the right?

Alin [tagDiv]
tagDiv Staff

Hi,

What theme version do you use? As I have checked this with your logo and did not found any issues – http://screencast.com/t/6ZeFHKl3Fa
The latest theme is 4.6.3 and the latest version of Visual Composer tested with the theme. Please use this guide if you need to update (FTP method) – https://forum.tagdiv.com/how-to-update-the-theme/ and update also the theme’s plugins that come with the theme’s files from /plugins folder.
You can try this custom css if you don’t want to update the theme – http://screencast.com/t/TFLiNWd0

@media (max-width: 767px){
.mobile-logo-wrap img {
width: 150px !important;
top: 0 !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Try this code in your header style file – http://pastebin.com/cAx8Bmf0
And use only this custom css to add background as the logo and the ad are already positioned: http://screencast.com/t/cWnFn9gdYt

.full-bg {
background-color: red;
}

Unfortunately Ultimate Addons for Visual Composer is not tested with the theme, so I can only recommend you to check this also without any plugins active, leave just Visual Composer and Ultimate Addons active, clear cache and see if you still have this issue. Also if you still have issues with it please try with a default theme and see how it goes.

Thanks!

Sensej
Participant
#0

Hi!

I’ve changed logo (header and bottom), favicon ico and also text on the footer. Everything seems to be ok untill i’m logging off from WP. I can’t see my changes at all when i’m not logged. I already activated theme, everytime i’m pushing ctrl+F5 to reload all elements and nothing. Plese help.

creativeglobe.pl

msproductions
tagDiv Member

Thank you for the prompt response.

I’ve set it up on this website as a test http://www.NYCclubsandlounges.com
The logo here on mobile has it’s top portion overlap the Top Ad.

The one I’m concerned about is http://www.MSproductions.com but do to it’s traffic I don’t have it live during the day as I work on it over night to reduce downtime for visitors.
The bottom portion of the logo gets cropped off a bit and I’ve made the images within the exact dimensions requested by the theme.

marcosutter
tagDiv Member

Hi,
thank you very much…it works! Now I need to insert in the header a banner (728x90px)…when I tried the banner is below the main menu..I want it in the header beside my LOGo on the right. I am using WP PRO ADVERTISING SYSTEM plugin…I paste the code in the AD theme panel –> Header … but the banner appear below the menu…what can I do?

I also have problems with the plug in Visual Composer…and Ultimate Addons Visual Composer…when I Add an element as “creative links” and I tried to link to an URL of my website (a category or a post) the URL appear “undefined”. Can you help me please?
Thanks

Marco Sutter

Alin [tagDiv]
tagDiv Staff

Hi,

You will need custom modifications to the code as the above css set a fixed width to the container so the background color will not be full width.
Please make a backup of your current file and try to replace the content of header-style-8.php file with this – http://pastebin.com/SjY7yrCn
Remove the first css code that I provided to you and use this custom css to add a full background and place the logo to the left: http://screencast.com/t/VtGllUzS

.full-bg {
background-color: red;
}
.td-header-style-8 .td-header-sp-logo img {
margin-left: 0;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately theme doesn’t have an option to change the content background. You can do this via custom css in Theme Panel > Custom Css: http://screencast.com/t/QVZNKNstYy but have to do more customizations there for example in post page few elements have a different background and you need to change it also with css code- http://screencast.com/t/Z4r2sAQco6T
Also some widget text color(if you need another color) have to be changed as you can see – http://screencast.com/t/o4buIRkx7
You will need custom work for this and if you don’t have css/html experience I suggest to hire a professional to do this for you as we cannot offer custom work for the moment, sorry.

About you issue with logo issue please provide more details and your site url so we can take a look.

Thanks!

msproductions
Participant
#0

Hello, how can I change the color so that everything appears to have a black background?
Pages, posts, etc.

I see the option to change the “background” color (Theme Panel > Theme Color), but within the body all content seems to be placed on top a white background.

Also, it appears the bottom portion of my logo is cropped in mobile. Is this normal? Is there a setting I can adjust to prevent this from happening?

Thank you,

simchris
tagDiv Member

Awesome! On all the sites menu style 8 works, but on ONE site we have short logo (“Ga-Ga”)… and so did the logo+ad style.

🙂

Alin [tagDiv]
tagDiv Staff

Hi,

Try this custom css in Theme Panel > Custom Css: http://screencast.com/t/Igm6OGAQ

.td-header-style-8 .td-header-header {
width: 1021px !important;
margin: 0 auto;
}
.td-header-style-8 .td-header-sp-logo img {
float: left;
}

Please provide more details about your issue with blocks. What do you mean with “I can’t find them”? You don’t see any block there?
Like I said above please make sure that all block are visible from Visual Composer settings – http://screencast.com/t/qZyOGfvrT
Let me know!

Thanks!

marcosutter
tagDiv Member

Hi,

my site URL is http://www.foodandtravelitalia.it. I want my Logo on the left.

I can’t find where blocks are! I want to insert a new block in my home page.
Thanks
Marco Sutter

Alin [tagDiv]
tagDiv Staff

Hi,

1. Please provide your site url so I can inspect this. In header style 8 logo should be centered – http://screencast.com/t/fteYsnPvjC
2. Unfortunately theme doesn’t have an option to rotate ads but you can try a plugin for this.
3. Please make sure that you have enabled all shortcodes from Visual Composer settings – http://screencast.com/t/qZyOGfvrT

Thanks!

simchris
Participant
#0

Hi, is there a fairly simple way for me to combine the “full width” aspect of the top bar and menu bar from style 8, but keep the logo + ad from default style 1 ?

e.g.

===========================
    [logo] [ad ....]
===========================

?

marcosutter
Participant
#0

Hi,
I have a few questions…

1. I want to create a full header Logo + a full menu (style 8) BUT with my logo on the left. Please help me!

2. How can I insert Ad banners with rotations effects? and is possible to insert an expiration date (automatically) for the banner/s?

3. If I want to customize a page with Blocks (1,2,3..etc), big Grid, Ad box…where I can fin them in Visual composer?? If I open the “ADD ELEMENT” I can’t find them…!!!

Thanks
Marco Sutter

robsabo10
tagDiv Member

Additionally, the comments button is NOT auto scrolling down to my comments on the mobile version.

Is IS working on desktop, but not mobile. For Newspaper theme I would implement the #respond and #comments code to the Disqus plugin to make it work, but now it seems like those don’t matter.

What can I do to make sure the comments logo, or count, allows the reader to auto go to my comments once clicked on?

Thanks,

Jeni
tagDiv Member

Thank you for the quick the reply.

I had found that option, but I was hoping to place a larger icon on the menu bar under my logo or possibly at the bottom of the page. Something a little more prominent. Are there any other options for this?

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/TuruTDqi

.td-header-style-1 .td-g-rec-id-header .adsbygoogle {
top: 0px;
}
@media (min-width: 768px){
.td-logo-rec-wrap {
margin: 5px auto 5px;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Please clear cache if you use a cache plugin and your browsers cache.
2. You have to use custom css in Theme Panel > Custom Css to change:
*Current menu item – http://screencast.com/t/Gcy8WaNfXqFR

.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > .current-category-ancestor > a {
background-color: red;
}

* Hover background color for menu item – http://screencast.com/t/U9fmTXb7OSA

.sf-menu > li > a:hover {
background-color: blue;
}

*background color for submenu – http://screencast.com/t/Qk5OG7dN8UCYhttp://screencast.com/t/fMJgD1qtayP

.sf-menu .sub-menu {
background-color: red;
}

*hover subcategories in mega menu – http://screencast.com/t/qLGsETvKyWP8

.td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat:hover {
background-color: #CB8E1F;
}

3. Unfortunately the theme doesn’t have an option to add logo image there, you will need custom modification for this and we cannot provide custom work at this moment, sorry!

4. Please follow this solution to display more subcategories in the megamenu – https://forum.tagdiv.com/topic/sub-categories-number/#post-48648

5. Unfortunately Newsmag theme has only 2 formats like you already know. If you need to add more post formats please take a look here – https://codex.wordpress.org/Post_Formats and try to add more formats in theme functions: http://screencast.com/t/7tKL3tcQiu

6. Not sure what you mean, please provide more details.

7. You can remove this code – http://screencast.com/t/PXj2Z7pxq3yJhttp://screencast.com/t/8IEfHItJXfv
Or you can hide it via custom css – http://screencast.com/t/zzEfIvhLC

.td_top_authors .td-author-post-count, .td_top_authors .td-author-comments-count {
display: none;
}

8. Unfortunately we did not tested THEIA POST SLIDER or any similar plugin so I cannot recommend any.
Please check this without any plugins active, leave just Visual Composer and THEIA POST SLIDER active, clear cache and see if it works.

Thanks!

robsabo10
tagDiv Member

Thanks for the response, you guys are awesome and the theme is phenomenal. I had Newspaper, but NewsMag kills it.

I’m gonna pass on Uber or Mega (Plugin) and stick with the stock (Mega) menu provided. You guys have given me enough info where I’m okay.

1. It ONLY happens for me when using Google Chrome. With IE or Mozilla, it hovers fine. It DOES still give me issues in the demo.
–Lenovo Ultrabook
–Windows 7

***Doesn’t dropdown on Hover, needs a click to open everything on every level of menu. But first click only makes it popup really quickly and then disappear. It’s strange. Then clicks after that work fine.

***On other computers, the hover still works fine for IE and Mozilla, but I still have to click on Chrome…HOWEVER the “double click” issue is solved on other computers.

***So, the double click issue is just my computer (no worries there). But how can I make sure HOVER works on ALL BROWSERS?

2. Yes I will use the theme menu, if you point me in the right direction with CSS colors I can figure it out.

3. The Flyout menu meaning when it’s MOBILE, the menu that flies out to the LEFT of the screen. There is no logo option to place in there. Logo IS on the sticky (in the middle), which is good.

***The flyout menu that says “close” at the top. http://www.screencast.com/t/4gj2LfVZ

4. Thanks.

Alex
tagDiv Member

Problemele se pare că erau generate de logoul din footer (nu se aplica schimbarea extensiei). Dar am șters widgetul respectiv și l-am reinstalat și acum totul este ok (afișează cu verde și Google, iar în Safari apare lacătul și certificatul).

Update: Totuși, butonul Like pentru Facebook, pe care îl am în articole are un link „http” și nu „https”, motiv pentru care a trebuit să îl dezactivez (deoarece Chrome îl bloca și afișa eroarea: http://www.screencast.com/t/dw55izzwQPN . Cum pot schimba linkul să nu mai fie această problemă?

Mulțumesc mult încă o dată pentru ajutor (nici nu mi-a stat mintea la logourile ălea…)!

Viewing 25 results - 10,751 through 10,775 (of 12,143 total)