The sub menu bar of this site is not visible i am using constellation theme of wordpress
i have tried using changing margins but not able to figure it out it is responsive
no i am talking about child of the menu bar actually if u can see the code about page has 2 child submenu which should be visible as a dropdown but it is not visible
It is hard to tell looking at what you have provided so far. But If I see your page I see this script as 404, LINK
Is this js showing.hiding your menu. Also I see one section of navigation as commented out. But if you could fix those 2 404's , it would give a better Idea as to what is happening. I guess nav show/hide is being driven by the script that is actually not there.
Hope this helps.
Related
I relly need help. I made a wordpress website, but i dont know how to disable top page from drom down menu.
I want to turn off page "Apartmani" because it is a empty page, so can you tell me how to disable that page and when you want to click on it nothing happens.
Here s the picture http://www.dodaj.rs/f/t/13H/495kOjY8/pitanje.png so i want to unable "Apartmans".
Thanks
The easiest way for you do do this is not to add this "Apartmani" as a Page in your menu, but as a simple link (as you can add custom links in your menu), with "#" as target. As is you will have a menu item that will handle its sub-pages, but this item will not lead to anything at all as long as the targeted link is #...
I just started to work with drupal, I'm trying to create a drop down submenu from the main menu, however it doesn't show up. Not because I misconfigured something (I think).
Can anybody tell me why this is the case?
I'm using the Bootstrap theme, i also tried others.
I have checked "Show as expanded" for parent menu item in main menu also.
Thanks,
Hi This can be done using nice menu irrespective of the theme used.
The nice menu module by default creates some blocks in Drupal. You just have to edit the block called nice menu 1 & configure it & display in a specific region of the theme.
I didn't use Bootstrap, and is very hard give you an answer without see what you have in your site, but maybe Nice Menus can be your solution.
I am a CSS noob and I created a carousel using jCarousel. It works like it should as a page and with tabbed menus. The problem is the theme adds CSS to it when I go to /admin/config/system/site-information and make the view the default front page. It adds list bullets over each carousel item and changes the displayed item location.
I want to remove these bullets from the view but not the entire site. The development site can be seen at http://delphos.lib.oh.us/NewSite/
If you click on one of the "tabs" (red boxed buttons) the display problem goes away.
Any help would be appreciated.
TBG
Try looking for this line:
.art-postcontent ul>li:before, .art-post ul>li:before, .art-textblock ul>li:before {}
You can remove the whole line, or just remove the content attribute. Either should work.
I'm new to Drupal and making some changes to an exisiting site.
I have a page with a menu in the left side bar, which shows on all the pages in that menu apart from the one i've added. I've done it before where you have to add the URL of the page you want the menu to show somewhere in the admin panel for the menu to show.
If i go to: site building > blocks > block_name and then tick 'Users cannot control whether or not they see this block.' The menu wil show. But it will also show on pages I don't want it to.
Do you know where in the Admin I need to go to allow the menu to show on this new page.
Thanks in advance.
After hours of hunting around I've found the answer, the block has text box at the bottom of the page 'page specific settings' where you add the URL of the page you wish the block to show on.
You can use menu_block module.
It creates the menu inside a block and treats it EXACTLY like a block.
Hope this helps... Muhammad.
I need to disable parent pages in my wordpress navigation menu. I have found a few plugins that disable click-through, but hover arrow and color change are still present. Looking to simply have the parent page show as text in the menu. Here is the header.php code if needed.
http://pastebin.com/Cd4HWTTV.
Please let me know if other information is needed.
Your help is much appreciated.
Alex
I have come across this a few times before. If I understand correctly, you have something like an About Us section, but there's no content on the About Us page. You want the link in the header to redirect to the first subpage in that section, the History page for example.
The way I had to deal with this was to make About Us redirect to History using a plugin called Page Links To.
http://wordpress.org/extend/plugins/page-links-to/