-
AuthorPosts
-
May 17, 2016 at 6:35 am #995249
Hi, sorry to jump in on someone elses thread, but it seems to make sense rather than starting a new thread.
The code you mentioned:
(function($){
$(‘‘).insertBefore(‘.linked-column’);
$(‘.linked-column’).prependTo( $(‘#column-link’) );
})(jQuery);HAD been working perfectly for me, how it’s recently stopped working, and I’ve not changed anythign on the site.
The orange section at the bottom of the page with the typing text was using this to link to our contact page at http://www.syncinteractive.co.uk on all pages across the site. This had been working fine, but seems to have now stopped working. We’ve not updated anything in the theme that I’m aware of, do you have any ideas why this may now not be working?
Or as a work around, is there anyway to add a link to the ‘typing text’ element?
Thanks for your time.
May 17, 2016 at 7:41 am #995325Hi there,
Please try this code :
jQuery("#linked-column").wrap("<a href='http://www.syncinteractive.co.uk/get-in-touch/'></a>");
Hope it helps.
May 17, 2016 at 8:11 am #995363hi, thanks for the quick comeback, sadly no luck. Still isn’t working
May 17, 2016 at 10:11 am #995576Hi there,
Both of the code is correct and should work if you really have any column with the ID column-link or linked-column. So make sure you have set the ID for the column.
Thanks
May 17, 2016 at 10:20 am #995609Hi thanks for confirming. On further inspection it seems that nothing entered in the CUSTOM > JAVASCRIPT section seems to be getting picked up site-wide. This seems to be affecting our analytics code that is in there as well as it is not registering anything.
I’ll start a new thread, thanks again.
May 17, 2016 at 11:50 am #995785Hi there,
Let’s provide your login credentials too on your new thread so that we could have a look and consider this thread as closed.
Thanks
June 3, 2016 at 9:31 am #1024270hi This worked for me but it screwed up our column spacing.
I’d like to turn off the link color..
Also, how can I link other columns?
act.ncjw.orgthanks!
June 3, 2016 at 6:58 pm #1024888Hi There,
I’ve just replied to your thread here: https://community.theme.co/forums/topic/linking-a-column-and-retaining-padding-etc/?replyto=1024370#post-1024887
Thanks.
July 27, 2016 at 12:46 pm #1105549This reply has been marked as private.July 27, 2016 at 1:28 pm #1105645Hi Drake,
Please do the following:
Ad a ID to your column than add the code below to your Cornerstone Settings Custom CSS
jQuery("#column-link").wrap("<a href='http://www.syncinteractive.co.uk/get-in-touch/'></a>");
You need to change #column-link for #your-colum-id and update the link,
You can use this multiple times, you need to use different IDs every time,
Hope that helps
Joao
July 27, 2016 at 1:57 pm #1105700This reply has been marked as private.July 27, 2016 at 2:01 pm #1105711This reply has been marked as private.July 27, 2016 at 2:35 pm #1105767This reply has been marked as private.July 27, 2016 at 2:51 pm #1105788This reply has been marked as private.July 27, 2016 at 6:34 pm #1106065Hi Drake,
Please try this code:
.page-id-9436 #x-section-2 .x-container a:hover { text-decoration: none; } .page-id-9436 #x-section-2 .x-container a:active .x-column { background-color: #ccc !important; }
Hope this helps.
-
AuthorPosts