My whole site is ruined! please help!

  • Posted in : BookCard WP
  • frezko
    Participant

    Hello! I was trying to install a new theme, but then went back to yours and all of this happened to my site:
    http://fskogsrud.com/

    Can you please fix it for me? I have been trying to get it back together, but with no luck.
    Clients are e-mailing me asking what’s the matter, so I really need to get it back up asap.

    Thanks in advance!

    frezko
    Participant

    I think I have managed to revive it pretty well, but there is one thing I need help with and that is the mirror-effect that is happening with the cover and backcover page. They are overlapping my content. The downside, is that I can not update the theme, as I have had a freelancer code it, so I can’t tell which pages he has worked on.

    Is there a work-around? Or maybe you know which php files he has edited?

    Thank you

    ahmetsali
    Keymaster

    Hi, i see, then just download the latest version and only update these files, it should be fine then;
    in theme folder;

    changed files
    - js/main.js
    - css/main.css
    - css/book.css
    
    frezko
    Participant

    (almost) perfect!
    As you can see now, the twitter-widget I have placed, is overlapping the contact-page when opening the book, can you see the fix to this?

    Thank you, Ahmet.

    ahmetsali
    Keymaster

    let’s try hiding those extra widgets when the book is opened;

    add this to External JS box;

    <script>
    	jQuery(document).ready(function($)
    	{
                $('.rm-button-open').click(function() {
                      $('html').addClass('book-opened');
                });
                $('.rm-close').click(function() {
                      $('html').removeClass('book-opened');
                });
    	});
    </script>
    

    and finally add this to Custom CSS box;

    .book-opened .ungu-latest-news,
    .book-opened #twitter-container { display: none; }
    
    frezko
    Participant

    Worked perfectly; thanks champ!

    But I see that when I click a picture, the X (close button) is a bit small or something. It looks wrong. Can you see it?

    Thanks

    frezko
    Participant

    Also, when clicking VIDEO, the videos seems to drop down :s Not a major fault, maybe just a fun feature, but you know what thats all about?

    ahmetsali
    Keymaster

    try this custom css code to fix the lightbox close button issue;

    a#fancybox-close {
        width: auto;
        height: auto;
    }
    

    I can’t detect this issue, it is fine on my side, please provide screenshot if possible.

    “Also, when clicking VIDEO, the videos seems to drop down :s Not a major fault, maybe just a fun feature, but you know what thats all about?”

    frezko
    Participant

    I finally got to record a video of it on my screen:
    http://www.fskogsrud.com/docu/videolag.mov

    It appears, then re-appears, kind of.

    ahmetsali
    Keymaster

    something is wrong with your portfolio page, it even doesn’t animate when you click the filters. It is fine on our demo site. Some customization to theme files might be causing this.

    frezko
    Participant

    It is animating on my side. But the re-appearing thing with VIDEOS is hard to understand..

    But now all of a sudden, the pictures are aligned under each other? and I haven’t even touched anything :s

    what is this?

    frezko
    Participant

    Fixed now!
    But.. The contact form is not working. Does not send emails to my account, any idea for this?

    Mehmet S.
    Keymaster

    Hi, update your theme to the latest version and try again please. You can download it from ThemeForest.

    Thanks

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register