TYLIUM – Premium Wordpress Theme

by rascals

Show:

ejaffesays

Purchased

None of the image will rotate, and they are added correctly.

I can not find the default stylesheet like I can with all the other skins we use, its simply not there. Trying to edit style.css

I can not get this skin to work.

Posted 1 month ago
Author

rascals rascalsreplied

default style is ‘_custom.css’

Posted 1 month ago

lntssays

Purchased

hello is this template can be localize ?

Posted 1 month ago

ejaffesays

Purchased

Ignore.

Posted 1 month ago

ejaffesays

Purchased

It’s now 1am here, and I am going to call it a night. I waited all day for a response. I can only assume that we purchased this skin, and it is broken, so we wasted our money on this one.

Posted 1 month ago
Author

rascals rascalsreplied

wasted our money on this one???

all works now. theme is of not broken!

http://familyfunfest.info

more patience! for what this panic? the night just ended in my temporary zone. Sorry, but I am the only man and I also need some sleep

Posted 1 month ago
Purchased

Default-user ejaffereplied

This does not explain what happened. What was wrong with the skin? How do we fix it the next time? Is it going to allow us to add more pictures now, or will it cause more issues?

Thank you for fixing it, but can you tell me what caused it?

Posted 1 month ago
Author

rascals rascalsreplied

Your hosting does not allow on the using of absolute paths:

http://familyfunfest.info/wp-content/uploads/2010/02/rotate.png

only relative:

wp-content/uploads/2010/02/rotate.png

Posted 1 month ago

ejaffesays

Purchased

Ok, next question. We do not want to use the contact form that comes with the skin. We prefer to use Contact Form 7.

We have already installed Contact Form 7, and it is showing on the page, but it is also showing the old contact form. How can we remove the old contact form from the contact page. Also, Contact Form 7 has CSS settings that typically goes into the style.css page, but that page is nowhere to be found. We need to add a setting to that css page.

Can you tell us how to add a line to our css page, this line:

main-content .wpcf7 input { float: none; margin: 3px 0 0 0; }

And can you tell us how to remove the old contact plugin.

Posted 1 month ago

rascalssays

Author

1) we do not choose ‘Contact’ template (from page atr) and we use page sidebar

2) ‘_content.css’ this is main css file

Posted 1 month ago

ejaffesays

Purchased

I got a new contact page made, but I simply can not find the variable or code for the css file for the contact form like I can on all my other sites that use it.

It is always stored in the style.css file and I have to add one line of code to it, but I can not find it this time.

Do you know how to add a line of code to this skin, that lets me fix the word wrapping titles on our contact form?

Posted 1 month ago
Author

rascals rascalsreplied

what line of the code exactly?

Posted 1 month ago

ejaffesays

Purchased

The line of code causes the contact form to display properly. Each input field should have the text above it.

For example, our contact page:

http://familyfunfest.info/contact/

The very first line… “Your Full Name” is displaying properly, its input field is on the next line below it. That is correct.

However, the following lines are displaying incorrectly. The skin, and I know its the skin, I have installed the plugin over 40 times, is causing the text to be beside each input field.

The code is (and hopefully it will display correctly in this chat box):

// #main-content .wpcf7 input { float: none; margin: 3px 0 0 0; }

The above code if it displays, should not have the // in front of it, I put that there to make sure it displays properly to you.

Posted 1 month ago
Author

rascals rascalsreplied

so as I wrote, we add CSS lines to ‘_content.css’

I added you such lines:

div.wpcf7 { overflow:hidden; } div.wpcf7 p { clear:both; overflow:hidden; padding-bottom:10px; text-align:left; }

demo:

http://familyfunfest.info/contact/

Posted 1 month ago
Purchased

Default-user ejaffereplied

THANK YOU , that is awesome! Contact Form 7 is the best contact form there is, and tons of people use it. My advice for you is to use it on your other skins, as we were fixing to purchase other skins of yours as well (this is the truth).

Posted 1 month ago

huwsays

Purchased

Hi,

