Tagged: x
-
AuthorPosts
-
August 31, 2016 at 10:08 pm #1156192
simoneParticipantHi,
If I wrap a column in to make the entire column a clickable link, will I lose it in an X update because I am altering the code.Also – when I wrap the column in the it moves out of alignment. thoughts?
many thanks,
simoneAugust 31, 2016 at 11:05 pm #1156255
DarshanaModeratorHi there,
Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to your referenced page, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.
September 1, 2016 at 9:39 am #1156915
simoneParticipantI am attaching a screenshot. I would like the testimonials column to link the testimonials page and the gift certificate column to link to the gift certificate page and same for coupon column.
I read through many threads. One suggested to go into the dashboard > pages and wrap the feature column in an a href=”#”- I did that and they disappeared. Another route I saw was through JS. I spent alot of time trying to figure it out…
Please let me know the correct way to make the entire column the link.
Many thanks for all the help!
SimoneSeptember 1, 2016 at 10:37 am #1157005
JoaoModeratorHi There,
You can add a ID to each of your columns than add the follow JS to Customizer > Appereance > Javascript
or to Cornerstone > Settings > Custom JS
jQuery("#column-link").wrap("<a href='http://www.yoursite.co.uk/get-in-touch/'></a>");So if you add the ID: column-1 your code will be:
jQuery("#column-1").wrap("<a href='http://www.yoursite.co.uk/get-in-touch/'></a>");Hope that helps,
Joao
September 2, 2016 at 7:18 pm #1159088
simoneParticipantThank you for your response. I put the Jquery in the customizer >> custom JS
I only did the gift certificate column – but when I click on the column -the image disappears reducing the column size. and the link isnt working.
Can you see what I am doing wrong?
thank you so much.
SimoneSeptember 2, 2016 at 10:32 pm #1159348
Rue NelModeratorHello There,
Please make sure that your ID name doesn’t have any # sign.

And please update the JS code because you have inserted and invalid code:
jQuery("#column-1").wrap("<a href='http://www.d78.b51.myftpupload.com/gift-certificates/'></a>"); jQuery("#column-2").wrap("<a href='http://www.yoursite.co.uk/get-in-touch/'></a>"); jQuery("#column-3").wrap("<a href='http://www.yoursite.co.uk/get-in-touch/'></a>");Hope this helps.
September 3, 2016 at 9:29 pm #1160158
simoneParticipantThis reply has been marked as private.September 4, 2016 at 2:55 am #1160337
Rue NelModeratorHello There,
Thanks for providing the details. Regretfully the given user access is not working for us. Here is the thing that what happened in your columns. It goes blank because you have enabled the link in your images. Please remove the link in each of your images and it should allow the custom JS script to kick in.
Hope this make sense.
September 4, 2016 at 9:38 am #1160594
simoneParticipantThis reply has been marked as private.September 4, 2016 at 4:24 pm #1160848
RadModeratorHi there,
It’s because of this
(index):487 Uncaught ReferenceError: jquery is not definedPlease change jquery to jQuery on your code.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1156192 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
