-
-
-
Hello,
Sorry for the late reply.
Please send us your ftp credentials in a private reply. We can fix it for you.Best regards!
-
-
Hello,
Sorry but i am not able to login with these credentials. Please go to file js/main.js and find these lines:
function scrollUpBinding(){ "use strict"; $('.scrollup').click(function(){ $("html, body").animate({ scrollTop: 0 }, 600); return false; }); }
Replace with these:
function scrollUpBinding(){ "use strict"; $('.scrollup').click(function(){ $("html, body").animate({ scrollTop: 0 }, 600); e.preventDefault(); return false; }); }
Let us know.
Best regards!
-
-
The best exemple is to click on Répondre (Respond), on a comment.
-
Hello,
Please try this:
Edit the file ‘tower/js/main.js’Find the lines:
function codelessOnePageContent(){ "use strict"; $('.composer_content').onePageNav({ currentClass: 'current-menu-item', changeHash: false, scrollSpeed: 750, scrollThreshold: 0.5, }); }
Delete them.
Let us know.
best regards!
-
Hello Ruco,
I’ve deleted these lines, but it didn’t solve the issue.
You can use my FTP credentials given previously if needed.Thank you in advance,
-
Hello,
Could you get back to me to solve this issue please?
I’ve created this ticket 2 weeks ago. I gave you my FTP credential previously.Thank you in advance for your quick support.
-
Hello,
We are sorry for the late response. We fixed it.
Please add this css code at custom css box:
#respond{ display: block; float: left; }
I have added a javascript code at the end of the file ‘/js/main.js’. You may need to know this change in case of theme update.
Best regards!
-
Hi Ruco,
Thank you, it works, but when the comment is published, it brings me to the top of the page (instead of the place where the comment should appear). I think this is a part of the bug because an anchor (#comment-17 for example) appears in the url after publishing.
-
Hello,
Please edit the file ‘tower/includes/view.blog/comments.php’.
Find the line:
<div class="comment <?php if($depth == 1) echo 'span12'; else echo 'span11 offset1'; ?>">
Replace with:
Best regards!
-
Hello,
Please edit the file ‘tower/includes/view.blog/comments.php’.
Find the line:
<div class="comment <?php if($depth == 1) echo 'span12'; else echo 'span11 offset1'; ?>">
Replace with:
<div id="comment-<?php comment_ID()?>" class="comment <?php if($depth == 1) echo 'span12'; else echo 'span11 offset1'; ?>">
I added a comment here https://www.viamondotraductions.com/traducteur-ou-agence-de-traduction/#comment-19 just to test it.
Best regards!
- This reply was modified 8 years, 6 months ago by Ruco.
-
Hello Ruco,
Thank you, it works :-)
Have a nice day,
-
You must be logged in to reply to this topic.