648 comments found.
Hi SaurabhSharma,
Before I purchase the theme, I have two questiosn:
One: In each page, can I insert a form? For example I created a form using ContactForm7, then I will use the shortcode to paste in every page I created.
(I have many products, and I want each product is in a page itself with the form I created, you can say that is something like “Enquiry” about this product.)
Is that possible?
Two: http://labs.saurabh-sharma.com/themes/cruz/wp/?p=68 <—I saw the page is like two column, If I wanna make this to one column is possible? Cos I wish to put a form beside it.Please advice.
Thank you 
Hello nanakooy,
1. Yes you can use contact form 7 plugin along with the product image. The theme supports contact 7 plugin. You can make use of column short codes as shown on this page to format your content.
2. The link you mentioned is a single post. A sidebar will be shown on the single post. However, you can have a full width PAGE with any number of columns (or no columns). But for a blog single post there will be a sidebar. (A sidebar can be removed from single post too. That will require re-styling of single post columns and comments section to flow in full width).
Feel free to ask for if you have any query. 
Regards
+1 on broken slider and menu’s on 3.2 with this theme.
Bought it yesterday and updated to 3.2 today, bummer.
edit: commenting line 39 in header.php as mentioned above fixed it.
Hello gubbsur,
Yes there is some JS conflict with the old version plugin. Kindly refer to my reply above.
Regards
i get the same trouble of aplewis. but i just updated my version of Wordpress to 3.2. the home page slider is no longer displaying images and the dropdown menus on my main navigation doesn´t works aswell. There is no plug-in installed yet, just the theme files.
did you fix those problems?
Hello jhortale and @aplewis
I’ve just installed the theme on WordPress 3.2 and got the issues as mentioned by you. The next update will be available within a day or two. Meanwhile, if you wish you can try it yourself:
1. Slider images not showing: After updating to WP 3 .2, I found that the images inside media library no longer exists. You can make sure the images are still there inside the media library. If not, re-upload them and update the featured image URLs inside the posts.
2. JS Conflict: The easing plugin used inside header.php line no. 39 is too outdated for jQuery 1.6, You need to disable it:
/*wp_enqueue_script("jq-easing", $dir."/js/jquery.easing.min.js");*/
3. You may also need to update the jquery Nivo Slider plugin with the latest version.
I will make these fixes and update the download file. This may take a couple of days to clear the queue. I will also eliminate any ‘easing’ calls throughout the theme. My apologies for the inconvenience caused so far.
Regards
thanks for the updated version. now it works.
I just updated my version of Wordpress to 3.1.4, and suddenly my home page slider is no longer displaying images. Also, the dropdown menus on my main navigation bar no longer work—an arrow appears next to the parent page on the main nav bar, but when you hover over it the subordinate menu does not appear.
I tried reinstalling the template to no avail. Any suggestions?
Hi aplewis,
It is likely that a WordPress update might have reset the theme options and menus. Make sure the theme option settings are same as they were before. Also, check the Appearance > Menus section to see if the menus are still assigned to their respective locations.
Regards
I don’t think that’s it. When I refresh the page I see the slider image appear for a brief moment while the page is loading, but then it disappears. So the theme knows how to find that first slider image, but for some reason it’s not displaying it once the page is fully loaded.
As for the menus, I’ve checked and rechecked them and they’re setup correctly, but the drop-downs just won’t work. It seems like a JS issue, although I tried restoring just the JS folder in the Cruz directory and that didn’t fix the problem.
Hi again,
Can you post the URL of installed theme. I will see which JS is causing the conflict. May be it is due to some plugins.
Regards
My test site is up here:
http://dogbeachdesign.com/wordpress-testsite/Thanks so much for your help.
Thanks for the quick response—those fixes solved my problems with the slider and nav menus.
Love the theme, btw; it’s just what I needed.
Thanks aplewis. 
Hey,
I’m looking to remove certain elements from the meta-box associated with postings. In particular, I am hoping to remove the “Author” and “No Comments” (my comments are off)” elements. I’d like to retain the date and category listings.
I’ve dug around, but to no avail.
Do you have any guidance on my issue?
I’m loving this theme like crazy. So thanks!
Best, nev
Hello Nev,
You can edit the post meta information inside functions.php. At line no. 299 you will find a function as:
function cruz_posted_in() { }
You can remove the elements from this function and save the file. 
Regards
Hi Saurabh, thanks for another great theme!
I have a few questions I’ve been struggling with:
- I’d like to create image sliders and scrolling testimonials within the body of the page. Can custom widgets like Cruz content slider be used in the body of the page?
- How do you change the date of individual blog posts? I’m uploading old news items and need to be able to change the post creation dates.
- How do I change the main menu links to google heading font PT Sans?
- Where do I find the background colour of the main menu to change it?
- On blog posts if comments are turned off, how do you take off the ‘comments are closed’ at the bottom and the comments off in the title strip?
Also, if you updated this theme with the same background panel colour styling options as Hulk, it would make it even better!
Thanks!
Hello Soulnecta,
1. Image and content sliders: If you wish to show them inside page body, they need to be converted as a short-code. You can not use widgets directly on page body (unless you have a widget area registered on that section). As an alternate, you can directly place the HTML markup for slider. You can either see that markup from the sidebar content slider source code, OR mail me so that I will send you a generic markup for the same.
2. Changing blog post dates: Open/Edit a post and look at the far right side inside “Publish” panel. You’ll see a time stamp as “Published on..” and an “edit” link just after that. Click on the “edit” link and change the date to your choice.
3. For using “PT Sans” in menu, you can assign a rule inside style.css file as:
/* Primary Menu */
.nav1 { font-family: "PT Sans", sans serif; .. rest of the styles }
.nav2 { { font-family: "PT Sans", sans serif; .. rest of the styles }
Make sure you are already using PT Sans for the theme (or headings), so that a google api call for the font is already made.
4. You will find the background color for navigation menu inside the same selectors as shown above.
5. For removing “Comments are closed” test, open comments.php file in a text editor and delete the following code at line no. 28,29,30.
if ( ! comments_open() ) : ?> <p class="nocomments"><?php _e( 'Comments are closed.', 'cruz' ); ?></p> endif; // end ! comments_open()
6. Color options: I will consider that. The layout structure is different, hence I enabled the WordPress background option. I will see what more can be added.
Besides these solutions, if you get any problem, mail me at xconsau[at]gmail[dot]com.
Regards
Hi,
Looking at purchasing this theme for a website I’m working on.
Can’t see in the live demo whether there is a Twitter widget available?
Could you clarify?
Ta.
Hello peterwhelan,
I have just enabled the twitter widget on live preview. You can check the widget here.
Many thanks – that’s great.
mate how to make the slider not to crop the image?? I mean, how to show the whole image in the slider, not by the default setting which is cropped? Thanks
Hi there,
The slider crops images into 960px by 360px (or the slider height specified by you). The best way to avoid cropping is to upload the images of same dimensions i.e. 960px by 360px so that they will be used without any alteration.
Another way is to remove the zoom-crop parameter (zc=1) from the timthumb call. In that case the image will be shown with original resolution but masked within the slider dimensions.
I don’t get what you mean on the second paragraph mate
my bad.. 
Hi there,
The timthumb image call contains some parameters as:
&w=280&h=180&zc=1&q=100
The zc parameter is set to 1 that zooms and crops the image in proportion. If we disable this parameter, the image will resize without proportion and will be shown within the dimensions as set for “w” and “h” parameter.
&w=280&h=180&zc=1&q=100where can I find this? thanks
Hi again,
You will find that code inside header.php:
For Cycle slider – Line no. 124 and 127
For Nivo Slider – Line no. 176 and 178.
The code contains php variables that take slider height from theme options panel. You would look for the zc=1 part.
Regards
I did try to remove the rc=1, but the image is still crop.. it this means that if the image is larger, it will still crop even thought the “rc=1” is remove?
Do I need to upload an image 960×360? thanks
Hello again,
The Zoom and Crop parameter (zc) can be used as:
zc = 0 – Resize to Fit specified dimensions (no cropping. The image will get distorted to fit within the dimension)
zc = 1 – Crop and resize to best fit the dimensions (default)
zc = 2 – Resize proportionally to fit entire image into specified dimensions, and add borders if required
zc = 3 – Resize proportionally adjusting size of scaled image so there are no borders gaps
So, instead of removing zc, you can set zc=0. Or you can also upload images of the slider height (960px by 360px).
I installed Cruz on my godaddy hosting acct using the auto .zip install feature and it reported errors. It still loads up, but there is no canned content. I repeated the effort twice and got the same result.
Can you please tell me what to do or give me my money back?
Thanks, Sonny
Here’s the error messages from WP Install…
Unpacking the package… Installing the theme… Theme installed successfully.
Warning: fopen(/home/content/08/8077608/html/wp-content/themes/b-cruz-modern-business-wordpress/style.css) [function.fopen]: failed to open stream: No such file or directory in /home/content/08/8077608/html/wp-includes/functions.php on line 4284
Warning: fread(): supplied argument is not a valid stream resource in /home/content/08/8077608/html/wp-includes/functions.php on line 4287
Warning: fclose(): supplied argument is not a valid stream resource in /home/content/08/8077608/html/wp-includes/functions.php on line 4290
Hello Sonny,
Here are some steps you will need to perform before installing the theme:
1. Unzip the download package. (That is a collection of documentation, PSD and the theme). So DO NOT install the zip package directly.
2. After unzipping, open documentation/index.html file. (Inside that, you will find steps for installing the theme). I have mentioned “Not to install the theme directly”, but unfortunately you didn’t read the documentation.
3. Inside the download package, you will see a folder “cruz”. That is the actual theme you need to upload to the wp-content/themes/ directory.
That should run the theme successfully.
thanks!
SaurabhSharma, quick question: on the live preview, you evidently have used html to create those attractive captions on the slider images. Would you be willing to offer the syntax for that real quick, then I can plug the appropriate text into it? I was hoping it might be in the dummy folder. I know I would benefit from studying some html, but time is short.
Hello there,
Those stylish captions are created in PhotoShop, and are part of that image itself. (No HTML used there). The theme supports custom HTML captions that will show as a black bar and white text at the bottom of the Slider.
If you wish to customize your Slider images in the same way as live preview, I have provided a master PSD file that contain those caption text in layers. You can edit the PSD to make your custom captions. 
Hi Mate, any plans of new feature for this template?
thanks
Hi mate,
I am thinking on that. Any such feature that can not be implemented via plugins. For now, any feature like.. social counter, shopping cart etc can be implemented via third party plugins. So, I’ll probably look for something else to implement. 
What’s the best email subscription widget/plugin?
I have already a social counter (customized).. 
Hi again,
You can check this link.
If you wish to collect only e-mail address, you can also use Contact Form 7 Plugin. 
Hey, I have confirmed that godaddy supports timthumb. Some had issues when trying to use it on a previewdns. I have wordpress launched already in a sub-directory, so it should be fine.
I wouldn’t dream of free-lance work man. I just like seeing that you’re attentive to issues and problems people have had 
No issues.
I’ll look forward to your purchase.
I have a pre-purchase question. I’m fairly new to wordpress, and I’m curious if there is documentation to assist me as I install this on my godaddy hosting space? It looks like you have been very attentive to questions and requests, so assuming I purchase this I look forward to working with you.
The website I’m designing will be very simple, so I’m confident I won’t need help with really complex things… at least I think. thanks
Hello iamkj,
The theme comes with a documentation file with all necessary instructions for setting up the theme.
If you are hosting on godaddy, I am afraid timthumb script may become a problem. I’ll suggest you to confirm whether they support timthumb.
Regarding support, you will get all possible help related to the theme issues, installation or setup part. (But no personal freelance work). 
Regards
Is there a way to create a custom sidebar and then assign that sidebar to certain pages?
Hi there,
Yes you can have individual sidebars. On each page there is a section named “Page Options” (below the content editor). You can opt to have an exclusive sidebar for that page. After updating the page, go to Appearance > Widgets. You would see the newly created sidebar for that page. Next, you can drag widgets on that particular sidebar. 
Regards
Hi – I’ve changed all of the permisions as stated in the documentation, but my slider images are still not showing up. URL : breadoflifechurchde.org
Thanks!
Hi there,
The source file for slider image is too big. I guess it is exceeding 1.5MB. Try to upload a web optimized image that is less than 1.5MB. Below is the error generated by the timthumb script:
source file is too big (filesize > MAX_FILE_SIZE)<br />Query String : src=http://www.breadoflifechurchde.org/wp-content/uploads/2011/06/slider.png&w=960&h=360&zc=1&q=100<br />TimThumb version : 1.25
The file size is set inside scripts/timthumb.php line no. 22:
define ('MAX_FILE_SIZE', 1500000);
You can increase the file size but I would suggest to use web optimized images. 
Besides that, there is one more issue that may cause problems. You have directly installed the download package into the wp-content/themes folder. Your current directory structure looks as:
http://www.breadoflifechurchde.org/wp-content/themes/cruz_1_1/cruz/
This should be:
http://www.breadoflifechurchde.org/wp-content/themes/cruz/
i.e. upload the “cruz” folder to the wp-content/themes/ directory. Do not upload entire download package there.
Hope it rectifies your issues.
Regards
Hi Saurabh:
Please refer to the following website: www.haikku.com
I have a few questions:
1. Where in the theme and or Wordpress backend do I find the place to customize the navigation bar. I want to add the regular stuff like “Home”, “Products”, “About” etc. along with subnavigation and can’t figure out where to go.
2. As you can see by referring to the site, I am using the “Spread” layout and would like to be able to customize the color of the entire navigation bar as well as the components of the bar. Where exactly in the CSS or php files would I go to do this. (Perhaps something to do with “div.utility”)?
3. For the header I am using a an image, but would prefer to use the “Display Blog Name” function if I could get it to look the same way it does using the image (2 font colors & large size). This would free up some of the header space for widgets. Is this possible and, if so, how?
4. How do I reduce reduce the height of the “div.header”?
Thanks in advance for your help
Hello iNate,
1. Navigation menu can be configured using the WordPress Appearance > Menus section. navigate to that section and create a menu. Next assign it to the appropriate menu area (Primary or secondary). You will find more details inside the documentation/index.html file of your download package.
2. Navigation color. Yes, it is wrapped inside the (for stretched layout), and (for boxed layout). Since you are using the stretched layout, it’s style is controlled inside includes/load_styles.php file at line no. 275:
.utility { background:#333 ... }
3. Use “Display Blog name and description” option from Theme Options. Next, you can control the font and color inside style.css file’s section “4. HEADER ”
.blogname { }
.blogname a { }
.blogname a:hover { }
.tagline { }
4. Header takes it’s height from the margin/padding of Logo and the widget area. The logo has a bottom margin of 30px inside style.css file:
.brand { padding:30px 0px 30px 30px }
Similarly, header widget area has a bottom margin of 30px:
.header_wgt_area { margin:30px 30px 30px 0px }
Reducing bottom margins will reduce the header height. Header’s top margin is controlled as:
.header_wrap { margin:25px auto 0px }
For more details, you can drop me a mail at xconsau[at]gmail[dot]com. I will assist you further.
Regards
I can’t seem to get the front page slider working. Any idea what I am doing wrong?
breadoflifechurchde.org
Hello ronrichardson,
Your site is under maintenance mode, I can not see the actual URL .
For slider images, make sure you have assigned appropriate permissions to the timthumb script and the cache folder as stated inside the documentation file. There can be other reasons which I can tell only after looking at the actual URL . 
Regards
What do I need to do if I dont want to use the slider since I only want to use 1 image as a banner where the slider would be?
Hello there,
Replied to your email. 
Regards
Hello from Greece!
I purchased your theme (which is 5star by the way!) and I want to remove meta data from posts (date, time author, category, comments) as long as the pagination links.
Any advice would be great!
Thanks in advance…
Dimitris
Hello Dimitris,
The meta information is shown via two files: loop.php and blog-page.php.
First, open loop.php and look for line no. 25:
<div class="meta-box"><?php cruz_posted_in(); ?></div>
Delete this line and save the file.
Next, open blog-page.php and look for line no. 47:
<div class="meta-box"><?php cruz_posted_in(); ?></div>
Delete this line as well. Save the file and you’re done. 
Regards
Thanks a lot for the quick response! And what about pagination? How can I remove it too?
I know it is a little bit frustrating, but my problem is that I am creating a semi-static business website with a lot of pages and menus. I use posts only when I have no option, thus I do not want to use such features for all the posts… When creating function posts (such as featured images) I do not want to be visible at all. Although, portfolio items and blog posts could have meta details and pagination!
Hi again,
For removing pagination, you can comment out or delete the following lines of code inside loop.php from line no. 32 to 40:
if ( $wp_query->max_num_pages > 1 ) :?>
<?php if ( function_exists( 'wp_pagenavi' ) ) wp_pagenavi();
else {?>
<div class="pagination">
...
</div>
<?php }
endif; ?>
You would remove the same code inside blog-page.php at around line no. 51 to 59. And the same procedure can be followed for portfolio templates port3.php, port4.php etc.
Regards
Thanks again for the support!
One last question: How do I make button links to open in the same window?
Hi again,
For button links opening in same window, open includes/shortcodes/shortcodes.php file and look for line no. 260:
return '<a href="'.$link.'" class="'.$btn_class.' '.$color_class.' '.$size_class.'" target="_blank">'.do_shortcode($content).'</a>'
Remove target="_blank" and save the file. 
Regards