Hi,
Big fan of your theme. Have posted on here for support before, I do appreciate the help. I really need to be able to unlink the theme site header and the WordPress ‘Site Title’. So the bit up the top underneath the logo, is always the same as the WP Site Title. I want to change this and unlink it. I want them to be different. I need my WP site title to read ‘WITS (Wraight IT Services) but my theme site header to read ‘(Wraight IT Services)’ with the brackets. Please help.
All the best,
Joel Wraight
]]>Hi, I’d like to add my social media icons to the top of the page (under my main heading). How can I do this? Currently the widgets are for footers only. Thank you.
]]>Hello, I would like to ask you how to change the logo of the website for different languages using Polylang plugin. I have used the additional code for functions.php (on my other websites using diff theme this works smoothly, but with this one I am struggling a little).
I used this:
function custom_polylang_multilang_logo( $value ) {
if ( function_exists( ‘pll_current_language’ ) ) {
$logos = array(
‘sk’ => wp_get_attachment_image(‘9’, ‘full’),
‘en’ => wp_get_attachment_image(‘743’, ‘full’),
);
$default_logo = $logos[‘sk’];
$current_lang = pll_current_language();
if ( isset( $logos[ $current_lang ] ) )
$value = $logos[ $current_lang ];
else
$value = $default_logo;
}
$html = sprintf( ‘%2$s‘,
esc_url( home_url( ‘/’ ) ),
$value
);
return $html;
}
add_filter( ‘get_custom_logo’, ‘custom_polylang_multilang_logo’ );
But with this theme it is not working. Can you please give me some hints how to proceed? Thanks a lot! =) Best wishes, Kaya
]]>Can you add a like button and view count to the bottom of posts on Relativity theme? If so, how?
]]>Hiya,
I’ve been trying to change the head and footer area colours by editing the style.css, without any success. To be more precise, the areas that are available in “blue, red, teal, green” etc, I really would like to know how to change one, or any of these to a custom, set colour. I’ve edited the parts of the style.css in which I thought would work, that match the HEX colour code for teal for example, but it’s like the site doesn’t pick up that change and does not take affect.
If you could respond with a working way, in which I can change one of the colour profiles (teal for example) to my own colour scheme, that would be much appreciated.
Kind regards,
Joel Wraight
]]>Dear Support
I’m trying to remove the site title and tagline as I have a logo in its place.
I have unticked “Display Site Title and Tagline” in the Customiser under Site Identity, but it still appears.
Can you please assist?
Many thanks
Chris
]]>