SusanO2607
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [WP-Creativix] Dropdown menu spacingSolution works nicely, although I used 250px instead.
Have decided to revert to main WP-Creativix theme and make my changes to the .php file. Quick to change if theme is updated.
Forum: Themes and Templates
In reply to: [WP-Creativix] Centre LogoOk, found out what the problem was. The change has to be made in the style.php not the style.css. The .php does not overwrite the parent theme as the .css does.
Decided to do away with my child theme as most of my changes are required in the .php file rather than the .css. Thought about forking the theme but decided against it as my changes are minor and quick to do should the main theme update. Just have to have them well documented so I don’t forget what I did.
#logoname {
width: 100%;
text-align: center;
}#logoname a {
float: none;
}worked nicely in my .php file to centre my logo.
Thank you!
Forum: Themes and Templates
In reply to: [WP-Creativix] Centre LogoHave triple checked that my child theme is activated unless I’m doing something really stupid (which is not outside the realm of my current reality). I can see this as I have no search area on my menu bar.
https://iswconsultants.com/wp-admin/themes.php
Would be most grateful if you could assist – am going bald at a rapid rate of knots!
Forum: Themes and Templates
In reply to: [WP-Creativix] Dropdown menu spacingI have created a child theme. However, this code (#header #navbar etc) is found under style.php and not my style.css, will this be a a problem?
Forum: Themes and Templates
In reply to: [WP-Creativix] Featured postsIdeally I would like to use my child theme to make this change so that when WP-Creativix updates, I don’t lose my customised changes.
I would assume one would change the tpl_home.php code but there are 5 places where _excerpt appears. I tried changing all of them and made a total hash of my website. Which ones do I change to _content?
Forum: Themes and Templates
In reply to: [WP-Creativix] Centre LogoStill not working…
Forum: Themes and Templates
In reply to: [WP-Creativix] Centre LogoStill not coming right with this problem on https://iswconsultants.com …
#logoname { is not found under my style.css but rather under my style.php.
I have tried to create a child style.php with the following code:
/*
Theme Name: WP-Creativix-Child
Theme URI: https://www.iswconsultants.com/
Description: ISWC Child WP-Creativix Theme
Author: Susan Offer
Author URI: https://www.iswconsultants.com/about-us/
Template: wp-creativix
Version: 1.0
*/@import url(‘../wp-creativix/style.php’);
#logoname {
width: 100%;
text-align: center;
}#logoname a {
float: none;
}but it’s still not working… ??
Forum: Themes and Templates
In reply to: [WP-Creativix] Centre LogoJust double-checked. If I go to the editor it just shows my header.php and my style.css and if I go to Themes, my WP-Creativix-Child is on top.
Forum: Themes and Templates
In reply to: [WP-Creativix] Centre Logosorry that should be https://iswconsultants.com
Forum: Themes and Templates
In reply to: [WP-Creativix] Centre LogoSorry, it’s https://iswconsultant.com
Forum: Themes and Templates
In reply to: [WP-Creativix] Centre LogoI tried by inserting the above into my child style.css but to no avail. I think I should have used the word header image rather than logo.
Forum: Themes and Templates
In reply to: [WP-Creativix] Featured postsSorry to bug, but where do I find the _content? I would like to format my address details etc on https://iswconsultants.com front page.
Forum: Themes and Templates
In reply to: [WP-Creativix] Feature on Front Page optionOk, I feel a bit stupid now… Amazing what a fresh look will do.
Under WP-Creativix Options under Frontpage Settings there is a place where one can set First Featured Post and Second Featured Post. I’ve set these both to my static pages which I want displayed all the time on my Home page.
Forum: Themes and Templates
In reply to: [WP-Creativix] Increase navigation menu width and centre itOk, figured it out. Just had to get my head around the fact that you have to adjust the “space” size and then amend and upload a image to fit that space.
Thank you!
Forum: Themes and Templates
In reply to: [WP-Creativix] Cant get my logo to loadI have a header image which is our name but need my logo which looks like a yellow Africa on the left-hand side.
WordPress tells me the logo is loaded in the WP-Creativix options but I don’t see it on my website so it could be a positioning issue.
Thanks