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=20I 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 
Hi there,
As described inside the documentation file, you would create a contact page using the built in “Contact Page Template”, not with a short code.
If you are using a Contact Form 7 Plugin, you can find the short code on the plugin options page. You would then insert that short code inside a post or page.
HTML can’t be rendered via pages? Did you tried the HTML mode? What code you are trying to render via post/page editor. After looking at the code I can tell further why it is not rendering. 
Regards
the facebook plugin html is the one I’m trying to add on pages.. but it seems it didn’t show up..
where can i find the contact form 7? it is included in the package?
thanks
Hi again,
You can download Contact Form 7 Plugin from this link.
Regarding Facebook HTML , try to insert it via HTML mode of the editor. If you paste the code in Visual Mode, it will be converted into character entities.
Regards
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
<!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
I’m looking forward for more features of this template for the coming days… I love it.. 
Thanks mate 
I will see what more improvements and features can be added to bring more value for buyers.
Regards
can you assist me what and where is the css code to change the bar color scheme?
(kinda lazy to search lol)
if i’ll upload the xml, what will happen to my current settings and old post?
thanks mate
Hi again,
Both navigation menus (left and the right one) are wrapped inside a DIV with class name as utility_wrap. You can find that inside style.css at around line no. 91 as:
.utility_wrap { position:relative; width:960px; text-align:left; margin:0px auto; background:#333 url(images/nav_bg_overlay.png) 0px 1px repeat-x }
You can set background property in the above selector.
For XML import, I think the older posts remain intact. I would suggest you to use the dummy text data as inside dummy_data folder. And for posts, you can go through the documentation file to see how to associate a featured image to posts.
Regards
thanks mate.. I was able to see it before you post a reply..
just experimenting the css
.. I’ll get back later or soon once I need an assistance again.. 
mate .. I tried change the nav wrap bar color, but it seems it doesn’t change at all.. 
Hi again,
I guess you are using the “Stretched” layout. That’s why you are not able to see the change. For stretched layout you will need to make same change inside includes/load_styles.php file at around line no. 275 as:
.utility { background:#333 url(<?php echo get_template_directory_uri();?>/images/nav_bg_overlay.png) 0px 1px repeat-x }
And for controlling the links color and sub-menu colors, you would edit .nav1 { } selector inside “Primary Menu” section of style.css file.
For a quick test, switch your theme layout to boxed style and you should see the changes you made recently. 
Regards
Thanks again mate!
it works like a charm.. yes, I’m using stretched layout..
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 .
Thanks 
... 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?
Hi Zaf,
Can you mail me the link of that page at xconsau[at]gmail[dot]com, or post it here. I will look into the issue. 
Regards
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