talcioc
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My website is VERY slow.Thank you!
Forum: Fixing WordPress
In reply to: Help make my website a bit widerThank you for your help!
Forum: Fixing WordPress
In reply to: My website is VERY slow.OK, thanks! I will try to reconfigure W3 Total Cache. What happens if I still have the plugin and CloudFlare at the same time?
Forum: Fixing WordPress
In reply to: Help make my website a bit widerOkay, it looks like I managed to make the container the width I want, thank you so much!
Just one more thing, I noticed that now the whole website has that width, how can I make only the homepage portfolio 1000px?
Forum: Fixing WordPress
In reply to: Help make my website a bit widerWhen I look at the website, the width is still 720px. I will attach a screenshot so you can see what I mean.
Forum: Fixing WordPress
In reply to: Help make my website a bit widerThank you for the suggestion but it didn’t work, unfortunately.
Forum: Fixing WordPress
In reply to: Favicon not showing in ChromeSorry, I don’t know how/where to add type=”image/png”
[Moderator note: Please, no bumping.]
- This reply was modified 8 years ago by Steven Stern (sterndata).
Forum: Fixing WordPress
In reply to: Favicon not showing in ChromeI deleted the file but it looks the same, unfortunately.
Forum: Fixing WordPress
In reply to: Favicon not showing in ChromeThank you for answering!
Yes, but that’s not the favicon I uploaded. Here is a screenshot of Internet Explorer with the correct favicon:
I uploaded it here:
Dashboard > Appearance > Customize > Site IdentityForum: Themes and Templates
In reply to: [Illustratr] Change fontsHi Kathryn and thanks for the suggestion.
I installed a plugin called “Easy Google Fonts” but the problem persists, unfortunately. You can see for example the homepage has the right fonts: https://www.talciocdesign.com but on another page, it displays the theme’s default fonts: https://www.talciocdesign.com/portfolio/mon%C2%B7o%C2%B7gram/. If I’m logged into my account, all pages display correctly, but ifI’m testing from Chrome Incognito or Internet Explorer, they don’tI’m starting to lose hope that this issue will be resolved, maybe it has something to do with the theme’s code, but i don’t think it’s something I’m doing wrong,
Please help – thanks!Forum: Themes and Templates
In reply to: [Illustratr] Change fontsHi, I didn’t use a plugin, I just copied the code from Google Fonts and followed their instructions:
So I put this code for a font <link href=’https://fonts.googleapis.com/css?family=Montserrat’ rel=’stylesheet’ type=’text/css’> into Appearance – Editor – header.php – after <head> and then in Appearance – CSS Stylesheet Editor I wrote
h1, h1 a {
clear: both;
color: #3a3a3c;
font-family: ‘Montserrat’, sans-serif;
font-size: 18px;
}and so on for different elements of the website. I really can’t understand why on some pages it shows the fonts correctly and on some it doesn’t.
Hope you can help – thanks!
Forum: Themes and Templates
In reply to: [Illustratr] Change fontsHi Sarah, thank you for the answer but I’m still having some problems unfortunately.
I installed two google fonts but when viewing some pages in another browser or in Incognito, they don’t have the same fonts. For example, please take a look at this page where all the fonts appear; and this one where they don’t. I don’t understand why everything looks fine in Chrome browser, but in Firefox or Incognito mode some do look OK and some don’t.Hope you can help – thanks!
Forum: Themes and Templates
In reply to: [Illustratr] Change fontsHi @sarah! https://www.talciocdesign.com this the website.
Thanks!Forum: Themes and Templates
In reply to: [Illustratr] Change fontsHello everyone!
I tried changing the font by writing this in Custom CSS Editor: h1, h2, h3, h4, h5, h6 { clear: both; margin-bottom: 20px; color: #24282d; font-family: “Source Sans Pro”, sans-serif; font-weight: bold; } and instead of Source Sans Pro, I used another font, but it doesn;t work, don;t know why. Any help would be much appreciated!
Thanks,
T.Forum: Plugins
In reply to: [IgniteUp - Coming Soon and Maintenance Mode] Demo 3 – widthHi @ceylon Systems,
Thanks for the help!! Using that code line and directions I figured out how to make it according to my desires.