{{#if attachments}}
{{/if}}
最近搜索
没有最近搜索
已加入2021年4月16日
·
最后活动2023年12月27日
关注
0
关注者
0
活动总数
33
投票
0
订阅
10
的最新活动 Victoria Campagna
Victoria Campagna 进行了评论,
查看评论 · 已于 2021年7月16日 发布 · Victoria Campagna
0
关注者
0
投票
0
评论
Victoria Campagna 创建了一个帖子,
I want the links at the top-right of the header to be buttons. How would I do this?
Something like this:
Thanks in advance,
Victoria
已于 2021年7月15日 发布 · Victoria Campagna
1
关注者
2
投票
4
评论
Victoria Campagna 进行了评论,
Hi Pulkit,
This is the code I have in style.css for orange "Important" boxes:
/** Below is for the orange Important boxes **/
span[class=wysiwyg-color-red130] {
background: #FFF1E1;
color: #2F3941;
text-align: justify;
border-left: 5px solid #F49E44;
margin: 1.5em 10px;
padding: 0.5em 10px;
display: block;
}
span[class=wysiwyg-color-red130]:before {
display: block;
white-space: pre;
content: "Important:";
font-size: 24px;
}
The boxes look like this:
But I want it to look like this with a little image (ignore the white around the image):
I have this asset, but do not know how to add it:
As always, thank you for all of your help :)
-Victoria
查看评论 · 已于 2021年7月14日 发布 · Victoria Campagna
0
关注者
0
投票
0
评论
Victoria Campagna 创建了一个帖子,
On the article pages I hid the author and timestamp for the articles, but now I am left with a big gap. See image below. How can I make this space smaller?
Here is what appears in my article_page.hbs file:
{{t 'comments_count' count=article.comment_count}}
{{pagination}}
{{#form 'comment' class='comment-form'}}
{{comment_callout}}
Thanks in advance,
Victoria
已于 2021年7月14日 发布 · Victoria Campagna
1
关注者
4
投票
3
评论
Victoria Campagna 创建了一个帖子,
Hello,
I apologize if these questions have been asked already, I was unable to find answers. I had the following questions about customizing the Category page (see attached image for reference).
Thank you in advance for any help offered : )
-Victoria
已于 2021年7月12日 发布 · Victoria Campagna
1
关注者
6
投票
58
评论
Victoria Campagna 创建了一个帖子,
Instead of the search box having round edges, how can I make it be a rectangle shape? See image for how I would like it to look. Thank you in advance.
已于 2021年7月09日 发布 · Victoria Campagna
0
关注者
2
投票
5
评论
{{#each comments}}
{{#if author.agent}}
{{#link 'user_profile' id=author.id}}
{{author.name}}
{{/link}}
{{#each author.badges}}
{{#is category_slug "titles"}}
{{#if icon_url}}
{{/if}}
{{name}}
{{/is}}
{{/each}}
{{#if editor}}
{{else}}
{{/if}}
{{#each author.badges}}
{{#is category_slug "achievements"}}
{{#if icon_url}}
{{/if}}
{{/is}}
{{/each}}
{{#with ticket}}
{{t 'request'}}{{id}}
{{/with}}
{{#if pending}}
{{t 'pending_approval'}}
{{/if}}
{{#vote 'up' role='radio' class='vote-up' selected_class='vote-voted'}}
{{#actions}}
{{/each}}