How do I change the colour of the text for BOX TITLE 3 ? I have altered the css here: div.bb-col-content h1 { color:#CC2129; display:block; font-size:24px; font-weight:normal; line-height:normal; padding-bottom:10px; }

But in Firebug it is still showing as being contained in llimobroker.asia??? (This is my domain name – Please note site is not live but installed on local machine at the moment.)

Thanks

Posted 28 days ago
Author

rascals rascalsreplied

Hello,

that is why it is so because, you place headlines in theme settings

open ‘header.php’ and remove this line and use ‘_content.css’ to put your colors

div.bb-col-content h1 { color: <?php echo get_option(‘rascals_bb_headings_colors’); ?>; }

Posted 27 days ago

Steff75says

Purchased

Hi Rascal,

this is such a great Theme!

Everything is working and personal customisation is pretty easy. Especially with all the included PSD -Files.

Thanks! Steff

Posted 27 days ago
Author

rascals rascalsreplied

Thank you Steff

Posted 26 days ago

huwsays

Purchased

Hi,

I am having some trouble – not sure if it is theme related? When trying to save settings in the Theme options, it is takin me to the sites 404 page? I have tried re-installing wordpress and the theme. and also changing the permalinks and htaccess file.

Please help if you can.

www.limobroker.asia

Posted 27 days ago

ALONAjsays

Purchased

I really need help I purchased this theme and another and i cant get it to upl;oad completely.

I have c panel and I have tried both browers IE and firefox and two different computers. and it just gets stuck at 40% or less.

I would like a resolution immediately or refund.

Thanks

Posted 26 days ago
Author

rascals rascalsreplied

Hello, try this:

pack zip ‘tylium’ folder. (after unpacking all files have to be in ‘tylium’ folder)

go to WP admin -> apperance -> themes -> add new themes -> upload

select your ‘tylium.zip’ and clik install now

Posted 26 days ago

huwsays

Purchased

Hi,

I am trying to use just one background image for my site. I have commented out this line: div#body { <?php// echo get_option(‘rascals_bg2’); ?>; }

And have got my background image to repeat-x using the options.

But I cannot change the background color?? I have tried adding #00 to the end like this: background:transparent url(http://www.limobroker.asia/wp-content/themes/tylium/img/bg.png) top left repeat-x #000

in the toptions panel, but the bkacground turns white?!

Please help me with this.

Also, thank you for your support earlier. Still not completely fixed but nearly!

Posted 26 days ago
Author

rascals rascalsreplied

try this:

background:#000 url(www.limobroker.asia/wp-content/themes/tylium/img/bg.png) top left repeat-x

background: color image position repeat attachment

Posted 26 days ago
Purchased

huw huwreplied

Thank You!

Posted 26 days ago

Steff75says

Purchased

Hi Rascal,

I’ve got two questions:

Would it be possible to have more than one Gallery-Page?

Is it only possible to add a “gallery_image” from a POST ? I tried to add one from a PAGE . It didn’t work. Could I change this somehow?

Thanks for answering….

Steff

Posted 26 days ago
Author

rascals rascalsreplied

Hello Steff75,
it will be easily and quickly if You get in touch with us via TF contact page
http://themeforest.net/user/rascals

Posted 25 days ago

TotallyImpressedsays

Purchased

The top menu/navigation is not showing. I’ve gone over your documentation so many times. I followed everything word for word and each time the same problem.

I see others have the same problem so can you please tell us the sollution or at least ad it to the documentation instead of asking us to email you every time. I would have had the sollution by now if you posted it here when the first person asked you.

Sorry but it’s late and i’m getting frustrated because I’ve been trying to fix it for hours with no luck.

Developing locally so I can’t send you an address.

Posted 23 days ago

TotallyImpressedsays

Purchased

Please ignore my last post. I finally fixed it (3 hours later) Not exactlly sure what it was but it could have been only one of two things.

1.In the tylium settings ‘Exclude Pages Menu:’ I entered Privacy Policy, Site Map and Help like the example but this seemed to stop the menu from appearing for some reason.

2.Again in the tylium settings ‘Submenu Width:’ my default setting was at 160 when in the documentation it say 110. I changed it to 110 as well as deleting what I said above and when I refreshed the page the menu appeared. Very odd. I went back and changed this to 160 again to see if this was the problem but the menu was still there so I’m a bit stumpped as to what it was but I hope this helps someone else if they experience something simular..

Aside from my little issue this is a great theme that I defo recommend. Been away from WP for a while so im a bit rusty but I can’t wait to start tweeking it..

Posted 23 days ago
Author

rascals rascalsreplied

hello,

sorry for this, then there is the problem of excluding pages. I work over the new control panel enough to avoid such problems.

1) the cause of the problem:

type not existing page name in the field ‘Exclude Pages Menu:’

Wp function recognises this for the error and excludes all pages

2)

if you delete the value and you will leave the empty field and you will press save button. The system will take standard values (but not save) in this case ‘160’ and you will press save button, value ‘160’ will be saved

Posted 23 days ago

ALONAjsays

Purchased

I just purchased this as well and have followed the directions to a tee but i dont have any pages i click and it just says error and no pages for each page

I have the menu button that says service i click and there is no page..

Help and thank you

Posted 23 days ago
Author

rascals rascalsreplied

it will be easily and quickly if You get in touch with us via TF contact page and send me address your site http://themeforest.net/user/rascals

Posted 23 days ago

TotallyImpressedsays

Purchased

Could you please consider SEO for your next update because this is such an important issue yet so many designers ignore it.

