bdchika
Forum Replies Created
-
I have a googledrive link I can shar, I just need an email address to end it to.
Thanks
- This reply was modified 5 years, 4 months ago by bdchika.
Forum: Themes and Templates
In reply to: [Olsen Light] Header pagesI’ve figured out how to remove my social media icons from my header under ‘header options’ in cutsomize, however I now still need to place my search feild to the right of my header options. Also the social media ‘follow me’ icons still aren’t showing
Forum: Themes and Templates
In reply to: [Olsen Light] Header pagesThank you that seems to have worked.
I am having troubles with my social medial links – it appears they are broken as they look like empty squares instead of the icons for each social medial site showing. I have tried using the following code to fix this issue but it did not resolve it. Any other suggestions:
Code I used but did not work:
.entry-utils i{
font-family:Fontawesome!important;
}I would like my search field to be aligned with my header menu’s like it is in this site http://emmahwhite.co.uk/. Presnelty my search felid is below my header menue and my social media icons are aligned with my header menu’s – I want to remove them and instead have my search feild in the top right corner of my header menu.
Thanks
Chika
Forum: Themes and Templates
In reply to: [Olsen Light] Header pagessorry i’ve kept my headings left aligned and i would still like to have my search field in the top right side of my header where my social icons presently are…how can i do this? this is the site that has the seearch menu placed as I’d like http://emmahwhite.co.uk/
Also I’m noticing my footer menu is showing (about me, contact and hom), however i did not click for my footer header to be displayed – is there a way to get rid of this?
many thanks
- This reply was modified 5 years, 7 months ago by bdchika.
Forum: Themes and Templates
In reply to: [Olsen Light] Header pagesi’ve used this code to center my header and it worked
.site-tools {
display: none;
}
.site-bar .nav {
float: left;
width: 100%;
}
.site-header .navigation {
display: flex;
justify-content: center;
}I am wondering is there a way to place my search bar in the header and have it be right aligned? this site has the search in the location i’m looking to place mine..is it possible to do so?
Forum: Themes and Templates
In reply to: [Olsen Light] Header pagesTHANK YOU SO VERY MUCH Fotis! I have been able to make the changes to my headers.
I have tried adding code
.entry-content{text-align:center;}
ul li{text-align:left}
to my ‘additional css’, in order to center align my headings, however it hasn’t worked. Any suggestions?Also I’m noticing my footer menu is showing (about me, contact and hom), however i did not click for my footer header to be displayed – is there a way to get rid of this?
many thanks
chika
Forum: Themes and Templates
In reply to: [Olsen Light] Social Media links appearance brokenI’ve added this code and I am still experiencing the same issue -it has not resolved the issue for me. Any other suggested codes?
Forum: Themes and Templates
In reply to: [Olsen Light] Header pagesHello I think I’ve figured out how to add the pages, however still working on the creating the recipe page and drop down list. For my pages, i created an ‘about me’, how do I make it so that the side bar layout remains – so the layout on this page remains the same as what my landing homepage looks like? Also how do I get rid of the footer ‘about me’ and facebook icon on my ‘about me’ page? When I create the ‘recipe’ page, how do I make it default to the current ‘homepage’?
Forum: Themes and Templates
In reply to: [Olsen Light] Social Media links appearance brokenI’m having this exact issue when I go directly to my site on my homepage – my links are on the top right corner, aboe the search feild. I will add this to my additional css and see if it resolves the problem. Thanks
- This reply was modified 5 years, 7 months ago by bdchika.
Forum: Themes and Templates
In reply to: [Olsen Light] header pictureI figured it out!
Forum: Themes and Templates
In reply to: [Olsen Light] thumbnails images not appearingI removed the following code from my sytle.css:
.single-post .entry-featured {
display:none;
}
.widget_ci-latest-posts .entry-featured, .entry-related .entry-featured {display: block;}and added your code to function.php
function wpse_allowedtags() {
// Add custom tags to this string
return ‘<p>,‘;
}however now the featured image is showing at the top of my posts, above my post image/content. I will likely remove the function.php file and just stick with the code i have in my style.css.
Thank you
Forum: Themes and Templates
In reply to: [Olsen Light] thumbnails images not appearingThank you for your support in trouble shooting. Unfortunately that did not work – I will likely be deleting the functions.php folder. Instead I am using the following code in my style.ccs, which is producing the look I am looking for as described above.
.single-post .entry-featured {
display:none;
}
.widget_ci-latest-posts .entry-featured, .entry-related .entry-featured {display: block;}Thank you once again for your ongoing support in addressing my questions.
Forum: Themes and Templates
In reply to: [Olsen Light] thumbnails images not appearingThank you. I created the functions.php folder and added the codes as directed but I see no changes. If you have an email I can email you a screen shot of what my page is looking like since i currently don’t have it live yet?
Just looking at my other codes in style.css and see I have the following code:
.entry-featured {display:none;}
.widget_ci-latest-posts .entry-featured, .entry-related .entry-featured {display: block;}If I changed that to read:
.entry-featured {display:none;}
.widget_ci-latest-posts .entry-featured, .entry-featured {display: block;} would that possibly allow for the picture (NOT the featured image) in my post or video in my post to be displayed in the excerpt along with some text?Forum: Themes and Templates
In reply to: [Olsen Light] thumbnails images not appearingDo I need to copy the function.php file into my child theme and them replace any code in there with the noted code from https://wordpress.org/support/topic/excerpts-remove-paragraph-formatting/?replies=2 ? Or can I just paste this full code into my style.css in my child theme?