Tagged: cornerstone
-
AuthorPosts
-
June 22, 2016 at 3:46 am #1053962
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
June 22, 2016 at 6:11 am #1054127Hey 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!
June 22, 2016 at 6:18 am #1054134Hi Nathan,
You can try with this plugin: https://wordpress.org/plugins/better-search-replace/.
Hope it helps 🙂
June 23, 2016 at 6:06 am #1056119Any 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
June 23, 2016 at 6:26 am #1056150Hi 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:
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.
June 23, 2016 at 8:10 am #1056270Hey Nathan,
Sorry but that would require custom development.
Thank your for understanding.
-
AuthorPosts