badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Please advise how to make the mouse over text look complete.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #47009
    info220
    Participant

    Hi – Just getting started today…
    So when I post on a page – when I mouse over to see the text the lines end with “save, save, save…”
    See it here: http://thestudiographicdesign.com/category/graphic-design/

    Is there a certain character count I must meet?
    Then if I exceed the amount of characters I get a truncated line. See it here: http://thestudiographicdesign.com/category/info/

    Please advise how to make the mouse over text look complete.

    #47021

    Hi info220,

    Yes we have designed our theme this way. The client cannot add more than 126 text including space. If there is more than 126 text then it will get truncated.

    If you like to remove it then you can make a code customization. Go to theme folder -> inc -> structure -> content-extension.php on line no 140
    replace code <p><?php echo substr(get_the_excerpt(),0,126); ?></p> with<p><?php echo get_the_excerpt(); ?></p>

    We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.

    http://codex.wordpress.org/Child_Themes
    Thank you

    #47031
    info220
    Participant

    Ok I do understand that 126 characters is a limit that I could work with… however, I am confused when looking at the sample of the theme here: https://www.themehorse.com/preview/wp-portfolio/

    It seems in your sample that there is a running paragraph that has no limits. What am I missing? Using a caption on the featured image does not do it…

    #47036
    info220
    Participant

    Also… I wonder if it is possible to change the background color that the text sits on like this example: http://bravethewoods.com/work

    #47136

    Hi,

    To change the background color of the content wrapper go to Appearance > Customize > WP Portfolio Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    .post-main .post .entry-main {
    	background-color: #fff;
    }

    change above #fff color to your own color.

    For more color option and additional more options you can upgrade to the premium version of WP Portfolio theme which will be available very soon.

    Thank you!

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