QuadCodes
- Exclusive Author
- Has been a member for 2-3 years
- Sold between 10 000 and 50 000 dollars
- Bought between 1 and 9 items
- Referred between 10 and 49 users
- India
139
Purchases
Buyer Rating:
4.58 stars
4.58 average based on 19 ratings.
-
5 Star
1473%
-
4 Star
315%
-
3 Star
15%
-
2 Star
15%
-
1 Star
00%
| Created | 24 April 12 |
| Last Update | 16 June 12 |
| Columns | 1 |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Documentation | Well Documented |
| Layout | Liquid |
| ThemeForest Files Included | HTML Files, CSS Files, JS Files |
- agency
- clean
- creative
- filterable portfolio
- grey
- minimal
- mobile
- personal
- portfolio
- responsive
- skeleton
- sortable portfolio
- studio
- white
© All Rights Reserved QuadCodes -
Contact Envato Support


Hi I have a simple question I believe: Is it possible to make a 20px margin right in each item of the portfolio except the ones on the last column?
Thanks
Hello tiaggo,
Thanks for purchasing Focus !
Adding margin will change css for filter columns & Portfolio image resize ratio.
Quite tricky changes you have to make for that.
Thanks,
-Mandar
How about getting the portfolio items descriptions bellow the images instead of the top is that easy to achieve? I’ve managed to do it in the 4 column view only however in the 2 and 3 columns view the descriptions get behind the images everytime I try to put them bellow.
Thanks in advance
Please ignore my last question as I found the solution
Hi! I really love this template and im ready to buy it, i have just one question: Is it possible to “combine” the ajax portafolio items?... I mean some items with the ajax funcionallity and others with just static links? Regards
Hello hhuesca,
Thanks for your interest in Focus !
Unfortunatly, you can’t have such arrangements.
Thanks
Hi, I like this design very much. But, i feel there is 1 thing i would like to make changes.
Can the filter only show the match resultl but not disable those result which not match and still keep it there.
Hope you understand what i mean. Thanks.
Hello EldredAng,
Here is how to do it :
http://themeforest.net/item/focus-clean-responsive-ajax-wordpress-theme/faq/2499928Thanks
Yea.. Its working now. Thanks.
Hi QuadCodes,
I have another question from me, I found that the filter work fine in desktop version, but it not working well in mobile page.
Can i know where to modify for mobile page? Thanks.
Hi QuadCodes,
Can this themes apply with 1.7 jquery.min.js? Thanks.
Yes, I don’t think so there will be any issue with 1.7
Yes, it working fine now. Thanks for the previous question.
Can i have another question, Where can i modify the social follower count which is show in social follower widget? Appreciate for your reply.
Hi QuadCodes, i found that Subscribe function is not working well. Can you advice where to change the email address for subscribe function?
Thanks.
It just Subscribe Layout. You have to add your own code as per your email campaign service api.
Hi QuadCodes, can I have the answer of previous question which is where can I modify the social follower count function? Thanks.
Social Follower Count Function can be managed through init.js line no : 183 & 184
Just replace with your username details.
Hi QuadCodes, I would like to remove the tweet icon and change the name of the pop-up title “image” for Quick View. I’ve been staring at the code for hours. Please assist. Much appreciated.
Hello, Are you trying to remove twitter icon from “Social Followers widget” ? Pop up title is basically alt=”image” attribute of respective image.
Hi QuadCodes, It is not the social followers widget. When you are at the landing page. You click on one of the image, let’s say Tribes. The images moves down and a larger Tribes image display with Prev and Next. Click on the larger Tribes image again, a pop-up will launch. In the pop-up, it shows, This is the description. And below it, displays Tweet, and FB likes. I want to remove those social icons and also change the title for the pop-up. Right now it displays, “image”. Thanks!
1] To remove those social icons, go to init.js & replace
// --------- 8. PRETTYPHOTO ---------- // jQuery("a[rel^='prettyPhoto']").prettyPhoto();With
// --------- 8. PRETTYPHOTO ---------- // jQuery("a[rel^='prettyPhoto']").prettyPhoto({social_tools: false});2] To change image title, Go to :
includes/formats/project-format/project-gallery.php
& replace code with following
<?php include 'project-variables.php'; ?> <!-- WMUSLIDER START --> <div class="wmuSlider slider-gallery"> <div class="wmuSliderWrapper"> <?php if ( !$project_image_1 == '' ): ?> <article> <a href="<?php echo $project_image_1; ?>" title="<?php the_title(); ?>"><img alt="<?php the_title(); ?>" src="<?php echo $project_image_1; ?>" /></a> </article> <?php endif; ?> <?php if ( !$project_image_2 == '' ): ?> <article> <a href="<?php echo $project_image_2; ?>" title="<?php the_title(); ?>"><img alt="<?php the_title(); ?>" src="<?php echo $project_image_2; ?>" /></a> </article> <?php endif; ?> <?php if ( !$project_image_3 == '' ): ?> <article> <a href="<?php echo $project_image_3; ?>" title="<?php the_title(); ?>"><img alt="<?php the_title(); ?>" src="<?php echo $project_image_3; ?>" /></a> </article> <?php endif; ?> <?php if ( !$project_image_4 == '' ): ?> <article> <a href="<?php echo $project_image_4; ?>" title="<?php the_title(); ?>"><img alt="<?php the_title(); ?>" src="<?php echo $project_image_4; ?>" /></a> </article> <?php endif; ?> <?php if ( !$project_image_5 == '' ): ?> <article> <a href="<?php echo $project_image_5; ?>" title="<?php the_title(); ?>"><img alt="<?php the_title(); ?>" src="<?php echo $project_image_5; ?>" /></a> </article> <?php endif; ?> </div> </div> <!-- WMUSLIDER END -->Thanks
AWESOME!!! Thanks a bunch!!
Hi QuadCodes,
Found that when we are in portfoliosingle page (mobile version), the social media plugin is not showing.
can we enable it before the STORY BOARD / CASE STUDY paragraph? Thousand Thanks..
in style.css, On line no : 1712 & 1804, remove following line
.qcSocialShare { display: none }& you are done !