Logo is a computer programming language, created mainly for the purposes of education. If you're referencing logos in the sense of "corporate logos", please use the tag graphical-logo instead.
0
votes
0answers
8 views
SVG to CSS3 logo
I have been wondering is there a way to convert your logo (SVG, PNG, whatever image type) to a CSS3 logo?
SVG example:
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" ...
0
votes
1answer
15 views
Google map javascript disable google logo link
I am using Google Maps V3 javascript API in a mobile app. A Google logo appears in the bottom left corner of the map, if it is pressed in Android it launches the Map application, I want to avoid this. ...
0
votes
0answers
6 views
Change Magento Header Logo to link to an external site in a multiple store account. [migrated]
I have multiple magento stores set up. I need to change only one of the stores' header logo to link to an external website. How do I do that?
I know where the header is:
...
0
votes
1answer
25 views
How do I remove the expressapp logo from xaf web application
I've created a XAF web application. However, each time I run it and log in, the following icon is shown in the top left corner of the web page
how do I remove it or replace it with my own logo?
0
votes
1answer
18 views
Resize logo on mobile when using Twitter Bootstrap
I am working on a website that has a log size of 320x150 and looks really well on a resolution bigger than 600px, but if it`s lower it starts stacking up.
How can edit bootstrap to use a smaller logo ...
1
vote
1answer
37 views
Mobile Site Logo Alignment
I am looking to target my Jobspark logo while viewed on a mobile device. Currently it scrolls down the page and I would like to disable that and place it at top of the page and to the right hand side ...
3
votes
2answers
167 views
Algorithm to generate a starfield
I just learned about Logo yesterday. Being born in the nineties I never came across it before. So I started using an online Logo Interpreter written by Joshua Bell and I decided to write a circle ...
-1
votes
1answer
44 views
Logo placement in header [closed]
I created a website with a top Header that goes the width of the screen with my logo in the top left of the header. and my wrapper is 960px going all the way down to the footer. My question is, is it ...
0
votes
0answers
14 views
Adobe Illustrator - working with path & pathfinder issue [migrated]
I'm working on some print design in Adobe Illustrator, but I can't seem to figure out this one thing. It's probably stupid, but would really appreciate if someone could help me out.
I've create a ...
1
vote
0answers
57 views
Ask all turtles but apply to every turtle differently - NetLogo
I'm using net logo and I want to ask all turtles something but apply it to every turtle individually:
to setup-t
ask turtles [
if color = white [ set t 99 ]
if color = red [ set t ...
0
votes
2answers
48 views
Social Engine logo image size change
I'm trying to change the top image for a social engine site, I can do it in crome when I inspect element but when I try to change it in the custom css section of the control panel it doesn't make the ...
0
votes
2answers
37 views
Logo's link only partially functional
I am currently using two files: test.html and style.css and the logo is only partially functioning as a link. Is there any way I can fix this?
A preview of the problem can be seen here: Website Test
...
0
votes
1answer
54 views
Sponsor logo twenty eleven
I am using Wordpress with the Twenty Eleven theme.
At the moment I have the emblem of a sports club inlined with the header. I have now been asked to add a sponsor's logo left of the header inline ...
0
votes
1answer
43 views
prestashop logo rollover issue
this is my first time working with prestashop just to put that out there. Ive been playing around for a few days changing certain things for my theme but one thing remains to elude me that I cant ...
0
votes
0answers
14 views
mswLogo 2 head recursion
I have the following code in logo:
to shape1 :size
fd :size
rt 90
fd 10
lt 90
bk :size
end
to shape2 :num
if :num=0[
stop
]
shape2 :num-1
shape1 ...
0
votes
0answers
54 views
.png not always displayed in Safari
I have a problem with my header logo image on WordPress, It's not always displayed on Safari (chrome is OK) and I don't understand why…
I have disable all my plugin and I have tested on others ...
0
votes
1answer
34 views
Wordpress twenty eleven logo
I'm sure this has been asked many times, but how do you add a logo to the left of the site title on the Twenty Eleven child theme?
1
vote
2answers
77 views
Best Practice for displaying logo larger than navigation bar
my question is:
If I want to display a 100px by 100px logo on the left of my nav bar, but my nav bar has only 50px height... How should I design the html structures and css rules ?
Right now I use:
...
0
votes
2answers
149 views
How do I change the wordpress twenty twelve header php admin options to include an upload logo section?
Hi helpful wordpressers
I would like to make the wordpress twenty twelve theme more accessible.
I want to be able to replace the logo without having to dip into the code, CSS or FTP each time.
I ...
0
votes
0answers
37 views
Does LOGO static or dynamic memory management?
Does LOGO static or dynamic memory management? And can you explain in one or two sentences.
0
votes
2answers
54 views
H1 with two logo's
I have two logo's in my site header.
I like the solution here: Replacing H1 text with a logo image: best method for SEO and accessibility? :
Solution:
According to Matt Cuts (and some other ...
-1
votes
2answers
132 views
PHP If & Else Statement in Wordpress
I'm trying to figure out how to do a if else statement in Wordpress. I want it to state if $data[0]['media_upload'] is empty then show the blog title. Else (if there is something there) show the logo ...
0
votes
0answers
38 views
LOGO memory management
I am wondering if memory allocation possible in LOGO. Something that in C would be done with malloc. If it is, can anyone post some online resources to read more about it and how use it?
0
votes
1answer
57 views
setting character width with css
I need to design a simple logo with css and everything is fine except for the letter size. Requirement is to use verdana font but with wide characters as shown in the image. However, with current code ...
0
votes
0answers
94 views
HTML + CSS - Header Logo in the Way?
So I am trying to make these grids, and it should fit.
Content = 960px width
Grid1 = 300px
960/3 = 3 with 60px remainder so I added 10px margin to each, creating a 20px margin in between each, making ...
0
votes
3answers
247 views
Python program and drawing a square
My program
import turtle
i = "input()"
while i == "input()":
if i == "exit":
input()
if i == "fd":
turtle.fd(1)
if i == "bk":
turtle.bk(1)
if i == "lt":
...
1
vote
2answers
74 views
two divs over lapping
So i am trying to do something similar to (How would you make two <div>s overlap?) but put a lot more things at the top of my website, that would include a few div layers. So i want to move an ...
0
votes
1answer
110 views
Change logo on mouseover in wordpress
OK,
so what i want to do is to get my logo changed on mouseover.
If the default logo is default.PNG i want to change it to new.PNG when you hover over it with the mouse!
I am looking for the best ...
-1
votes
1answer
67 views
How to check if logo/image is in a image?
I want to compare an image of a document with a logo type or another picture to see if the logo is in the document.
The application to do this is going to use ASP.NET MVC 3 and C#.
After more ...
0
votes
0answers
93 views
Quicktime Logo Display Whilst Loading Video Content
We are currently building a HTML5 platform using VIDEOJS and have come up against an issue when using it on an ipad.
We have several videos loading in a sequence which can be played when an icon is ...
0
votes
0answers
10 views
Logo Scaling and Float for Multiple Resolutions
I am entering the homestretch on completing a pro-bono site for a community group, http://sapphicgraphics.com/oldfortvwclub/ and am hopeful a far more skilled member of the community might be able to ...
0
votes
1answer
93 views
WinRT use Vector Images for logos
While I have read in the Microsoft guidelines that we should prefer SVG images over raster images I cannot seem to find anywhere how to use them for the logos in the manifest. Does anyone know if this ...
1
vote
1answer
100 views
Center logo with main menu appearing on each side
I would like to center my logo and have my main menu appear on each side of the logo, I have no clue on how to do that, do I have to create two separate menus to achieve that layout?
Any advice is ...
-1
votes
2answers
48 views
Strange effect from border on logo - overlapping layers [closed]
Here's the site http://lovesexandconsciousness.com/
On the top left logo - as the slider changes, the border can be seen underneath the logo for a moment. What would cause this, and how do I fix it? ...
0
votes
0answers
141 views
Hover/click on Logo element positioned behind header text - using css only - Responsive Design
This involves a Responsive Website build - pretty standard stuff - Logo div, header, nav, article, aside etc. And I want the logo positioned absolute behind the header text with an opacity of .75. I ...
1
vote
0answers
51 views
What google image can I use in my site for “Login with google”
I am building a web application and I need it to have facebook and google authentication, but I can't find information about the use of google's policies for brand image use for this case.
For ...
0
votes
0answers
35 views
tk icon matplotlib
I create two windows with matplotlib. The first one has the waveform icon or logo in the top left corner, the second has the red TK icon, any idea why it changes? I have seen how to change an icon ...
-2
votes
1answer
779 views
Twitter Bootstrap - centering brand logo in navbar
I tryed centering the .brand logo with:
.brand { margin-left: auto; margin-right: auto; }
this is my top navbar layout:
http://jsfiddle.net/J4zkJ/3/
but it seems it doesn't works.
I searched on ...
0
votes
0answers
58 views
google maps background 105% height scroll hidden
I'm testing just some things out with the Google maps API.
I'm not that annoyed by the Google logo, but I am annoyed by the other stuff in the lower right-hand corner.
Now I've made the background ...
0
votes
1answer
327 views
left align logo and right align navigation on a responsive html/css site
I am trying to left align my logo and right align my navigation. I am using the "skeleton" boilerplate for a responsive page.
The logo and nav wont stay on the same "line" when I float my Nav right. ...
2
votes
0answers
28 views
Choosing a syntax for a new language based on Logo
I'm building a project that consists of a web port of LogoWR (Tutle Graphics), but I want to make some changes to the syntax, such as the way variables are named.
Original:
:variable
New:
...
0
votes
0answers
51 views
Google MapsDemo is hiding Google Logo. Does Google allow this?
In addon-google_apis-google-16\samples\MapsDemo, i find a great demo for using the mapview. It even shows how to connect this mapview to the compass so it automatically rotates according to how the ...
0
votes
0answers
26 views
Why transparent logo is not showing as transparent in my website?
My logo is transparent. but it is not showing in my website as transparent. My website URL is http://gitsolutionsbd.com
2
votes
1answer
99 views
Liferay: Site logo
I have a Liferay portal and 2 different sites or companies. Each of them has its own theme and content, but the logo is the same for both sites.
I know I can remove the common logo and add a ...
1
vote
1answer
125 views
Adding A Logo in Header Under Primary Menu
thanks for taking the time to read this. My title pretty much sums up what I am having problems with. Typically I fumble my way through these types of things but it ends up getting done the wrong way ...
2
votes
2answers
193 views
How to set ActionBar logo to Text (TextView)?
I've been trying to make the ActionBar logo, or the Up button, a text instead of an image. actionbar.setLogo(); accepts only a drawable resource. Inflating a layout with a TextView didn't do the ...
-2
votes
1answer
84 views
Moodle a.logo css location
I've just installed Moodle on my server. I can't find a location of css file with logo adjustment! Firebug shows "[server_name]/theme/styles.php/afterburner/[some_number]/all" since afterburner is ...
0
votes
2answers
79 views
why won't my logo appear for my wordpress theme?
I'm having trouble with my logo image loading when you first arrive at the index page. It doesn't initially load. However if you click one of the internal pages, it will then load fine after that. ...
0
votes
5answers
58 views
Centering image at all times
I have an image, which i'm using as a logo.
I want this to be centered at all times (regardless of window size).
I haven't been able to do this with auto margins.
The image has to go over the ...
0
votes
3answers
1k views
Problems aligning my logo with the navigation bar
I've been sat here for 2 hours simply tring to align my logo with the navigation bar so it all fits on one line similar too http://weightshift.com/
Im trying too add this image
...



