ThemeForest

Focus - Clean Responsive Portfolio Template

  • Bought between 50 and 99 items
  • Exclusive Author
  • Has been a member for 6-7 years
tiaggo Purchased

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

QuadCodes

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

  • Bought between 50 and 99 items
  • Exclusive Author
  • Has been a member for 6-7 years
tiaggo Purchased

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

  • Bought between 50 and 99 items
  • Exclusive Author
  • Has been a member for 6-7 years
tiaggo Purchased

Please ignore my last question as I found the solution ;)

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

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

QuadCodes

Hello hhuesca,

Thanks for your interest in Focus !

Unfortunatly, you can’t have such arrangements.

Thanks

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

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.

Default-user

Yea.. Its working now. Thanks.

Default-user

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.

Default-user

Hi QuadCodes,

Can this themes apply with 1.7 jquery.min.js? Thanks.

QuadCodes

Yes, I don’t think so there will be any issue with 1.7

Default-user

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. :)

Default-user

Hi QuadCodes, i found that Subscribe function is not working well. Can you advice where to change the email address for subscribe function?

Thanks.

QuadCodes

It just Subscribe Layout. You have to add your own code as per your email campaign service api.

Default-user

Hi QuadCodes, can I have the answer of previous question which is where can I modify the social follower count function? Thanks.

QuadCodes

Social Follower Count Function can be managed through init.js line no : 183 & 184

Just replace with your username details.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

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.

QuadCodes

Hello, Are you trying to remove twitter icon from “Social Followers widget” ? Pop up title is basically alt=”image” attribute of respective image.

Default-user

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!

QuadCodes

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

Default-user

AWESOME!!! Thanks a bunch!!

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

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.. :)

QuadCodes

in style.css, On line no : 1712 & 1804, remove following line

.qcSocialShare  { display: none }

& you are done !

by
by
by
by
by