idyllea
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changing Header Title to LogoThere 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 );Forum: Fixing WordPress
In reply to: Adding E-mail Link to E-mail AddressHi 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.
Forum: Fixing WordPress
In reply to: Changing Header Title to LogoOn 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.
Forum: Fixing WordPress
In reply to: Changing Header Title to LogoHi 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.
Forum: Fixing WordPress
In reply to: Changing Header Title to LogoI entered it into the custom css page on appearance and it worked!
Thank you again!
Forum: Fixing WordPress
In reply to: Changing Header Title to LogoHi 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.