tel8618217223380 / restylegc

Automatically exported from code.google.com/p/restylegc
0 stars 0 forks source link

Problem Installing restlyegc #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I was wondering if you have some more detailed install instructions on how to 
successfully 
install restylegc for people who have limited knowledge.

I followed your instructions and unzipped the script into a subfolder where I 
host my WordPress 
blog, then I went into WordPress and created a page where I embeded the iframe 
code with the 
google calendar account. My host is godaddy.com and according to them curl is 
enabled on the 
linux servers. 

In my case all I am getting is frame  containing the original homepage instead 
of the google 
calendar.

Any help would be greatly appreciated.

Thanks,

Chris
schweigerphoto.com/calendar

Original issue reported on code.google.com by ckschwei...@gmail.com on 7 Aug 2009 at 6:53

GoogleCodeExporter commented 9 years ago
I can help with troubleshooting, but you'll have to answer and ask specific 
questions.

I noticed this about a few wysiwyg editors. They don't show the actual iframe 
source, instead you get a 404 that 
redirects to the home page (in my case), sounds like you too. Maybe.

Unless you are saying that the page you edited /calendar doesn't show the 
google calendar when you go to it?

Where do you Not see the calendar? in the editor or on the actual page /calendar

Are you using SEO urls by any chance? If you are, it will be difficult to 
figure out the path to your restyle dir. It 
could be causing the 404.

I checked your site, the link in the iframe src should be ==>
http://schweigerphoto.com/restylegc/restylegc.php?
showTitle=0&showNav=0&showDate=0&showPrint=0&showTabs=0&showCalendars=0&
amp;showTz=0&height=650&wkst=2&bgcolor=%23FFFFFF&src=rfjp5o0mcutbttnlsjcmivmp24
%40group.calendar.google.com&color=%23FFFFFF&ctz=America%2FPhoenix

Oh and, you'll notice that none of your events will actually be there... Ha. 
You need to freeze your restylegc 
version. See Issue 1 for that fix.

My email is pretty easy to figure out, if you need specific help, write me.
-M@X

Original comment by webmaste...@gmail.com on 27 Aug 2009 at 11:47

GoogleCodeExporter commented 9 years ago
This is not a bug.  Please post such problems to the forum:
http://groups.google.com/group/RESTYLEgc or you can request paid support:
http://www.restylegc.com/get-help/. 

Original comment by brian.gi...@gmail.com on 21 Oct 2009 at 5:15

GoogleCodeExporter commented 9 years ago
I had this problem, too - to get this to work properly in wordpress you have to 
set up the iframe link properly by adding ../ depending on the depth of the 
page (replace '....' with the rest of the link):

Top-level page:
src="wp-content/plugins/restylegc/restylegc.php? ...."

Second-level page:
src="../wp-content/plugins/restylegc/restylegc.php? ...."

Third-level page:
src="../../wp-content/plugins/restylegc/restylegc.php? ...."

Original comment by theresa....@echo-tl.com on 29 Jul 2011 at 1:44