Forum Replies Created
-
AuthorPosts
-
mattOVM
MemberExcellent! Thank you Sridhar!
mattOVM
MemberOh thanks for spotting that... It's fixed now.
mattOVM
MemberI am trying to do a similar thing. What I can't find/understand is where to place the code you mentioned Tonya? I am looking all over for lines 1428 and 1137 where that would make sense, but I can't seem to find where you are talking about?
Is it somewhere in the BBpress plugin? Any help would be greatly appreciated!
mattOVM
MemberThank you Andrea! Worked perfectly!
mattOVM
MemberDid you ever get any resolution on this issue?
I am having the same issue. The site I'm working on looks good on everything I've tried, landscape and portrait, with the exception of iPad landscape. I've submitted a ticket as @anitac suggested. In the meantime, just curious if anyone has had any luck with resolving this?
Thanks!
MattmattOVM
MemberBrad, this is perfect. Thank you for your help!
Matt
mattOVM
MemberI am trying to accomplish something very similar to Ryan. I would like to embed a video and a little bit of text above Current Posts.
I followed Brad's advice above and used his code for the "Welcome Text." I don't need a slider so I left that code out.
My assumption was that I could insert a Text widget into the Welcome Text, embed my video and and my customized text.Everything works (http://onethingformen.org) except that I'd like for the video and welcome text to live within the primary post column rather than stretching across the entire top and pushing the sidebar down. I also noticed it seemed to change the footer up a bit. Rather than having a solid background across the entire bottom, it's contained the footer background inside the content column and changed the footer layout/look.
I'm hoping these are simple CSS style issues. I'm fairly new with plenty to learn. Can anyone help me clean up my edits?
Thanks in advance for your time!
MattmattOVM
MemberAs a follow up to help others, I received some help from Andrea by submitting a support ticket.
She suggested I used a text widget to display the video. So in the Widget area I took out the "Featured Post" widget in Home - Top. I then added a Text widget with my embedded video code. I've tested, both Vimeo and YouTube embed codes work.
I then added another Text Widget below my "Video" Text Widget to display the copy that I wanted posted below the video. Within that copy I was able to link to other areas, posts, and pages inside the site.
mattOVM
MemberGreat! Dave, you've been very helpful. Thank you... And yes, you were dead-on about Godaddy... they were less than helpful. Let the migrations begin! 🙂
Thanks!
MattmattOVM
MemberDave,
Cool. I'll give it a shot. Any thoughts/experience with Blue Host?
Thanks!
MattmattOVM
MemberThanks Dave! I'll give Godaddy a call. Any advice as to what I should be asking them to do?
I'm thinking that loadus.exelator.com is connected to one of my plugins. I may just try deactivating one at a time until that thing goes away to see if that helps.
Thanks,
MattmattOVM
MemberThank you Doak, that's incredibly helpful!
For others looking on, after Doak's changes I had to go back to the #header .widget-area and readjust the width to compensate. I found 62% seems to work in my case.
#header .widget-area {
float: none;
margin: 0 auto;
width: 62%Thank you!
Matt -
AuthorPosts