-
AuthorPosts
-
jethro Friend
jethro
- Join date:
- February 2015
- Posts:
- 30
- Downloads:
- 5
- Uploads:
- 7
- Thanks:
- 18
- Thanked:
- 5 times in 1 posts
May 7, 2015 at 2:54 pm #206177Hi there, is there a way to make the option for editing front end articles more obvious? Purity III template only has a tiny carate that when clicked drops down a menu of options, I want to make this a larger button or at least more obvious.
Look at the image…
Front end editing will be a big part of our site and I will be using the articles a lot like a big wiki so it needs to be clear for the site editors!
Many thanks,
Jethro.
EDIT: Sorry! This is in the completely wrong forum category! Should go in the Purity III subforum. Apologies! :-[
jethro Friendjethro
- Join date:
- February 2015
- Posts:
- 30
- Downloads:
- 5
- Uploads:
- 7
- Thanks:
- 18
- Thanked:
- 5 times in 1 posts
May 8, 2015 at 9:57 am #569899Hi, I have made some progress but I need help…
I need to change the code for the icon-cog:
<a class="btn dropdown-toggle" href="#" data-toggle="dropdown">
<span class="icon-cog"></span>
<span class="caret"></span>
</a>
to the fa-cog:
<a class="btn dropdown-toggle" href="#" data-toggle="dropdown">
<span class="fa-cog"></span>
<span class="caret"></span>
</a>
And then add the css
.btn.dropdown-toggle {
font-family: fontawesome;
font-size: 24px;
}
I have literally looked everywhere for the file to change the “icon-cog” code, where is it located?
Best regards,
Jethro.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
jethro Friendjethro
- Join date:
- February 2015
- Posts:
- 30
- Downloads:
- 5
- Uploads:
- 7
- Thanks:
- 18
- Thanked:
- 5 times in 1 posts
May 8, 2015 at 8:39 pm #569984Hi there Adam, the site URL is http://www.metalbot.org/metalbot
Many thanks!
jethro Friendjethro
- Join date:
- February 2015
- Posts:
- 30
- Downloads:
- 5
- Uploads:
- 7
- Thanks:
- 18
- Thanked:
- 5 times in 1 posts
May 8, 2015 at 8:39 pm #735058Hi there Adam, the site URL is http://www.metalbot.org/metalbot
Many thanks!
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
jethro Friendjethro
- Join date:
- February 2015
- Posts:
- 30
- Downloads:
- 5
- Uploads:
- 7
- Thanks:
- 18
- Thanked:
- 5 times in 1 posts
May 13, 2015 at 1:10 pm #570451Okay, thanks for getting back to me! It seems like the template moves the location of “icon-cog” next to the carate…
In any case I will PM you the login credentials.
jethro Friendjethro
- Join date:
- February 2015
- Posts:
- 30
- Downloads:
- 5
- Uploads:
- 7
- Thanks:
- 18
- Thanked:
- 5 times in 1 posts
May 13, 2015 at 1:10 pm #735515Okay, thanks for getting back to me! It seems like the template moves the location of “icon-cog” next to the carate…
In any case I will PM you the login credentials.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
jethro Friendjethro
- Join date:
- February 2015
- Posts:
- 30
- Downloads:
- 5
- Uploads:
- 7
- Thanks:
- 18
- Thanked:
- 5 times in 1 posts
May 14, 2015 at 8:29 am #570526<em>@Adam M 473273 wrote:</em><blockquote>Hi @jethro,
How about change the toggle drop-down to horizontal list instead ? Please confirm here, if you’re fine with it, I will update the CSS a little bit for you.</blockquote>
Sure no worries! Will you make the edit to the “custom.css” file? If so I need to make a copy so that I don’t override it later!
I really appreciate your help with this,
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
May 15, 2015 at 10:01 am #570663Hi @jethro,
Please open file /templates/purity_iii/css/custom.css then add this code :
.article-info {
width: auto;
}
.article-aside .dropdown-toggle {
display: none;
}
.article-aside .dropdown-menu {
background: none;
border: none;
box-shadow: none;
display: block;
margin: 0;
padding: 0;
position: static;
min-width: auto;
}
.article-aside .dropdown-menu li {
border: medium none;
display: inline-block;
}
.article-aside .dropdown-menu li a {
padding-left: 5px;
padding-right: 5px;
padding-top: 0;
}
.article-aside .dropdown-menu > li > a:hover,
.article-aside .dropdown-menu > li > a:focus {
background: none;
color: inherit;
}Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
May 15, 2015 at 10:01 am #735726Hi @jethro,
Please open file /templates/purity_iii/css/custom.css then add this code :
.article-info {
width: auto;
}
.article-aside .dropdown-toggle {
display: none;
}
.article-aside .dropdown-menu {
background: none;
border: none;
box-shadow: none;
display: block;
margin: 0;
padding: 0;
position: static;
min-width: auto;
}
.article-aside .dropdown-menu li {
border: medium none;
display: inline-block;
}
.article-aside .dropdown-menu li a {
padding-left: 5px;
padding-right: 5px;
padding-top: 0;
}
.article-aside .dropdown-menu > li > a:hover,
.article-aside .dropdown-menu > li > a:focus {
background: none;
color: inherit;
}jethro Friendjethro
- Join date:
- February 2015
- Posts:
- 30
- Downloads:
- 5
- Uploads:
- 7
- Thanks:
- 18
- Thanked:
- 5 times in 1 posts
May 15, 2015 at 4:03 pm #570704<em>@Adam M 473485 wrote:</em><blockquote>Hi @jethro,
Please open file /templates/purity_iii/css/custom.css then add this code :
.article-info {
width: auto;
}
.article-aside .dropdown-toggle {
display: none;
}
.article-aside .dropdown-menu {
background: none;
border: none;
box-shadow: none;
display: block;
margin: 0;
padding: 0;
position: static;
min-width: auto;
}
.article-aside .dropdown-menu li {
border: medium none;
display: inline-block;
}
.article-aside .dropdown-menu li a {
padding-left: 5px;
padding-right: 5px;
padding-top: 0;
}
.article-aside .dropdown-menu > li > a:hover,
.article-aside .dropdown-menu > li > a:focus {
background: none;
color: inherit;
}
</blockquote>@adam M, you are a BOSS!
Words fail to express my gratitude, this is exactly what was needed.
Thanks for helping the project!
AuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 2 voices, and was last updated by Adam M 9 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Article Edit Carate
Viewing 13 posts - 1 through 13 (of 13 total)