oxoxTali
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Why is WordPress so laggy?Thank you so much, that is so helpful! I really appreciate it.
Thanks so much for the advice. I changed it to class in the HTML and now the background is working (although I have to play around with the size a bit), but the header and footer still are not. I think I’m probably not positioning them correctly or something. Sigh.
Forum: Themes and Templates
In reply to: Can't add a header and background to a columnOkay, I posted from there.
Again, do you know of any other themes that are good or is there anybody I could speak with that would give me advice? I’ve been finding it really hard to code this all on my own because I have no past experience with this whatsoever and am basically learning it all as I go. If there is a better theme, or one that is easier to work with, that would really help a lot.
Forum: Themes and Templates
In reply to: Can't add a header and background to a columnOkay, Esmi, thank you for letting me know, but I’m afraid I’m completely lost and confused and have no idea what that actually means for me.
I installed the theme through WordPress, I thought that it was a core application. How do I know what is and what isn’t? Do you have any suggestions for themes that are? Do you have any suggestions for someone I could call to get help? I just want to make my blog work.
Forum: Themes and Templates
In reply to: Can't add a header and background to a columnThe premium version is paid, but I’m not using the premium version.
Forum: Themes and Templates
In reply to: Can't add a header and background to a columnI just went to themes and searched for SuperSlick and I found it and installed it. Here’s the link:
https://oxoxtali.com/wp-admin/theme-install.php?tab=search&s=superslick&search=Search
Forum: Themes and Templates
In reply to: Can't add a header and background to a columnOr am I understanding the word commercial wrong? I’m just confused and I’ve been trying for a very long time to get this theme to work ?? If you know of a better theme that I could use, I’d be happy to switch. Any help would be much appreciated.
Forum: Themes and Templates
In reply to: Can't add a header and background to a columnI’m not using a commercial parent theme, it’s called SuperSlick and it’s free.
Forum: Themes and Templates
In reply to: Is it possible to edit HTML in a child theme?Thank you so much! I really appreciate the help.
Forum: Themes and Templates
In reply to: Is it possible to edit HTML in a child theme?Thanks for your response, but I already read that page before starting with a child theme and I’m still totally confused… Does that mean I can’t edit HTML with a child theme? If not, how can I edit it?
Forum: Themes and Templates
In reply to: Need some CSS help with my themeThank you!
Forum: Themes and Templates
In reply to: Need some CSS help with my themeThe one that I want affected is the big title that says OXOXTALIDOTCOM at the top.
Forum: Themes and Templates
In reply to: Need some CSS help with my themeThis is what I’m using to try to change the font:
/* fonts
————————————————–*/@font-face {
font-family: ‘Libre Baskerville’;
font-style: normal;
font-weight: 400;
src: local(‘Libre Baskerville’), local(‘LibreBaskerville-Regular’), url(https://themes.googleusercontent.com/static/fonts/librebaskerville/v1/pR0sBQVcY0JZc_ciXjFsK5Rby8KfwQsaipLBqMCVNtM.woff) format(‘woff’);
}
@font-face {
font-family: ‘Libre Baskerville’;
font-style: normal;
font-weight: 700;
src: local(‘Libre Baskerville Bold’), local(‘LibreBaskerville-Bold’), url(https://themes.googleusercontent.com/static/fonts/librebaskerville/v1/kH7K4InNTm7mmOXXjrA5vz8SLKRGgamuUl1hIefMyNI.woff) format(‘woff’);
}
@font-face {
font-family: ‘Libre Baskerville’;
font-style: italic;
font-weight: 400;
src: local(‘Libre Baskerville Italic’), local(‘LibreBaskerville-Italic’), url(https://themes.googleusercontent.com/static/fonts/librebaskerville/v1/QHIOz1iKF3bIEzRdDFaf5dgliI79_bmRXH6crmREtCo.woff) format(‘woff’);
}Forum: Themes and Templates
In reply to: Need some CSS help with my themeI’m actually using Chrome, should I switch to FF?