550 comments found.
Thank you Twi. Removing that line just did what I needed. I am almost done with my site now. Just need a few elements of video and images. All looks great. Well done on design and code. thanks!
Glad you like it
Don’t forget to rate the template if you like it, thanks!
ok. what id the email address I should send to? Also if you ust point me to the direction where I can simply erase the lines, I could do that. ?
Sure, it on line 29 in the template-ajax-retrieve.php file.
Remove this :
<?php if (strlen($_GET[‘cat’]?>1) { ?> (<?php echo $cat_name; ?>) <?php } ?>
Twi – fyi I also tried creating a new post on a totally new category and the brackets automatically show up there.
I like this feature but I dont think I need it for my site. Can you point me to the direction where I can take the whole coding for this option off?
Shout me an email with your admin access, I’ll try to see what’s wrong with it.
RE: Twi It’s really strange, it’s working fine on the live preview! Did you edit some other code than the one I told you?
No I haven’t.
However I did use a plugin to copy my old wordpress blog from another domain address. The confusing part is the categories only show in brackets in some categories… not in all.. that is why I didnt think it was a global setting.. tried to find an option in posts… but couldnt.. ?
I’m also having issues with the thumb images not showing the facybox with the zoomed image. Already downloaded timThumb.php latest, and changed the file to 777 for the folder cache and the file timthumb.php and not working… any help will be much appreciated.
I am having problems with the font-face working in Firefox and IE. Any ideas? I see your demo work in Firefox and IE, but my installed theme don’t. I have spent the last two days trying to figure out the problem, but haven’t found yet the issue or any clues that help me resolve.
Can you tell me your URL ?
Hi twi,
love your theme but sadly 2 things are not working for me atm:
1) I’m curious about how to link the footer menue to URLs. tried it with the plugin “page-links-to” (as it was obviously the only method to get this running)
2) same problem with the thumbnails here, as already mentioned in the comments before. could it be caused by an older php version?
url: www.fliplime.com/wordpress
thanks for the great theme and keep up the good support!
Hi fliplime,
Thanks for the purchase.
1. You need the create page, and then the link will be in the footer automatically. 2. Did you try the chmod 755 or 777 on both timthumb.php file and cache folder?
1) do you mean the “create page” plugin for wp? i tried it. maybe you can tell, how it exactly works and whats meant by footer in this special case.
thanks. 
I mean you need to create the page in WordPress admin to have the link like the live preview in the footer (“about” for example).
sorry, i was talking about EXTERNAL urls. so how to link the footer menu, e.g. a page “Facebook” directly to the accordant Facebook profile.
Sorry I didn’t get it. So you’ll need to edit the footer.php and add the link manually in a new
I understand the intention behind this – very useful. However, in my “General Settings” of the minimalista theme options the “active multiple categories” option is NOT checked (activated) – and I still see these brackets.
Does that make sense? (fyi – none of my posts have multiple categories, and I only see the brackets in 3 categories out of 6).
It’s really strange, it’s working fine on the live preview! Did you edit some other code than the one I told you?
twi, Thanks for all the support. I am very close to being done with my site so questions shall be over soon. Here’s another one..
For some reason some my posts show their category names in brackets on the scroll menu right underneath their titles. - In fact SOME categories do this in the scroll menu and SOME dont, which leads me to believe that its not a global code – Thoughts?
FYI – when I created these 40 something posts, I created them all the same way.. none have tags too..
Thanks and best TJ
You have the name in bracket because you have the option “multicategories” selected in the theme option.
If it’s activated you can select more than one category on the left… so I put the category name in bracket on the right to see what belongs to what. (After the loading of 2 categories)
If it’s not activated, you can select only one category.
Not sure if I’m clear enough…
Works like a charm. Thanks Twi.
Thanks Twi. I tried that. It works-however when the sidebar is loaded its at 100% opacity. Which means all posts start as 100% solid. If the mouse pointer hovers on it THEN the script “kicks in” and once the mouse pointer is “out” then it goes into 0.4 opacity… So the effect does not kick in until I hover over EACH post. Thoughts?
**The initial state of the animation is at “end frame”
$(’#load_post .posts’).live(‘mouseover mouseout’, function(event) { //opacity effect on post hover if ((!$(‘h2’, this).hasClass(‘actived_post’))) { if (event.type == ‘mouseover’) { $(‘h2’, this).animate({ opacity: 1 }, {queue:false, duration: 100}); $(‘h4’, this).animate({ opacity: 1 }, {queue:false, duration: 100}); } else { $(‘h2’, this).animate({ opacity: 0.4 }, {queue:false, duration: 100}); $(‘h4’, this).animate({ opacity: 0.4 }, {queue:false, duration: 100}); } } });
You need to add a default opacity value for ”#load_post .posts h2” in the style.css (line 162 if you didn’t change nothing).
You’ll find the css code for opacity easily on Google 
Hi Twi, thanks for all the support. I would love it if I could have the POST TITLES in the posts scroll on the right to come from opacity 0 to 40 as the mouse point hovers on it. Currently you have it set the other way around and it looks great – but would like to have the opportunity to switch it around.
Additionally would like to change the text size of the scroll post bar without affecting the “h2” specs there… ?
Looked into the CSS definitely couldnt find it there?
Thanks in advance!
You can find this in the min.’s on line 258. You need to inverse the value of the hover 
i deleted and installed wordpress again and not its working.
Only thing: email is not working. When i click on SENT it gives a small red 0 next to it. It seems to be an older issue. Still not fixed yet?
URGENT .
Hi,
Please move the folder “minimalista” in themes…, you don’t need the “minimalista-an-ajax-wordpress-template” folder.
You can find help in the documentation about the installation then.
Thanks for the purchased.
Problem:
Warning: array_unshift() [function.array-unshift]: The first argument should be an array in /homepages/30/d116140743/htdocs/elvallesamana/wp-content/themes/minimalista-an-ajax-wordpress-template/minimalista/functions.php on line 21
Warning: array_unshift() [function.array-unshift]: The first argument should be an array in /homepages/30/d116140743/htdocs/elvallesamana/wp-content/themes/minimalista-an-ajax-wordpress-template/minimalista/functions.php on line 22
newest wordpress version.
http://www.elvalle-samana.comHi, my theme is working perfectly. I’m very happy about it and thanks for making this theme. ONE quick questions.
-I would like to have the fancybox gallery viewer to work on the home page as well. It works on every single post and any other page BUT the home page. Any special tricks out there?
Thanks!
Hi,
Thanks for the purchase! You need to edit main.js on line 51 to have :
$(”#content #full_post .entry a:has(img), #homepage a:has(img)”).fancybox({
Tell me if it’s working!
Hi,
I just downloaded the them, and none of the pages/posts are loading. Do i need to turn something on or off?
its, www.newlevelsports.org
Thanks, Biaunca
Yes, please follow the instruction into the documentation.
VERSION 5 .0.5
Hello,
I have just installed this theme www.zipevents.be The contact form does not work with Versie 5.0.5
Any solutions ?
Thanks
Hi,
Whats Versie 5.0.5?
I have the same problem. My contact page doesn’t work. I will show a 0. And my social media aren’t working!
Anybody any solutions?
Gr
I’ll look for a fix, it’s really strange… on my preview site I don’t have this problem. I think it depend on the host you use.
Or, if I want to just remove the contact page from the footer because it doesn’t have enough options for me to add multiple contact information, what exactly do I need to cut out from the footer.php to have it just be gone?
You need to remove line 12 from footer.php