The “Set Theme” button clicks but doesn’t do anything.
Please fix this amazing plugin, I used to use it and would love to use it again!
]]>Hi there, the plugin is not changing the theme for different pages when I set them to run a different theme form the default theme. Has anyone had this issue and found the solution?
]]>Firstly thank you very much for this wonderful plugin.
The plugin works perfectly when viewed post and pages
But when I try to view post grouped into categories, always look the same issue with the default theme.
For example:
https://www.XXXX.com/category/travel/
https://www.XXXX.com/category/travel/page/2/ https://www.XXXX.com/category/travel/page/3/
Real example
https://www.trenak.com/2014/11/20/puente/ Perfect!! Uses Theme-2
https://www.trenak.com/categoria/diccionario/
The same post but here seen from categories and use the Theme-3 which is the default Theme.
Is this normal?
Anyway thank you very much for this great post.
]]>Hi,
Can we use different navigation menu with this plugin ?
Different from my default theme menu to have separate content.
Thanks !
Best.
thomas
Installed plugin, activated and everything worked great. However, once theme is assigned to a page or post it errors out.
The error I am getting is:
Fatal error: Call to undefined function cmsms_get_global_options() in /home4/ditchtox/public_html/wp-content/plugins/cmsms-content-composer/inc/project/projects-posttype.php on line 15
Thanks for any help you can give to get this working.
]]>I’ve added a new WP Theme and it shows on the specific page that I want. The problem is,the menu lists all choices on one line. The Sub Menu option does not seem to be working. I know when I activate a new theme I have to set the primary menu but since this Theme is not activated I don’t have that option.
Thanks for any suggestions
This is a great plugin. I am trying to integrate its usage with another plugin called Formidable Pro, which allows users to create forms and views, which can then create pages and posts.
Formidable Pro allows the users to set Custom Fields in the form settings, and I am trying to figure out how to map this plugin into a custom field.
Here is a quote from the Formidable Developer:
You’ll need to look I to the inner workings of that plugin to find exactly what name they are using for the post meta, and exactly what is saved in it. Once you know that, you can build a field with the correct options and map it the the correct custom field in the post settings.
Can you help me determine the name you are using for the post meta, so that I can map this into the custom field?
]]>I have been looking for alternatives to jonradio Multiple Themes and came across this one. I like the way Chris designed the admin interface, it is much simpler for users than Multiple Themes.
I was bummed when I installed it and it didn’t work in WP 3.9.1. Not only did it not work, but several errors and warnings were thrown.
I started to dig through the code and it seemed like a task I might be able to handle so I hacked around a bit and what do you know, I was able to get ‘er going!
Not sure what the protocol is on this, but here is a gist that contains my updated version of the pageTheme.php file. Perhaps it will work for some others as well. Use at your own risk!!!
https://gist.github.com/codesman/fb78511dd70de485897c
I am going to work on adding the ability to use .html pages.
Thanks for writing this plugin Chris!
Tom
]]>I have WooCommerce running a store on my site, and the plugin works perfectly, except I can not specify it to work on the products I upload– which are not posts or pages. I tried making the theme I need to be active for these pages the default theme, but then the index.php page gets messed up. Is there a way to specify a theme for the products I create in this plugin?
Shop<–Second theme active (mystile)– to see the problem click on a product!
Product page — not able to switch theme–
Thanks for any help!
-Abbey
]]>Dear,
Activating the plugin ‘Page Theme’ on live site is working.
Activating the plugin ‘Page Theme’ on localhost is not working.
The problem : looking the ‘pages > all pages’ in WordPress administrator then the columb ‘Theme’ is NOT there.
How to fix that?
Regards,
Alain Vandewalle
]]>We tried this plugin which we LOVE (works fine too!) – but thought you’d like to know of WP BETA 3.9 error message(s).
They are:
However, it’s going to have a problem when 3.9 is released unless a simple change is made – these are the warnings that the current 3.9 Beta release throws:
Notice: Undefined variable: p in …/Beta/wp-content/plugins/page-theme/pageTheme.php on line 33
Notice: get_themes is deprecated since version 3.4! Use wp_get_themes() instead
Hope this helps…!!!
]]>Hi,
great plugin!
I wonder how I can modify the settings for the theme that isn’t active on dashboard but selected on some pages.
Thank you in advance and all the best!
]]>Hi,
Thank you for plugin. I has been very helpfull in the past ??
Will you make an update to make it compatible WP 3.8.x ?
Regards
*As is I’m getting errors:
Notice: Undefined variable: …. wp-content/plugins/page-theme/pageTheme.php on line 33
Notice: Undefined index: ….. wp-content/plugins/page-theme/pageTheme.php on line 117
Notice: Undefined index: …. wp-content/plugins/page-theme/pageTheme.php on line 122
]]>The plugin was working perfect for me and then I needed to change some permalinks to have .html on them as it is a requirement of the client and is better for SEO. When I add the .html all the pages/posts that do not have the .html work fine however the pages/posts that now have the .html do not use the theme they were assigned they revert to the default theme.
I found this code which I think controls the extension and I can make the assigned theme go away on all pages I just can not get it correct to use the .html
if(strlen($ruri) >= 2) {
$pageId = false;
list($first, $second) = explode('?', $ruri);
if(!empty($second)) {
$fragments = explode('&', substr($ruri, ($p + 1)));
foreach($fragments as $fragment) {
$bits = explode('=', $fragment);
if($bits[0] == 'p' || $bits[0] == 'page') {
$pageId = intval($bits[1]);
break;
}
}
}
if(false !== $pageId) {
$pageTheme = new PageTheme($pageId);
}
else {
$c = strlen($first) - 2;
while($c > 0 && $first{$c} != '/') $c--;
$pageTheme = new PageTheme(strtolower(str_replace('/', '', substr($first, $c))));
}
}
else if($ruri == '/') {
$pageTheme = new PageTheme('');
}
Does anyone have any idea how I can fix this?
]]>I can’t get this plug-in, Page Theme, by Chris Ravenscroft, to work. I would like to have a different theme on each webpage. I have one theme activated, but choose different to be displayed, as instructed. Only the activated one is shown. What to do? I have the right Word Press version of 3.5 installed.
/Charlotte
I have been looking for a way to use multiple themes with one wordpress so that an user can log in with one ID/PW for combined Q&A, Housing, Blog, and Market Place web sites.
I was really happy to find your plugin but sadly it didn’t work for me.
I’m currently use the paid theme named “Construct” but I couldn’t find the drop-down menu to choose which post should use which template.
Please please take a look at and help me out to use the “Construct” theme and “Instant Q&A (https://themeforest.net/item/instant-qa/92361?sso)” theme.
I really appreciate your awesome idea and hard works.
If you help us out, I would be really thankful for your work.
Thank you so much!
]]>I just recently installed this plugin as it will solve an issue for me and seems easy to use. Right now I am running 3 separate WP installs – 1 for my site (https://shamanicconnection.com) and 1 for each of my blog. I want to combine them into my site and this is a perfect option.
When I go to choose the template, they are showing, but always revert to the default (which is not my active template – just pretty much a blank). No matter which template I choose this is what I get. First is the problem of not changing templates. Then, shouldn’t the default be the current active template? If not, I have to choose a template for each of my individual pages as well as posts.
I see that others are having issues with WP 3.51. So, we’re all waiting patiently for a solution. So, I just wanted to put in “my two cents” so that I can follow and find out when the plug in is playing again.
Thanks – appreciate your hard work.
]]>when i installed plugin in network site for word press. it was not showing the list of themes in the dropdown beside page for selecting theme for particular page. Dropdown shows only default theme instead of list of themes. please suggest some solution.
Thanks
]]>OK, I have no problem assigning a custom theme to only show up on a single page/post which is what the plugin is built for.
Problem:
As most of my posts have hundreds of comments, I have to turn on comment pagination, otherwise it looks horrible and takes forever to load.
The problem is that when I click on ‘comments page x’ the theme reverts back to the default website theme. I loose the setting of having the custom theme assigned to the post or page.
Is there by any chance a way for you to change the logic when assigning a custom theme to a post or page to also include the possibility that the post or page may have paginationed comments?
i.e.
https://mysite.com/article-title/comment-page-2/#comments
I have a custom theme assigned to ‘article-title’ which works, but when clicking page 2 of the comments I get the url above, and of course everything reverts back to the default theme.
I hope this explanation is clear as I am totally out of ideas on how to fix this.
]]>While the theme changes for the forums page , I get the following when I click on a link or a topic on the page – Not Found, Error 404
The page you are looking for no longer exists.
]]>Hi there,
I just installed PageTheme on my site that has OptimizePress as the active theme.
When I listed Pages or Posts, the extra column didn’t appear showing which (default) theme was being used
When I created a new page, there was nowhere to select an alternative theme.
I’d be happy to let you have access
Thanks
]]>I had to de-activate this plug-in so that my menu headings would work with the new photocrati-theme v4.5.1. Do you have an update that is compatible? I really love the flexibility of using a different theme for my blog. Thanks.
]]>This is the second plugin I’ve tried for changing themes, and I really like how easy to use this one is, but I’m starting to think none of these plugins can let you change headers for different pages?
I guess this is because in the admin panel uploading a header image is separate from customizing a theme…? So changing themes doesn’t affect the custom header…? I guess?? (can you tell I don’t understand this stuff very well ??
Any suggestions of a work-around? Or am I way off-base, and changing themes should change the header if the plugin is working correctly?
]]>Hi WordPress experts,
I’m here for a question. Yesterday I upgraded the latest WordPress version (3.5), and since this moment the great plugin Page Theme did not work anymore.
Have you experienced the same trouble? Do you have some suggestions about his resolution?
Thank you anticipately for your answer.
P.s. but this little problem, the plugin works great! Thank you for creating it
]]>Hi,
I use the page theme plugin and it’s ok when I use it to a default wordpress installation but after install many plugins and using an other theme, the plugin not run.
Thanks for your answers.
]]>When I select a child theme as an alternate theme then the plug-in forces the selection to the parent theme.
Any idea on how to support child themes?
]]>Hello
The plugin in the multisite is showing the defuled theme near itch page as blank
And not displaying the other themes in the site
Can you tell me how to fix it?
Priya
I set the plugin to show settings on the page menu and the post menu, and I saw a place on the page listing to choose a theme for the page. I set a theme, but when I viewed the page it was still in the default theme. The setting is there, and it sticks, but WP is not recognizing it (apparently).
]]>Currently upgraded to wp 3.4.1. This isn’t working with v1.6 plugin. Everything installed fine, but once I click to change the default theme, all I get is a spinning wheel. Nothing shows up besides the spinning wheel.
PLEASE HELP!!!
]]>Where is the APC menu in wp-admin in 3.4?
I’m guessing it doesn’t work, since there are so many others saying it doesn’t.
]]>