
ModeratorWes
-
Total activity503
-
Last activity
-
Member since
-
Following0 users
-
Followed by1 user
-
Votes4
-
Subscriptions92
Comments
Votes on activity by ModeratorWes-
Hi @Kirt, Copy the following code into the script.js file right after the $document.ready () $('.request_cc_emails label').text("Submitted on Behalf of:");
-
@Remitano - It all depends on the theme that your using. What theme are you using as the categories should be accessible on your Home Page. The below article should help you out. https://support...
-
@David - You can now easily access your categories and sections through the "Arrange Articles" from the top navigator bar. This is located under "Articles" From here you can click on the Category...
-
@Gus - You can use the {{submit_a_request}} placeholder. If you are viewing as a Manager then you will not see the button. In the bottom right corner you can change the "Previewing as: Manager" t...
-
@Mike - Are you using the new Copenhagen theme or a different one.
-
@Billie - The code above is referencing older code for the Help Center. With the new theming platform you need to use the below code. {{link 'new_request' class='submit-a-request'}} To remove the ...
-
@Mike - Yes the Copenhagen theme has a class for "button" and also "button-large". You can still use the curly tag just edit your CSS for the caps so it would look like this: {{link 'new_request' c...
-
@Marina - Here is what you need to do. Create a category called Submit a Request, add a section, add an article. Apply the following code. https://gist.github.com/moderatorwes/91116a07973a53ae5b...
-
@Marina - I'll be glad to help you out however I need to see what you got so far. Can you provide a link to your Help Center
-
@Paul - The promoted articles should look like this: {{#if promoted_articles}} <section class="promoted-articles"> <h3>{{t 'promoted_articles'}}</h3> <ul> {{#each promoted_articles}} <li> <a href="...