ThemeForest

NicePhoto - WordPress Photography Portfolio

  • Has been a member for 0-1 years

I appear to have made a mistake on yesterday’s post. When I said “Is there either a way” I meant “Is there a way”.

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years

It there a way to just set up images for the homepage and not show in portfolio section? I just to have a slideshow of images.

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years

And my second question is there a way to still get the jquery pretty photo not to conflict with the plugin site-background slideshow?

PrimeThemes

Hi

first question, nope – sorry, our main idea when build this theme is showing the works/latest works in homepage

second, conflict between prettyPhoto with a plugin script? Well, you can try go to prettyPhoto site and grab latest prettyPhoto js script and change the current prettyPhoto script in the theme (under “js” folder). If the error still exists, you might need ask support from the plugin’s author

thanks :)

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

Hi,

When I use the video shortcode (for YouTube, so far), the video window is way too big. How can I control the size of the video player?

PrimeThemes

Please only post question under your account that you use to purchase our theme :)

thanks!

cpedraza

I’m sorry. My business partner bought the theme for me to use.

cpedraza

Does this mean you’re not going to help me?

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

Is there a way to remove the “All” category in Portfolio Templates?

PrimeThemes

Hi

Remove “All” from filter block? or you want to remove the filter block completely.

If you remove “All” from filter block, but keep another filter lists (portfolio category) – it will make your visitor cannot go back to view complete lists of your portfolio.

let me know :)

Thanks

Default-user

Yes, I would like to remove “All” from filter block and keep all the other filter lists.

PrimeThemes

