melmotz Posted June 8, 2021 Share Posted June 8, 2021 (edited) Site URL: https://www.rockycoastacupuncture.com/journal/the-acupuncture-approach-to-diagnosing-fertility-issues I am working in 7.1 and looking to change the author link (that links to list of all posts by this author) at the bottom of each post in the author bio to link instead to the author's full bio in the About section. We currently have 2 authors and they would each have their own link. If this is not possible, I would like to remove this link completely. Additionally I want to enlarge the photo. Bonus points if I can enlarge and move the photo to the left of the bio text—while the author name remains where it is. Is there a way to do this? Edited June 8, 2021 by melmotz add 7.1 Link to comment
tuanphan Posted June 10, 2021 Share Posted June 10, 2021 Add to Journal Page Header <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('.blog-item-author-profile-wrapper>a').attr('href','https://google.com'); }); </script> Replace google with new url melmotz 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
melmotz Posted June 14, 2021 Author Share Posted June 14, 2021 Tuanphan, thank you 🙂 I have 2 authors and each have a different link, is it possible to specify for each? Additionally, is there a way to enlarge the photo and move it to the left without moving the name with it? Link to comment
tuanphan Posted June 15, 2021 Share Posted June 15, 2021 13 hours ago, melmotz said: Tuanphan, thank you 🙂 I have 2 authors and each have a different link, is it possible to specify for each? Additionally, is there a way to enlarge the photo and move it to the left without moving the name with it? can you share link to 2 posts of 2 authors? We can tweak the code easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
melmotz Posted June 15, 2021 Author Share Posted June 15, 2021 Tuanphan, Sure, here is one https://www.rockycoastacupuncture.com/journal/dietary-therapy-for-fertility-support and here is the other https://www.rockycoastacupuncture.com/journal/the-acupuncture-approach-to-diagnosing-fertility-issues Thank you 🙂 Link to comment
tuanphan Posted June 16, 2021 Share Posted June 16, 2021 13 hours ago, melmotz said: Tuanphan, Sure, here is one https://www.rockycoastacupuncture.com/journal/dietary-therapy-for-fertility-support and here is the other https://www.rockycoastacupuncture.com/journal/the-acupuncture-approach-to-diagnosing-fertility-issues Thank you 🙂 Remove above & use this new code <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { // Jason $('.blog-item-author-profile-wrapper>a[href="/journal?author=60bf853f96089f5def06b968"]').attr('href','https://google.com'); // Beth $('.blog-item-author-profile-wrapper>a[href="/journal?author=60bf9366b8329566bf0a214d"]').attr('href','https://facebook.com'); }); </script> melmotz 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment