Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
What is the path to my theme folder?
Weblogian
New
I am trying to create my first Vanilla Theme. I will greatly appreciate your help on this.
Well in Wordpress the path to the theme folder is
<?php bloginfo('template_url'); ?>/images....
What will be the path in Vanilla and where can I find doc of all related stuff on this?
Thank you
Well in Wordpress the path to the theme folder is
<?php bloginfo('template_url'); ?>/images....
What will be the path in Vanilla and where can I find doc of all related stuff on this?
Thank you
0
Comments
How do change the logo navbar etc? I tried with the default.master.php. But it does not show up anything.
I can only change color from the stylesheet. I like to know where is the html file.
Is there any tutorial blog on Vanilla?
<div class="logo"><a href="(homepage maybe)" style="width: (yourwidth) !important; height: (your height) !important; float: left;"></div>
That's the only way it would work for me. That way I didn't need to have that path. I hope that makes sense.
Please give me a specific example of what you're trying to achieve and I'll see if I can help.
@MatthewAlan, don't forget that you can change the logo with CSS as well
I like to know where is the HTML File so that I can edit and change things the way I want. The default.master.php. doesn't show any changes after I edit.
I Have even tried writing simple text like abcede... but doesn't change not show anything.
@MatthewAlan, I changed the logo by CSS but have to hide the default h1 text (forum name) as I can't delete it.
I want to create a new whole look to my theme mainly the homepage. I will be glad if someone can direct me where should I edit the HTML and where is the file?
I got to start all over again. I know I am missing something as I am new to Vanilla. Wish I could get hold of some step by step tutorial.
Thank you once again
Do you mind me asking, what you'd like to see a step by step tutorial for. Like how to set up a new theme, or how to customize? OR something else?