Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter idyllea

    (@idyllea)

    There is also a code on header.php

    if( empty($ka_page_header_bg) ) :
    $ka_page_header_bg = cs_get_option(‘kb_deault_page_header_bg’);
    endif;
    $ka_page_header_bg = wp_get_attachment_url( $ka_page_header_bg );

    Thread Starter idyllea

    (@idyllea)

    Hi Steven,

    I checked but I don’t seem to have a direct linking tool and I couldn’t find a widget for it either. What did you mean by link tool? I’m using a self hosted wp website so the link symbol does not show up when I highlight a text.

    The email link is on the “about us” widget so I don’t think I can edit the address from the widget itself. I might be able to add a CSS code to the appropriate place, the widget shortcode itself or the theme php code.

    A link to a phone number on the about us widget has been added previously by another admin, so I know it’s possible. That link only works on mobile. I don’t know how they coded it or linked it so that it only works on mobile. I couldn’t find a related phrase on the CSS or a widget for it.

    Any ideas on how I can link to email or find out (with phrase on the CSS or otherwise) how the phone number was previously linked?

    Thank you in advance.

    Thread Starter idyllea

    (@idyllea)

    On header 1 php, there is this line

    $ka_header_one_logo = wp_get_attachment_url( $ka_header_one_logo );

    wWen I post the url link for photo there is an error:

    syntax error, unexpected ‘:’

    Could you direct me to where I should put the “:” symbol?

    Thank you.

    Thread Starter idyllea

    (@idyllea)

    Hi again,

    The logo was there on the preview page but did not show up on the website. I entered the code again and this time it didn’t show on the preview either.

    Any help with this matter is appreciated.

    Thread Starter idyllea

    (@idyllea)

    I entered it into the custom css page on appearance and it worked!

    Thank you again!

    Thread Starter idyllea

    (@idyllea)

    Hi Ralph,

    Thank you for the help.

    I tried the code on style.css under Appearance / Theme Customization, but it gave an error for “a.navbar-brand”. Here’s the section of the css where I entered the code:

    /* Make sure logo link wraps around logo image. */
    .custom-logo-link {
    	display: inline-block;
    	
    }

    Can the code you sent be modified for this section? Is there another css editing location on a self hosted wp dashboard I should be entering the code at?

    Thank you so much.

Viewing 6 replies - 1 through 6 (of 6 total)