- Posts: 9
COMMUNITY FORUM
frontend editing not working
- Tom Racine
-
Topic Author
- Offline
- New Member
Thanks.
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
- Posts: 3722
Please Log in or Create an account to join the conversation.
- Tom Racine
-
Topic Author
- Offline
- New Member
- Posts: 9
Please Log in or Create an account to join the conversation.
- Andrew McEwan
-
- Offline
- New Member
- Posts: 2
Joomlart Forum Thread
That thread seems to indicate a problem with the classes not being called correctly. This is getting into realms a bit beyond me. Any ideas?
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
- Posts: 3722
Please Log in or Create an account to join the conversation.
- Tom Racine
-
Topic Author
- Offline
- New Member
- Posts: 9
Please Log in or Create an account to join the conversation.
- Tom Racine
-
Topic Author
- Offline
- New Member
- Posts: 9
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
- Posts: 3722
Please Log in or Create an account to join the conversation.
- Tom Racine
-
Topic Author
- Offline
- New Member
- Posts: 9
<script src="/joomla/clarion/media/system/js/mootools-core.js" type="text/javascript"></script>
<script src="/joomla/clarion/media/system/js/core.js" type="text/javascript"></script>
<script src="/joomla/clarion/media/system/js/mootools-more.js" type="text/javascript"></script>
<script src="/joomla/clarion/media/system/js/modal.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js" type="text/javascript"></script>
<script src="/joomla/clarion/components/com_k2/js/k2.js" type="text/javascript"></script>
<script src="/joomla/clarion/plugins/system/rokbox/rokbox.js" type="text/javascript"></script>
<script src="/joomla/clarion/plugins/system/rokbox/themes/light/rokbox-config.js" type="text/javascript"></script>
<script src="/joomla/clarion/libraries/gantry/js/gantry-totop.js" type="text/javascript"></script>
<script src="/joomla/clarion/libraries/gantry/js/gantry-smartload.js" type="text/javascript"></script>
<script src="/joomla/clarion/libraries/gantry/js/gantry-buildspans.js" type="text/javascript"></script>
<script src="/joomla/clarion/libraries/gantry/js/gantry-inputs.js" type="text/javascript"></script>
<script src="/joomla/clarion/templates/rt_clarion/js/load-transition.js" type="text/javascript"></script>
<script src="/joomla/clarion/modules/mod_roknavmenu/themes/fusion/js/fusion.js" type="text/javascript"></script>
<script src="/joomla/clarion/modules/mod_roktwittie/js/roktwittie.js" type="text/javascript"></script>
script type="text/javascript">
Are you saying that the order of the script load could be the problem? I don't know what nonconflict mode means. Why would it impact the editing and not the adding? I looked in the forum archives and it seems that there were many posts about frontend issues but it wasn't clear to me how these issues were resolved.
Sorry I'm not a more advanced user, I do appreciate the help.
Tom
Please Log in or Create an account to join the conversation.
- Tom Racine
-
Topic Author
- Offline
- New Member
- Posts: 9
www.rockettheme.com/forum/index.php?f=584&t=155996&p=771076&rb_v=viewtopic#p771076
For those who may be using a rockettheme template but are not currently a member (thus no forum access) do the following;
1. go to the template manager and select the default template
2. click on the "Advanced" tab
3. turn off the "Build Titles Spans" option.
Please Log in or Create an account to join the conversation.
- ghulma
-
- Offline
- New Member
- Posts: 4
im using allrounder themes.
tnax..
i still got same problem here
Please Log in or Create an account to join the conversation.
- Denise Montana
-
- Offline
- New Member
- Posts: 13
When setting up my category in K2, in the Item View Options section I had set Title to Hide.
What I finally figured out is that the code for the front end Edit button is in the Title div. So since I had chosen not to show the Title, the edit button was also hidden.
All I had to do to get the Edit button to show up on the front end was set Title to Show.
Ultimately, I didn't want the title to show so I created a new template and moved the edit code outside of the Title div.
I hope this saves someone the head-banging I went through. It would be helpful if K2 would move that edit button outside of the Title div or at least include a tooltip for the Title option that says "If you hide this you won't be able to access the Edit button from the front end."
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
- Posts: 3722
Please Log in or Create an account to join the conversation.
- Andrew
-
- Offline
- New Member
- Posts: 11
Please Log in or Create an account to join the conversation.
- Vince Murphy
-
- Offline
- New Member
- Posts: 8
Please Log in or Create an account to join the conversation.