Read me button using the features shortcode

Home Forums BeFit Theme Support Read me button using the features shortcode

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #96171
    manuel.nellesmanuel.nelles
    Member
    • Topics: 8
    • Replies: 20
    • Total: 28
    Member since: September 13, 2017

    Hi guys,

    where can i change the text of the readme button, when i use the [features] shortcode in a section?

    Also is there a possibility to align the button with the bottom side of the features-box? I want all buttons to be aligned horizontally and not aligning with the content of the box (more or less text).

    You can’t see it on my live website as i don’t publish it until it is ready.

    regards manuel

    #96222
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Okay, Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.

    Regards,
    Dave

    #96532
    manuel.nellesmanuel.nelles
    Member
    • Topics: 8
    • Replies: 20
    • Total: 28
    Member since: September 13, 2017

    https://imgur.com/a/zzDor

    #96538
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .four_column { position:relative;}
    .read-more { position:absolute; left:50%; bottom:20px; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); color:#fff !important;}

    Regards,
    Dave

    #96542
    manuel.nellesmanuel.nelles
    Member
    • Topics: 8
    • Replies: 20
    • Total: 28
    Member since: September 13, 2017

    And changing the text of the button? 🙂

    #96544
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .four_column .read-more { color: #fff !important;}

    Regards,
    Dave

    #96712
    manuel.nellesmanuel.nelles
    Member
    • Topics: 8
    • Replies: 20
    • Total: 28
    Member since: September 13, 2017

    Sorry, but I dont want to change the style of the text, but the text itself. I want to translate the text.

    #96754
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly refer our documentation.
    http://sktthemesdemo.net/documentation/skt-befit-doc/#multi-lingual

    Regards,
    Dave

    #96756
    manuel.nellesmanuel.nelles
    Member
    • Topics: 8
    • Replies: 20
    • Total: 28
    Member since: September 13, 2017

    Hi Dave,

    Sorry, but this does not help me. I only want to change the wording of the specific described button. WHERE can I change the wording? I dont need an option to setup the website in different language versions – I only need to change the text of this specific button.

    I am speaking of the black buttons in the picture which contain the text “Read more”.

    #96764
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Okay, kindly refer this link below:
    http://sktthemesdemo.net/documentation/skt-befit-doc/#homepage-setup

    Have a look at:

    http://sktthemesdemo.net/documentation/skt-befit-doc/assets/img/3.jpg

    Regards,
    Dave

    #96785
    manuel.nellesmanuel.nelles
    Member
    • Topics: 8
    • Replies: 20
    • Total: 28
    Member since: September 13, 2017

    I am not refering to those first four boxes on the section page!

    As described above I am using the [features] shortcode to individually display some boxes in one of the 7 sections. And I can’t find any solutuion where I can rename the “Read more” button. I guess it must be embedded in the coding of the [features] shortcode functionality.

    #97019
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly edit inc/custom-functions.php file, go to line number 158 and change it.

    Regards,
    Dave

    #97058
    manuel.nellesmanuel.nelles
    Member
    • Topics: 8
    • Replies: 20
    • Total: 28
    Member since: September 13, 2017

    You did it! 🙂

    Thanks!

    #97144
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    🙂

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.