Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #1208880

    Hi
    I have followed the instructions to add my text next to my image logo. I used the default code snippets to at least have something displayed, but even tht doesn’t work.

    I have the following code snippet setup:
    // Header widget area
    add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( ‘header’ );
    }
    I have the following “header logo text” widget setup:
    <table>
    <tbody>
    <tr>
    <td style=”text-align: center;”>
    <h1><span style=”color: #760008; font-size: 40px; font-family: ‘Palace Script TM’, Georgia, ‘serif’;”>The Curry Queen™</span></h1>
    <h3><span style=”color: #760008; font-size: 40px; font-family: ‘Palace Script TM’, Georgia, ‘serif’;”>”Easy gourmet never tasted so good”</span></h3>
    </td>
    <td>The Curry Queen&trade™</td>
    </tr>
    </tbody>
    </table>

    I have the css setup as instructed here: https://kriesi.at/documentation/enfold/example-of-widget-left-logo-left-menu-right/#toggle-id-2

    Nothing displays at all.
    My site is in development and I have included login credentials and URL below so you can see what I have setup, hands-on.

    Thank you
    Lyse

    #1208970

    Hey tremblayly,
    Please include additional login info for the .htaccess login.

    Best regards,
    Mike

    #1208972

    Add in private content

    #1209001

    Hi,
    Sorry, I meant that there is an additional “sign in” popup on the page that I need login info for.

    Best regards,
    Mike

    #1209005

    Oh OK
    See private content

    #1209078

    Hi,
    Thanks, I found that your header widget was named “Header Logo Text” instead of “header” I corrected, and now your header widget shows.
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1209112

    Hi Mike,
    I see it now. I have lots to fix to make it look good.
    Thank you
    Lyse

    #1209119

    Hi Mike,
    In the text widget I have:
    <h1 style=”color:#760008;font-size: 72pt; font-family: “Palace Script MT”, Georgia; font-weight: normal;”>The Curry Queen™</h1><br />
    <h3 style=”color:#760008;font-size: 36pt;text-indent:25px;font-family: “Palace Script MT”, Georgia;font-weight: normal;”>“ Easy gourmet never tasted so good”</h3>
    How do I get the font family to be Palace Script MT?
    How can I get a transparent background when in transparent mode?

    Thanks
    Lyse

    #1209148

    Hi,
    The widget area “header” didn’t have the font-family: 'palace-script-mt'; added, the widget area “Header Logo Text” did, I think you edited the wrong one by mistake. I added it for you, please clear your browser cache and check.

    Best regards,
    Mike

    #1209151

    Hi Mike,
    Another issue is that the line spacing between the company name and tagline is way to big. I tried adding line-spacing CSS but nothing changes.

    I also need to add a “lady bee” icon: https://thecurryqueen.ca/wp-content/uploads/Curry-Queen.png next to the TM symbol (so it ends up looking like this: https://thecurryqueen.ca/wp-content/uploads/header-transparent-bg.png when its done. Do I add another widget for the “lady bee”?

    Thanks
    Lyse

    #1209153

    …one more thing….how do I get rid of the white background when viewing the header transparency?

    #1209159

    Hi,
    Why not use the transparent image you just posted in the widget and not the HTML? Then the text will be correct and you will have the “lady bee” in the correct position.

    Best regards,
    Mike

    #1209165

    Hi Mike,
    Because the text looks blurry using the PNG file
    Thanks
    Lyse

    #1209173

    Hi,
    Ok, to have a transparent background try this css:

    #text-6,#text-6 .textwidget {
    	background: transparent !important; 
    }

    Best regards,
    Mike

    #1209176

    Hi Mike

    That works well, but not the right color of the font for the transparent background. The text needs to be white there…..

    Thanks
    Lyse

    #1209208

    Hi Mike,

    I think the issue with the text color is because of the overlay colors being used in the them demo I imported.

    I temporarily fixed the text closer together by adding margin-top:-40px; to the <h3>. However, this does not work when in responsive mode. Do you have any suggestions how I can do this?

    I also added the following CSS to the logo container so the navigation menu would not gt wrap to the next line (but this may also be an issue with responsive mode):
    .container.av-logo-container {
    margin-left: 200px!important;
    padding-left: 0!important;
    max-width: 85%!important;
    }

    Thank you
    Lyse

    #1209258

    Hi,
    This css makes the background transparent and the text white when the header is transparent, after scroll when the header appears the text returns to its red color.

    #header.av_header_transparency #text-6 .textwidget h1,#header.av_header_transparency #text-6 .textwidget h3 {
    	color: #fff !important;
    }
    #text-6,#text-6 .textwidget {
    	background: transparent !important; 
    }

    Best regards,
    Mike

    #1209307

    Hi Mike,
    That is exactly what I wanted. Thank you so very much for all of your patience and help.
    Your rock!
    Lyse

    #1209309

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Widget Text Area in Header’ is closed to new replies.