Discussion on Cruz – Modern Business Wordpress Theme

Discussion on Cruz – Modern Business Wordpress Theme

Cart 831 sales
Well Documented

SaurabhSharma supports this item

Supported

648 comments found.

Saurabh,

Will do that ! Thanks !

Yes !

I am trying to make it fixed irrespective of the scroll.

the custom images on each page would be 200px height.

Help me out with the CSS Codes please … =)

Okay. I will try to modify it for you. Meanwhile you can drop me a mail at xconsau[at]gmail[dot]com so that if it is done, I will send you the files.

Regards

hi,

i would like the “Custom Header image” on Pages to be a “fixed header”

example :- http://acousticlight.net/blog/ [see how the acousticLight header is Fixed] Here is my page:- http://omegaorb.com/jazz2/?page_id=20

I would like the Services header to be fixed (yellow ferarri image)

Thanks !!

Hi there,

By default, the page header image is fixed (as you are looking for). After looking at the source code, I found that some additional styles are causing the image to shift other side. Inside style.css, I guess you have added the following code:

.custom_embed {
    width:960px;
    line-height:0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    position: fixed;
    z-index: 100;
    top: 120px;
    left: 160px;
}

Kindly change this to the following code (as it was in the original style.css file):

.custom_embed { padding:0px; width:960px; line-height:0px }

The issue is occurring only due to the position: fixed property that you added above.

Edit: Oh just now I figured out, are you trying to make it fixed irrespective of the scroll? i.e. On scrolling the page, all content should pass by beneath that image. In that case, we will need to make entire header part (including navigation, page captions, header widget area etc.) into a fixed position.

That would require to have a pre determined height for each of those elements. Say, if your header height exceeds, or featured area height exceeds, then the fixed position will get ruined.

Regards

hi SaurabhSharma, what’s the short code of contact form? and why is it that html can’t be rendered via pages? thanks :)

I tried it but not get to work.. :(

It is possible to add a custom widget? :) thanks

I tried it but not get to work.. :(

It is possible to add a custom widget? :) thanks

Hi again,

Kindly mail me your site URL where you are using the Facebook embed code. Include your login details if possible, so that I can look what’s wrong. :)

Regards

ok, the Problem is with the homepage. On the normal pages ti is functional. PLEASE HELP ME !!!

Hi there,

It is not any error or problem. The Home Page is set to show the jQuery Slider using an IF conditional statement. If you wish to show the flash banner on home page, we will need to remove that conditional check.

Kindly drop me a mail at xconsau[at]gmail[dot]com so that I can send you the modified code. :)

Regards

Thank you very much for your Support. IT WORKS !

Having problems using the “Web Invoice” plugin with this template. Can you help? I have emailed your gmail account with a direct link.

Hello Jayson,

I have replied you. :)

Regards

in addition to my post:

The code from your examplepage

<!- .featured_wrap -> <!- .featured ->

is not generated in may page..

I have problems to insert a flash banner. I uploaded your example flash. Insert yout embed code. Copied the url from the mediathek in the code. But the flash is not shown on the page! Where is the problem?

Thanks

Purchased! :) Good luck to your sales, mate! I’m the 100th licensee of this template :D I’m looking forward for more features of this template for the coming days… I love it.. :)

Got another help need.. how to edit the color of the hover menu link? thanks

Inside “Primary Menu” section of style.css file, you can look for the following selectors from line no. 147 onwards:

.nav1 ul.sub-menu {  }
.nav1 ul.sub-menu a {  }
.nav1 li:hover > a {  }
.nav1 ul li:hover > a {  }

Within each of the above mentioned selectors, you would change “color” and “background” css properties. :)

Regards

Thanks mate.. It works :) Wow.. your sales is getting bigger :) .. Still looking forward on the new features of this template..

Suggestion or code needed: Social media/network Stat Counts (Likes, Followers, or Readers stats) :)

Thanks

Got this one just need the image above the blog post?

You can refer to my previous answer. :)

How do I get the image to show with the blog post? I tried it in both featured image areas?

Thanks!

Hello there,

The images can be inserted manually using the img tag or the available [frame] short code. For example, the following markup will produce output as shown on live preview:

[frame src="http://yoursite.com/wordpress/wp-content/uploads/2011/06/my_image.jpg" width="590" height="216" title="My Title" align="none" linkstyle="pp" style="foldify"]

Write your post content here.

<!--more-->

Rest of the post content after the Read More Button.

By inserting images manually, you can control left or right alignment, as well as dimensions of the image. You can also use simple img tag as shown below:

