pluck-cms / pluck

Central repo for pluck cms
http://www.pluck-cms.org
55 stars 37 forks source link

Multi Themes Not Working #35

Closed 2braincells2go closed 4 years ago

2braincells2go commented 8 years ago

Greetings!

Testing Pluck for use in classroom project and have couple of issues. The most pressing issue is multi theme. Have the module installed and not working for me.

I go to page and under "other options" choose different theme and save. It defaults back to active main theme after save?

No errors thrown on page or dev console. All directories/files writable.

See that the demo site at softaculous does work when applying new theme to page, so wondering if some security setting or???

One other think if anyone knows: Can you use friendly URL's instead of Pluck/?file=tester

Thanks!

billcreswell commented 8 years ago

The softaculous demo worked.

When you edit the page, you can select a different theme. On Jan 26, 2016 1:49 PM, "Woody" notifications@github.com wrote:

Greetings!

Testing Pluck for use in classroom project and have couple of issues The most pressing issue is multi theme Have the module installed and not working for me

I go to page and under "other options" choose different theme and save It defaults back to active main theme after save?

No errors thrown on page or dev console All directories/files writable

See that the demo site at softaculous does work when applying new theme to page, so wondering if some security setting or???

One other think if anyone knows: Can you use friendly URL's instead of Pluck/?file=tester

Thanks!

— Reply to this email directly or view it on GitHub https://github.com/pluck-cms/pluck/issues/35.

miwebguy commented 8 years ago

'SEO Friendly URL's' are enabled using the SEO Plugin and require an htaccess file. https://github.com/pluck-cms/seo-module

2braincells2go commented 8 years ago

Thanks Bill.

Yes the softaculous demo worked as tried it before coming here and asking:) My test site does not. Wondering if some type of security settings I could check on server, not switching themes when I choose different one.

My bad, had seo plugin installed but totally forgot to change htaccess file.

billcreswell commented 8 years ago

Multithemes should write into the page file: <?php $title = 'OldStyle'; $seoname = 'oldstyle'; $content = '

OldStyle

'; $hidden = 'no'; $p_theme = 'oldstyle'; ?> My test site does, my live sites are not writing it. It does show up if I manually enter the theme on the live site.

ghost commented 8 years ago

Hello,

I have the same problem that I can not use a different template on different pages. How can I solve this? M.v.g.

billcreswell commented 8 years ago

The development version doesn't seem to have this issue. You can try the 4.7.4 developer release if you would like to see if that fixes it for you. (no direct upgrade available) https://github.com/pluck-cms/pluck/releases/tag/v4.7.4

BSteelooper commented 6 years ago

Is this issue still current? I cannot reproduce it on the latest version.