Read more like theme button ?


Author Message
Mike L.

Posted: 8/20/2012
Quote message 

Try replacing more-link with art-button in the class declaration, as opposed to adding it.
 
lenamtl

Posted: 9/13/2012
Quote message 

Hi,
in my case replacing more-link by art-button class was not working only for the read more link (the class was working ok in article or in footer).

I got this solution from Artisteer team to fix the problem:

The easiest way to wrap your "Read More" link into Artisteer button styles would be to open your script.js file for edit and add the following code:

jQuery(function () {
'use strict';
artButtonSetup("more-link");
});

to the end of the file.

 
Lindsay

Posted: 5/9/2013
Quote message 

This worked perfect for me. Thank you!! :-{}
 
Farhan Nasir

Posted: 7/3/2014
Quote message 

where to paste this code (to lenamtl)

jQuery(function () {
'use strict';
artButtonSetup("more-link");
});

 
techtom

Posted: 7/3/2014
Quote message 

Farhan,

it the Artisteer Theme Folder you will have a script.js file. You can copy and paste it at the end of that file.
 
Farhan Nasir

Posted: 7/3/2014
Quote message 

@techtom
O thank you, you have made my day.
 
SW

Posted: 7/12/2016
Quote message 

OMG, lenamtl, perfect, thank you!!! O:)