• Resolved vinesoftinc

    (@vinesoftinc)


    The Client Section for FrontPage parallax offers a link field to forward the user to the client/strategic partner website …. awesome!

    However, the current link structure forces navigation away from the host site.

    Is there a way to code the url in the link field to open the client/strategic partner website in a new tab or window?

    Great theme! Thank you.

    VineSoft

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi VineSoft,

    1. Install this plugin, https://wordpress.org/plugins/custom-css-js/ ( If you’re okay with adding the JS code using your child theme you can do that way, instead the plugin way )

    2. Add this code, into it Custom CSS & JS -> Add Custom JS if you’re using the plugin.

    jQuery(document).ready(function(){
      jQuery('.logo-carousel a').attr('target', '_blank');
    });

    It will make the client links open in a new tab.

    Let us know,

    Thanks,
    laranz.

    Thread Starter vinesoftinc

    (@vinesoftinc)

    laranz,

    Works, perfect, thank you.

    I like the plugin approach to categorizing custom edits. Nice.

    Vinesoftinc

    Hi,

    Glad we helped. 🙂

    Let us know If you have any other questions. Please feel free to contact us again in the future regarding any other issues.

    If you’re happy with our service, don’t forget to rate us: https://wordpress.org/support/theme/shapely/reviews/#new-post

    Thanks,
    laranz.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Parallax Client Section – Link to New Tab’ is closed to new replies.