Problem with static page behavior
-
I have a domain LifeGodAndTheUniverse.com. This site is managed by WordPress and uses the “Clean Home” theme. It uses a static page. The front page plays a video using the following code:
[gigya src="https://www.youtube.com/v/iNS29g5K6Cs" flashvars="rel=0&autoplay=1&loop=0&wmode=opaque" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="620" height="349"]<P>
</P>The Posts page is set to Blogs. The behavior use to be that when you typed in LifeGodAndTheUniverse.com, it displayed the static page and automatically started the video. When the video was done, the Blogs page would automatically be displayed. Even though I have not changed anything, the behavior has changed. Now when the video completes, it no longer automatically brings up the Blogs page.
This site uses custom CSS that looks like the following:
body {
position: relative;
top: -20px;
}#wrapper .header #logo {
position: relative;
height: 60px;
}#wrapper .header #logo h1 {
position: relative;
top: -10px;
left: 100px;
}#wrapper #nav {
display: none;
}.page-id-486 #wrapper .header #header-image {
display: none;
}#wrapper .content .post-meta .tag-links {
display: none;
}#wrapper .content .post-meta .cat-links {
display: none;
}#wrapper .content .post-meta .author-link {
display: none;
}.page-id-486 #wrapper .content .post-meta {
display: none;
}#wrapper .content #post-234 .post-meta {
display: none;
}#wrapper .content #post-137 .post-meta {
display: none;
}#wrapper .content #post-323 .post-meta {
display: none;
}#wrapper .content #post-326 .post-meta {
display: none;
}.page-id-486 #wrapper .header #logo h2 {
}#wrapper .header #logo h2 {
position: relative;
top: -20px;
left: 130px;
}The blog I need help with is: (visible only to logged in users)
-
Hi Thomas,
The Gigya shortcode isn’t supported by WordPress.com. The shortcode itself has been deprecated for a long time, and the only reason that it hasn’t been entirely removed is because we understand that several of our users rely on it for their sites.
As such, we cannot assist with any troubleshooting that comes from implementing it on users’ sites. I apologize for any inconvenience.
-
Thanks for the feedback. It sounds like you are saying it is a problem in Gigya… that something changed in their system? That aside, Let me explain again what I’m trying to do. After my static page running the video finishes, I would like my Blog page to automatically be displayed. If I replace the Gigya code, could you tell me what I need to replace it with to accomplish this?
-
I cannot. We cannot assist with any aspect of Gigya at all, I’m afraid. We also don’t have any built in functionality at this time which will load a static page and then after a time load a different page (such as your blog page).
- The topic ‘Problem with static page behavior’ is closed to new replies.