• Resolved Bob

    (@compumec)


    Hello,
    How can I Change the services call to action button text?
    I have looked through the options but cant find it.
    Thank you,
    Bob-

Viewing 4 replies - 1 through 4 (of 4 total)
  • Tyler

    (@tyleraldridge85)

    You edit the slider.php file. Change ‘Click to begin’ to whatever you want.

    function sydney_slider_button() {
    
        if ( !function_exists('pll_register_string') ) {
            $slider_button      = get_theme_mod('slider_button_text', 'Click to begin');
            $slider_button_url  = get_theme_mod('slider_button_url','#primary');
        } else {
            $slider_button      = pll__(get_theme_mod('slider_button_text', 'Click to begin'));
            $slider_button_url  = pll__(get_theme_mod('slider_button_url','#primary'));
        }
    Thread Starter Bob

    (@compumec)

    Thank you!
    Great Theme.
    Bob-

    goldstein818

    (@goldstein818)

    After updating WordPress, every action on my site now involves the “click to begin” button. For instance, I can no longer get to a page by clicking on a menu item. I have to click the menu item, then the “click to begin” button, and then I’m directed to that page. This also applies to viewing gallery items, blog posts, etc. etc. Very annoying, and I’m sure it’s confusing to visitors. Can you help with this problem?

    Hello @goldstein818,

    Can you please provide a link to your website to let me inspect it?

    By the way, it is better to create your own topic for your question to keep forum in good order.

    Kind Regards, Roman.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change the services call to action button text’ is closed to new replies.