aharmer
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zerif Lite] 'Our Focus' colour highlightsThanks Hardeep, worked perfectly.
Out of curiosity, do you know in what file that would be coded, e.g. is it part of bootstrap? I did a search on my entire wordpress folder and the only .focus-box reference is in the functions.php file.
Cheers,
Aaron.Forum: Themes and Templates
In reply to: [Zerif Lite] Contact form layoutMarius, I transferred using FTP.
Hardeep, yes I am using Jetpack.
Cheers,
Aaron.Forum: Themes and Templates
In reply to: [Zerif Lite] 'Our Focus' colour highlightsLink to my site (the link insert did not work): http://ecologyatalbany.com
Forum: Themes and Templates
In reply to: [Zerif Lite] Contact form layoutOK, I added this to my css and it seems to have solved the problem.
.textarea-box { width: 100% !important; }But does anyone have any idea why it would look one way in development but another on the live site?
Forum: Themes and Templates
In reply to: [Radcliffe] Search icon disappeared in child themeMy site seems to be working fine now. My hosting provider does cache my site, but I had tried flushing the cache several times at the time of my last posting here without effect. When I look at my site now several hours later everything seems fine. I wonder if there is some lag between flushing the cache and it actually taking effect.
Thanks everyone for your help, it is much appreciated.
Forum: Themes and Templates
In reply to: [Radcliffe] Search icon disappeared in child themeThanks for the reply, but I’m afraid that hasn’t solved the issue. I now have only the css edits included in the child style.css file, and have added lines below to my functions.php file, but no change.
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' ); function theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); }Any other ideas? I’m at a loss.
Forum: Themes and Templates
In reply to: [Radcliffe] Search icon disappeared in child themeOK, I already have that code in my stylesheet.
Is a possible the problem that I just copied the entire style.css contents to my child theme css, instead of only the including the changes I wanted?
Cheers.
Forum: Themes and Templates
In reply to: [Radcliffe] Search icon disappeared in child themeThanks for the reply Bojan.
I had a look at the file and it is 20×20 px.
Interestingly, when I click on the Appearance>Customise tab in wp-admin and get the site preview, the icon does show, just not in the published version.
Forum: Themes and Templates
In reply to: [Flat Bootstrap] Next Page buttons in sub-menu pagesSorry folks,
I found the appropriate section in the php file “content-page-nav.php”.
I just commented out everything after:
* For sub-pages, display links to previous and next sibling.