Forum Replies Created
-
AuthorPosts
-
October 28, 2013 at 11:29 pm #6232
@marthamarks wrote:
@cascoly wrote:
depending on how long our Turkey trip ends up being in the spring, for fall we’re looking at Indonesia, India or Santa Fe
Interesting combination of options! You could do worse than Santa Fe. 🙂
I could do Santa Fe, could stay at my house or my brothers
October 28, 2013 at 6:36 pm #6446This has nothing to do with the NSA but forcing people to pay for their ads.
Notice this is the article:
Advertisers running search campaigns still get that keyword data for the ads that they ran. (In other words, when you click on a regular “organic” Google search result, it generates no data; when you click on an ad displayed alongside the organic search results, advertisers get to know which words generated that click.) It’s a contradiction
October 27, 2013 at 10:09 pm #6333Found another article right on point to us
From The Strobist:
http://strobist.blogspot.com/2013/10/your-real-estate-agent-would-like-some.html
October 27, 2013 at 1:28 pm #6331Thanks for the article.
October 26, 2013 at 2:20 am #6210May I ask what the meeting would be about?
October 24, 2013 at 9:04 pm #6090I was just on your site and they work.
October 23, 2013 at 4:21 pm #5637@redneck wrote:
I didn’t really solve the problem.
Actually, a simple tag inside the Nav Bar would solve it but it would have to be placed inside the HTML/PHP file which would be over written with future updates.
A workaround the issue is to give your navigation elements a fixed width which could be calculated by ‘Side width divided by number of navigation elements’.
To make your example work you’d have to place this into your CSS file:
.nav {
width: 153px;
}
or
.nav {
width: 14.2%;
}
It still wouldn’t center the nav elements but at least they look centered.
You could of course also give every single nav element a different width to avoid text overflow.I really like the way you laid out your site, what child theme are you using?
October 22, 2013 at 11:22 pm #5760I brought your site up on my samsung pad and it looks great.
October 22, 2013 at 4:06 am #5683I am using 5.3 single right now. I do not think php would having any affect
October 22, 2013 at 3:46 am #5618I tested upto a 6000 long side and it worked perfectly. Thank you for your help
October 22, 2013 at 1:33 am #5616I had it working already, I guess you missed that or I did not make myself clear. I had went up to PHP 5.4 and it stopped working. When I rolled back to PHP 5.3 single it started working again. I did not think it is a Symbiostock error now, but a error of the image processor
October 22, 2013 at 12:43 am #5614October 22, 2013 at 12:16 am #5612October 21, 2013 at 11:40 pm #5610The image that would be there was not being produced. I checked the folder that these images are kept and that file was not there.
October 21, 2013 at 11:07 pm #5608Notice there is no image on the page. Once I went back to PHP 5.3 it started to produce the large thumbnail again.
-
AuthorPosts