dropdown menu doesn't work in katana yootheme joomla template - templates

I have tried everything but I can't get the dropdown menu to work with yootheme katana template for joomla 2.5. Everything is set up right in module preferences, and the menus work fine with other yootheme temlpates. Any ideas? Thank you.

You should ask them for support and let them check your site, but there is a small hack that worked for me several times while Joomla 3 was recently launched.
Go to your Joomla Administration Panel --> Extensions --> Module Manager, then click on your Main Menu or the menu that is having trouble, when it is opened go to Advanced, look for Menu Class Suffix and add this text "nav-pills" or in some cases leave a blank space before " nav-pills". See if that helps

Related

Display template for content search webpart issue for datatable and Tabs

I have developed display template and using it in Content search web part.
For displaying result on page i am using JQuery datatable/JQuery Tabs in display template.
Everything works fine, but sometime while loading page i am getting error like ("Object doesn't support property or method 'dataTable' (OnPostRender: )" and for tabs error is "Object doesn't support property or method 'tabs' (OnPostRender: )").
And if i refresh page many times then error will go and result is display as code.
I have register JQuery, JS and CSS using $includeScript.
I have also tried with RegisterSod for JQuery and JS file but still issue is same.
Thanks in Advance.
Can be:
This error usually occurs when an html element id has the same id as some variable in the javascript function, try change the name.
If you put the code I'll be able to help you better.
test = button.attr('test'); // Object doesnt support this method
$test= button.attr('test'); // works fine
Or debbug your code with and discover your problem. Enable script debugging IE:
In Internet Explorer, choose Internet Options from the Tools menu.
In the Internet Options dialog box, click the Advanced tab.
On the Advanced tab, under Browsing, clear Disable Script Debugging.
Click OK.
If you have IE 8+ click here
Tutorial Using jQuery dataTables: link here

Sitecore 7 Custom Experience Buttons Missing

Not sure why but I am not seeing the 'Applications' folder under 'Content'. All the tutorials out there mention editing the (/sitecore/content/Applications/WebEdit/Custom Experience Button) items to accomplish what I need.
My guess is I don't have view access to the core database in order to see these items or folders? If this isn't the case, how would I go about finding these buttons? Any help appreciated and I apologize if I didn't provide enough info but my goal is to add features to the page editor component toolbars.
To make this a formal answer...
First, login to desktop mode (on login screen, select "Desktop" from "Options" expander below form). Next, change database to core at bottom right:
Finally, re-open your content manager and you should see the /sitecore/content/Applications node.

How to display a menu of articles by category in joomla

I'm relatively new to Joomla and I'm updating a web site from 1.5 to 3.x. Everything seemed to go fine except that the template in the previous version was showing a dynamic drop down menu that displayed each article organized by category.
I was wondering how I can show this menu. The code in the template is:
<div id="moomenuE"><jdoc:include type="modules" name="user3" style="topmenu" /><br /></div>
so I get that the position would be 'user3' but I can't seem to find a way to display such a menu. There were NO Menu's or Menu Items in the Menu Manager from the previous version so I'm not sure if I need to create one for the 3.0 version.
I don't know the previous version, but maybe the menu was hardcoded. In Joomla 3.0 you just need to create a menu and some menu entries (worked in previous versions too). After doing so you have to add a module (Extensions -> Module Manager). The position of the module is "user3" in your case.Now only choose the menu and click save. The menu is now shown in the module placed at the specific position.
For more detailed information take a look at:
menu
module

Joomla 2.5 breadcrumb always shows "Home" Only

I have a Joomla 2.5 site Multilingual site. But something wrong with the breadcrumb. It always shows only Home.
I set up joomla local copy without enabling multilingual feature and then breadcrumb works fine. So I suspect multilingual feature would be the problem. How do I resolve this issue ?
thank you very much..
There are different possible causes for this issue, but I would first try to disable cache for the breadcrumbs module:
Extensions -> Module Manager -> Breadcrumbs -> Advanced Options -> Caching -> None
I sorted it out. In my site Main menu also has spanish equivalent menu. There for default home menu item set to English-menu home. So I created another menu, didn't assigned any position .created menu item and set it to default home.
Then It gave me 404 in index page since default home set to nowhere. Then I selected my main menu(English) and click on "make default home" square on Home menu item. then Britain flag appeared.
Now breadcrumb is working fine.

Joomla 2.5 - How to open specific menu item in lightbox?

I am developing a site using Joomla 2.5 and the JCE editor with the Mediabox plugin installed and enabled.
I am trying to have 3 of my menu items open in a lightbox. For each of the menu
items, I went to Link Type Options and under Link CSS Style, I have added the jcepopup noicon.
When I save the items and refresh the front end of the site (even going so far as
clearing my cache), the jcepopup and noicon classes are not applied to any of those three menu items.
This is due to the menu module that you are using. Just because the parameters exists in the menu item does not mean that the menu module uses them. You will probably need to create a template override for the menu module that includes the classes in the links.