648 comments found.
Hi, I’ve just moved them from one host to another and having real issues getting the images to display. It worked fine on the old host. Is there is a common list to check through? I have permissions on cache etc correct and have tried various alternatives.
I think it is related to TimThumb permissions. I have emailed you on what I think is correct address.
Hello Brian,
Just replied to your email.
Regards
Thanks for the theme and all the previous updates.
I need to create a version of “Related Posts” that shows both the thumbnail and entry title (not just “list” or “thumbnails” as the theme offers.)
I’ve tried creating a new/alternate cruz_related_posts function in the child theme functions.php to replace the theme function pulling in related posts in the single.php file. My problem is I can’t find the right “phase” statement in the child theme function.php file use of remove_action (and add_action) to properly replace your built-in cruz_related_posts function.
What would be the proper statement to replace the cruz_related_posts function in a child theme functions.php file?
I assume it would be something along the lines of this statement appearing after the new related posts function:
remove_action(‘?’, ‘cruz_related_posts’);
add_action(‘?’, ‘cruz_related_posts_new’);
What would be the proper “?” phase in that statement?
Hello altlab,
A child theme can override the parent theme’s function simply by re-declaring the function. It is not required to ‘remove_action’ or ‘add_action’. But this works only when the parent theme functions are pluggable. i.e. wrapped in a conditional statement.
It will be required to wrap the cruz_related_posts function in a conditional statement in parent theme as:
if (!function_exists('cruz_related_posts')) {
function cruz_related_posts( $crz_rp_taxonomy, $crz_rp_style, $crz_rp_num ) {
// related posts code
}
}
Next, declare the cruz_related_posts() inside child theme with your own modifications. It will override the parent.
P.S. Instead of going through this process, I’d recommend commenting out the original function and simply place your new function inside parent functions.php. That would be more straight-forward. 
Regards
Ok, thanks for the info. Our goal with the child theme is to leave the parent cruz theme files untouched as much as possible, hence my question. It makes upgrades difficult when we change the original cruz theme files because we can’t override something in the child theme.
I know your theme isn’t a framework and designed to be overly modified by a child theme—if you take suggestions for future releases, would love to see your parent theme more pluggable as you described.
We decided to create a new related posts function in a child theme single.php and functions.php, bypassing your original parent function as you mentioned.
Hello altlab,
Feedback taken. I will try to make it flexible enough to support child theme. 
Regards
I have a black box with a text inside for each picture and not a transparent one like in the example of Cruz theme. How can I configure it? Thanks!
Hello vparro,
The images might not b eappearing due to the timthumb permissions. Kindly send me your site URL and WP login at xconsau[at]gmail[dot]com. I will look into the images and menu issue.
Regards
I can not display menu at the to of page. Every time I create a new menu and choose primary or secondary and I try to see the result , when I came back to menu page, this selection is empty. Could you help me?
Is there any chance that you could make this theme responsive? WPTouch is crap!
Hello mate,
The theme uses Cycle and Nivo sliders, and some features that are not easy going for a responsive theme. I will still try if the sliders can be replaced by flexslider and other sections can be made responsive.
Regards
thanks,
Thanks – its CRUZ theme
Hello Teri7,
The white area around the banner is created due to the top and bottom padding of the Logo. This is set from the Theme Options Page. Go to Appearance > Cruz Options > General. Next, set the Logo top margin, and logo bottom margin to 0px.
For navigation, there are currently two menus. Primary and Secondary. In order to make the primary menu centered, secondary menu should be removed. For that, open style.css file and add the following rules at the end of file:
.nav2 { display:none }
.nav1 { width:100%; margin-left:180px }
Adjust 180px according to the proper center alignment. That should work.
Regards
Thanks so much!
Hi, I just updated to the Oct2012 version and can’t seem to get the header in place. I did this: The white area around the banner is created due to the top and bottom padding of the Logo. This is set from the Theme Options Page. Go to Appearance > Cruz Options > General. Next, set the Logo top margin, and logo bottom margin to 0px. But there is still white on the left and under the heading. How do I get rid of this? Thanks! http://radiancehwb.com
Hello Teri7,
I think you have already fixed it. I can see the header banner flush across edges. Kindly let me know if it is not fixed yet.
Regards
Hi Saurabh!
Do you know if Cruz is compatible with WPTouch? I have tried the free version of WPTouch but never managed to get it to display my blog-page, it is always empty.
I wonder if it might be related to that you never should set any ‘post page’ in settings. Any info here is appreciated.
Regards
Hello again,
Setting a post page should not cause any issue. By doing so, WordPress populates the page with all available posts. In that case, you should see all posts instead of a blank page. May be it has something to do with iOS specific meta tag. Is the plugin adding any iOS specific meta tag inside header. (You can check that by viewing the source code). It will look like:
<meta name="viewport" content="width = device-width, initial-scale = 1.0, maximum-scale = 1.0" />
You can try be removing that code. I hope it will work. 
Regards
Hi!
How do I set the ‘Custom Header’ for blog posts? Can’t find it anywhere
If you go to your demo/showcase web and click ‘blog’ it displays the blog with ‘Company Blog’ in the custom header.
If you then click ‘more’ at one of the blog posts you come to the blog post and there it says ‘portfolio’ in the custom header. How do I set the custom header here?
Regards
Hello Albertov,
Custom captions are only for Pages. For rest of the things like single, archive, author, search, tags, etc. their default titles are used. For category and single post, the top most parent category name is used. You can control the captions only for pages.
Regards
Aha, I understand!
If I would like to change that? Where is the code located for that?
Regards
Hello Albertov,
The page titles are called inside header.php within the div with class name page_titles. Modification can be a bit complicated because it will be required to add a field inside post options panel, similar to the one inside page options panel. Once that field is added, it can be checked and called on single posts. Categories and archives will still show default titles because they can not have any exclusive panel.
Regards
Can you tell my why my Buttons are opening a new tag (as if target=”_blank”), when I am simply trying to link to another page on the site.
This is what I am using:[btn link="/volunteer" color="tan" size="size-m"]Find out more »[/btn]
Is there a target attribute defined in the shortcode I can use to control this, and can you give me an example usage?
Thanks
Daniel
Hello Daniel,
The target attribute is hard coded inside shortcode. You can edit that inside includes/shortcodes/shortcodes.php file, line no. 259:
return '<a href="'.$link.'" class="'.$btn_class.' '.$color_class.' '.$size_class.'" target="_blank">'.do_shortcode($content).'</a>';
Remove target=”_blank” from this line and save the file. That will show links in same window.
Regards
Worked perfectly! Thanks!
Hi Again!
I have the following css-code is several places to add my background to the ‘boxed’ html page: background:url(images/GrayPap.jpg);
I have it for example for .featured_wrap, .slider_wrap
but when I change the layout style to ‘stretched’ it is not applied.
Where do I add that code so that my background i also applied to the stretched layout?
Regards
Hello Albertov,
For the stretched layout, some CSS styles are hard coded inside includes/load_styles.php file, line no. 271 to 281. You will need to make same changes inside this file too. For reference, this file is used to load styles from theme options panel.
if( $crz_layout == 'stretched' ) {
... CSS styles ...
}
Regards
Hi Saurabh!
Thanks for your amazing support regarding this theme.
I have noticed a small bug in the theme though (or maybe iPhone). I showed my website for a friend on an iPhone and then discovered the bug.
When viewed on an iPhone the layout below the menu collapses to the left side and only half the layout is visible. This happens even on a fresh wordpress installation with the theme. It seems to work on an iPad though.
I tried it with cruz 1.8 and iPhone 4 running iOS 5.1
Regards
Hello Albertov,
An iOS specific meta tag was inserted in latest version (1.8). This is done inside header.php file:
<meta name="viewport" content="width = device-width, initial-scale = 1.0, maximum-scale = 1.0" />
You can try by removing this tag, or by removing the initial-scale and maximum-scale parameter. I hope that will work.
Regards
Hello!
When the contact form is filled in an sent. A mail is sent to the assigned mail address.
In the mail box the sender of the mail is ‘My WebSite’.
Is it possible to change that to some fancier name somehow?
Regards
Hello Albertov,
The mail is sent using your Hosting Server’s default mail service. The “My Website” text is set at server side. As far as I know, this is set inside php.ini (where default mail settings are configured). You may need to ask the hosting staff to change this text. 
Regards
Has anyone tried to integrate the wp-ecommerce or cart 66 plugin into this theme? Does it play nicely?
Hello kassieloohoo,
Thanks for browsing the theme. So far, I haven’t came across anyone who has implemented this theme with an e-commerce plugin. I will have to try it before I can give you any confirmation. 
Regards
That would be great! I did some more research last night and idk if it makes a difference but I’m leaning more towards the woo commerce plugin instead of ecommerce.
Hello again,
Woo Commerce and JigoShop seems good so far. I still have to try these two, but most e-commerce themes here are supporting Woo Commerce and JigoShop.
Regards
I know there are plenty of themes that already incorporate the woo commerce shop plugin, but your theme is perfect for a project that I’m working on and I’d really love to use it… as long as I can successfully integrate the shop.
Hello kassieloohoo,
I have tested the theme with woo-commerce. I’m sorry to say, but the theme doesn’t support this plugin. There is an issue with sidebar. The layout breaks when the plugin inserts a sidebar on shop specific pages. My apologies for this disappointment.
Regards
Thank you so much for testing this for me. Did you by any chance test the wp-ecommerce or cart 66 plugins? Do they have the same negative affects on the layout of the theme?
Hello kassieloohoo,
Yes, the same problem occurs for any plugin that creates automated pages. Like, bbpress, buddypress, etc. Generally, a sidebar is inserted inside the content area (like in a default twentyten theme). Assuming this default structure of content and sidebar, plugins insert the sidebar at their obvious location. In this theme we have several conditional statements to check if a user has opted for left, right sidebar, or no sidebar, etc. So default behavior doesn’t work well.
Regards
2 questions
Image slider- how do I set this up? I have the images in the media section but I cant get them embedded.
Social Media Icon locations- Cruz Social Icons doesn’t seem to work in the “Default Header Image Area” Should I try something else?
Hello there,
1. In order to set up a Slider, you will need to create some posts. Next assign a featured image URL to each post. Finally, navigate to Appearance > Cruz Options > Slider, and provide the category ID of these posts. You can find more details inside the documentation/index.html file of your download.
2. Open style.css file and look for the following code inside section 4. Header:
.header_wgt_area * { margin:0px }
Delete this line and save the file. The social icons should work fine then.
Regards
Hi,
I really like the theme but i am having a nightmare getting rid of timthumb (specifically from the front page slider).
any help would be greatly appreciated … 
Hello Adam,
I would like to know what exact issue you are facing. Are you willing to remove timthumb, or timthumb isn’t working? Can I have a look at the URL please?
Regards
Thanks for the prompt reply, i have just worked out that the wordpress theme editor had not been ‘editing’ the files. I have now removed timthumb … 
... I always try and remove timthumb because it is a pain up the … more specifically if i want to re-size one of my pictures i prefer to choose what happens … thanks again 
Hello again,
No problem. I’m glad you fixed it.
Regards
Hello, it worked. Thank you. Detail, the problem occurred with the previous version and new version of wordpress.
Hello anselmolucas,
That’s great. 
Regards
Hello,
I create two menus supported by Cruz, but I can not save them. I actually saved the menus and everything seems fine, but in fact the menus are not saved. This error occurs only on the web provider. The Cross is normal on localhost. I have already tested with Wordpress 3.3.1 and 3.3.2. Thank you. Anselmo
Hello anselmolucas,
“Menu theme locations not saving” is a strange issue, which I have came across with a couple of buyers recently. I’m not sure if this happened due to upgrading to 3.3.2.
As you said, even I have tested this on latest version and on localhost, and the menus work fine. So far, the only solution I have came across is to switch the theme to twentyten, delete the cruz theme, and re-install the theme again. Next, activate the Cruz theme. I hope that will work.
Regards
Hi!
Upgraded to version 1.8 and suddenly some of my earlier css changes stopped working. The major important change that occurred was that in the tag I had replaced url(images/dots.png) with url(images/background8.gif). This so that the contact background got a little greyish.
But for some reason my background image is not displayed as the content background at all. Instead it looks like it is invisible and instead I see the whole window background.
How can I fix this?
Hello Albertov,
While replacing the theme, the background8.gif image might have got removed. You will need to place this image again inside the images folder. Also, make sure the CSS changes are re-implemented in the new style.css file.
If that doesn’t work, you can send me the URL . I will further check the source code.
Regards
Hi, Does the theme include an .xml file for importing the content and setup of the demo site?
Hello LDesp,
Yes it has. You can find the dummy data inside your_download/cruz/dummy-data/ folder. There are .txt files for pages and xml files for post content.
Regards
Outstanding after purchase support and great theme. Thank you for the fast response and help with things.
You’re welcome. 