IWEBIX
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [WP-Creativix] Cant get my logo to loadplease check my post.. You will have to use the WordPress Custom Header Function to get your Logo working in WP-Creativix 2.5
Forum: Themes and Templates
In reply to: [WP-Creativix] Cant get my logo to loadHi,
you should use the WordPress-Built-In “Header Image” to upload your logo within WP-Creativix 2.5!
Hi,
you will have to edit functions.php and replace the add_image_size – handler for the slideshow to your new image width and height.
After that, you will need to use a Plugin like “regenerate Thumbnails” to get your thumbs regenerated looking good 🙂has already been fixed upon latest download package.
Cheers,
Problem is that your title actually is much too long to fit the slideshow..
Forum: Themes and Templates
In reply to: WP-Creativix 2.4 by Dennis NissleIt is as easy as can be: Upload an image to the post and choose “Use as featured image”. Thats all.
Just tested WP-Creativix in IE8 + 9 and it works perfectly..
In IE7 we got some issues regarding the z-index of dropdown-menu. Will be fixed upon next release.Cheers
Forum: Themes and Templates
In reply to: [WP-Creativix] [Theme: WP-Creativix] Blog Not WorkingAdd a new static page and select “blog” as template.
Cheers
Forum: Themes and Templates
In reply to: [WP-Creativix] [Theme: WP-Creativix] slideshow doesn't workUpload an image and select it as “featured” – that’s all 😉
// edit:
That was wrong, try this:
.tubepress_thumb {
clear: none !important;
float: left !important;
}Should be working now! We will be looking for a fix in next version.
Cheers
I’ve just been quick checking this but you should adjust:
.tubepress_thumb img {
display: block;
}remove the display: block and replace it with a float: left; and try again 😉
Hi!
You may have to refresh your permalinks settings 🙂
Forum: Themes and Templates
In reply to: [WP-Creativix] [Theme: WP-Creativix] Format in slideshowHi,
The Slideshow uses the_excerpt to get content form pages / posts. This removes all formatting which could lead to some messed up Layout. You could manually replace the_excerpt with some sort of cutting the_content.
Cheers
Forum: Themes and Templates
In reply to: Problem with Custom Logo in WP Creativix themeHi!
You may edit the value for “Logo/Nav Margin” in WP-Creativix Options.
Set the margin to zero or a negative value to have the menu-bar (and logo) closer to the top.Cheers
Fixed in newest version (2.5) – There is an option to choose if posts/pages should be limited to a specific number.
Thanks for the bug report!
Cheers!