open “functions-inc/portfolio-template.php” remove line 812 – 816 ( http://pastie.org/pastes/5940604/text )

thanks!

Default-user

The fix did remove the ‘All’ category. However, it displays on page load what used to be in the ‘All’ category if you do not click another category. I do not want it to do that. I would like it to load the first category (not ‘All’) on page load.

PrimeThemes

Such us more “custom” changes into the theme, add “please help me” and “thanks” for previous fix – will make us more happy to help you out – kidding :D

open “js/global.js” line 528 – 539, you will find this code
$container.isotope({
    itemSelector: '.project',
    itemPositionDataEnabled: true,
    transformsEnabled: true,
    containerStyle : {position: 'relative', overflow: 'hidden', paddingTop : '10px', paddingBottom : '10px'},
    masonry: { columnWidth: pW+10 },
    animationOptions: {
        duration: 350,
        easing: 'easeOutSine',
        queue: false
    }
});

remove it, and change with this http://pastie.org/5944046

next, still in global.js, scroll to line around 600 and find code below
$.each( $container.find('.project'), function(i, it){
change with
$.each( $container.find('.project').not('.isotope-hidden'), function(i, it){

thanks!

Default-user

Hello,

Sorry, I was just copying and pasting what VOTProductions wanted to post to you from a chat since he isn’t allowed to ask for help on his own account.

Thanks for the help, it worked as we wanted.

PrimeThemes

no problem ;)

Thanks!

Default-user

Oh also one more thing, how can we get rid of the “Load more” button on the portfolio page? If I click it, it doesn’t actually display anything more, so it’s pointless. I’d like to get rid of it.

....Thanks!

Default-user

EDIT for above, it does show results. On some portfolio categories it can show 7 results without the need of a “Load more” button, but on others it only shows 2 unless you click show more.

PrimeThemes

Simply go to “Theme Settings > Portfolio Settings”, set “How many posts to show per load” option into “-1” (read : minus one)

thanks

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
jodyw1 Purchased

How can I change the order in which items appear on the homepage? They currently display in publication order (descending), and I would like them to display ascending?

On the Home Settings, I’ve selected “No Content – Only Show Background Slide”.

Then I selected, “Let me choose the post (enter post IDs below).”

Then I list the post IDs in the order I want them to display, but they don’t display in that order. They continue to display in descending publication order.

PrimeThemes

WordPress have fix value for ‘orderby’ parameter, so even you change the order of ID in the theme option field, WordPress will still use the default ‘orderby’ and ‘order’ parameters.

One way to change the order is to modify the query args. Open “functions-inc/portfolio-template.php” scroll to line 361, right before this code
if( $args ){
enter this code:
//lots of options for this parameter, continue read below
$args['orderby'] = '';

//DESC or ASC
$args['order'] = 'ASC'; 

You can enter the value of ‘orderby’ parameter into anything that meet your need, follow the parameters of ‘orderby’ parameter value here WordPress Query

hope this help :)

Many Thanks!

Default-user
jodyw1 Purchased

Thanks! I’ll try it out and let you know how it works :)

Default-user
jodyw1 Purchased

Worked perfectly! Thank you!

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
jodyw1 Purchased

I had the same question about the size of the embedded video player when using the video short code. Is there any way to control its size. It’s HUGE and video that isn’t HD looks very pixelated.

Thanks!

PrimeThemes

well that is responsive, the video size follow the container size. You can use column shortcode and place the video shortcode inside it if you want to show video in smaller size.

for example use 3 column shortcode, keep column 1 and 3 content blank and enter the video shortcode in column 2.

Thanks

Default-user
jodyw1 Purchased

That’s a good idea. Unfortunately, it doesn’t work in the video tab on a portfolio page; it only accepts video URLs.

  • Has been a member for 1-2 years

Hi, Im Planing to Buy This theme , Before that i want to know is there any way i can use 5 or 6 selected slider pictures for the home page and link them for selected “CATEGORIZES” (not for one portfolio) in the portfolio page??

PrimeThemes

Hi

Sorry, no option for that

Thanks :)

Default-user

So Is there any way to Disable the Pop-Pup in the homepage ?? even simple edit in PHP is fine , Plz I really want to buy this theme , But Homepage is the only problem,

And Im thinking I can Disable the links in the homepage slider too right ??

Default-user

and thanks for your reply

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

Hello,

is it able to change the code for every single (preview) image of a portfolio, that the “alt” and “title” codes have the name of the porfolio and the name/number of the image?

Actually there is no title code in the link and the alt-code is empty. So that is not fine for google picture search for example:
<div class="prime-project-galleries">
<a href="http://www.xxx.com/wp-content/uploads/2012/12/IMG_0004.jpg" class="primeGalleriesLink" rel="prettyPhoto[portfolio]"></a>
<img src="http://www.xxx.com/wp-content/uploads/2012/12/IMG_0004-427x550.jpg&t=02d63acaf114bc8ec1409ebcbfd58ac8" alt="" />
</div>

Would be great.

Thank you!

Kind regards,

Klaus

PrimeThemes

Hi, sorry for the delay

Open “functions-inc/portfolio-template.php” around line 251 – 255, you can modify the output manually there. Below is standard code that wordpress use to fill the title and image alt (note, functions below related to the theme gallery function)
//for link title
$p_post->post_title;

//for image alt
get_post_meta( $gid, '_wp_attachment_image_alt', true );

Thanks

Default-user
ayssono Purchased

Hello,

thank you!

$p_post->post_title; works fine, but how will I get the portfolio title into the alt/title text?

If I use “the_title”, the text is always outside of the alt/title code. The value of “the_title” is correct.

Kind regards,

Klaus

Default-user
ayssono Purchased

Hello,

I got it, this works for the title in alt/title code: ’.get_the_title().’

Thank you for a great support again!

Kind regards,

Klaus

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
jodyw1 Purchased

Is there anyway to enable video embeds on the portfolio page’s video tab from Distrify? I installed the Distirfy-Embed plugin which is supposed to allow video embeds the same way Wordpress allows natively.

PrimeThemes

Hi

Nope if you ask me, but YES if you would hire a freelancer to do some changes into the theme’s functions. The video tab is optional feature, it containing custom metadata of the post – do not have any relations into the content of the post. :)

Really sorry, but we can’t help much with questions that related to “advance theme modifications, including integrated process between the theme and plugins”. Our support is focused on theme usage and maybe some “very simple” changes. We do try to help if the question have simple way out, but not with the harder ones. Hope you understand :)

Thanks!

Default-user
jodyw1 Purchased

You should note in your documentation, btw, that when entering video URLs in the video tab, using a comma to separate the URLs means just a comma, not a comma and a space, which is what most web apps and such do. If you insert a comma and a space in between the video URLs, the entire function breaks.

  • Bought between 10 and 49 items
  • Canada
  • Has been a member for 3-4 years

How can I change the size of the menu font?

PrimeThemes

You need to modify in “base.css”

thanks

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

Hello,

is it possible to manage, that the menu leaves opened on the iPhone? atm it´s closing and moving to the left upper corner.

btw: this is the best theme I´ve ever worked with! great work! Thanks.

