Forum Replies Created
-
AuthorPosts
-
October 23, 2013 at 2:44 pm #5636
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.October 23, 2013 at 1:08 pm #5824Thanks, Tim. I took another look at your CSS code and I think I’m slowly figuring it out.
October 23, 2013 at 12:42 pm #5634Centering that container works with the .navbar CSS class and the defined width plus auto margins left and right. But the problem is that it’s not the container that needs centering but the content inside the container. I have the exact same problem with the thumbnails in the ‘Featured/Latest Images’ widget and can’t figure out how to solve it.
October 22, 2013 at 10:19 pm #2002Thank y’all. I hope for everyone who hadn’t had a sale yet to start seeing returns soon and to not get discouraged until then. Patience is the name of the game.
October 22, 2013 at 4:42 pm #5665Your issue number 4:
-> WP Admin -> Appearance -> Customize -> Symbiostock Image Page -> Author Container (Background Color)
October 22, 2013 at 4:35 pm #5690@Semmick Photo wrote:
I dont understand what the issue is with the new login, can someone explain. I dont want to upgrade to find out its not ok.
Thanks in advance.
I did upgrade and still don’t know what has changed.
October 22, 2013 at 4:23 pm #1998Thank you Martha. It was over due considering the time and work I’ve invested so far. 😉
October 22, 2013 at 4:00 pm #1996Finally.
Took some time to get settled but here we are. Full size image sale: http://picturebreeze.com/stock/photos/image/working-cowboy/October 22, 2013 at 3:31 pm #5662I agree with jsnover. It’s so hard and a constant trial and error to figure out which CSS classes to change.
I’m struggling to find how to align the thumbnails and spread them evenly (with a small border radius) over the entire width of the Latest and Featured Images widget. As seen at http://shazamimages.com or http://clipartillustrations.com .
October 22, 2013 at 2:08 pm #5749Tried it again with two browsers and now it loaded instantly. Very fast.
Sorry for the false alarm, maybe a server hick up. Your site looks very nice.
October 22, 2013 at 1:53 pm #5746Your site took over a minute to load with the slideshow still not visible. Thought you might know about it.
October 21, 2013 at 10:23 pm #5624No, I think you misunderstood that second problem.
I’m sure I didn’t explain it very well.Let me try again.
When you’re logged in as a customer, my ‘Login/Account Menu’ shows the buttons ‘Login’, ‘Logout’ next to the key icon and ‘PictureBreeze.com – Stock Photos by André Babiak’ (which is the nick name of my user profile) next to the shopping cart icon. I think the last part should say something like ‘Shopping Cart’ or ‘Customer Area’ or something like it and not my user profile nick.October 21, 2013 at 10:08 pm #5622Thanks a lot. Your support is priceless.
October 21, 2013 at 9:59 pm #5620I understand the CSS part, but where do I see which CSS class needs to be overwritten for the buttons and the text?
You can see the first and the second problem only if you’re logged in. I’ll attach a little screen shot.
October 21, 2013 at 5:40 pm #5257Thanks a lot.
-
AuthorPosts