nanoanno
Forum Replies Created
-
Ahh, yes, that will do the trick :/
I’d suggest reaching out to WP Rocket and letting them know about the issue. Hopefully someone on their support team can help to get the conflict resolved.
Until then you could leave the plugin de-activated or try using a different plugin to help with your caching needs.
best,
anno
Forum: Themes and Templates
In reply to: [Twenty Nineteen] Custom color hex codeYou’re so welcome. Happy to help!
Forum: Themes and Templates
In reply to: [Twenty Nineteen] Homepage Section?Hi EmperorFPM,
Can you explain what you mean by a homepage section a little more?
Are you asking how to add content to your homepage? If you want your homepage to have specific content on it rather than a list of your blog posts, you’ll want to set your Homepage Settings (which can be found in the Customizer > Homepage Settings) to “A static page” rather than “Your latest posts”.
You can create a page called Home or something similar and then edit that page to add your content using the new block editor (or the classic editor, if you’d prefer).
Here is a screenshot of those settings: https://imgur.com/a/rZGUMUD
Forum: Themes and Templates
In reply to: [Twenty Nineteen] Header Image / Widgets dropped to the bottomHi CJC,
Unfortunately these layout options are not a part of the new Twenty Nineteen theme.
If you’re looking for this type of functionality you could consider adding some custom CSS (for background images, for example) or creating a child theme (to add custom widget areas).
If this sounds a little too advanced for you, you might want to look into using a different theme that better suits your needs.
Forum: Themes and Templates
In reply to: [Twenty Nineteen] Custom color hex codeHey doyouevenblog,
If you’re referencing the color you select with the little slider in the Customizer under Colors > Custom, there’s unfortunately no way to add a hex code right there at the time being.
However, you can use this code gist to change it to the hex color of your preference. Everywhere you see
hsl( 326, 100%, 33% ); /* base: #0073a8; */
replace it with your hex color and include a semi-colon at the end, like this#F47834;
… after that copy and paste all of that code into the Additional CSS box in the Customizer and you should be good to go.Let me know if you run into any trouble.
Ann
- This reply was modified 5 years, 11 months ago by nanoanno.
Hi doyouevenblog,
It looks like you are running into a JavaScript error because of a plugin conflict.
You can install the Health Check plugin to help you troubleshoot. This will turn off all plugins on your site (but only for you, your viewers will see your site as normal) and you can turn them back on one by one to figure out which one is causing the issue.
Let me know if you have any other questions.
Ann
- This reply was modified 5 years, 11 months ago by nanoanno.
Forum: Themes and Templates
In reply to: [Sketch] Menu bar open in responsive viewWorked like a charm. Thanks so much, Kathryn!
Forum: Themes and Templates
In reply to: [Sketch] Colour changes for menu fontsWorked like a charm.
Thank you so much!
Forum: Themes and Templates
In reply to: [Sketch] Button CSSHey Kathryn!
I have the same question as above… Can you explain what you mean by the button element?
I have tried using this button shortcode:
[button align="center" color="white" size="small" link="urlhere"]Button Text Here[/button]
But I’m not getting anything to work on the site.
Forum: Themes and Templates
In reply to: [Sketch] Colour changes for menu fontsOh, I’m so sorry… I actually found one more spot:
For commenting on a blog post, if you are nog logged in it says “You must be logged in to post a comment.” and if you are logged in it says “Logged in as Ann. Log out?”
The hyperlinks over *logged in* and *Ann* and *Log out?* are still pulling the themes default color.
Is it possible to change those as well?
Thank you again!!
Forum: Themes and Templates
In reply to: [Sketch] Colour changes for menu fontsWorked like a charm!
Thank you SO much for all of your help with this custom CSS. That takes care of all of the links on this site.
You’re awesome!
Forum: Themes and Templates
In reply to: [Sketch] h6 link formatting (specifically, underline)A friend helped me resolve this issue today – looks like it was an issue with the visited link part.
For future reference for anyone viewing this thread, we put in the following css and it worked great:
h6 a:link { text-decoration: none; color: #e0e0e0; } h6 a:visited { text-decoration: none; color: #e0e0e0; } h6 a:hover { text-decoration: none; color: #35D2B3; } h6 a:active { text-decoration: none; color: #35D2B3; }
Forum: Themes and Templates
In reply to: [Sketch] Colour changes for menu fontsHi Bojan!
That worked for the footer links.
I have a few more things on the site that still seem to be pulling the orange color:
1) The social icons in the footer
2) The blog post titles (when hovering)
3) I’m still struggling with the menu items. I have the code in place at the beginning ot his thread, but when I hover over the menu option, it is the orange color. And when it is selected on mobile, it is also orange.I would greatly appreciate it if you would help me with these things ??
Ann
Forum: Themes and Templates
In reply to: [Sketch] h6 link formatting (specifically, underline)Hmmm. That doesn’t seem to fix it ??
Could it be because of other custom CSS that is in place?
Ann
Forum: Themes and Templates
In reply to: [Sketch] Change Logo SizeI bumped it up to 80px and that worked like a charm. On mobile, it sits right above the hr, so it looks great.
Thank you!