Tagged: x
-
AuthorPosts
-
August 30, 2016 at 1:57 pm #1153826
wal vParticipantHi X,
I was checking out my website and i saw that 2 things stopped working as they should.
Maybe you can help me fix it π
– The one page navigation sliding jumps, instead of scrolling.
– On the artist portfolio page it used to show a lightbox image slide when clicking on a image, now it just opens the image in a new page. (looks awful)Hopefully you have the time to check this out.
http://www.bobson-ink.nlAugust 30, 2016 at 2:01 pm #1153829
NicoModeratorHi There,
Thanks for writing in.
Would you mind testing first for plugin conflicts. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
Let us know how it goes.
Thanks.
November 4, 2016 at 6:33 am #1243622
wal vParticipantHi,
I tried what you mentioned but it didnt work.
I also saw that i cant edit my pages no more, wich i made in visual composer.
The only thing i can see is the revolution slider, i cant edit my texts or anything.
It looks like the website is broken?November 4, 2016 at 8:04 am #1243688
Rue NelModeratorHello There,
Would you mind providing us the url of your site with login credentials so we can take a closer look and fix the issue? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
To do this, you can make a post with the following info:
β Link to your siteβ¨
β WordPress Admin username / password
– FTP Hostname
– FTP Username
– FTP PasswordDonβt forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you.
November 4, 2016 at 6:54 pm #1244461
wal vParticipantThis reply has been marked as private.November 5, 2016 at 2:36 am #1244778
Rue NelModeratorHello There,
Thanks for providing the information. I found out that you are loading the iLightbox script but it doesn’t exist because you have inserted a wrong filepath. Please update your code and make use of this instead:
add_action('wp_footer', 'enqueue_lightbox_script'); function enqueue_lightbox_script() { echo ' <script type="text/javascript" src="' . home_url() . '/wp-content/plugins/cornerstone/assets/dist/js/site/vendor-ilightbox.min.js"></script> <script>jQuery(document).ready(function($) { $(\'.page-template-template-layout-portfolio .entry-featured .entry-thumb\').click(function(e) { e.preventDefault(); }); }); jQuery(document).ready(function(){jQuery(".x-portfolio a.entry-cover").iLightBox({skin: "light",linkId: "gallery-image",overlay: {opacity: 0.875,blur: true},styles: {prevScale: 0.75,prevOpacity: 0.75,nextScale: 0.75,nextOpacity: 0.75},path: "horizontal",controls: {thumbnail: false}});}); </script>'; }Hope this helps.
November 5, 2016 at 7:38 am #1244988
wal vParticipantHi Thanks for your time but it didnt help.
The biggest problem right now is that i cannot edit my pages in visual composer anymore, it only shows the revolution slider.
You can see it if u try to edit page “Home”
Any way this can be fixed without recreating the whole website?November 5, 2016 at 9:03 pm #1245480
Rue NelModeratorHello There,
Thank you for the updates!
The code is a PHP code. You have inserted it in the wrong place. You were meant to insert it in your child theme’s functions.php file. Because you have inserted it in the customizer, it created more JS error. Please remove it and transfer it to the right place.
Your home page is created with Cornerstone. You cannot simply edit it in Visual Composer because it is not created with Visual composer. This is the reason why you only see a slider when you try to edit it. Always keep in mind that a page can be edited by the editor you have used in creating the page.
Hope this explains it.
November 6, 2016 at 8:01 am #1245873
wal vParticipantHeey!
This solved it all :))
And yes i made the page in cornerstone, so its fixed now πThanks again!
November 6, 2016 at 8:43 am #1245904
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1153826 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
