-
Posted in : BookCard WP
-
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!
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
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
(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.
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; }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
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?
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?”
I finally got to record a video of it on my screen:
http://www.fskogsrud.com/docu/videolag.movIt appears, then re-appears, kind of.
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.
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?
Fixed now!
But.. The contact form is not working. Does not send emails to my account, any idea for this?
You must be logged in and have valid license to reply to this topic.