Forum Replies Created

Viewing 15 posts - 481 through 495 (of 635 total)
  • Author
    Posts
  • #5636
    Profile photo of Andre
    Andre
    Participant

    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.

    #5824
    Profile photo of Andre
    Andre
    Participant

    Thanks, Tim. I took another look at your CSS code and I think I’m slowly figuring it out.

    #5634
    Profile photo of Andre
    Andre
    Participant

    Centering 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.

    #2002
    Profile photo of Andre
    Andre
    Participant

    Thank 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.

    #5665
    Profile photo of Andre
    Andre
    Participant

    Your issue number 4:

    -> WP Admin -> Appearance -> Customize -> Symbiostock Image Page -> Author Container (Background Color)

    #5690
    Profile photo of Andre
    Andre
    Participant

    @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.

    #1998
    Profile photo of Andre
    Andre
    Participant

    Thank you Martha. It was over due considering the time and work I’ve invested so far. 😉

    #1996
    Profile photo of Andre
    Andre
    Participant

    Finally.
    Took some time to get settled but here we are. Full size image sale: http://picturebreeze.com/stock/photos/image/working-cowboy/

    #5662
    Profile photo of Andre
    Andre
    Participant

    I 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 .

    #5749
    Profile photo of Andre
    Andre
    Participant

    Tried 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.

    #5746
    Profile photo of Andre
    Andre
    Participant

    Your site took over a minute to load with the slideshow still not visible. Thought you might know about it.

    #5624
    Profile photo of Andre
    Andre
    Participant

    No, 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.

    #5622
    Profile photo of Andre
    Andre
    Participant

    Thanks a lot. Your support is priceless.

    #5620
    Profile photo of Andre
    Andre
    Participant

    I 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.

    #5257
    Profile photo of Andre
    Andre
    Participant
Viewing 15 posts - 481 through 495 (of 635 total)