Chelsey
Forum Replies Created
-
Done. Sorry, I must have been playing around with it and forgot to change that back when it didn’t do anything.
I’ve added it to my site (https://diybudgetgirl.com) and it’s still showing up as a list.
Thanks for the response, Ajay! I use the Sugar & Spice theme, do you think this will work with that?
Forum: Themes and Templates
In reply to: [Sugar and Spice] How to add an ad to the headerThe easiest way to do this is to install a plugin called WP Insert. Go to “Tracking Codes” and insert the ad there.
Forum: Reviews
In reply to: [Visual Recipe Index] Great Beginning!I was easily able to get rid of the border by going into the plugin’s stylesheet. I created a “main” index page for my recipes and then used this plugin to do the rest. It’s here if you want to see how it looks: https://www.diybudgetgirl.com/recipes/
Forum: Reviews
In reply to: [Sugar and Spice] Pretty, bright, wish it was more flexibleI’m not sure why you home page is doing that. The heading doesn’t appear on my page.
Forum: Plugins
In reply to: [Simple Social Icons] paddingCeciRjas, it’s actually the margin you need to change.
Find this in the stylesheet:
.simple-social-icons ul li { background: none !important; border: none !important; float: left; list-style-type: none !important; margin: 0 6px 12px !important; padding: 0 !important; }
Change the 6px to whatever number you want. I set it to 2px and that fixed it for me.
Forum: Reviews
In reply to: [Sugar and Spice] great theme!Is it worth it to switch to pro? It’s something I’ve been considering, but I can’t decide.
FYI, I was able to fix two of my problems.
How to get entries to show up as excerpts:
Include a featured image. That’s it.Entries overflowing into footer:
I changed this:/* LAYOUT ----------------------------------------------- */ .container { width: 980px; } .content-area { width: -100%; float: right; } .site-content { width: 625px; margin: 0 0 -340px 0;
I changed the -340 in the margin to 0. I’m not sure why it was set to -340 in the first place (probably something I did while I was moving the sidebar to the left), but changing that fixed it.
Just thought I should put this here, in case anyone else has issues with it in the future. ??
I’m going to mark this as resolved, since I’m attempting to do something different with the header. Of course, I’m having issues with that, as well, so I’ll probably be asking about it. ??
Forum: Reviews
In reply to: [Kitchenbug] Wish it wasn't buggy!I use Ziplist. It’s not great, but it works.
Forum: Themes and Templates
In reply to: [Sugar and Spice] Highlights WidgetOh, I’m sorry! I saw that there were no replies, but must have missed the “resolved” part. Thank you!
Forum: Themes and Templates
In reply to: [Fashionistas] Global rule for hover/link colourThere isn’t. However, you can just copy & paste the whole code into a document editor, use the “Find and Replace” tool and replace all with the hex code you want. Then just copy % paste it back where you need it. That’s how I do it and it makes life much easier–no more hunting through miles of CSS for one little code. ??
Actually, it turns out the footer problem IS happening on my main page. I just didn’t have enough posts to see it.
Forum: Themes and Templates
In reply to: [Sugar and Spice] Highlights WidgetIs this a widget you installed? If so, your question should be posted in the support thread for that plugin.
The Sugar & Spice theme only supports a header menu and a footer menu.
However, if you go to Appearance > Widgets, you can add a custom menu to your sidebar.
Have a nice day!