• 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 - 16 through 30 (of 111 total)
  • crittek

    (@crittek)

    and how can i change background color and for example add background image ? sry for double post. i tried to edit styles.php but didint work nothing changed.

    Mr_Sykes

    (@mr_sykes)

    So I exactly do I add custom field I’m not sure if I’m doing it properly

    kwmarketeer

    (@kwmarketeer)

    Hi – I’m having same issue as Aisaku as above:

    “I seem to have an issue with the slider and the featured items on the main page. I am trying to get the slider on the main page to display something from only the category 9 and the featured posts section only those from category 8. For some reason the slider displays the 10 latest posts instead while the featured displays the 2 latest posts.”

    I have checked and rechecked the theme/theme settings to enter the category ID I want to show in the Featured/Slider Section.

    I’ve looked at: https://creativix.iwebix.de and I see the same thing happening on this site: the 4 latest post are also in the “slideshow slider” and the 2 latest post are in the “featured post” section.

    Aisaku above was able to edit the php to make it work. I don’t know php that well.

    Any suggestions?

    Thanks.

    kwmarketeer

    (@kwmarketeer)

    Am I to enter in anything else but the just the number ex. 1 or 2 or do I need to add ID= or quote marks or something in the theme theme section? I currently just have the number by itself in there ex: 1 .

    Thread Starter IWEBIX

    (@iwebix)

    Allright, I’ve just fixed the category bug
    Thank you to anybody who has reported that bug.
    The category ID from theme options was not being included in query_posts on frontpage.

    Please wait until wp-creativix 1.2.5 will be released (WordPress Moderators need to check first – Maybe that evening everything will be fixed).

    Cheers!

    crittek

    (@crittek)

    serach module is not working well – look up my results of search

    https://www.szablony.ihalo.pl/testy/?s=firma

    Thread Starter IWEBIX

    (@iwebix)

    Hi crittek,

    thx for bug report, just fixed it and uploaded new version (1.2.6) – still needs to be checked by Moderators.
    until that just change in search.php replace

    <div class="post">	
    
    	<h1><a href="<?php the_permalink();?>" title="<?php the_title();?>"><?php the_title();?></a></h1>
    	<span class="category"><?php the_category(', ') ?></span><span class="date">Published <?php the_time('F j, Y'); ?> at <?php the_time();?></span> <span class="category"><?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></span>
    	<?php the_excerpt();?>
    	</div>
    	</div>
    <?php endwhile; ?>
    
    	<?php else: ?>
    
    	<h1>Sorry, no Posts matched your Criteria</h1>
    		<?php get_search_form();?>
    	</div>

    with

    <div class="post">	
    
    	<h1><a href="<?php the_permalink();?>" title="<?php the_title();?>"><?php the_title();?></a></h1>
    	<span class="category"><?php the_category(', ') ?></span><span class="date">Published <?php the_time('F j, Y'); ?> at <?php the_time();?></span> <span class="category"><?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></span>
    	<?php the_excerpt();?>
    	</div>
    
    <?php endwhile; ?>
    </div>
    	<?php else: ?>
    
    	<h1>Sorry, no Posts matched your Criteria</h1>
    		<?php get_search_form();?>
    	</div>
    Mr_Sykes

    (@mr_sykes)

    You show me the proper code for the custom field I mean like an example… And where do I put it?

    mikezaf

    (@mikezaf)

    hi iwebix, love the theme but i have 3 questions.

    1) designsbyshido.com … my featured pics r stacking ontop of each other and not to the side. how do i fix this?

    2) my search button doesnt line up with the search field box, is this fixable?

    3) how do i upload my own logo?

    mikezaf

    (@mikezaf)

    also, is there a way to display the featured pics in 4:3 instead of 16:9?

    Thread Starter IWEBIX

    (@iwebix)

    Hi Mike,

    1) to me it seems that your pics are displayed correctly?!

    2) The Problem is that your Title is too long thats why the navigation bar is collapsing

    3) You need to do that manually by adding it to header.php <div id=”logo”>

    Cheers

    Thread Starter IWEBIX

    (@iwebix)

    Mr. Sykes, please just use google as your friend (:
    There are 1000 of explainations of how to use custom fields in WordPress.
    Use “Featured” as key and a link to your image as value.

    mikezaf

    (@mikezaf)

    iwebix im sorry for being such a noobie but here is the adjustment i made (between the astericks):

    <div id=”header”>
    <div id=”logo” class=”typeface-js”>

    ***<img src=”/wp-content/themes/wp-creativix/images/logo1.gif”>***
    <?php bloginfo(‘name’); ?>

    </div>

    now it has jumbled the header into the body. im sure im missing somethin simple if so can u point it out to me please. ive been trying to google it all day

    thanks

    travellers

    (@travellers)

    @iwebix – Please read my post “How do you persuade a page to use a different css style” in this forum – I’m having a nightmare trying to modify a page on your template ??

    pemo

    (@pemo)

    Hi Great theme I am using for an artist friend’s blog. Can you tell me how to change the word IMPRINT to INFO or ABOUT on Header & Footer? Thanks Pemo

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