Thanks.

Posted 17 days ago
Author

rascals rascalsreplied

Large changes will be just in version 2.0, we would have to now rebuild the whole theme. We think that the version 2.0 will be in the latter part of the month.

Posted 17 days ago

kevinheathsays

Purchased

Can you give me the CSS to make the navigation bar move below the logo?

Thanks.

Posted 13 days ago
Author

rascals rascalsreplied

open ‘_content.css’

find ‘div#nav-container’ and change to:
div#nav-container {
clear:both;
float:left;
height:50px;
margin-bottom:10px;
margin-top:10px;
z-index:1;
} 

add ‘clear:both;’ to: ‘div#featured-projects’ and ‘div#page-top’

Posted 12 days ago

TotallyImpressedsays

Purchased

Thanks! I look forward to version 2.0, i’ll be one of the first to buy it.

While I’m here can you tell me how I add the gallerys image lightbox effect to an image outside the gallery. Do I just add an ID to the image source code?

Posted 7 days ago
Author

rascals rascalsreplied

Hello, version 2.0 will be free for all which they bought first obviously. I used in Tylium – “Fancybox” plug-in (http://blog.moskis.net/downloads/plugins/fancybox-for-wordpress/). This finds direct links and adds lightbox effect.

Posted 4 days ago

TotallyImpressedsays

Purchased

Sorry I forgot to say, I really need to create a second blog on the same site. I would have normally done this by only showing category ‘A’ posts on one page and category ‘B’ posts on another page but with this theme the categories have been tied into the page layouts so it can’t be done this way so how do I do it with this theme?

I would say the only real problem with this theme is we lose the power to controlling categories which is any important part of managing a blog. Also, if I want to create a second ‘new’ blog, gallery or portfolio I can’t because it just duplicates the content from the first one as it’s connected to the category.

Posted 7 days ago
Author

rascals rascalsreplied

I understand, there was only possibility one BLOG in version 1.0.

I have the “transitory” version 1.5, was I sending you? if not get in touch with us via http://themeforest.net/user/rascals

(create new custom field ‘custom_blog’ and type your blog category e.g. ‘Webdesign’ or ’ Blog’)

Posted 4 days ago

Ballisticdesignssays

can you upload video to this theme?

Posted 5 days ago
Author

rascals rascalsreplied

this is impossible on this moment

Posted 4 days ago

mediaclearsays

Purchased

We’d like to be able to embed flash videos in the Gallery using our own lightbox called prettyPhoto, but are having a hard time figuring out how to do either since it’s not possible to write html in the custom fields on Wordpress. Any help you could offer would be fantastic as we are very pleased with the theme overall and would hate to have to switch it out. Thanks!

Posted 4 days ago
Author

rascals rascalsreplied

Hello,

This as yet not possible, halfway through the month (April) there will be the new version 2.0 with video support

Posted 59 minutes ago

TotallyImpressedsays

Purchased

Hi Rascals thanks for the info. Thats good of you to offer V2.0 for free to buyers of V1.0, Brilliant. I absolutly love this theme.

I started my website from scratch this time on an install of wordpress MU (Don’t worry I won’t be allowing anyone else to use the theme, just using tylium as the parent/main website) I used the files you sent to me via email which all seems to work fine except for one little issue I can’t seem to resolve.

I created a portfolio page using the portfolio template but for some reason all posts seem to be listed on the page. All blog, gallery and any other categorys posts are listed in the portfolio page. Am I missing something or have I made a mistake somewhere.

I really apriciate your help

P.S I’ve sent you this via email too.

Posted 2 days ago
Author

rascals rascalsreplied

Hello,

Use “blog” template, create new custom field ‘custom_blog’ and type your category e.g. “Webdesign” or “portfolio” (v1.5)

Posted 1 hour ago

TotallyImpressedsays

Purchased

TO Ballisticdesigns:

I’ve added videos via embed links which is much better than uploading them bandwidth wise.

Posted 2 days ago

sunbeesays

Purchased

How do I get plus signs to show up in Black Boxes on the home page?

Posted 1 day ago

$27

Prepaid customers
pay just $25 - how? Prepay Your Account With our deposit system not only will purchasing be much faster, but we’ll also take $2 off the price! Click Here to Deposit Price

You must sign in or sign up to purchase this item.

12345 ( 34 ratings )

Purchase 173 purchases

File Types Included
CSS Files HTML Files JPG Image JS Files Layered PNG Layered PSD PHP Files
Item Attributes
Created 4 November 09
WordPress Version 2.8
Columns 2
Widget Ready Yes
Functionality CMS
Layout Fixed
Documentation Well Documented
Compatible Browsers FireFox 2, FireFox 3, IE6, IE7, IE8, Opera, Safari
Collections that include this item