Hi,
I am creating my blog and i would like to customize my Read more link ( In french => Lire la suite ). My blog is visible here
. I want to have button like The Primary button.Someone could explain me what to do ?
Thanks
Best Answer Danny , 08 January 2013 - 10:46 AM
If you wish to have the Learn More styled like a button, you would need to use HTML and CSS. You could use Bootstrap classes added to your links HTML.
For example:
Today’s classroom can be a very busy and stressful environment. To be able to meet each childs individual needs can be a real challenge. To help with this, I assist teachers to first learn how support themself then attend to the needs of the children. <p></p> <a href="#" class="btn btn-large btn-primary">Learn More</a>
If you wish to have a similar style such as the image you attached above, you will need to use your own custom CSS.
Go to the full post
Posted 07 December 2012 - 01:01 PM
Hi,
I am creating my blog and i would like to customize my Read more link ( In french => Lire la suite ). My blog is visible here
. I want to have button like The Primary button.Someone could explain me what to do ?
Thanks
Posted 07 December 2012 - 01:26 PM
Hi,
You can change the text used for your continue/read more link by going to:
PageLines > Site Options > Blog & Posts > Continue Reading Link Text (When Using Excerpts)
Regarding the styling, you could simply use the CSS used for the primary button on the:
.continue_reading_link class
But if you wish to feel awesome and l33t, you can add the following code to your child theme/customize plugin functions.php file.
This basically inserts the .btn & .btn-primary classes into the continue reading link.
Posted 07 December 2012 - 02:37 PM
I've add some code on .continue_reading_link class but it's not working !
Posted 07 December 2012 - 03:11 PM
What is the complete CSS you added?
Posted 07 December 2012 - 03:12 PM
Sorry i add an error ! Do not care about my precedent message
Posted 07 December 2012 - 04:59 PM
Okay, did you manage to get it working?
Posted 08 January 2013 - 01:50 AM
Hi There
Found this post when searching and wondering if it is possible to create a button link in a boxes section? See
Wd I try putting this into the "Boxes custom class" field in the meta settings:
.fboxmore_link
Then use a variation of the php you have above in the functions.php file?
Posted 08 January 2013 - 06:11 AM
Hi, it's sometimes difficult to place some things in boxes. However, I recommend using the WP-Boxer plugin which does allow buttons within boxes (which it calls Content Blocks). I find it very easy to implement. The best part is, you apply the boxes to a post or page via shortcode, which means you can place them anywhere you'd like. They're highly customizable as well.
Posted 08 January 2013 - 08:39 AM
Hi Rob
I tried
Is there a way to get a button link into a standard PL boxes section?
Posted 08 January 2013 - 10:46 AM Best Answer
If you wish to have the Learn More styled like a button, you would need to use HTML and CSS. You could use Bootstrap classes added to your links HTML.
For example:
If you wish to have a similar style such as the image you attached above, you will need to use your own custom CSS.
Posted 08 January 2013 - 08:27 PM
Hi Danny
Wow that was easy - thanks so much!! Works well
Posted 12 May 2013 - 05:16 PM
Hi,
You can change the text used for your continue/read more link by going to:
PageLines > Site Options > Blog & Posts > Continue Reading Link Text (When Using Excerpts)
Regarding the styling, you could simply use the CSS used for the primary button on the:
.continue_reading_link class
But if you wish to feel awesome and l33t, you can add the following code to your child theme/customize plugin functions.php file.
This basically inserts the .btn & .btn-primary classes into the continue reading link.
I did add the above code, however it didn't work. For some reason, the CSS classes are not added to the link. In order to check whether there was something wrong in general, I simply tried to customize the text using the continue_reading_link_text and it worked perfectly fine. When looking at it through Chrome, nothing is added to the a-tag. It seems to be the case that for some reason the $link parameter does not work?! I tried resetting the $link variable to something random, but it also didn't change the link. Really don't know what the issue is.
Posted 12 May 2013 - 05:22 PM
Hi, This is a resolved topic. Can you open a new topic, quote this and provide a link to the site in question, letting us know what are you trying to accomplish?
Adding a CSS Class to the Read More LinkStarted by knubbl , 28 May 2013 |
|
|
||
PageLines Framework →
Customizations →
Customizing the Wordpress EditorStarted by rpacker , 12 May 2013 |
|
|
||
PageLines Framework →
Customizations →
Where is the CSS page to customize?Started by webgirl2013 , 05 Apr 2013 |
|
|
||
Changing Font Type In Categories and SidebarStarted by mason , 26 Mar 2013 |
|
|
||
Change Content Width OnlyStarted by dmgusa , 12 Mar 2013 |
|
|