Discussion on Core | Photography WordPress

Discussion on Core | Photography WordPress

Cart 14,595 sales
Well Documented

ThemeGoods supports this item

Supported

This author's response time can be up to 1 business day.

8195 comments found.

peerpong the problem does not occur in IE9 , but it’s probably in the 8 and above.

ok peerpong I switched to rotate so you should be able to check my out now

Hmmm.. strange. Could you send your Wordpress account and FTP detail please and describe your issue in email.

I refered to portfolio, not to the sidebar.

Hi, I want to know if there is a integration with flickr’s service for portfolio or facebook on this template. Mainly, I want to know the logic of portfolio, is each photo a post? And this post can be linked to its single post?

Yes, it does have Flickr widget.

Hi Peerapong,

Which line of code do I have to modify in the css file to create spacing between text paragraphs (don’t confuse with spacing between text lines)?

Open /css/screen.css add ex.

p
{
margin-bottom: 10px;
}

Thanks for the quick intervention Peerapong. It works like a charm! Cheers!

Peerapong – any reason the /cache and /data folders need to have permissions of 777 over 755?

Also, a side note – the default permissions for the /js/jquery.ppflip.js file seems to be set to only allow user to execute. I checked the zip file. I had problems with my slider, but changing that to mode 755 (user+group) fixed it darn well.

any reason the /cache and /data folders need to have permissions of 777 over 755?

- Because theme uploader backend store files there so they are required writable permission.

Thanks for the great theme! I do have a couple concerns. The rotating gallery is my home screen. Those pieces greatly distort the image quality. Is there a way to adjust the shape of the pieces or to not have the image distortion?

The second thing, is there a way to remove the “Full Screen” option or to at least decide what the size of the image will be in “Full Screen”.

Please let me know as soon as you can. My good friend wants to purchase this same theme after seeing it on my site, but she has the same concerns as I do.

Full Screen mode and the Rotating Pieces….

Thanks. -G.

Which portfolio style you use?

Portfolio style: 4 columns

Never-mind, I figured it out. But, is there a way to add white borders to images? I tried doing it in the CSS style sheet but it didn’t affect anything.

Still no fix with the Java performance in IE????

Well, I look on my IE and it’s working fine.

hello I cant get my flow to work, just wondering if have to unzip something?? http://www.lightframephoto.com/wp-admin/admin.php?page=functions.php

Could you switch to rotate style so I can test your image resizing file please.

This theme looks great, and I’m thinking of getting it for my portfilio. One question: is there a way to disable the mirror images at the bottom in the cover flow like gallery. Personally I think it distracts from the images being displayed. Thanks!

Yes, I can help guide you disable the reflection.

I’ve managed to add a gallery to the page but when I click the thumbnails it doesn’t open in a lightbox…it’s just either links to the image…or the attachments page depending on which one I choose. I want it to open into a cool lightbox like on the example… am I doing it right?

Thanks (and sorry for the double post!)

:)

Hey Peerapong,

Great theme, so far so good – I just need a little help with something:

On the live demo of the theme, when you click on portfolio it loads a page with some text to the left and a load of small thumbnails that open up into a gallery.

How do you achieve this effect as I want to do it too but I can’t seem to see a way to do it other than putting the lightbox code in individually for each photo but that would take ages….am I being stupid??

Thanks

I am not sure I understand you correctly, could you send me some screenshots with description please?

how do I solve the performance problem in IE 8 . Sorry the previous post incomplete

how do I solve the performance problem in IE?

Hi Peerapong,

This is a great theme!

Cheers!

I want show the template to my customer but i dont want show the Purchase frame up… can i envelope the “http://www.gallyapp.com/tf_themes/core_wp” in a my iframe.. or… have you some example from real sites where its used yours templates.. to show to my customer?

...hmppfff…

I have now set the main page to be fullscreen, please check it, the menu keeps appearing dissapearing, and it doesnt seem to have anything to do with the mouse going over…. How can I fix this?

Thanks

it doesnt seem to have anything to do with the mouse going over

- Yes, it does like the live demo site.

I could succeed to make the menu not appearing and dissapearing all the time. Thats fine.

There is still one problem though, why does it take ages for the menu to appear in the first place??

me again!

Please ignore thesecond question i asked earlier, I have found the solution.

:) !!!

Hi,

when I click on “View Fullscreen” in my gallery, it isn’t playing the slideshow, even when I check “Enable Autoplay for Fullscreen Slideshow” in settings. Is it possible to play it like the Homepage 3 (http://www.gallyapp.com/tf_themes/?theme=Core)?

Thanks for your help, great theme.

P.S. Link to my page: http://www.renecortis.com/wordpress/?gallery=landscape

P.P.S: An option to sort the images in gallery would be great (like NextGEN Gallery)

Open /templates/template-portfolio-f.php add after line 427

<?php $pp_auto_play = get_option('pp_auto_play');

    if(!empty($pp_auto_play))
    {
        $pp_slideshow_timer = get_option('pp_slideshow_timer');
        if(empty($pp_slideshow_timer))
        {
            $pp_slideshow_timer = 5;
        }
        $pp_slideshow_timer = $pp_slideshow_timer * 1000;
?>

var secs = 9999;

function StartTheTimer()
{
    if (secs > 0)
    {
        $j(".nextImageBtn").trigger('click');
        secs = secs - 1;
        setTimeout(function(){
            $j(".nextImageBtn").trigger('click');
            StartTheTimer();
        }, <?php echo $pp_slideshow_timer; ?>);
    }
}

StartTheTimer();

<?php }
?>

Thanks… it’s working!

Question for the group: On the thumbnail gallery page, I’ve tried sizing photos for web everywhere from 500-1100 mp and they are sharp in the thumbnail but when you click Full Screen, they are no longer sharp. What is the optimal size for them to load properly in the thumbnail and remain super sharp at fullscreen? Thanks for your help.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey