This item is by an Elite Author
cudazi
- Elite Author
- Sold between 250 000 and 1 000 000 dollars
- Referred between 500 and 999 users
- Envato Staff
- Author had a File in an Envato Bundle
- Has been a member for 4-5 years
- Author was Featured
- Support Staff
- Was featured in a podcast
- United States
- Beta Tester
- Bought between 1 and 9 items
- Exclusive Author
- Interviewed on the Envato Notes blog
- Item was Featured
99
Purchases
Buyer Rating:
4.27 stars
4.27 average based on 11 ratings.
-
5 Star
545%
-
4 Star
545%
-
3 Star
00%
-
2 Star
19%
-
1 Star
00%
| Created | 23 September 10 |
| Last Update | 23 September 10 |
| Columns | 3 |
| Compatible Browsers | IE6, IE7, IE8, IE9, Firefox, Safari, Opera |
| Software Version | WordPress 3.5, jQuery |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Fixed |
| ThemeForest Files Included | Layered PSD, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
© All Rights Reserved cudazi -
Contact Envato Support


Hi, thanks a lot for your great theme.
There is one little thing in combination with fancy-Gallery. I can´t click from one pic to the next one as shown in your sample-gallery.
I have contacted the author of fancy and he gave me the tip to change rel-attribute. The pic must have the same one.
example: http://www.jensanton.de/galerie/
But I can´t find where and how. Plugin recommended?
The text of the contact-Page is changeable via shortcodes? Change to a different language.
Visit libraries/shortcodes.php line 64 if linking to the thumnbail, you can edit the link at that point. You may also want to give the default [gallery] a try as well: http://codex.wordpress.org/Gallery_Shortcode
The contact form has attributes for to, subject, button, sent and error message you can control when you enter the shortcode (see the documentation) but if you want to dig in further, visit libraries/shortcodes.php starting at line 125.
Thanks!
I looked for a post addressing this but could not find anything.
Is it easy to modify this so you can apply captions to each image in the gallery? I see that they carry over the title, but I want to possibly add 2 lines of descriptions to it as well.
Hey there, you could probably modify it to pull in the_excerpt() vs just the_title() in the gallery areas.
Hi Curt,
Great theme – I enjoy it very much!
Please let me know whether the [cudazi_contact] shortcode works with the SI Captcha plugin. If yes, how to make it running?
BR
Mattki
Hey Mattki,
As they are two separate scripts, it may just be easier to find a nice free contact form plugin alternative with Capcha.
Thanks!
Hey Curt,
Almost ready to go live with this theme for a client, but I’m having trouble with the Contact form.
When I send email with the form, the reply-to address is incorrect—it’s not using the address entered in the Email field of the form, but rather a generic (non-existent) one from the server.
Any thoughts?
Thanks!
In libraries/shortcodes.php, change this:
to this:
My apologies, I will get that in a theme update.
Excellent! That worked perfectly. Thanks for getting back to me so quickly.
Cheers!
Hello. I am building a site for an artist to display his portfolio. (http://antonarets.com) I have a problem with the header galleries. I am using them on the Home and Bio pages. I DO NOT WANT THE GALLERY PICTURES TO LINK TO ANYTHING , NOT POST , NOT ORIGINAL FILE , NOT ANYTHING . Can you please guide me how to do this? Kind thanks Hela from 8Web
UPDATE Found the option under theme settings. Sorry to bother!Regards, Hela
- Elite Author
- Sold between 250 000 and 1 000 000 dollars
- Referred between 500 and 999 users
- Envato Staff
- Author had a File in an Envato Bundle
- Has been a member for 4-5 years
- Author was Featured
- Support Staff
- Was featured in a podcast
- United States
- Beta Tester
- Bought between 1 and 9 items
- Exclusive Author
- Interviewed on the Envato Notes blog
- Item was Featured
+6 more**
Please note
The live demo site is now running WordPress 3.1
**
1. On the home page recent news. How do I only display an excerpt?
2. How to remove the comments for “pages” only. Do I have to edit page.php?
Great theme and thanks in advance.
Shawn
1 – When editing a post, go into the screen optons tab and enable “the excerpt” and add the excerpt there.
2 – When editing a page, go into screen options and check discussion/comments, a checkbox should appear in the main editing area to enable/disable comments.
Thanks!
I use this theme on one of my websites. But it doesn´t fit to my beolingingd anymore. I would like to use on one other site. Not at the same time. That would be ok for you?
As long as you’re only using it on one site at a time I don’t think there should be any licensing issues, you may want to check with Envato support to be 100% sure. Thanks!
Hello. Can you please help me to remove the words and the grey background that currently says: Category: Blog
The site link is below
http://antonarets.com/category/blogMany thanks,
Hey there,
.pagemeta { display: none; } will remove all boxes like that.
.category-blog .pagemeta { display: none; } will remove it where you’re viewing that blog category.
The body has a unique class you can hook onto per-page.
Thanks!
- Elite Author
- Sold between 250 000 and 1 000 000 dollars
- Referred between 500 and 999 users
- Envato Staff
- Author had a File in an Envato Bundle
- Has been a member for 4-5 years
- Author was Featured
- Support Staff
- Was featured in a podcast
- United States
- Beta Tester
- Bought between 1 and 9 items
- Exclusive Author
- Interviewed on the Envato Notes blog
- Item was Featured
+6 moreUpdate: The demo site is now running on WordPress 3.4+
Great template. Could you please help me to load these scripts on only one page (home) via your header because there is jquery conflict with other plugins
<script type=”text/javascript” src=”/js/jquery.min.js”></script> <script type=”text/javascript” src=”/js/jquery-1.7.1.min.js” /></script> <script type=”text/javascript” src=”/js/jquery.easing.1.3.js” /></script> <script type=”text/javascript” src=”/js/flowslider.jquery.js” /></script>
<script> jQuery(document).ready(function($) { $(”#slider”).FlowSlider({ mode: “horizontal”, animation: “Elastic”, startPosition: “0.0”, position: “-2.5” }); }); </script>
Thanks in advance
<?php if ( is_home() ) { ?> Your code here <?php } ?>Thanks… I’ve figured it out that same day of the post! Sorry for the noob-kind-of-question. Wicked respect for the template