Robert

PrimeThemes

Hi

I will ask the dev about this, we will back to you soon :)

thanks!

PrimeThemes
open “global.js”, delete line around 441 – 443
if( (browserWidth < 600 || browserHeight < 400) && $('#side-hide-controll').length ){
    $('#side-hide-controll').click();
}
also delete line around 1641 – 1646
if( $('#main-menu').hasClass('onMobile') && action == 'show' ){

    if( (browserWidth < 600 || browserHeight < 400) && $('#side-hide-controll').length ){
        $('#side-hide-controll').click();
    }
}

thanks

Default-user

Hi, thanks, great help, it works! :)

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

Hello, again me ;-)

I´m close to get online with the new page. Maybe a last question: when I go to my portfolio, I have 3 buttons on the left – information (text), video and comments. It always starts with the information (text). Is it possible, that it indicates directly to the video?

Thanks for helping, best Robert

PrimeThemes
OPen “global.js” around line 1170
/** ---- Project Content Tabs ---- **/
function projectTabs(){
    var tabs = $('#content-tabs').find('ul').find('li'),
        panes = $('.content-pane'),
        firstID = $(tabs).filter(":eq(0)").find('a').attr('href');

    if( $(firstID ).length ){
        $(firstID ).show();
        $(tabs).filter(":eq(0)").addClass('tab-active');
    }

    tabs.each(function(){
        var t = $(this),
            link = t.find('a'),
            ObjId = link.attr('href');

        link.click(function(e){
            e.preventDefault();

            if( !t.hasClass('tab-active') ){        
                if( $(ObjId).length ){
                    $('.tab-active').removeClass('tab-active');
                    t.addClass('tab-active');
                    $(panes).not(':hidden').hide();
                    $(ObjId).show();
                }
            }
        });
    });

    pta();
};
change it little bit, like so
/** ---- Project Content Tabs ---- **/
function projectTabs(){
    var tabs = $('#content-tabs').find('ul').find('li'),
        panes = $('.content-pane'),
        secondID = $(tabs).filter(":eq(1)").find('a').attr('href');

    if( $(secondID ).length ){
        $(secondID ).show();
        $(tabs).filter(":eq(1)").addClass('tab-active');
    }

    tabs.each(function(){
        var t = $(this),
            link = t.find('a'),
            ObjId = link.attr('href');

        link.click(function(e){
            e.preventDefault();

            if( !t.hasClass('tab-active') ){        
                if( $(ObjId).length ){
                    $('.tab-active').removeClass('tab-active');
                    t.addClass('tab-active');
                    $(panes).not(':hidden').hide();
                    $(ObjId).show();
                }
            }
        });
    });

    pta();
};

thanks!

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
jodyw1 Purchased

I’m having trouble with submenus. The text and hyperlinks are disappearing. I refresh the page and it doesn’t help. What’s going on?

(see screenshot)

The website where I’m having this trouble is http://thedarkplacemovie.com

PrimeThemes

Hi

We’ve take a look into your site and can’t find any problems with the menu, did you still had the problem?

thanks

Default-user
jodyw1 Purchased

It happens intermittently. The sub-menus just go blank, as in the screenshot above. Simply re-loading the page doesn’t work; I have to close the browser window, open a new window or tab and reload the site.

PrimeThemes

Which browser you use there? I really can’t find the problem, even if I hard refresh, clear cache, no problem with menu

\\

Did you have try turn off your plugins and re-check if the problem still exists?

Thanks

Default-user
jodyw1 Purchased

I’m using Safari. The problem is intermittent. It doesn’t recur for quite a while after I’ve been using the site. I can’t easily replicate it, but it does recur.

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

