mrsd2015
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ColorWay] Colorway – adding a second logo to homepage headerThanks that has worked!
One final question (!), how can i change the header menu from green to black? I’ve had a look through the parent style sheet but can’t seem to find the right bit of code to amend.
I’ve disabled maintenance mode for you.
Thanks
Forum: Themes and Templates
In reply to: [ColorWay] Colorway – adding a second logo to homepage headerThanks Bojan. This all seems to be working. If we could extend the first widget so the text fits on one line that would be great.
Also what plugin do you recommend for SEO?
Thanks
Amy
Forum: Themes and Templates
In reply to: [ColorWay] Colorway – adding a second logo to homepage headerThanks Bojan. The positioning looks great, i think the logo just needs to be a bit smaller. Do I just play around with the percentage (e.g. 40%) to make it smaller?
For the footer, it currently has the business name and contact details across two lines in the black box. I’d like to format this text so that the address fits on the top line and the contact details are on the bottom line. Does that make sense? If not let me know and I’ll send a screen grab of the footer.
Thank you, almost there!
Amy
Forum: Themes and Templates
In reply to: [ColorWay] Colorway – adding a second logo to homepage headerAlso i’d like to change the footer format so that the text for the tag line covers both lines. I think the current code allows for four social icons. We may only need 1 (linked in) so can remove the others. Do you know what code I should add to the footer.php file?
Thanks again!
Forum: Themes and Templates
In reply to: [ColorWay] Colorway – adding a second logo to homepage headerHi Bojan
Here is the link to my site. I have disabled the maintenance mode so please can you let me know ASAP when you have finished looking at it so that I can put it back on?
Thanks for helping,
Amy
Forum: Themes and Templates
In reply to: [ColorWay] Colorway – adding a second logo to homepage headerHi Bojan,
It has worked thank you!
The second logo has now appeared. As you mentioned before, i will need to add some bespoke code to position and size it. Essentially I would like the second logo to mirror the first on the right hand side of the page and to be the same size as the first logo. What’s the best way to do this?Thanks for your help,
Amy
Forum: Themes and Templates
In reply to: [ColorWay] Colorway – adding a second logo to homepage headerHi Bojan,
Thanks for letting me know.
I have the following code in my style.css:
*
Theme Name: Colorway Theme Child
Theme URI: http://www.inkthemes.com/
Description: Child theme for the Colorway theme
Author: Inkthemes
Author URI: http://www.inkthemes.com/
Template: colorway
Version: 1.1
*/
/*==============================*/
/* GENERAL TYPOGRAPHY */
/*==============================*/
body {And then all of the original code that existed in the parent theme style.css.
Any help would be much appreciated!
Amy
Forum: Themes and Templates
In reply to: [ColorWay] Colorway – adding a second logo to homepage headerHi Bojan
Thanks for the code but this hasn’t seemed to work. Is there a way I can give you access to the site, without taking maintenance mode down?
Thanks
Amy
Forum: Themes and Templates
In reply to: [ColorWay] Colorway – adding a second logo to homepage headerHi Bojan
Thanks for your help so far. I’ve successfully set up my child theme but when i activate it it does not seem to be working and the parent theme is still in tact i.e. the new header logo is still present and the small css changes i had made are still there.
I think there may be an issue with the code i’m using in the functions.php file.
Please can you check the below code is correct:
?php
function theme_enqueue_styles() {$parent_style = ‘parent-style’;
wp_enqueue_style( $parent_style,/home3/geswp/public_html/wp-content/themes/colorway/style.css );
wp_enqueue_style( ‘child-style’,
/home3/geswp/public_html/wp-content/themes/colorway-child/style.css,
array( $parent_style )
);
}
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
?>Thanks for your help
Forum: Themes and Templates
In reply to: [ColorWay] Colorway – adding a second logo to homepage headerAlso can I check, is there a way to create the child theme on wordpress or will I have to do it via my hosting website?
Thanks
Forum: Themes and Templates
In reply to: [ColorWay] Colorway – adding a second logo to homepage headerThanks for posting Bojan. I will try this out. I am very new to wordpress so may well have additional questions!
I would post the link for you but I currently have the maintenance mode enabled so that won’t be much help for you.
Will see how I get on and will keep you posted!
Thanks,
Amy