-
AuthorPosts
-
hbic Friend
hbic
- Join date:
- June 2015
- Posts:
- 189
- Downloads:
- 15
- Uploads:
- 5
- Thanks:
- 61
- Thanked:
- 6 times in 1 posts
August 27, 2015 at 3:23 pm #680294I created menu’s for links i want appearing in ACH-Footer and am inserting them into footnav-1 and footnav-2. I’m unable to click the menu items. I want to link in this way and I don’t know what i’m missing.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 28, 2015 at 10:32 am #680457Hi
You set your menus in the wrong way
Example:
You choosed to show in your module position footnav-2 the menu named footer-left , but the menu footer-left has only menu headings and text separators inside , that means no links available
I changed first item in that menu from menu-heading to category-blog and as you can see now footer menu module is showing menu item correctly
Best regards
1 user says Thank You to pavit for this useful post
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 28, 2015 at 10:32 am #746911Hi
You set your menus in the wrong way
Example:
You choosed to show in your module position footnav-2 the menu named footer-left , but the menu footer-left has only menu headings and text separators inside , that means no links available
I changed first item in that menu from menu-heading to category-blog and as you can see now footer menu module is showing menu item correctly
Best regards
1 user says Thank You to pavit for this useful post
hbic Friendhbic
- Join date:
- June 2015
- Posts:
- 189
- Downloads:
- 15
- Uploads:
- 5
- Thanks:
- 61
- Thanked:
- 6 times in 1 posts
August 28, 2015 at 6:40 pm #680583If you can tell me how to get the ‘greater than’ symbol to the left of each menu item I’d be even more thankful. The links work great, but they look bad IMO.
hbic Friendhbic
- Join date:
- June 2015
- Posts:
- 189
- Downloads:
- 15
- Uploads:
- 5
- Thanks:
- 61
- Thanked:
- 6 times in 1 posts
August 28, 2015 at 6:40 pm #746957If you can tell me how to get the ‘greater than’ symbol to the left of each menu item I’d be even more thankful. The links work great, but they look bad IMO.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 28, 2015 at 6:47 pm #680584<em>@hbic 489599 wrote:</em><blockquote>If you can tell me how to get the ‘greater than’ symbol to the left of each menu item I’d be even more thankful. The links work great, but they look bad IMO.</blockquote>
Sorry it is not clear to me what you want to do
You want to remove it ?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 28, 2015 at 6:47 pm #746958<em>@hbic 489599 wrote:</em><blockquote>If you can tell me how to get the ‘greater than’ symbol to the left of each menu item I’d be even more thankful. The links work great, but they look bad IMO.</blockquote>
Sorry it is not clear to me what you want to do
You want to remove it ?
hbic Friendhbic
- Join date:
- June 2015
- Posts:
- 189
- Downloads:
- 15
- Uploads:
- 5
- Thanks:
- 61
- Thanked:
- 6 times in 1 posts
August 31, 2015 at 1:24 pm #680962Yes, rather than showing “>menu item”, I just want to show “menu item”.
hbic Friendhbic
- Join date:
- June 2015
- Posts:
- 189
- Downloads:
- 15
- Uploads:
- 5
- Thanks:
- 61
- Thanked:
- 6 times in 1 posts
August 31, 2015 at 1:24 pm #747104Yes, rather than showing “>menu item”, I just want to show “menu item”.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 31, 2015 at 1:51 pm #680966<em>@hbic 489897 wrote:</em><blockquote>Yes, rather than showing “>menu item”, I just want to show “menu item”.</blockquote>
Hi
Try to add this to your custom.css file
.module .nav > li > a:before, .module_menu .nav > li > a:before {
display:none!important;
}If you still do not have a custom.css file create a new one in this folder templatesubercss
Best regards
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 31, 2015 at 1:51 pm #747108<em>@hbic 489897 wrote:</em><blockquote>Yes, rather than showing “>menu item”, I just want to show “menu item”.</blockquote>
Hi
Try to add this to your custom.css file
.module .nav > li > a:before, .module_menu .nav > li > a:before {
display:none!important;
}If you still do not have a custom.css file create a new one in this folder templatesubercss
Best regards
hbic Friendhbic
- Join date:
- June 2015
- Posts:
- 189
- Downloads:
- 15
- Uploads:
- 5
- Thanks:
- 61
- Thanked:
- 6 times in 1 posts
September 2, 2015 at 3:22 pm #681348Is there a way to edit the custom.css file through the Joomla interface? I don’t have access to the underlying operating system. I forward the edits I am given on the forum to a company that maintains my server.
hbic Friendhbic
- Join date:
- June 2015
- Posts:
- 189
- Downloads:
- 15
- Uploads:
- 5
- Thanks:
- 61
- Thanked:
- 6 times in 1 posts
September 2, 2015 at 3:22 pm #747285Is there a way to edit the custom.css file through the Joomla interface? I don’t have access to the underlying operating system. I forward the edits I am given on the forum to a company that maintains my server.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 2, 2015 at 3:44 pm #681352<em>@hbic 490170 wrote:</em><blockquote>Is there a way to edit the custom.css file through the Joomla interface? I don’t have access to the underlying operating system. I forward the edits I am given on the forum to a company that maintains my server.</blockquote>
Hi
Yes it is possible from – Extensions -> Template manager -> Top left menu select Templates -> then edit Uber template , but as i already showed actually on your website it’s impossible to to anything due to the permission issue
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 2, 2015 at 3:44 pm #747289<em>@hbic 490170 wrote:</em><blockquote>Is there a way to edit the custom.css file through the Joomla interface? I don’t have access to the underlying operating system. I forward the edits I am given on the forum to a company that maintains my server.</blockquote>
Hi
Yes it is possible from – Extensions -> Template manager -> Top left menu select Templates -> then edit Uber template , but as i already showed actually on your website it’s impossible to to anything due to the permission issue
-
AuthorPosts
This topic contains 37 replies, has 3 voices, and was last updated by hbic 9 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum