This item is by an Elite Author
eggbit
- Canada
- Elite Author
- Referred between 10 and 49 users
- Sold between 50 000 and 100 000 dollars
- Exclusive Author
- Has been a member for 3-4 years
- Bought between 100 and 499 items
402
Purchases
Buyer Rating:
4.17 stars
4.17 average based on 23 ratings.
(more information)
-
5 Star
1356%
-
4 Star
626%
-
3 Star
14%
-
2 Star
14%
-
1 Star
28%
| Created | 4 July 12 |
| Last Update | 18 June 13 |
| Columns | 4+ |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4, WordPress 3.3, WordPress 3.2, WordPress 3.1 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Fixed |
| ThemeForest Files Included | CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- ajax contact form
- custom widgets
- isotope
- jquery
- modern
- pricing tables
- responsive
- saas
- team shortcode
- touch swipe
- unbranded admin
- wordpress theme
© All Rights Reserved eggbit -
Contact Envato Support


Hi, Can you please tell me how to slow down the speed of the slide show? Thanks
Thank you
Sorry to bother you. I changed the number to 10,000 but it didn’t seems affacted anything. please see the link www.seqsecurity.com/Q
never mind, my mistake, thank you for you great support
Hi, Could you tell me if it’s possible to remove the side bar on the gallary page completely? I would like to show the detail page in full with of the page.
Thanks
There is no theme setting for that. It would require editing the code.
Thank you, love you support
For some reason, when i use the RED button either through shortcode or through html/css, my button is only red like 2 pxs near the end as you see here: www.deerfieldsourcing.com in the sidebar.
Yes. The button code will not work in the sidebar. Only in the content area.
Hi Thank you for your great support, I think I am getting close, everything is coming together nicely.
in first call to action row, I am trying to make the text and button show up in one row instead tow, so I modified the home.php line 49. it works but the text and button not align in middle, please take a look the link www.seqsecurity.com/Q Please help me to get them align vertically in the middle of the row
Thanks a lot.
You should probably be modifying the css rather then the template. Float the button to the right.
Hi, My client bought this theme.
I want to know how I can change the color for header bar on the website?
Another is when my client go on to the website with his iPad and the website does not look the same . here is some screen shot:
http://www.managehub.com/wp-content/uploads/2013/01/photo-1.png http://www.managehub.com/wp-content/uploads/2013/01/photo-2.png http://www.managehub.com/wp-content/uploads/2013/01/photo.pngThanks Adam
In css/base.css change the color for #header .container {}
The website will look different on iPad. It’s responsive and uses a different menu and layout on smaller mobile screens. If you look at the demo (without the frame) and shrink your browser, you will see the intended layouts.
Also the middle of the homepage is middle section is also left justified. Here is a screen shot: http://www.managehub.com/wp-content/uploads/2013/01/Screen-Capture-home-page.jpg That section should centered.
Thank you for all your help Adam
That’s different than what is in the demo. Did you alter some css that is affecting the column widths?
Hi,
I have another question. Is there away to turn off the responsive effect?
Also I am getting this error:
http://www.managehub.com/wp-content/uploads/2013/01/photo-3.pngThank you
Adam
It’s hard to tell form a screenshot. The error could mean you have an unrecognized category or posts without a category or you changed a taxonomy and there are posts related to it.
But is there away to turn off the responsive effect?
Here is the error i get when clicking on a image: Catchable fatal error: Object of class WP_Error could not be converted to string in /home/content/78/8323878/html/ManageHub/wp-content/themes/qresponsive/includes/breadcrumbs/breadcrumbs.php on line 56
Hi I have another question.
I am trying to edit Full Width template. I want to remove the search bar, the breadcrumbs and the title. I just want the menu bar, text box and footer.
Here is the code that I edit:<?php /* Template Name: Full Width 7 */ ?> <?php get_header();?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <div class="container heading-box"> <div class="container"> <div class="row"> <div id="main"> <div class="row"> <div class="twelvecol"> <div class="pagecontent"> <div class="post-block"> <div class="text-box"> <?php the_content();?> </div> </div> <?php endwhile; endif;?> </div> </div> </div> <?php get_footer();?> I keep having problem after I edit the code. Can you please help me. Thank You Adam </div></div></div></div>can you send me an email please. – thanks
HI,
Is there a way to edit the contact form on the contact us page and add more fields?
Thanks
You can edit page-contact.php and add more fields.
I updated my wordpress to 3.5 having no plugins. I can no longer update my pages…Do you have any idea why? Is there any update for your theme?
The theme works with 3.5. Perhaps there was a problem with the WP update. It sounds like a database problem. Have you tried updating WP again manually?
yes. It was WP update issue…thanks:>
How can I add a custom sidebar?
I added this to functions.php: register_sidebar(array( ‘name’ => __( ‘Tour Sidebar’ ), ‘id’ => ‘tour’, ‘description’ => __( ‘Product Tour Sidebar’ ), ‘before_title’ => ‘
’, ‘after_title’ => ‘
‘ ));I duplicated sidebar.php and renamed it to sidebar-tour.php.
And, finally, I added this to the theme:
<?php get_sidebar(‘tour’); ?>
What else am I missing? It still calls the primary sidebar instead of the new one I’m trying to add.
The theme uses dynamic sidebars. Why not just use get sidebar() and then save the name of the sidebar when you save the tour page. It will dynamically create the new sidebar for you.
Thanks, I figured it out.
Is there any easy way to get the “zoom” effect in gallerias for other simple images?
Not really an easy way. You would need to write a function to add it to other images.
Thenk you for the great theme.
How can I change the order of carousel? I updated “gallery01” first, “gallery02” and then “gallery03”. its displayed gallery03, gallery02, gallery01. I need to show them as gallery01, gallery02, gallery03. thank you for your support in advance.
WP orders them by the post date with the latest first. So you could edit the post dates/time. Or you can use a WP plugin to reorder posts.
understand. I will edit / find out the plugin. Thank you!
Hi there, I just bought the theme. I’m also using Wordpress 3.3 and noticed that the featured image is using a downsized version of the original image and so it’s all blurry. To clarify, I uploaded a 1920px x 509 px image but when I’m looking the slider image via Firebug, it’s serving up this size: masthead-1000×288.jpg, instead of the masthead.jpg.
Do you have any idea how to fix this? I’d really appreciate it. Thanks in advance.
Hi. That is not a size set by the theme. Are you sure when you upload the image you have ‘full size’ checked? Also check your WP thumbnail settings.
You’re so right about having the “full size” checked. I overlooked that. Thank you thank you!!!
Hi, How can I slow down the slider in the centre of the home page. Not the large one.
Thanks
In jquery.main.js around line 504:
Increase the number. Each thousand is about 1 second. – cheersI saw that when some one else asked but I can’t find jquery.main.js where is it?
In the js folder within the theme.
Thank you. God know how I didn’t find it before. lol
Went to install QResponsive at my Wordpress site. I adminster it through CPanel. So I went to themes and uploaded the zip file I had downloaded from themeforest only to be greeted with the error “missing CSS”.
Has anybody encountered this? Would love some help.
You need to unzip the download from ThemeForest. The actual theme zip is inside along with documentation. -cheers
Hi
I installed the Q responsive theme.
Quick question… why wouldn’t bullets show up on a regular page?
I’ll upload an update for this. – thanks
Thank you very much… I have another question, is there a way to control the images on the slider. They seem to maximize without a way to control it.
Because the slider is widescreen, you need to make sure the images are landscape and wide enough. Otherwise, they will appear ‘zoomed in’. If your images aren’t very wide, you could paste them on a larger background to maintain the aspect ratio.
Thanks again that helped. FYI – I modeled my images after your example images, 1200×360 at 300dpi.
Is there a place in the CSS where I can make the changes to allow bullets on the Pages in the theme?
I need to push out a version of my site in the next few days.
.post-block ul li { background: url("../images/arrow.png") no-repeat scroll 0 50% transparent; margin-left: 0 !important; padding: 0 2px 3px 24px !important; } .post-block ol {padding-left:18px;} .post-block ol li {padding: 0 2px 3px 5px !important;}I’ll update the theme with the same.Eggbit..
As a suggestion, and by no means a CSS expert:
Might want to just comment out line 455
/.post-block ul { list-style: none outside none; }/
This is forcing you to use an image. Then just leave the formatting as:
.post-block ul {padding-left:18px;} .post-block ol {padding-left:18px;}
This way plug-ins like TinyMCE work.
The ‘arrow’ bullets are already used in the sidebar and menus. So for consistency I’ll use the same. But I will modify the selectors in the actual update. – cheers
Hi Eggbit
I seem to have problems with your Qresponsive theme on my Ipad. Whern I scroll down and move over the carousel items and up again the menu items are not anymore accessible. I need to push on the logo and return to the home page to get the menu activated again and the slide show running
I just tested the demo on an iPad and it seems to work correctly. Have you made any css changes? Can you email me a link?
Hello.I’m having issues with the pricing table. I created the table and got a short code [price_table id=506] After adding the code into pages, it won’t be displayed at all. May I have your advice?
Thanks in advance.
Make sure you’ve filled in all the price table fields. Also ensure there are no extra tags surrounding the short code ..like [pre]. If you email me a link I can take a closer look. – cheers
I’m sure there are no extra tags… I will email you the link later.thank you!
Hi Eggbit, great template. I’m having an issue with my logo – it does not work well with an 85 px height. I’ve played around with the base.css to allow me to enlarge it without cutting it off, but it looks unnatural with all that unused space. Is there any way for it to overflow over the slider? Or if I replace the slider with a static image, overflow over the image? I can email the logo if you want to see what I’m working with. Just looking for a suggestion… If I need to change my logo, I will. Thank you!
.logo {position:absolute; z-index:10; height:200px;}First off, nice theme! Loving it….I just have 2 pre-purchase questions:
1. When testing on my iPhone 5, there’s a HUGE glitch as far as the menu. When you click the menu, it expands fine, but it does not go back up. I tried on 2 different iPhones in portrait and landscape, and the same problem exists. Once you bring the menu down, the page essentially stops functioning. Is this going to be addressed?
2. I’m looking to update the theme to my current website, but have hundreds of posts. How does this theme handle importing posts via a plugin or backup service?
Thanks!
Hi. I originally designed the menu to just open and a selection to be made. It’s an easy change to have it close again. I will include that in the theme update. Posts use a custom title and subtitle field. Importing many posts is not a problem. But if you want custom heading/subheading you will need to enter those. – cheers
Is there a way to add a gallery to a specific page? For instance I have created six galleries and have six pages where I would like a specific gallery to appear on each page. Any shortcode for that?
The theme only supports one gallery. You would need to use a plugin to have multiple galleries. – cheers
Hi, I’m trying to insert an image into the home page slider. When I do that, the image becomes really high. Even if the natural height is say 400px, the image will appear about 800px high or something. You can see it here.. http://scwp.evermight.com/
Why is it doing this? How should I manage this?
It’s because the slider is widescreen. So if the screen is 2000px wide and your image is only 800px, it will be scaled up proportionately to fit the screen. If your image isn’t very wide, you could paste the image on a wide background – about 1900px to maintain the aspect ratio.
Ok, I see now. The images I have aren’t that wide. I tried using my image on a white background like you suggested, but doesn’t look that great. Is there a way to let my slider images be fixed width and height, and then use the same pattern that’s in the header to fill the area on both sides of the slider image?
What is the best way to hide certain sections on the home page? For example, I want to hide the Features section.
.info-section {display:none;}Thanks!