<img title="My Title" class="alignleft or alignright or none" src="http://yoursite.com/wordpress/wp-content/uploads/2011/06/my_image.jpg" height="xxxx" width="xxxx" />

Regards

Hi, love the theme, but I have one question:

Is it possible to remove the slider from the posts page? I only want the slider to show up on the static homepage (it does, and looks great), but not on the posts page. The slider doesn’t show up on any of my other pages. Thanks!

Hello Adam,

The slider is set to show only on Home page. If you are seeing it on posts page too, you can check one thing:

Go to WordPress Settings > Reading > Front Page Displays. There, select a “Static Page” and choose “Home” for front page. Next, DO NOT select any page for posts page. Leave posts page to none. (This way, we are avoiding default blog posts page to generate. We will create a custom blog page).

Finally, create a new page called “Blog” or “News” (or any name). Next, scroll down to page options section and provide category IDs from which you wish to show posts on this page. Assign “Blog Page” template to it and publish it. Now you would not see any slider on posts page. (There are more details inside the documentation file on creating a blog page).

Let me know if you find any difficulty. :)

Regards

This theme is good.Going to purchase .

... and how to you get “Caption” above the photos in demo page (When viewing with Pretty Photos)?

Cheers.

Hi again,

For having captions inside prettyPhoto, your image must have a title attribute. If a title is set, it will appear on the prettyphoto modal window.

Regards

Cheers! My fault.. It was hiding behind the white header.

Thank you so mcuh!

Best Regards, qaid

Hi Saurabh, Great theme!

How do you remove the sidebar for only some blog post?

Best Regards,

Hello qaid,

I am sorry to say, but full width is only for pages, not posts. :) You can set left or right aligned sidebar for blog posts, but that too for all of them. Not for specific posts.

Regards

Cheers for the quick reply! :)

Best Regards, qaid

Text content drops below the ‘Tour’ navigation. How can I have content clear the box and remain to the right of it without dropping under it?

Sent the email Saurabh. Thanks.

Saurabh your fix for this:

||

“Tour content needs to be used within a [full] or [two_third_last] block.

If you see style.css file line no. 333 around, you would find the toured content widths as:

.full .toured { position:relative; overflow:hidden; float:right; width:666px } .two_third .toured { width: 356px }

So you would need to wrap your entire tour block within a [full] column short code. Or within a [two_third_last] block (if using on a page with sidebar). For example:

[full] - tour short codes here - [/full]

There can be another easy workaround if you wish to try. Change the above mentioned CSS rules to the following:

.toured { position:relative; overflow:hidden; float:right; width: 356px } .wide .toured { width:666px }

So whenever you would be on a full width page, that takes a class as “content wide”, it will adjust the width automatically. In this case you need NOT wrap it within a [full] block.”

...the shortcode fix didn’t work but editing the CSS did the trick perfectly. Thanks for the EXCELLENT support Saurabh. 5 star theme and 5 star author!

Hi Zaf,

I am glad one of those solutions worked for you.

As on live preview, I am using the short code [full] to encapsulate the tour content, and it works fine. May be there could be some p or br tags between the short code, preventing them to render properly. I can tell more if I log in and see that page content. :)

Regards

This theme is perfect. Amazing work!

Thanks Clarke :)

Hi,

Theme are amazing.. I plan to use it in one my project

But i customize the theme to show / display the latest blog / article in the front page? maybe using shortcodes / widgets?

I can’t find the documentation for that in live demo.

Look forward for your earliest reply.

Thank you.

Hello Chris,

The theme can show blog page as home page by default. You can also assign a custom “Blog Template” to your home page to populate posts from selected categories.

The live preview displays a full-width page. If you wish to show a normal page with sidebar, that is possible too. In that case, you can use sidebar widget area to display recent posts, popular posts etc.

Further, you have an “Exclusive Widgets Area” option to show particular widgets for home page. Let me know if you have further queries. :)

Regards

hoi, thx… love this clean style.. :)

Thanks SaLiVeR :)

@SaurabhSharma

Any update on a theme upgrade eta as mentioned earlier? I am waiting to purchase for those couple things you said you might add in regarding button sets etc. No hurry, just wondering so I can plan for it.

Thanks,

Hello Studioleland,

Those button styles are minor CSS snippets which you can grab from me via e-mail anytime. An update will be released when there is a considerable change in code or any bug fix. Meanwhile, I would be glad to provide you those styles apart from an updated version.

Regards

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey