• Resolved bcdodge

    (@bcdodge)


    I am not seeing a place to update where the button is linked to. And changing the text of that button would be really helpful, so that it reads “learn more”

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author webriti

    (@priyanshumittal)

    Hi

    We will add this setting in the next version meanwhile what you can do is
    edit the file theme_setup_data.php line number 119 and 120 you will find these options `’service_link_btn’ => ‘#’,//More Button Link
    ‘service_button_value’ => __(“More Services”,’busi_prof’),`

    just replace # with your link and More Services with Learn More…

    I tried that and did not worked. I replace “More Services” for other things and did not change. Other suggestions?

    Theme Author webriti

    (@priyanshumittal)

    Hey Its Bit Trick…

    First deactivate the theme

    Than you have to delete busiprof_theme_options array which holds all the theme settings in wp_options table

    Just Search “busiprof_theme_options” inside the table and delete it…

    Now make those changes which I have mentioned in the above post…

    Once all done than activate the theme ….

    This will work…

    But I will lose everything that i have done, or not ?

    Theme Author webriti

    (@priyanshumittal)

    Than you have to wait for our next release in which we will provide the setting for the same

    We are launching the premium version of busiprof by tomorrow in which we have already provided this setting…

    If you are rushing out of time than do one thing paste your options array which you can find in your database >> wp_options table under the option busiprof_theme_options here “https://pastebin.com/” and share the url

    Theme Author webriti

    (@priyanshumittal)

    Hi mojica

    If you are not comfertable with the datbase than I can provide you much easlier solution

    in the index-services.php file line number 86 you will find
    <a href="<?php echo $current_options['service_link_btn'] ?>">
    change this to something like this <a href="your link goes here" >

    Simlarly replace line number 88 and 89 which is

    <?php if($current_options['service_button_value']!='') {?>
    <?php echo $current_options['service_button_value'] ?></a>

    with the code <?php echo "Your button title";?></a>

    mojica15

    (@mojica15)

    I will try that, thanks.

    Theme Author webriti

    (@priyanshumittal)

    @mojica

    Did the above fix works for you?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘"More Services" Button’ is closed to new replies.