Jump to content

Recommended Posts

  • 4 months later...
  • 2 weeks later...
Posted

Hi All,

I know this skin has been around some time now and I am like Jeff in post #12. We really like the skin and are currently using it, but wondering if there was a way to disable the left sidebar on all or some pages? I have been toying with the code for some time now and cannot get it to work.

Any help on this would be greatly appreciated.

Posted

Hi All,

I know this skin has been around some time now and I am like Jeff in post #12. We really like the skin and are currently using it, but wondering if there was a way to disable the left sidebar on all or some pages? I have been toying with the code for some time now and cannot get it to work.

Any help on this would be greatly appreciated.

Same here, so a kind bump on this issue anyone?

Thanks in advance.

  • 4 months later...
  • 2 weeks later...
Posted

Hi. When i post news on my site, there is a problem. The news has a question mark logo when you hit enter in a post and they wont go away unless you only use 1 paragraph.

Any Help?

  • 4 weeks later...
  • 1 month later...
  • 4 weeks later...
  • 3 months later...
Posted

You have two ways to later add the background,

In the styles.css file, searching the bottom existemte and change, replacing the default photo to your specifications in the same size and height.

2 If you use dreamweaver to edit the tpl (the pages of the site) you can insert a background

Open your layout.tpl with the program Dreamweave click Properties page / category / appearance / background image

Choose a photo on your computer that you want as background

<!--
body {
background-image: url(file:///C|/Users/yourcomupoet/ folder photo /Aviao.png);
}

Change to

<!--
body {
background-image: url(<?php echo SITE_URL?>/lib/skins/pt/images/Aviao.png);
}

Ai just send the photo to your skin and edit the photo link pointing to your server.

Posted

i didn't see that line? the most i saw was this as far as background of any type is?

body, html {
   font: 12px/120% Helvetica, Arial, sans-serif;
   background-color:#fff;
background-repeat:repeat-x;
background-position:top;
   color: #333;
   font-weight: 400;
   margin: auto;
padding-top:25px;
}
a {
   color: #333;
   text-decoration: underline;
}

Posted

Question 1

Check the link: http://www.axure.com...ebsite-tutorial

Question 2

You need to submit your skin to link www.YOURSITE.com / lib / skins / YourSkin

Is then access your admin panel and select the skin you developed

Thanks for the link , but i think you didn't get my 2.question.I asked how i can manually add sites like "Our Team" or stuff like that.

Thanks!

Posted

You don't want to add a 'site' if you are wanting to create a Our Team section. You just need to 'Add Page' in your admin panel. And then add a link to it on your navigation bar.

Posted

there will be something like this -

<div class="EXAMPLE CLASS">
<div class="EXAMPLE CLASS">
And your text will be in here.
</div>
</div>

To solve this just delete the top <div> and the bottom </div> and then this should be solved.

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...