PrettyPhoto

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #23000

    Hey LiveMesh,

    I´m using your theme quite a while and everything worked fine, but now somehow I´ve got a big problem with PrettyPhoto.

    In all my galleries the enlarge button creates a new site instead of opening prettyphoto.
    On the main page I´ve posted a gallery-post and for that post prettyphoto works but is showing the post-image and alle the portfolio-images instead of showing just the post-image.

    I´m going nuts.
    Here is the link for the page:
    http://www.pixelstar-werbeagentur.de

    I need your help, thx for your support

    Martin

    #23007
    Veena
    Moderator

    In your home page everything seems fine .

    If you just want to show only single image prettyphoto then you need to modify line no: 104 in file framework/functions/thumbnail-functions.php from

    $rel_attribute = ' data-gal="prettyPhoto[' . $context . ']" ';
    

    to

    $rel_attribute = 'rel="prettyPhoto" ';
    

    You can check pretty photo documentation here –
    http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/#prettyPhoto

    #23028
    This reply has been marked as private.
    #23034
    Veena
    Moderator

    Have you made any code changes before ?

    #23297
    This reply has been marked as private.
    #23311
    Veena
    Moderator

    Can i get a temp login(admin rights) to your site as a private msg?

    #23320

    yes off course, shall I send it per E-Mail?

    #23338
    Veena
    Moderator

    Pls update your theme to latest version, currently you are using very old version theme. You can download latest version theme from your themeforest account > downloads tab and update theme .And then you pls try modify thumbnail-functions.php .

    #23369

    what version is the right one? 1.x?

    #23370

    and if I delete the existing theme and replace it with the newest one. The rest of the homepage locks like it has to be? nothing will change?

    thx

    #23381
    Veena
    Moderator

    The way I update is to replace all files. No matter what method you use (there are plugins too like this – http://wordpress.org/plugins/easy-theme-and-plugin-upgrades/ and http://www.wpexplorer.com/envato-wordpress-toolkit-guide/ to update easily), you will need to backup your changes and redo any changes you made to the files on the new installation.

    Use tools like DiffMerge or WinMerge to compare the old and new files and redo the changes. You will spend probably an hour doing this but not more, specially if you have made changes only to a few select files. The dashboard settings ll be retained and hence Custom CSS entered into theme options should be fine. It’s always a good idea to have a backup though. Hope this helps.

    Best way to protect yourself from theme updates is to always make changes in the child theme. The theme is mostly child theme friendly and hence when you have time, you can probably go through the changes you have made to the core theme files and try to move them to child theme so that the core files are not affected and upgrades are smoother.

    #23382
    Veena
    Moderator

    Currently you are using version 1.4 , Newest version is 2.1 .

    #23391

    Ok, thats fine.

    THX for your help. I hope this will solve it.

    Cheers
    Martin

    #23394
    Veena
    Moderator

    We do hope so ..
    I am closing this thread , if further issues you can open a new thread .

    Thanks .

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘PrettyPhoto’ is closed to new replies.