Lost Edit Capabilities

Permalink
Hey folks.

Sorry to be a pain, but I loaded a theme and can't access any editing features. Can't log-in or out.

Thanks in advance.

Peace.

Homer

homershines
 
frz replied on at Permalink Reply
frz
what theme? what have you tried doing?
homershines replied on at Permalink Reply
homershines
Sorry Fritz.

It's the Inove theme and I hadn't tried anything yet. The page had no means to access the dashboard and being a newbie, I didn't use the other side of my brain. But, I observed my other Concrete5 test sites and realized that I could put the appropriate details into the address slot and I should get in.

I did.

Thanks and please accept my apology.

Peace.

homershines
markdisbrow replied on at Permalink Reply
I have the same problem - entering html block with code for a slider - and losing edit functions. I can roll back but that doesn't help me accomplish the task. I've tried two different sliders. I'm suspecting the custom attribute addition of extra head tags is creating some type of conflict? The html code and slider works but I sacrifice editing capability.

An example below...
<link type="text/css" href="themes/theme_earthling_three/css/anythingslider.css"
 rel="stylesheet" media="screen" />
  <script type="text/javascript"
 src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  <script type="text/javascript"
 src="/themes//theme_earthling_three/js/jquery.anythingslider.js"></script>
  <script type="text/javascript">
$(function () {
$('#slider1').anythingSlider(); // add any non-default options here
});
  </script><!--- Optional -->
  <script type="text/javascript" src="/themes/theme_earthling_three/js/jquery.easing.1.2.js"></script>
  <script type="text/javascript" src="/themes/theme_earthling_three/js/swfobject.js"></script>
vincedelaking replied on at Permalink Reply
vincedelaking
Have you tried commenting this line:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>

I think you are loading jquery twice with that extra line.
markdisbrow replied on at Permalink Reply
I haven't tried that. Will try it. Thanks.
MyFOXspokane replied on at Permalink Reply
I am having a similar situation when adding this script:

<script src="http://www.monkeysee.com/javascripts/widgets/ms_player_widget.js?content=votd-cat&width=512&height=315&cat=1&brand=FOX+28&ad_position=below&pubId=KAYU&autoplay=false"></script>

Once I add this script the site hangs up on publish, then when I go to the dashboard/sitemap and access the page the video appears but then I am unable to add blocks.

Has anyone else run into this?