• Hi guys,

    yesterday we were releasing our first free premium WordPress theme.
    It has many features, for example a Javascript Dropdown Menu, a Javascript slideshow on frontpage and a nice Portfolio with Lightbox support. Of course this theme is widget-ready!

    Try it by yourself – Great Design and great functions!

    Download

    DEMO

Viewing 15 replies - 61 through 75 (of 111 total)
  • I love it also, does any body knows how to update the front page
    not the slide show the block that says

    “PLEASE ADD A CUSTOM FIELD TO YOUR POST”

    Thanks,

    Kim.

    This is a great looking template.

    I can′t seem to show the images of the slideshow.

    Do I have to do something different than:
    Under POST:
    Add-custom field:
    Name: (name of a category??)
    Value: Link to an image.

    Where do I give rights for a template to be re-writible?

    Thanks

    Hi guys:

    A few more questions:

    1. How can I add a custom header?
    2. How can I change the font color in the body of pages and posts?
    3. How can I get more navigation icons in the top bar (like the Home icon)

    Thanks!

    Mike

    Figured out how to get the navigation icons in. You have to go to Edit Theme, then put the links to page IDs in the fields for “Contact” and “Imprint.” For some reason I can’t get “Blog” to work.

    Still trying to customize this theme more. Any suggestions?

    Is anyone using this theme without custom fields. Has anyone modified this theme to use post thumbnails functionaity ?

    Thread Starter IWEBIX

    (@iwebix)

    Hi Nims,
    we will be adding this feature soon, but the problem is, that it is not compartible to versions earlier than 2.9

    Hi Fragmintz,
    well for customizing you should have some knowledge in PHP and HTML/CSS. If so should be very easy to do those things!

    IWEBIX: I have VERY basic HTML, practically no CSS, and PHP, well that’s another story. With that said, which files in the theme do I want to effect to make these changes? Can you point me to a resource or documentation for a beginner?

    Very nice theme. I noticed that it doesn’t render quite right in Chrome (search button is a bit low)
    Martin

    This seems to fix it:

    #searchbox {
    background: url(images/search.gif) no-repeat top;
    float:left;
    width: 144px;
    height: 28px;
    border: none;
    color: #6e6e6e;
    margin-top:10px;
    }
    
    #searchbutton {
    background: url(images/search_btn.gif) no-repeat;
    width: 27px;
    height: 28px;
    border: none;
    float:left;
    margin-top:10px;
    cursor: pointer;
    }

    IWEBIX: I guess you can have 2 versions of this theme
    1. for wordpress versions previous to 2.9
    2. for wordpress versions 2.9 and above

    you can capture a bigger market chunk that way !

    IWEBIX,

    From looking at style.css and page template, I couldn’t figure out how to change the fonts (type, size, color) or the background color. They aren’t where they normally are in a wordpress theme. Where are they?

    Ct

    Hi guys,

    I am trying to play with a Child Theme CSS to make the fixes I want (custom image header, changing body font color, etc.). It seems like the changes I am making in the Child Theme have no effect on my blog, even though the child is activated. I am putting all of additions after the

    @import url('../wp-creativix/style.css');

    Can anyone tell me what I am doing wrong?

    Thanks,

    Mike

    Hi IWEBIX
    Many thanks for your reply a couple of days ago – I only just noticed it (that’s because WP support forums don’t have any method by which you can get an email when a reply’s been added, unlike every other support forum in the world!). Yup, now I know what’s in it, I’ll update the theme.

    That said, I’ve another problem now. I’ve created the raw css to make a photo ‘mosaic’ page, here’s a demo picture of it https://www.fastuploader.com/images/layout.gif . That’s a genuine screenprint of an online page, so the css actually works, but when I put it inside a Creativix page it breaks and all images line up vertically down the page. Any idea of what gives? Here’s the html I’ve inserted in the page ‘<img class=”thumbnail” src=”…/frontthumb.jpg” width=”410″ height=”280″>
    <img class=”thumbnail” src=”…/frontthumb.jpg” width=”160″ height=”340″>
    <img class=”thumbnail” src=”…/frontthumb.jpg” width=”230″ height=”130″>
    <img class=”thumbnail” src=”…/frontthumb.jpg” width=”230″ height=”150″>
    <div id=”div-1a”>
    <img class=”thumbnail” src=”…/frontthumb.jpg” width=”290″ height=”230″></div>
    <div id=”div-1b”>
    <img class=”thumbnail” src=”…/frontthumb.jpg” width=”280″ height=”240″></div>
    <div id=”div-1c”>
    <img class=”thumbnail” src=”…/frontthumb.jpg” width=”230″ height=”150″></div>’

    and the relevant bit of css I’ve added
    ‘{
    float:left;
    margin:5px;
    }
    #div-1 {
    position:relative;
    width:280px;}
    #div-1a {
    position:relative;
    top:-60;
    right:0;
    width:200px;
    }
    #div-1b {
    position:relative;
    top:-235;
    left:300;
    width:200px;
    }
    #div-1c {
    position:relative;
    top:-530;
    left:590;
    width:200px;
    }

    #div-1d {
    position:relative;
    top:100;
    left:420;
    width:200px;
    }’
    Like I said, it works perfectly well as a page by itself, but not for some reason in your theme?

    iwebix what with this bug in portfolio https://get-well-kids.com/products

    i have the same problem.

    Thread Starter IWEBIX

    (@iwebix)

    Hi Crittek,
    well you have added several images to the post excerpt and some of the excerpts are not long enough, so you should give the container a fixed height, otherwise it won’t be staying next to each other.

    Cheers

Viewing 15 replies - 61 through 75 (of 111 total)
  • The topic ‘WP-Creativix – Free Premium WordPress Theme released’ is closed to new replies.