-
AuthorPosts
-
antjewilson Friend
antjewilson
- Join date:
- August 2010
- Posts:
- 78
- Downloads:
- 0
- Uploads:
- 27
- Thanks:
- 19
- Thanked:
- 1 times in 1 posts
June 17, 2014 at 4:02 pm #198921Hi There,
The main menu and feature photo is off the page after installing T3 and the medicare template. There also seems to be two main menu displaying. One at the top above the feature photo and one vertical. I changed the position of the feature photo so that it moved left. For the mainmenu that displayed vertically on the left side of the feature photo I put the position to zero so that disappeared. However, how do I move the mainmenu over to the left that is above the photo?
As well, the actually click zone for the mainmenu is above the text.
to view:
antjewilson.com
Wilson
check3Thanks in advance.
Antje
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 17, 2014 at 4:35 pm #539243It’s a little difficult to assess the issue without being able to see this vertical menu.
Where is it supposed to be?
antjewilson Friendantjewilson
- Join date:
- August 2010
- Posts:
- 78
- Downloads:
- 0
- Uploads:
- 27
- Thanks:
- 19
- Thanked:
- 1 times in 1 posts
June 17, 2014 at 4:46 pm #539246The vertical menu I gave a position of zero so it disappeared. I didn’t want a second menu but I don’t know why it was displaying vertically and why I had two mainmenus displaying. I, however, don’t know how the adjust the mainmenu above the image. They are both mainmenu because that is all there is for menus.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 17, 2014 at 4:53 pm #539247<em>@antjewilson 432692 wrote:</em><blockquote>
The vertical menu I gave a position of zero so it disappeared. I didn’t want a second menu but I don’t know why it was displaying vertically and why I had two mainmenus displaying. I, however, don’t know how the adjust the mainmenu above the image. They are both mainmenu because that is all there is for menus.</blockquote>
What are you ultimately wanting – in terms of what should be displayed (and how)?
antjewilson Friendantjewilson
- Join date:
- August 2010
- Posts:
- 78
- Downloads:
- 0
- Uploads:
- 27
- Thanks:
- 19
- Thanked:
- 1 times in 1 posts
June 17, 2014 at 5:00 pm #539249The medicare template. But I’d like to know how to edit that mainmenu. As mentioned editing mainmenu positions only edited the second mainmenu. I don’t understand why there are two.
Antje
antjewilson Friendantjewilson
- Join date:
- August 2010
- Posts:
- 78
- Downloads:
- 0
- Uploads:
- 27
- Thanks:
- 19
- Thanked:
- 1 times in 1 posts
June 17, 2014 at 5:01 pm #539250On another note:
what is that blue button and how do I delete it. I don’t need a link to a third menu : )
Antje
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 17, 2014 at 5:03 pm #539251<em>@antjewilson 432696 wrote:</em><blockquote>
The medicare template. But I’d like to know how to edit that mainmenu. As mention editing mainmenu positions only edited the second mainmenu. I don’t understand why there are two.
Antje</blockquote>
When you installed your JA Medicare template, did you do so via the quickstart + sample data installation process?
antjewilson Friendantjewilson
- Join date:
- August 2010
- Posts:
- 78
- Downloads:
- 0
- Uploads:
- 27
- Thanks:
- 19
- Thanked:
- 1 times in 1 posts
June 17, 2014 at 5:05 pm #539252No. I was hoping to install only the things I needed.
Antje
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 17, 2014 at 5:05 pm #539253<em>@antjewilson 432697 wrote:</em><blockquote>On another note:
what is that blue button and how do I delete it. I don’t need a link to a third menu : )
Antje</blockquote>
If you haven’t yet done so, create a new file called “custom.css” within file path –> /templates/ja_medicare/css
Within that custom.css file, paste the following CSS rule:
.off-canvas-toggle {
display: none; }
SAVE CHANGES – CLEAR CACHE – REFRESH PAGE
Better?
antjewilson Friendantjewilson
- Join date:
- August 2010
- Posts:
- 78
- Downloads:
- 0
- Uploads:
- 27
- Thanks:
- 19
- Thanked:
- 1 times in 1 posts
June 17, 2014 at 5:19 pm #539260TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 17, 2014 at 5:22 pm #539261<em>@antjewilson 432708 wrote:</em><blockquote>no change. Blue toggle still there.
Antje
</blockquote>
Upon inspection, I do not see a custom.css file.
Are you certain you have it created within the correct file path, which is –> /templates/ja_medicare/css/custom.css ??
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 17, 2014 at 5:24 pm #539262In the alternative . . . .
Look to file path –> /templates/ja_medicare/css/off-canvas.css
at line 601, and modify as follows:
.off-canvas-toggle {
border: 0 none;
border-radius: 0;
height: 40px;
line-height: 40px;
margin-top: 4px;
padding: 0;
width: 40px;
display: none;
}1 user says Thank You to TomC for this useful post
antjewilson Friendantjewilson
- Join date:
- August 2010
- Posts:
- 78
- Downloads:
- 0
- Uploads:
- 27
- Thanks:
- 19
- Thanked:
- 1 times in 1 posts
June 17, 2014 at 5:32 pm #539264antjewilson Friendantjewilson
- Join date:
- August 2010
- Posts:
- 78
- Downloads:
- 0
- Uploads:
- 27
- Thanks:
- 19
- Thanked:
- 1 times in 1 posts
June 17, 2014 at 5:35 pm #539265That css modification did the trick. But it can also be turned off in the template manager. There is under add ons a button to turn off off-canvas sidebar.
Thanks.
antjewilson Friendantjewilson
- Join date:
- August 2010
- Posts:
- 78
- Downloads:
- 0
- Uploads:
- 27
- Thanks:
- 19
- Thanked:
- 1 times in 1 posts
June 17, 2014 at 5:40 pm #539267now for that mainmenu. How is it controlled? And to click the buttons you have to actually click above the button (circled in red).
AuthorPostsThis topic contains 27 replies, has 2 voices, and was last updated by antjewilson 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum