Error with gallery

Support Area Forums Elite Error with gallery

Viewing 7 posts - 1 through 7 (of 7 total)
URL to the page in question: http://sgnew.dreamhosters.com/?page_id=32
  • Author
    Posts
  • #17275
    Chris Jones
    Participant

    Hi Bill,

    have a look at this page: http://sgnew.dreamhosters.com/?page_id=32

    and click on a gallery image. Lightbox is throwing an error.

    Loving elite!

    #17276
    Bill Robbins
    Moderator

    Good Afternoon,

    Glad you’re enjoying Elite. I had fun making it.

    Sorry for the trouble with the gallery. It looks like the thumbnails are linking to the attachment page. Try choosing the media file option when you insert the gallery and see if that won’t take care of it for you.

    Let me know if you run into any trouble,
    Bill

    #17317
    Chris Jones
    Participant

    Thanks, that did the trick.

    Can you have a look at the home page, the sub menus aren’t growing with the text. I must be doing something wrong.

    http://sgnew.dreamhosters.com

    #17327
    Bill Robbins
    Moderator

    Good Morning Chris,

    That’s actually something slated to be changed in the next theme update. Here’s what you can do until then:

    1. Go to the Theme Options page and select the Advanced tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      nav#top-menu ul li:hover ul {
      	width: auto; 
      }
      
    3. Update your settings.

    See if that won’t take care of things for you.

    Have a great weekend,
    Bill

    #17334
    Chris Jones
    Participant

    Thanks that did the trick.

    Also having an issue with block quotes > here

    #17335
    Chris Jones
    Participant

    By issue I mean the block quotes are wrapping content. Is this by design?

    #17340
    Bill Robbins
    Moderator

    The block quotes are set to float to the left and occupy no more than 45% of the content area. You can adjust it though. Just paste this in the Custom CSS box:

    
    blockquote {
    	float: none;
    	margin: 0 30px 30px;
    	padding: 30px;
    	font-size: 22px;
    	max-width: none;
    	text-align: right;
    	border-top: 4px solid #514f4f;
    }
    

    and that will reset the styling a bit for you. Feel free to alter those styles to get the look you’re going for there.

    Let me know if you run into any trouble,
    Bill

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Error with gallery’ is closed to new replies.