• Resolved madsf80

    (@madsf80)


    In the Pre-Made Homepage, Content Area 1, you can choose “Link to a page”, but I want that link to be custom, how do I go about that? Right now I can only choose from pages.

    PS Love the theme!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author ThinkUpThemes

    (@thinkupthemes)

    Hi madsf80,

    This feature is currently nor available in the lite version. It is possible to do with jQuery, however this will just an override of the link.

    Let me know if you’d want to go down this path and I can show you how.

    Thread Starter madsf80

    (@madsf80)

    Sounds good, any help to a solution would be highly appreciated.

    Thread Starter madsf80

    (@madsf80)

    Hello ThinkUpThemes,

    You can’t just tease me with a solution and then not get back with me. ??

    Thanks in advance.

    Theme Author ThinkUpThemes

    (@thinkupthemes)

    Hi madsf80,

    Thanks for the reminder! You can make this change using custom jQuery. Add the following jQuery to your theme under General Settings -> Custom jQuery:

    jQuery( '#section-home .section1 > a' ).attr( 'href', 'https://www.google.com/');
    jQuery( '#section-home .section2 > a' ).attr( 'href', 'https://www.yahoo.com/');
    jQuery( '#section-home .section3 > a' ).attr( 'href', 'https://www.msn.com/');

    Just change the link part to whatever you want. For example https://www.google.com/ to https://www.you-site.com/page/

    Let me know if you run into problems.

    Thread Starter madsf80

    (@madsf80)

    Perfect, thanks a lot!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom link in Pre-Made Homepage Content Area 1’ is closed to new replies.