• Resolved jowhan20

    (@jowhan20)


    Hi everyone,

    Years ago I was able to add a second hero slider button at my home page by searching the internet, now I wish to change the button’s text and URL link. Sadly, I can not find the associate code to make the adjustment. It is not at my appearance>customise>Hero area, it only shows the orignal button not my second button.

    The problem button display the Chinese text: “如邑”

    My appearance>custom CSS only show these:

    .page .page-wrap .content-wrapper{
    padding-top: 0 !important;
    }
    header-clone {
    height: 0 !important;
    }
    .footer-widgets {
    padding: 10px 0 0 0 !important;
    }
    .panel-row-style { background-position: center top !important; }

    I am useless with codes and completely forgot how I was able to add the second button, be great if someone can give me some pointer.

    Thank you

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @jowhan20,

    Thank you for reaching out.

    I guess you used additional JavaScript code similar to this:

    jQuery(function($) {
    var myButton = '<a href="http://example.org" class="roll-button button-slider">My Button</a>';
    $( '.slide-inner' ).append(myButton);
    });

    If so, you would need to find custom JavaScript snippet plugin installed in your site that perhaps was used to insert the code. Try looking for it in your plugins administration panel under Dashboard > Plugins menu.

    Thread Starter jowhan20

    (@jowhan20)

    Thank you for your help.

    I found the plugin, WP Code, was able to find the associated code and made the right adjustment.

    Appretiate your fast reply and expertise.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.