Hi, I purchase the theme and it works great I love the portfolio page, but I want to have different photos on my home page, not the ones from my portfolio, is there any code that I can use to choose what photos can I display on my home page or how can I change that? And if there is no way, then how can I chose what photo to display from the portfolio section? I don`t want to display the same cover photo I have for it.

But please if I can change it to any other photo display instead of portfolio it will be great!! my site is www.silvanaderidder.com

oh and is there any way we can have the photo of the homepage display fully in color not with those black small dots opacity on it?

Thank you!!!

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
NickeyK Purchased

Is there anyway i can split my portfolio to show 3 types of categories which within will have their own sub categories

PrimeThemes

No option for this sorry, but you can play around with ‘portfolio category’ and place it into your menu items.

Thanks

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

the site says: “Note: All support request/question will processed within 48 hours (Mon – Fri).” Its been three days and no answer….. :(

PrimeThemes

Hi sorry,

we will back to you shortly :)

Sorry again

PrimeThemes

Hi

The function for homepage slider is in “functions-inc/portfolio-template.php” line 307 – 435 (see the original function here http://pastie.org/6245696 )

you can delete all code inside this function and manually change with your code
function _prime_print_homeSlides(){
?>
<div id="full-slides">

    <div id="slide-nav-container">
        <ul id="slide-data">
<li><span class="s-data" data-width="1024" data-height="708">image url here</span></li>
<li><span class="s-data" data-width="1024" data-height="708">image url here</span></li>
        </ul>
    </div>

</div><!-- #full-slides -->
<?php
}
repeat the li lists as listed above. data-width is your image width (only number), data-height is your image height (only number), image url here change it with image URL (only url not img tag). deleting dotted overlay, open “base.css” line 120
#full-slides #slide-nav-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(images/dotted-overlay.png) 0 0 repeat;    
}
change the background param into none -> background : none;

Thanks!

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
jodyw1 Purchased

I would love to be able to have a direct link to the video tab of a portfolio. The theme appears to support one (adding /#project-reel to the end of the portfolio page’s URL), but when you actually load that URL in the browser it merely displays the default article tab instead of the video tab.

It would be really helpful in marketing my website if I could link directly to the videos’ tab. Otherwise, it’s really easy for them to get lost to readers who fail to notice there even is a video tab.

Thanks!

PrimeThemes
open global.js around line 1204, find a function
function pta(){
  .....
}
change all code with this
function pta(){
    var ur = location.href.replace( '#', '?v='),
        par = prime_grab_param('v', ur);

    if( par != "" ){
        if( ( -1 != par.indexOf('comment') ) 
            || ( -1 != par.indexOf('comments') ) 
            || ( -1 != par.indexOf('respond') )
            || ( -1 != par.indexOf('project-comments') ) )
        {

            if( $('#content-tabs').length ){
                $('#content-tabs').find('a[href="#project-comments"]').click();
            }

        }
        else if( -1 != par.indexOf('project-reel') ){
            if( $('#content-tabs').length ){
                $('#content-tabs').find('a[href="#project-reel"]').click();
            }
        }
        else if( -1 != par.indexOf('project-description') ){
            if( $('#content-tabs').length ){
                $('#content-tabs').find('a[href="#project-description"]').click();
            }
        }
    }
}

thanks

Default-user
jodyw1 Purchased

Thank you. I will try that.

Default-user
jodyw1 Purchased

It didn’t work. I replaced lines 1202 through 1218 with the code you recommended above.

When I load the following URL into my browser, I don’t go to the video (project-reel) tab, I land at the project-description tab, same as before. Try it:

http://thedarkplacemovie.com/blog/portfolio/actor-blaise-embry/#project-reel
PrimeThemes

IT WORKS FOR ME!

Could you please clear your cache? Thanks!

Default-user
jodyw1 Purchased

That did the trick. Thank you!

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
jodyw1 Purchased

BTW, there is a workaround for the question up above from chamika012, “is there any way i can use 5 or 6 selected slider pictures for the home page and link them for selected “CATEGORIZES” (not for one portfolio) in the portfolio page?”

The answer is that you create a portfolio page that redirects to the URL of the category page that you want. I do this on my website http://thedarkplacemovie.com with the NEWS portfolio (2nd slider on the home page). I upload whatever picture I want to show up on the slider onto the portfolio page, but clicking on the slider takes you directly to my /blog/category/news page instead.

PrimeThemes

Really sorry Mister :)

For more advance change you need to hire a freelance. No, the theme do not support the features that you write up above.

thank you very much for your understanding.

Default-user
jodyw1 Purchased

It will if you add a redirect plugin.

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

Good afternoon. The site I use http://3d-viz.net/ Polylang plugin to add another language. How to add images in the portfolio without duplication. If I’m wrong, I wrote again. Needed in the portfolio to add pictures from your computer, but what if they are already there and they just need to add this section to section from another language? Is there a solution?

PrimeThemes

Hi

For now, the theme only support “upload” images for portfolio. When the dev have more times I will ask him to update the system so it can support “choosing” image from WP media library.

Thanks!

by
by
by
by
by