Forum Replies Created
-
AuthorPosts
-
March 17, 2016 at 3:15 pm in reply to: Created Dev Site, but Genesis Still Pulls a Few Resources From Production #181731cstreetMember
I believe I found the solution. I had originally added the following to the wp-config.php file, as mentioned on https://codex.wordpress.org/Changing_The_Site_URL.
define('WP_HOME','http://dev.website.com'); define('WP_SITEURL','http://dev.website.com');
This caused http://dev.website.com to be populated and greyed out in Settings > General in the back end of WP, since it was essentially hardcoded in. However, upon examining the database through phpmyadmin, it had not actually changed the links in wp_options.
Removing the added code from the wp-config.php file and manually changing the links in Settings > General of WP resolved the issue.
October 30, 2014 at 5:46 pm in reply to: How can I duplicate the homepage functionality on a new page? #129947cstreetMemberThank you 🙂
cstreetMemberAfter looking at it, it actually is pretty easy.
Is there anything else that needs to be done, or will simply commenting out or removing the Media Queries do the trick?
April 23, 2014 at 10:43 am in reply to: Executive Pro – How can I style a single page with different CSS? #102075cstreetMemberI have narrowed it down to
.site-inner
as the part that controls the color. But how can I identify it for post id 235 only?April 15, 2014 at 4:42 pm in reply to: Parallax Pro – Embedded Youtube Video Scrolls in Front of Top Banner (IE) #100601cstreetMemberForgot the closing
</iframe>
tag... Thought I was back to square one for a moment. Crisis averted.April 15, 2014 at 4:40 pm in reply to: Parallax Pro – Embedded Youtube Video Scrolls in Front of Top Banner (IE) #100599cstreetMemberGot it!
I grabbed the example from here and subbed in the correct info for this video. I think we were looking at the same StackOverflow page.
You Rock!
<iframe title="YouTube video player" width="640" height="360" src="http://www.youtube.com/embed/WMUXw8J2Kto?wmode=transparent" frameborder="0" wmode="Opaque">
BTW - I have a client that may want some advanced work done on an AgentPress theme. I will definitely let you know if I am looking for some advanced services! Thanks again.
April 15, 2014 at 4:30 pm in reply to: Parallax Pro – Embedded Youtube Video Scrolls in Front of Top Banner (IE) #100597April 15, 2014 at 4:20 pm in reply to: Parallax Pro – Embedded Youtube Video Scrolls in Front of Top Banner (IE) #100591cstreetMemberAnd this is the current code to match that last screenshot:
<iframe width="640" height="360" src="//www.youtube.com/embed/WMUXw8J2Kto?feature=player_embedded?wmode=transparent" frameborder="0" allowfullscreen></iframe>
For what its worth, it does the same thing in IE 8, but I am not concerned about that. Just 9 and above.
April 15, 2014 at 4:18 pm in reply to: Parallax Pro – Embedded Youtube Video Scrolls in Front of Top Banner (IE) #100590April 15, 2014 at 3:59 pm in reply to: Parallax Pro – Embedded Youtube Video Scrolls in Front of Top Banner (IE) #100585cstreetMemberIE 9 - Tried both ways after clearing cache each time. No dice.
April 15, 2014 at 3:51 pm in reply to: Parallax Pro – Embedded Youtube Video Scrolls in Front of Top Banner (IE) #100583cstreetMemberPC. It only happens in Internet Explorer. I am testing in IE 9 right now.
Still happening after moving the code around.
April 15, 2014 at 3:45 pm in reply to: Parallax Pro – Embedded Youtube Video Scrolls in Front of Top Banner (IE) #100581cstreetMemberThank you for the quick response.
It is still happening on my end. Here is the full embed code with the addition you mentioned:
<iframe width="640" height="360" src="//www.youtube.com/embed/WMUXw8J2Kto?feature=player_detailpage?wmode=transparent" frameborder="0" allowfullscreen></iframe>
April 15, 2014 at 3:15 pm in reply to: Parallax Pro – Embedded Youtube Video Scrolls in Front of Top Banner (IE) #100579cstreetMemberbeta site: http://crossfitwarpath.cstreetmedia.com
April 8, 2014 at 6:35 pm in reply to: Change background color of comments by post author – Genesis Sample #99235cstreetMemberThanks Davinder,
It actually took this to work:
.comment-author-USERNAME { background-color: #ddd !important; }
Thanks again!
cstreetMemberHa! Thanks, Susan. So easy, yet, so elusive for some reason. I blame Monday.
cstreetMemberThank you for the insight, Mary. This appears to be what I was after.
cstreetMemberThis reply has been marked as private. -
AuthorPosts