{{#if attachments}}
{{/if}}
Ricerche recenti
Nessuna ricerca recente
Data ingresso 16 apr 2021
·
Ultima attività 27 dic 2023
Seguiti
0
Follower
0
Attività totali
33
Voti
0
Abbonamenti
10
Ultima attività di Victoria Campagna
Victoria Campagna ha commentato,
Worked perfectly and looks awesome! Thank you so much, Ifra :)
-Victoria
Visualizza commento · Data ultimo post: 16 lug 2021 · Victoria Campagna
0
Follower
0
Voti
0
Commenti
Victoria Campagna ha commentato,
Visualizza commento · Data ultimo post: 16 lug 2021 · Victoria Campagna
0
Follower
0
Voti
0
Commenti
Victoria Campagna ha creato un post,
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
Data ultimo post: 15 lug 2021 · Victoria Campagna
1
Follower
2
Voti
4
Commenti
Victoria Campagna ha commentato,
Hi Pulkit,
Definitely. I don't mind changing the look.
-Victoria
Visualizza commento · Data ultimo post: 15 lug 2021 · Victoria Campagna
0
Follower
0
Voti
0
Commenti
Victoria Campagna ha commentato,
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
Visualizza commento · Data ultimo post: 14 lug 2021 · Victoria Campagna
0
Follower
0
Voti
0
Commenti
Victoria Campagna ha commentato,
Thank you Pulkit and Ifra :)
Visualizza commento · Data ultimo post: 14 lug 2021 · Victoria Campagna
0
Follower
1
Voto
0
Commenti
Victoria Campagna ha creato un post,
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
Data ultimo post: 14 lug 2021 · Victoria Campagna
1
Follower
4
Voti
3
Commenti
Victoria Campagna ha commentato,
Is it possible to add an asset image before "Important" and "Tip" using Andrew Checkley's method?
Thanks,
Victoria
Visualizza commento · Data ultimo post: 14 lug 2021 · Victoria Campagna
0
Follower
0
Voti
0
Commenti
Victoria Campagna ha creato un post,
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
Data ultimo post: 12 lug 2021 · Victoria Campagna
1
Follower
6
Voti
58
Commenti
Victoria Campagna ha creato un post,
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.
Data ultimo post: 09 lug 2021 · Victoria Campagna
0
Follower
2
Voti
5
Commenti
{{#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}}