550 comments found.
Hi Twi
Nice looking theme – but we’ve had some struggles getting it to play nicely with various plugins.
To make it work with other plugins, I had to edit header.php and replace the hard-coded references to various scripts and styles
<link href="<?php bloginfo('template_url') ?>/js/fancybox/jquery.fancybox-1.3.1.css" rel="stylesheet" media="screen" type="text/css" />
<link href="<?php bloginfo('rss2_url'); ?>" title="<?php bloginfo('name'); ?> RSS Feed" rel="alternate" type="application/rss+xml" />
<link href="<?php bloginfo('pingback_url'); ?>" rel="pingback" />
<script src="<?php bloginfo('template_url'); ?>/js/jquery-1.4.4.min.js" type="text/javascript"></script>
<script src="<?php bloginfo('template_url'); ?>/js/jquery.easing.js" type="text/javascript"></script>
<script src="<?php bloginfo('template_url'); ?>/js/jquery.jscrollpane.js" type="text/javascript"></script>
<script src="<?php bloginfo('template_url'); ?>/js/main.js" type="text/javascript"></script>
<script src="<?php bloginfo('template_url'); ?>/js/jquery.tools.min.js" type="text/javascript"></script>
<?php if (get_option('twi_slider_activate') == 'on') { ?>
<script src="<?php bloginfo('template_url'); ?>/js/jquery.fst.js" type="text/javascript"></script>
<?php } else { ?>
<script src="<?php bloginfo('template_url'); ?>/js/jquery.fullscreenr.js" type="text/javascript"></script>
<?php } ?>
<script src="<?php bloginfo('template_url'); ?>/js/fancybox/jquery.fancybox-1.3.1.pack.js" type="text/javascript"></script>
with
<?php $minimalista_deps = array("jquery");
$minimalista_file_dir=get_bloginfo('template_directory');
wp_enqueue_script("jquery");
wp_enqueue_script("jquery_easing", $minimalista_file_dir."/js/jquery.easing.js", $minimalista_deps, "1.3");
wp_enqueue_script("jquery_jscrollpane", $minimalista_file_dir."/js/jquery.jscrollpane.js", $minimalista_deps);
wp_enqueue_script("main", $minimalista_file_dir."/js/main.js");
wp_enqueue_script("jquery_tools", $minimalista_file_dir."/js/jquery.tools.min.js");
if ( get_option('twi_slider_activate') == 'on' ) {
wp_enqueue_script("jquery_fst", $minimalista_file_dir."/js/jquery.fst.js", $minimalista_deps);
} else {
wp_enqueue_script("jquery_fullscreenr", $minimalista_file_dir."/js/jquery.fullscreenr.js", $minimalista_deps);
}
wp_enqueue_style("fancybox", $minimalista_file_dir."/js/fancybox/jquery.fancybox-1.3.1.css");
wp_enqueue_script("fancybox", $minimalista_file_dir."/js/fancybox/jquery.fancybox-1.3.1.pack.js", $minimalista_deps);
?>
Still having trouble getting slickr flickr and gallaria to work properly with your theme, but the above change makes the whole theme a lot less delicate when it comes to plugins.
Thanks
Problem has been resolved thanks to Twi. There was a problem in the way I installed the theme. Thank you!
Can anyone tell me how to implement Fancybox in a post, please?
joevele
I just deleted the theme. Did a fresh install of wordpress. Installed the theme again and it worked.
Which text are you referring to? ‘Replace my…’ is part of the artwork that makes the background. ‘Best thing to happen…..’ is text typed with h1 style on the home page.
Hope this works for you.
You can contact me via the contact form on my profile.
Did you read the documentation before asking all this questions?
Can someone at Themeforest please get back to me. This theme does not work properly.
Anyone else having problems with the category tabs working?
Hey JitendraC,
What did you do differently to get the site to work?
Also how did you add the text over your homepage image? is that just a png or is there a special text box?
I have re-installed and deleted the doc, psd and__MACOSX folders and it looks like the theme is now fully installed in wordpress without any style sheets missing. However, there is still the same problem: When you click on a category button, the post doesnt load.
Hi TWI
finally succeeded in making this work! just two more questions:
How do i implement a gallery or fancy box?
the site does not go back to home from the post! the home page never comes back. How do i resolve this?
The test site is at http://thesoftco.com/wordpress/#/home
Thanks
Contact me via the form on my profile, and send me you WP account. I’ll check it out.
Can you send me your email. Thank you,
doc Stylesheet is missing. psd Stylesheet is missing. __MACOSX Stylesheet is missing.
Send me your FTP account by mail with a clean install of Wordpress. I’ll install it for you.
This theme is completely non functional to me. Ive de-installed and re-installed a million times. Can anyone help? I feel ripped off.
I dont have any plugins activated but I still have the problem.
@ joevele
Same here Joseph.
have been struggling with this. The author is not responding neither is anyone from Themeforest. Feel ripped.
Please post if you sort this out
Hi,
Sorry about not responding here. I wasn’t around. Do you have some plugin activated?
hey twi,
everything seems to be working great and its easy to use but I seem to be having one problem:
when I click on an image in a gallery post, it doesn’t load! I’ve tried deactivating all my plug ins, reinstalling it.. etc it doesn’t work!
www.diiiverse.com
Hi,
Did you insert the image directly or the gallery?
can i get some FEEDBACK about bugs in this theme. It was working just fine, then I started adding categories and suddenly the posts dont load at all. Ive deleted the theme and re-installed it twice but still the same problem. Really frustrating.
Joseph
Hi, sorry about the silence… I wasn’t around to do support about the template. Do you have some plugins activated? if yes, try to deactivate them and try again.
Someone please help! Have done all that i possibly could including setting permissions. My posts just do not show.
Someone at Themeforest, please will you respond if the author does not. Please do not let my money go down the drain.
Hi twi,
bought this theme this morning and have been struggling since. 
I am a newbee at this. However, have tried to follow your documentation. The only thing that i havent been able to do is CHMOD . My web admin tells that my server is windows and he has set full read write permission on the wp root.
My posts are not appearing. Please help
www.theagence.com/wordpress
Hi twi, thanks a lot for your responses and help with everything.
Here is a version of it now on a testing environment: http://www.jacobwiechman.com/wordpress
I have an updated version of Wordpress and of the actual template I believe. The scroll bar does not seem to be working every time in Firefox for some reason. Not sure the issue.
Wonder what this could be?
Any help is greatly appreciated, thanks again!
Thank you for this nice theme.
My website: www.rutgerdocter.com
One problem: internal links to links doesn’t seem to work.
For instance the links on the homepage have to link to “projects” and “about” but it doesnt work.
Who can help?
Hi,
there is no intern link support for now.