admin panel in drupal 7 wont let me choose until I refresh - drupal-7

So I was messing around with the themes in Drupal 7 and changed it from the default "seven" to "Garland" and it at first even my even calendar was acting up and wouldn't let me open the date picker but I fixed that but now when I click on the top admin choices: dashboard, content, structure, appearance,people, module, configuration, reports and help i need to click on it and refresh the page for the options to open up. If I don't hit refresh it just wont load. Please help.

Related

How to add additional portals to my DNN community edition site?

I know this is a very basic question - I have googled and every where it says - click the "Add New Portal" button/link on the Portals page.
However, I have a DNN community edition version 06.00.00 that is live and I do not see any option to add a new portal. Could this be a configuration issue? Do I have to change some settings to be able to get the option to add a new portal?
See the image of the Host menu and Portals page. I am unable to get the Add New Portal link:
In the menu shown in your first screenshot, you need to go to "Portals"
Then you will see a small semi-transparent button that says "Manage"(if not, make sure your view mode is set to "Edit" in the top right of the control bar
hover over it and a menu will drop-down and there will be your "add new site" or "add new portal" link
you need to make sure your page is in the EDIT view mode (selected in the top right of the page), then you will see a manage button appear when you hover over the sites on the portal page. Click the manage button and choose new site.

dotnetnuke hide menu from page

I'm running a dotnetnuke project (v7.0) with 2 portals.
I need to remove the default DDR menu from one page only.
The menu works great now with multiple pages and sub-pages, however on 1 specific page , ie landing page, I don't want to show the menu.
Right now I can think of 2 methods for achieving this:
Create a new skin template, remove menu, apply template to that one page
Use jquery to detect URL, for that page hide menu.
I'd rather just code the logic inside the template file, but I'm not strong in .net/c# and I'm new to DNN.
It's just one page today.
However, if you are using it for a landing page design I would recommend you just create another skin and exclude it from that and tailor that skin for that need.
That way when your non-technical editors need to work on the site and make a page that might only be used when linking from Google Adwords or whatever they can pick a template without that navigation and you as the developer/designer don't need to edit the skin to put in another exception based on the URL.

Joomla create html page with no menu

I have a normal article page with a huge image shown as a small one. What i want to do is, when the user click on the image, a new page is rendered and the image is shown at full size of the page (no menus, header, footer, etc.. just page). If the user click again, he will be redirected to the previous page.
How can i do this with joomla? I mean, i could create an html page, but i don't know how can i access it.
Any help would be appreciated,
RR
All you need to do is add this to any link you want to display without all of the module positions -
?tmpl=component
This tells Joomla to load just the component part of the page without anything else around it.
Not sure that anything specifically in Joomla is going to allow you to do that. The only way you can achieve that directly in Joomla would be using a light box type of plugin. When the user clicks the image, it will open up a full size window of the image. When the user click on the image again, it will exit the light box.
Otherwise, you can just edit the source code of the page, and change it to <img src="http://www.pathroyourimage.com/image.png"> . That way when a user clicks the image, they go directly to the picture.

DotNetNuke 6 - RadEditor - How do I change the dimensions of the default HTML Module Editor?

A regression in DotNetNuke 6 is that, by default, the editor appears in an in-page popup that uses a very limited portion of the screen.
While the editor does include the ability to go "full screen", this is not the default.
Is there a setting some place that I can adjust to cause it to always start full screen, or at least start out larger so that I don't have to scroll down to hit the save button?
One method for getting rid of this limited in-screen popup is to disable popups site-wide in the site settings (admin menu).
This will cause a full page load when the edit content button is clicked. The editing will be perform on a self-contained page. Clicking save will return the editor back to the page whose module is being edited.
Warning - Using this option will cause bulleted lists to not display as bulleted lists in design view within the default html editor

DotNetNuke Nav menu not showing unless I'm loggged in?

Am working with a DotNetNuke(DNN) site and for some reason, the DNN:NAV control only displays the menu when I am logged in.
The menu is part of the template file itself, which in this case is 'index.ascx'
Any way for me to troubleshoot the visibility of the menu? Why wouldn't it be showing up? Everything else on the page is.
Thanks for any help!
One thing I might check is that your pages are visible by users who are not logged in - if there are no pages avaliable to all users this might happen.

Resources