Okay
  Public Ticket #1679522
Title Overflow
Closed

Comments

  • Kate started the conversation

    You won't be able to access the problem, as it's behind a paywall, but I'm trying to change the Title of the Alithemes Post Slider to that it shows the FULL title. I believe there's an "overflow:hidden" attribute somewhere, but I can't find it.

    Could you please tell me how to change this?

  •  212
    Ali replied

    Hello,

    Kindly give me your site url, I will check.

  • Kate replied

    http://dot.women2.com, but the content in question is behind a paywall.

  •  212
    Ali replied

    So, how to I see that content?

  • Kate replied

    I had attached a screen shot to the original message. Are you able to simply tell me what code to change for the associated widget? I'm using the "Alithemes Post Slider" and need to know which "overflow: hidden;" should be changed to "overflow: visible"... Shouldn't this simply be in the available code?

    I could set you up with a login if necessary, or see the source code I've attached here, along with another visual screen shot.

  •  212
    Ali replied

    Hello Kate, I understand now.

    Kindly go to your theme: timenews/inc/widgets/post-slider/

    Open carausel.php file, and go to line 52.

    Current code:

    <h5 class="post-title-normal"><a href="<?php the_permalink();?>" title="<?php the_title();?>"><?php echo mb_substr(get_the_title(), 0, 30);?></a></h5>

    Change to:

    <h5 class="post-title-normal"><a href="<?php the_permalink();?>" title="<?php the_title();?>"><?php echo mb_substr(get_the_title(), 0, 100);?></a></h5>

    Best regards,