Maybe someone could tell me is it possible in Drupal 7 to change theme with a single link (URL should show into which theme site appearance should be changed)?
At the worst scenario, is it possible to switch between two active themes using only links?
Related
I've made this Hugo site using the blogdown R package. The theme is the dark version of the "academic" theme.
Somehow I can't publish new posts without weird changes to the theme on the main page.
As you can see from the image, the nav-bar, text and icons (but not the main background) look as if the default theme overrides parts of the dark theme:
This is also the case when I use serve_site() locally.
I noticed that when I render the site, the proper "dark" settings appear for half a second, but then these weird changes appear to override them.
I'm not sure if this is an issue with the theme, or blogdown.
I'm creating 100% custom theme for a DNN website. Whenever I apply it, the admin pages also get the theme. I don't want that nor need it. The admin should stay with the default theme it came with.
I'm on Admin > Themes and when I select my theme, I don't get any options to only apply to the Site and not the Admin.
How can I fix this? I'm I doing it the wrong place?
Go to the "ADMIN" page (click on Admin). Go to the PAGE SETTINGS on that page.
Choose the skin for that page. Choose the apply to children option as well so that it propagates to all the "child" pages of the Admin page.
You likely will want to do the same on the HOST page.
Chris
I've got a problem with aggregating my css in Drupal 7. I work on Adaptive theme and I'm using responsive stylesheets on my website.
When I check "Aggregate CCS" in drupal administration, my website appears as desktop styles.
Is anybody has a issue ?
Thank you
As far as I can remember, in this particular template you should save the template settings after css changes has been done.
Ok. Starting over with this. I see that the SocialBoo theme has something similar in what I want to achieve. If I find that I can work and improve. I Added a new socialboo theme and created blank GUI. Assumed it would be a Commandbehavior but that didnt do the trick, so did adding tabs. Seems like those components are not for that specific bar... However did notice another issue.
How do I get the social actionbar as displayed in the socialboo theme? (Screen shot). Assuming those images etc are part of the default theme, right.
Also, If I create a TouchCommand = bar, title or native. It displays fine in Gingerbread but not ICS. DO you know why is that? (screen shot)
Thanks, in advance.
Those images aren't a part of the theme, they are a part of the specific demo. If you add a Tabs component to the center of the border layout UI you will get thee tabs where the "icon" property will allow you to customize the unselected icon and you can customize the selected icon as well. You can see the full source/resource file of the social boo demo in the docs and demos zip in the download section.
Generally customizing commands is a bit complex because of platform specific constraints, when running on an Actual Android 4 device we use the native ActionBar by default to provide the experience Android users are used to. This is hard for us to simulate so you will only see this properly in the device build. I suggest not relying on commands, it seems that what you are trying to achieve is easily doable with tabs and its possible that's why you had difficulties in your other question.
If someone can help me with this I will be eternally grateful. Recently I have started an on-line magazine using virb.com to host the site. I have done some basic css alterations to their theme but run into a problem when the theme automatically re-sizes itself for mobiles or even if the browser window is shrunken down. The content goes all whack, probably because of my css alterations. Is there a way that I can disable the responsive theme from resizing or fix my css so it doesn't discombobulate or even just have different page display for mobile users that says something like 'not available for mobile'??
Thanks,
Patrick