Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1053962

    nathan
    Participant

    Hi there,

    I’m trying to find a way to not manually have to change the URL link in a button (its a click to call button) that is currently on over 30+ pages (as a content block, not in the footer or anything).

    Any help would be appreciated. I’ve tried doing a database find and replace using the “better search and replace” plugin) but it wouldn’t work.

    Cheers

    Nathan

    #1054127

    Christian
    Moderator

    Hey Nathan,

    Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/. Thanks for understanding. Take care!

    #1054134

    Thai
    Moderator

    Hi Nathan,

    You can try with this plugin: https://wordpress.org/plugins/better-search-replace/.

    Hope it helps 🙂

    #1056119

    nathan
    Participant

    Any help would be appreciated. I’ve tried doing a database find and replace using the “better search and replace” plugin) but it wouldn’t work.

    Thanks anyway

    #1056150

    nathan
    Participant

    Hi there, I just had another try using that plugin and still no good.

    I had an idea. http://www.humankey.com.au/brunswick-mobile-locksmiths/

    The Blue call to action at the bottom is what i want on the bottom of all pages, i found this in the forums:

    https://community.theme.co/forums/topic/how-do-i-add-a-call-to-action-widget-to-the-end-of-every-page/

    Are you able to advise:

    function call_to_action() {

    echo do_shortcode(‘[content_band class=”center-text” style=”margin-bottom: 0px;” bg_color=”#ffddea” border=”all” inner_container=”true”] [custom_headline style=”margin-top: 0;” level=”h4″ looks_like=”h3″]I am a headline [/custom_headline] <p>Some text here.</p> [button style=”margin-top: 20px;” size=”jumbo” type=”transparent” shape=”square” href=”#example” title=”Example”]Click Here[/button] [/content_band]’);

    }

    add_action( ‘x_after_the_content_end’, ‘call_to_action’);

    Can i export/get the code for how i want it from the existing cornerstone section?

    Thanks.

    #1056270

    Christian
    Moderator

    Hey Nathan,

    Sorry but that would require custom development.

    Thank your for understanding.