|
Panel collapse with SEO site
|
| jeepxj4021 |
Posted on 07-08-2012 21:28
|

Junior Member

Posts: 26
Joined: 21/08/2009
|
Hi,
My panel collapse won't work when using SEO friendly URLs. Im using opensidex() and it works just fine with mysite.com/news.php but not if I use mysite.com/news/ or any other SEO friendly URL.
Why is this? could it have something to do with the onclick=\"javascript:flipBox('".$bname."' line?
Thanks!
Merged on Aug 08 2012 at 19:55:20:
ok so I solved this problem. But now I'm having trouble with it remembering which panels have been collapsed. If I hide all panels on news.php, then it will stay hidden on all news.php pages like news.php?readmore=12 for example, but then if I go to a different root page like contact.php then their are all showing. It remembers which ones are showing and which ones are hidden for a basic page, news.php and it also remembers which ones are hidden or showing for news_cats.php, but separately?
does that make sense? how can I get it to remember panels states universally? I assume it has something to do with the way the cookie is saved
Merged on Aug 08 2012 at 20:24:11:
Array ( [fusion_box_PopularForums] => none [fusion_box_PopularNews] => none [fusion_box_LatestPhotoGalleries] => none [fusion_box_FeaturedContent] => block )
This is what I get when I view all the cookies for my news.php page. Could it be that its storing and calling cookies by the page instead of for the site as a whole? and if so, how could I do this?
Edited by jeepxj4021 on 08-08-2012 20:24
|
| |
|
|
| Craig |
Posted on 10-08-2012 09:16
|

Fusioneer

Posts: 3980
Joined: 27/09/2005
|
This Mod?
You would of been better posting in that support thread for it.
http://www.php-fu...ost_172204
|
| |
|
|
| Ankur |
Posted on 10-08-2012 11:20
|

Admin

Posts: 1291
Joined: 02/11/2010
|
jeepxj4021 wrote:
does that make sense? how can I get it to remember panels states universally? I assume it has something to do with the way the cookie is saved
Merged on Aug 08 2012 at 20:24:11:
Array ( [fusion_box_PopularForums] => none [fusion_box_PopularNews] => none [fusion_box_LatestPhotoGalleries] => none [fusion_box_FeaturedContent] => block )
This is what I get when I view all the cookies for my news.php page. Could it be that its storing and calling cookies by the page instead of for the site as a whole? and if so, how could I do this?
Weird... I don't get any problems at all. See the Right side collapsible Panel at http://fusion8.co...
Cookies are set for the domain not by each page separate...
|
| |
|
|
| jeepxj4021 |
Posted on 10-08-2012 16:56
|

Junior Member

Posts: 26
Joined: 21/08/2009
|
Thanks for the input Ankur! but it looks like you might also be having this problem. if you collapse it on the home page, then go to this page:
http://fusion8.co...kur-Thakur
it won't be collapsed. Like it has a separate cookie or calls a separate cookie when there is a different base directory. Would this be set in javascript.js file? or where the cookie is called in theme_functions_include? |
| |
|
|
| Wanabo |
Posted on 10-08-2012 19:50
|

Senior Member

Posts: 357
Joined: 06/02/2006
|
Collapsing that panel works just fine for me.
|
| |
|
|
| Ankur |
Posted on 12-08-2012 13:21
|

Admin

Posts: 1291
Joined: 02/11/2010
|
It looks like the problem is on your side only, because it works fine for me...
Please try to test it with other browser or check for problems in your website...
|
| |
|
|
| Wanabo |
Posted on 12-08-2012 20:01
|

Senior Member

Posts: 357
Joined: 06/02/2006
|
@Ankur, take a look at my post at http://fusion8.co...kur-Thakur
|
| |
|
|
| jeepxj4021 |
Posted on 13-08-2012 00:52
|

Junior Member

Posts: 26
Joined: 21/08/2009
|
I'm using Safari, could that be the problem? What browser are you using? |
| |
|
|
| Ankur |
Posted on 13-08-2012 16:21
|

Admin

Posts: 1291
Joined: 02/11/2010
|
jeepxj4021 wrote:
I'm using Safari, could that be the problem? What browser are you using?
I am using Firefox, Chrome and IE8...
Answered
|
| |
|