Forum Replies Created
-
AuthorPosts
-
March 7, 2016 at 6:37 pm in reply to: use a unique image for rollovers on every portfolio grid entry? #594527
That makes sense but how would I implement that into portfolio items, please?
Ah! Those links are for background videos and I’m using the fullscreen slider and it’s just not starting on mobile when clicked. Please advise. I’m hoping ot have this resolved soon – tight deadline here! Thanks.
I’m still hoping ot hear from you soon, but wanted to let you know that I’ve moved the video to another page, so please refer to this one instead; same problem on mobile persists…
Josue, since you just helped me with another post can you please comment on this question? :)
February 23, 2016 at 7:48 pm in reply to: Apply a second color to the portfolio item background under title and excerpt? #587915That makes sense! Thanks so much :)
Sorry to be a pest but this is on a tight timeline and I need to have the site live ASAP :) Thanks!
February 19, 2016 at 10:55 pm in reply to: Apply a second color to the portfolio item background under title and excerpt? #586347One more comment! Sorry to be a pest :)
This is how the client wants it to look but the excerpt text is also displaying an alpha of 0.8 and they want it to be 100% white. Is there a CSS trick even though the excerpt is within the grid-content?
February 19, 2016 at 10:35 pm in reply to: Apply a second color to the portfolio item background under title and excerpt? #586345I got it so we’re good unless I’m missing something?
.main_color .grid-content {
position: absolute;
bottom: -1px;
width: 100%;
}February 19, 2016 at 8:46 pm in reply to: Apply a second color to the portfolio item background under title and excerpt? #586301I got the transparency to work under the title with –
background-color: rgba(29,29,29,0.0);
So all I need is to know is how to place the .grid-content over the image as opposed to underneath, please :)
February 19, 2016 at 8:14 pm in reply to: Apply a second color to the portfolio item background under title and excerpt? #586286Sorry, I added in a line of opacity: 0.7; and that worked but what I forgot to mention is they want it to be over the image as opposed to underneath it – I assume it’s some kind of margin css edit?
February 19, 2016 at 8:11 pm in reply to: Apply a second color to the portfolio item background under title and excerpt? #586284Ok, that worked well but 2 more parts to this, please –
In the link in the private area, I need to make the background transparent under the title plus that alternating colours need to be 0.7 transparent. Thanks so much!
Hi, thanks. I managed a nice look with this, so I’m good to go!
/* gap between items */ /* to work with the gap for each entry - see also masonry */ .grid-sort-container { margin-left: 5px; } .avia-fullwidth-portfolio .grid-entry .inner-entry { padding-right: 5px; padding-bottom: 5px; }
This works but it’s also pushing everything out of position because it’s also applied to the first item – I guess that there is so simple css to apply to the first item to fix this?
February 1, 2016 at 11:38 pm in reply to: Changed social icons but the older ones are still showing up #576112The best theme and the best support! :)
February 1, 2016 at 11:33 pm in reply to: Changed social icons but the older ones are still showing up #576106That worked! Thanks so much, Yigit! :)
February 1, 2016 at 11:18 pm in reply to: Changed social icons but the older ones are still showing up #576085Any thoughts? Sorry to be a pest but I have a deadline…
January 31, 2016 at 10:23 pm in reply to: Changed social icons but the older ones are still showing up #575439Oh, I just realised that the order is reversed because I have the li floating right but the issue is still that the icons are wrong for Linkedin and Instagram.
Sorry for the long delay replying – that worked very nicely; thank you! :)
Sure! I currently have an alpha of 0.9 as the background when the mobile menu opens but what would be ideal is to show the logo at the top or bottom, or logo at top and another picture below the menu. If you look at my child css you’ll see that I’ve commented out the overflow for now as the site is live. Thanks!
Here’s all of the css for the open mobile menu –
/* styling menu when open */ /* .boxed #wrap_all { overflow: visible !important; } ul#mobile-advanced { overflow-x: visible !important; } */ #top .av_header_glassy.av_header_transparency .header_bg { opacity: 0; } .responsive #top .av_header_transparency #header_meta { border-color: #004a5a; } .show_mobile_menu #mobile-advanced { min-height: 1500px!important; padding-top: 0px; padding-bottom: 0px; margin-top: 0px;s border: 0px solid #fff; border-left: 0px solid #004a5a; /* background: #004a5a; */ background-color: rgba(0, 74, 90, 0.9); /* background: url("images/mobileBg.png") !important; */ } #mobile-advanced a { color: #fff; border-bottom-width: 0px; text-align: center; } #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { content: "" !important; } .show_mobile_menu #advanced_menu_hide { border: 0px solid #fff; /* top: 95%; */ }
I sort of have a fix but it caused a new issue. I made the margin-top 320px so it slides in under the logo but on the iPhone it won;t show the full menu so I added in this, trying to make it scroll, but it’s not working –
.boxed #wrap_all { overflow: visible; /*needed for mobile menu scrolling */ } ul#mobile-advanced { overflow-x: visible; }
Thoughts?
Sorry for the delayed reply – I thought I hit submit. I do have that code in my child theme’s css so it’s odd that it’s not picking that up there and only seeing it in the quick css – any ideas? Thanks :)
Sadly, no. It’s still off by about 9px.
I tried that and it didn’t make a change, so I tried 20px and it’s still not moving over.
I’ve added the password again in private data. When you look on a phone you’ll see that the Facebook icon is a bit too far to the right. /I tried to style with margins and padding but it didn’t work. Thanks!
Ok, that’s working nicely now; I made a few changes that I’d like to share so that others can benefit –
/* mobile to tablet portrait - default 767 does not include tablet landscape */ @media only screen and (max-width: 767px) { /* start */ /* social */ .responsive #top #header_meta .social_bookmarks li a { margin-top: 40px; } /* this centers the logo and places the toggle under */ .responsive .logo a, .responsive .logo { width: 100%!important; } .responsive .logo img { margin: auto; max-height: 140px; margin-top: 40px; margin-bottom: 0px; } .header_color img { padding-top: 0; } #header { height: 420px!important; } #advanced_menu_toggle { top: 140%; right: 43%; } /* end centers the logo and places the toggle under */ /* end */ }
I now have a slightly off centered set of social icons above and have added this to give it some space above –
/* social */ .responsive #top #header_meta .social_bookmarks li a { margin-top: 40px; }
However, I can see that it’s slightly off center and I need to adjust that. I tried padding and margins but couldn’t get it to work. Shall I start a new post or is this a quick fix, please? Thank you, as always :)
Ok, that is getting very close! I’d like to make the logo larger, eg, 240 px wide and it’s a square so 240 high. The toggle is slightly off center, so I assume that is somehow connected to the 46% :)
Sure and thanks for the speedy reply! I’m using a child theme and commented out all of my attempts in the media queries area tsrating at line 738.
November 12, 2015 at 8:59 pm in reply to: Align text left in the first of a 2 col footer and align right in the 2nd col #535079Sorry, the last bit of code got cut off; note the div after the text –
<p class="alignright" style="margin-top: 0px"><strong>Part of the Holborn Group<strong></p><div style="clear: both;"></div> <a href="http://www.holborn.ca" target="blank"><img src="http://www.aisarealty.com/images/logoHolborn.png"></a>
November 12, 2015 at 8:57 pm in reply to: Align text left in the first of a 2 col footer and align right in the 2nd col #535078I just wondered if there was a more elegant way to do this other than styling right in the widget text. For anyone else who wants to do this here is my fix for having the left column align left and the right column align right in a 2 column footer:
In (my child theme) custom.css –
/* for right column */
.alignright {
float: right;
}.footer_color img {
float: right;
margin-top: 5px;
}Then in my right column widget text –
<p class=”alignright” style=”margin-top: 0px”>Right aligned text here</p><div style=”clear: both;”></div>
November 11, 2015 at 5:27 pm in reply to: Align text left in the first of a 2 col footer and align right in the 2nd col #534228Yes, thank you. I did manage to cobble together some styling in the widget and css to make it work but was hoping I could use something a little more elegant. I’ll put the access and URL in the private field :)
-
AuthorPosts