Forum Replies Created

Viewing 15 posts - 1 through 15 (of 26 total)
  • in reply to: thumbnail overlays #51383
    macrenshaw
    Member
    Post count: 31

    Thank you! That is quite wonderful.

    in reply to: thumbnail overlays #48346
    macrenshaw
    Member
    Post count: 31

    That didn’t seem to work. But it’s okay. I just reduced the opacity to something that I like and adjusted the color. So no worries. But thank you for all of y’alls assistance on every question asked.

    in reply to: text auto populate #48344
    macrenshaw
    Member
    Post count: 31

    Thank you for all of y’alls help. I know I ask a lot questions.

    in reply to: thumbnail overlays #47168
    macrenshaw
    Member
    Post count: 31

    I moved my site over to the main domain now.
    new url: http://www.macrenshaw.com

    in reply to: text auto populate #47167
    macrenshaw
    Member
    Post count: 31

    I moved my site over to the main domain now.
    new url: http://www.macrenshaw.com

    in reply to: thumbnail overlays #47012
    macrenshaw
    Member
    Post count: 31

    So the hover overlay opacity is controlled by this:

    figure:hover > a > .overlay {
    	opacity: 0.1;
    	-moz-opacity: 0.7;
    	filter:alpha(opacity=60);
    	margin-top: -1.6px; /* GAP FIX */
    	padding-bottom: 1.6px; /* GAP FIX */

    But it seems to effect the arrow as well as the colored overlay. I haven’t been able to figure out how to separate them yet. The values in the code are just things I was using to test it out.

    site: dev.macrenshaw.com

    in reply to: Images expanding to container width #46466
    macrenshaw
    Member
    Post count: 31

    It worked. Thank you very much.

    in reply to: thumbnail overlays #46465
    macrenshaw
    Member
    Post count: 31

    It didn’t work.

    in reply to: Revolution Slider, youtube video responsive #46464
    macrenshaw
    Member
    Post count: 31

    Not really, but that’s alright.

    Thank you for your assistance though.

    Regards,
    Matthew Crenshaw

    in reply to: thumbnail overlays #45822
    macrenshaw
    Member
    Post count: 31

    No I haven’t. I was wondering if it was possible to keep the arrow? I’ll turn the overlay back on.
    Sorry about that.

    in reply to: Images expanding to container width #45821
    macrenshaw
    Member
    Post count: 31

    Hmmm, my links keep on disappearing.
    Hear they are again. : http://dev.macrenshaw.com/?portfolio=rosetta-stone
    Example of what it should look like: http://macrenshaw.com/?portfolio=rosetta-stone

    in reply to: Images expanding to container width #45817
    macrenshaw
    Member
    Post count: 31

    If you go to the Rosetta Stone portfolio page , Images are expanding to 940(w) instead of remaining at 600(w) except the print ads and the billboard at the bottom. The iPhones are expanding to 460(w) instead of remaining at 300(w). Sorry for any confusion. And thanks again.

    Here is the example from my current site:
    The only difference is that I put the iPhones in 1 column, instead of 2.

    Regards,
    Matthew Crenshaw

    in reply to: Revolution Slider, youtube video responsive #45341
    macrenshaw
    Member
    Post count: 31
    This reply has been marked as private.
    in reply to: thumbnail overlays #45117
    macrenshaw
    Member
    Post count: 31

    Here is what I’ve tried so far…
    I could get rid of the overlay completely along with the arrow by doing this:

    figure .overlay {
    display: none;
    }

    I could not however change the color or transparency.

    But when I did this by accident

    figure.overlay{
    width: auto !important;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    }

    I got rid of the blue overlay and the arrow was pushed to the left side of the thumbnail. But I have no idea what happened to the blue overlay nor why the arrow was pushed to the left.This was done by accident.

    in reply to: thumbnail overlays #44730
    macrenshaw
    Member
    Post count: 31

    Thanks for the weekend reply, it is appreciated. It didn’t do anything. So if you have any other options that would be great. Also I was wondering if instead of making it transparent could I just comment it out in the css file? And if so would you know the name of the class and then Ill just do a search and see if I can find it.

    Cheers.
    Matthew

Viewing 15 posts - 1 through 15 (of 26 total)