Custom code in tagline box - by bellaphile

This topic has 14 replies, 4 voices, and was last updated 10 years, 4 months ago ago by Eva Kemp

  • Avatar: bellaphile
    bellaphile
    Participant
    April 20, 2015 at 20:16

    I wanted to update the box in the header that has our tagline to instead be a rotating testimonial widget. We have the widget shortcode, but I’m unsure where to add it?

    13 Answers
    Avatar: Brian Johnson
    Brian Johnson
    Member
    April 21, 2015 at 09:05

    Hello

    Your request is a bit unclear for us. Please clarify it with more details and provide us with links where we can see the issue.

    With best regards
    Brian Johnson

    Avatar: bellaphile
    bellaphile
    Participant
    April 23, 2015 at 03:09

    Hi Brian,
    Link to demo screenshot attached (sorry, my website is down.) Where in the coding can I update the tagline box? I want to put a shortcode here that will show rotating testimonials instead of “default welcome msg”

    screenshot

    Avatar: Brian Johnson
    Brian Johnson
    Member
    April 23, 2015 at 09:19

    Please specify where default welcome message is placed. You may use this service to mark up necessary element or position:http://prntscr.com.

    With best regards
    Brian Johnson

    Avatar: Eva
    Eva Kemp
    Participant
    April 23, 2015 at 09:25

    Hello,

    In this case you have to edit the file headers/header-structure-2.php (line 21) and replace the code <div class="tbs blog-description"><span><?php bloginfo( 'description' ); ?></span></div> with your own.

    Regards,
    Eva Kemp.

    Avatar: bellaphile
    bellaphile
    Participant
    April 24, 2015 at 02:17

    excellent, thanks for your help!

    Avatar: bellaphile
    bellaphile
    Participant
    April 24, 2015 at 04:00

    Eva,
    The suggestion worked but I have a little bit of a style issue. How can I remove the 2 quote icons and the 2 additional dotted boxes seen in this screenshot?
    http://screencast.com/t/ELPIzIk1poE

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 24, 2015 at 07:21

    Hello,

    Please add this code in custom.css file.

    .header-type-7 .header .tbs span{
    border:none;
    }
    #quoteauthor:before{
    disaply:none:
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

    Avatar: bellaphile
    bellaphile
    Participant
    April 26, 2015 at 20:16

    unfortunately that did not work. It took away all of the dotted line boxes and left the word bubble icons. I wanted it to look like the default, without the additional dotted boxes and icons.

    Here is what it looks like now:
    http://screencast.com/t/xTVfNter

    Here is what it should look like (excuse the broken logo image): http://screencast.com/t/1PHrMcwb

    Avatar: Brian Johnson
    Brian Johnson
    Member
    April 27, 2015 at 08:24

    Hello

    Please provide us with the link to your site.

    With best regards
    Brian Johnson

    Avatar: bellaphile
    bellaphile
    Participant
    April 27, 2015 at 17:55

    Hi Brian,
    Sure. see below

    Please, contact administrator
    for this information.
    Avatar: Brian Johnson
    Brian Johnson
    Member
    April 28, 2015 at 08:02

    Hello

    Please try this code:

    #quoteauthor:before{
    display:none;
    }
    
    #quote:before {display:none!important;}
    .tbs span::before {z-index:999;left:40px!important;display:block;}
    #quoterotator{display:block!important}
    #quote{border:none}
    #quoteauthor{border:none;}

    With best regards
    Brian Johnson

    Avatar: bellaphile
    bellaphile
    Participant
    April 28, 2015 at 16:47

    it worked! thanks so much!!!

    Avatar: Eva
    Eva Kemp
    Participant
    April 28, 2015 at 18:04

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 14 results - 1 through 14 (of 14 total)

The issue related to '‘custom code in tagline box’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.