461 comments found.
Hello Saurabh,
I would like place the main menu above the [brand] logo and not below. What do I have to change in the css and.or php files?
see also the site where http://www.de-doorbraak.org/follow-up/ the menu is now below the header.
Thanks in advance, best regards,
Hans Baakman
Hello Hans,
You will need to swap the order of appearance of Menu and Logo inside header.php file. Currently, logo appears first. So, you would cut the navigation code part and paste above the Logo.
Regards
Love the theme, thanks! Just a quick question, I’d like to add a full (960px) logo/header, is there any work around?
I’ve tried doing a straight upload – but the padding/margins/stuff gets in the way.
I’m cool with css and php (i.e. I can follow instructions LOL ) tagh.co.nz (test, test123 – password protect, NOT wp credentials!)
many many thanks!
Hello nikolasa,
Yes you can directly insert the header image of 960px width. You will need to remove margin/padding (set to zero) inside style.css file.
.header_wrap { margin:0px; padding:0px }
.brand { margin:0px; padding:0px }
You will need to set zero margin for .brand inside includes/load_styles.php file as well. That file is used to load margins as provided via theme options. Let me know if you need further assistance.
Regards
Thanks so much for that, I’ve done as you’ve outlined but think I need to change the menu codes aswell, they’re looking a bit wonky lol – here is a screenshot (http://tagh.co.nz/wp-content/uploads/2011/09/HeaderScreenshot1.jpg)
This is what I’ve done:
(Styles.php) changed margins to zero: echo( ’.brand { margin:’.$hlk_logo_mrgtop.’px 0px ’.$hlk_logo_mrgbtm.’px 0px }’);
(Style.css) .header_wrap { margin:0px; padding:0px } .brand { margin:0px; padding:0px }
The menu drop downs are now centered (instead of left aligned) and as you see they are down quite a bit, might have a play with the Hulk Options (menu placement) to see if I can tidy it up.
Thanks for getting back to me, once again, love the theme!!
Hello again,
You will need to keep rest of the styles as-it-is for header_wrap. I suppose you deleted all styles and placed only margin:0px and padding:0px.
.header_wrap { margin:0px; padding:0px; text-align:left; .. and rest of the styles should still come here }
I hope that will help.
Regards
URGENT : sorry I’ve got to get this sorted by lunchtime tomorrow
and wow thanks so much for the great support! 
I’m also working on a site where I just installed your other theme Cruz and I’ve done the same thing (in both Cruz and Hulk) and everything is working (in both themes) EXCEPT both logos/headers come out left aligned and not centred.
http://www.dingdots.com/mich2011/test test123
I’ve tried “align: center” but that didn’t work, how might I get it to sit in the middle of the page.
You’ve been wonderful, so thanks for all the help you’ve provided!!
URGENT : sorry I’ve got to get this sorted by lunchtime tomorrow
and wow thanks so much for the great support! 
I’m also working on a site where I just installed your other theme Cruz and I’ve done the same thing (in both Cruz and Hulk) and everything is working (in both themes) EXCEPT both logos/headers come out left aligned and not centred.
Oh there is also a small area below the banner which is showing (I’ve made sure all the margins are set to zero….) – it’s happening in both Cruz and Hulk.
http://www.dingdots.com/mich2011/test test123
I’ve tried “align: center” but that didn’t work, how might I get it to sit in the middle of the page.
You’ve been wonderful, so thanks for all the help you’ve provided!!
Hello again,
Inside style.css file where you have:
.header_wrap { margin:0px; .. }
Change that to:
.header_wrap { margin:0px auto; ... }
i.e. add auto for left and right margins.
Regards
Outstanding theme. Easy to install, guide is fantastic and most of all this theme looks awesome. Thanks for your hard work and the updates. Very slick and classy.
Thanks, Jasel. Appreciate your kind feedback. 
Regards
Hi. I just purchased your theme and I haven’t been able to set up my navigation bar. It doesn’t show up. My website is hogarescuelassds.org
What might this be?
Hello there,
You can set navigation menu by going to Appearance > Menus. Create a new menu and assign it to the Menu areas on the left side.
You can find more information inside the documentation/index.html files section “Create and manage navigation menus”.
Regards
Hello Saurabh, in the hulk theme, is there a way of removing the page title in pages? Thank you very much, Melissa
Hello Melissa,
Kindly let me know whether you want to remove the page titles only, or the entire section in which page titles are shown. I will send you the code accordingly.
Regards
Hello Saurabh, thanks very much. I would like to remove the entire section in which the page titles are shown (because it is taking up too much space for me) thanks, Melissa
Hello again,
I have sent the file at your e-mail.
Regards
got your mail. thanks very much. the theme is great ! Melissa
Hello Saurabh, I am having difficulty getting the images to show on the home page slider. I followed the documentation and made sure the file permissions were correct. I checked with the host that I have a GD library and I do. Is there something else I can do? Thanks, Melissa
Hello Melissa,
Can you send me your site URL please.
Regards
Hello Saurabh , the url is www.kennedyarchitecture.ie, thanks, Melissa
Hello Melissa,
I can see that you have assigned images by “attaching” them to the post.
file not found Query String : src=http://kennedyarchitecture.ie/?attachment_id=156&w=960&h=640&zc=1&q=100 TimThumb version : 1.25
You will need to upload images to the media library, copy it’s URL , and paste inside the “Featured Image URL ” field of post options panel. Do not attach them to the post.
You can find more information inside the documentation/index.html file of your download package.
Regards
thank you very much you are great ! Melissa
Hi!
How can I make the caption wide as the slider and bigger typo? I am using Nivo Slider.
Thanks!
Hello Ximo,
Open css/nivo-slider.css file and look for the following code:
.nivo-caption {
...
...
width:auto;
max-width:440px;
...
...
}
Change this to:
.nivo-caption {
...
...
width:100%;
...
...
}
After doing so, you may need to shift the navigation bullets upward. For that, open style.css file and look for line no. 167:
.nivo-controlNav { position:absolute; bottom:16px; right:16px; z-index:9999 }
Change the bottom value to some bigger one:
.nivo-controlNav { position:absolute; bottom:40px; right:16px; z-index:9999 }
Regards
Once again: perfect!
Thanks!
ah brilliant that’s great
thank you!
Hello! I bought and installed the hulk theme but got this error: ” Unpacking the package…
Installing the theme…
Theme installed successfully.
Warning: fopen(/content/Hosting/k/e/kennedyarchitecture.ie/web/wp-content/themes/hulk-businessportfolio-wordpress-theme1/style.css) [function.fopen]: failed to open stream: No such file or directory in /content/Hosting/k/e/kennedyarchitecture.ie/web/wp-includes/functions.php on line 4339
Warning: fread(): supplied argument is not a valid stream resource in /content/Hosting/k/e/kennedyarchitecture.ie/web/wp-includes/functions.php on line 4342
Warning: fclose(): supplied argument is not a valid stream resource in /content/Hosting/k/e/kennedyarchitecture.ie/web/wp-includes/functions.php on line 4345 ” anything I can do to solve this? thanks, Melissa
Hello Melissa,
You will need to unzip the download package first. Inside the package, there is a folder named “Hulk”. This folder is the actual theme. You will need to upload “Hulk” folder to wp-content/themes/ directory.
You can find more instructions for installation & configuration inside documentation/index.html file.
P.S. Generally, we bundle different things like documentation, source files, PSD etc inside a download package. So the package is not a theme by itself. The theme is inside the download package. 
Regards
Hi,
great theme!
I am able to use Home widgets as Default Secondary Column 1, 2, 3 and 4. They are before the footer.
The problem is how to put content on the middle white zone, as the four pics for example:
http://imageshack.us/photo/my-images/163/capturadepantalla201109r.png/or
http://imageshack.us/photo/my-images/834/capturadepantalla201109f.pngWhat widget is that zone? Is it a page?
Hello Ximo,
That white zone is a simple page content. You would insert the content for this zone inside the page editor.
For a quick start, you can open hulk/dummy_data/home.txt file and copy/paste it’s content into your home page. (Using the WordPress page editor). Your page will be populated with 3columns, four columns etc. You can then replace the content and images accordingly.
Regards
It worked like a charm,
Thanks!
hi there, great template but i seeme to have come across a problem with the template.
im trying to use the lifestream plugin to show my twitter feed. however the feed messes up the page layout and moves the side bar to the bottom and distorts the footer.
my biggest problem is when i click on the comments at the end of each feed i get redirected to a page that gives the error:
“Catchable fatal error: Object of class WP_Error could not be converted to string in /hermes/bosweb/web263/b2636/user/globalmacro/wp-content/themes/hulk/functions.php on line 306”
i have checked this feed with the default theme and it works fine.
what do i have to do to the functions.php file to get rid of this error?
any help would be appreciated
link to the page (click on “no comments”):
http://ahangap.globat.com/globalmacro/lifestream/
heres the link to another site that has this working properly:
Hello ahangap,
I have gone through your site. The Sidebar is appearing below because there is a missing closing div tag for the .content div. Not sure if you pasted some custom code, or edited the core file, but it is appearing fine for the Blog page.
So I guess the closing div tag is missing only on that lifestream page. I have placed a closing tag using firebug and the sidebar appeared correctly.
Regarding functions.php file, the code is trying to find the category when you switch on to the comments of lifestream. Since that page may not fall under any category, the code is throwing error. Inside functions.php, line no. 304:
elseif ( is_single() && !is_attachment() ) {
$cat = get_the_category(); $cat = $cat[0];
echo get_category_parents( $cat, false, '' );
}
You can change this to:
elseif ( is_single() && !is_attachment() ) {
$cat = get_the_category();
$cat = $cat[0];
if(isset($cat) && !empty($cat))
echo get_category_parents( $cat, false, '' );
}
If this doesn’t work, you can mail me at xconsau[at]gmail[dot]com so that I can see further.
Regards
wow im glad i bought this theme, great support, that totally fixed the comment part. thanks for your help.
im a bit new with wordpress, where do i have to add that closing div tag and to what file? i cant seem to pin point it with firebug.
and the page was created automatically by lifestream and i did not make it.
your help would be appreciated.
thanks
Also, this div tag deal apparently is causing other problems,
in this link, i have set the page template to blog and set the sidebar to none, however underneath the posts the side bar shows up:
http://ahangap.globat.com/globalmacro/market/is there something globaly i have to change for the theme?
Hello there,
Kindly mail me your login details (if you are okay with that) to xconsau[at]gmail[dot]com. I may need to look into the core files and the twitter plugin.
Regards
I got hit by the timthumb vulnerability, so I’m attempting to re-build my site entirely on a new server, and am running into a problem with the new timthumb script in the updated theme.
I’ve re-configured everything and moved all the files in the uploads folder across, but no images are showing up on the new site. When I attempt to open them in a new tab, I get the following message (note I’ve already upgraded to version 2.8 to try to fix the issue, but it didn’t help):
A TimThumb error has occured
The following error(s) occured: Could not find the internal image you specified.
Query String : src=URL-OF-IMAGE&w=198&h=84&zc=1&q=100 TimThumb version : 2.8
Any ideas or assistance would be greatly appreciated!
Thanks, Xavier
Hello Xavier,
I can tell after looking at the URL of the installed theme. Not sure where the images reside, due to which we are getting “Could not find the internal image you specified”.
You can mail me the URL at xconsau[at]gmail[dot]com. I will see further.
Regards
Also one more thing, is it possible to have images uploaded in a post in the blog section to automatically open with prettyPhoto without having to use the [frame] codes? it would make life a lot easier for my client to use.
Thank you again! 
Mark.
Hello again,
Inside your blog posts, insert an image using the normal img tag and use a rel attribute as shown below:
<a rel="prettyPhoto[group1]" href=""url_to_full_image"><img title="my title" src="url_to_small_image" />
This will allow the image to open in prettyPhoto modal box.
Edit: There is a closing ‘a’ tag after the image. The code is not displaying properly here. 
Regards
Thank you for your excellent help! nothing short of brilliant, thank you Sharma 
Hi SaurabhSharma,
Is there a way of changing the ‘URL’ form field to ‘Phone Number’ on the Contact Page?
I tried changing the form labels in contact-page.php, but have realised the form actual tests for a url input.
Cheers for your time, It’s a really great theme, thank you!
Mark.
Hello Mark,
Keeping personal customizations in mind, I have provided a built-in style support for Contact Form 7 Plugin. You can use this plugin to create your own form fields, mail format etc.
Editing the existing contact-page template would be complicated as compared to using the ContactForm7 plugin. You can give it a try.
Regards
Hi Saurabh
can you suggest how to create a 3 column and 2 column layout pages both on this HULK theme?
Thanks Raj
Hello Raj,
You can find details on creating a multi-column layout on full width/sidebar inside the documentation file’s section 15. Short Codes and Style Elements.
If you have not purchased the theme yet, I will assist you upon doing so, once you purchase the theme.
Regards
Does this theme support BuddyPress? If not, do you plan on adding support for it in the future?
Anyways, thank you very much, I love this theme.
Hello there,
I haven’t tested the theme with BuddyPress yet. So I can not be sure if the theme works good with it. I will give it a try and figure out what is required to support BuddyPress. 
Regards
I figured out my question. I thought I changed the scripts permissions, but I guess they never saved. Thanks again. Great theme.
Hello Neil,
Thanks for trying and figuring out yourself. The file/folder permissions may not get saved if you change them via FTP program. So, make sure you always do it via the Control Panel (File Manager) of the hosting account.
Regards
Hi Saurabh,
I have successfully installed the theme and am walking through the documentation, but the images in my slider are not displaying.
http://www.hmsevans.com/I apologize if I am missing something basic, as I am new to web design. Any help would be appreciated. Thanks,
-Neil
Hello, is there a way to have the [btn] code open in a new window? I have some links I would like in opened in _blank.
Hello there,
Yes you can set that. Open includes/shortcodes.php file and look for line no. 241:
return '<a href="'.$link.'" class="btn1">'.do_shortcode($content).'</a>';
You can add the target attribute as:
return '<a href="'.$link.'" class="btn1" target="_blank">'.do_shortcode($content).'</a>';
Save the file and you’re done.
Regards
Hi,
I bought this theme and its very very good.
I want to ask where i can change the propieties of cycle slider, like caption opacity etc.
Thx!
EB
Hello EB,
Inside style.css file, section 4. Featured Area and Slider, you can modify these selectors for caption display:
.show_desc { }
.show_desc p { }
.show_desc a { }
.show_desc a:hover { }
For Nivo Slider, you can modify the selectors inside css/nivo-slider.css file.
For JS effects settings you can refer to the following files:
Cycle Slider: js/custom.js file line no. 66
Nivo Slider: js/nivo_init.js file.
Regards