BjScott
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sugar and Spice] Sharing is caringHi! Love your site!!
As far as the plugin, you can actually search right from within your wordpress site! When you go to “add new” under Plugins, there is a search option that you can use right there. One you choose the plugin, it will install and you simply click “activate”.
From there, in your list of plugins, there might be a settings option right under the plug in name. It could also show up as an option for settings in the left sidebar of all your ‘tools’ in your Dashboard. Or, maybe it just shows up on your posts once activated!
Are the catagories that you dont want showing up on your site now?
Brenda
Forum: Themes and Templates
In reply to: [Sugar and Spice] Sharing is caringHello!
There are several plug-ins that will put the various social media buttons at the end of pages/posts so readers can share. You can search for them at the plugins area, but here is one example:
https://wordpress.org/plugins/e-mailit/
As far as the catagories not used, Id maybe have to see your site link to see what you are referring to. Can you post it?
Thanks!
BrendaForum: Themes and Templates
In reply to: Help me for white text, when i want submit a page or articleHello!
Could you please post a link to your site so I can take a look at this for you?Thanks!
BrendaForum: Themes and Templates
In reply to: [ProtoPress] Featured posts; hide complete section?Hi!
Try this in your Custom CSS, and see if this hides the right section!
.flex-images {
display: none;
}Let me know if that worked!
BrendaForum: Themes and Templates
In reply to: [ProtoPress] Featured posts; hide complete section?Hello!
Can you please post the link to your site, and which section you are wanting to hide?
Thanks!
BrendaForum: Themes and Templates
In reply to: Edit Sidebar Custom Menu CSSHello!
What kind of changes are you wanting to make?
Thanks,
brendaForum: Themes and Templates
In reply to: [Independent Publisher] Archives, Meta & Search BoxHA!!
Well if there isnt an option somewhere on your dashboards left sidebar…under customize…or appearances maybe? I have another EASY solution…NOT technical!
Use this plugin (or find one similar by searching plugins)….then you can update your changes in CSS, and when your theme updates you wont lose them!
https://wordpress.org/plugins/simple-custom-css/
Let me know how that works for you~!
You can do this!Forum: Themes and Templates
In reply to: [Snapshot] Remove empty left sidebarHello!
First thing I would check is that when you are creating your post, that you chose the full-width temple (no sidebar).
Also, can you post a link to your site so I can take a look for you?
Thanks!
BrendaForum: Themes and Templates
In reply to: [Independent Publisher] Archives, Meta & Search BoxHi,
Try putting this code into your Custom CSS!
#secondary .widget-area {
display:none;
}Let me know if I can help you further!
BrendaForum: Themes and Templates
In reply to: change active link colorGreat! You are welcome!
Forum: Themes and Templates
In reply to: change active link colorHello!
I assume you are referring to how it now turns to gray to show its been visited? If so, try this in your Custom CSS: (the hex# is for red, you can change that to whatever you’d like!)
.entry-content a:visited, .comment-content a:visited {
color: #FF0000;
}Let me know if I can help you with anything else!
BrendaForum: Themes and Templates
In reply to: [Independent Publisher] Archives, Meta & Search BoxHello!
Can you post a link to your site so I can take a look?
Thanks!
BrendaForum: Themes and Templates
In reply to: [Educate] How to hide date and authorYou are very welcome!
Wonderful you found a solution with much less headaches!
Forum: Themes and Templates
In reply to: [Chronicle] Change the PinkHello!
Whoa…that is a LOT of pink! 🙂
Ok…Ive changed each of the colors so you can more easily find where these codes go to once you put this into your CUSTOM CSS!!
/*this changes the READMORE and PURCHASE button color */
.readmore_but9 {
background-color: #7ab700;
}
/*this changes the background of the MULTI SERVICE section */
.feature_section15 {
background-color: #89A384;
}
/*this changes the CORPORATE and CREATIVE button colors in the above section */
.feature_section15 strong {
background-color: #263526;
}Let me know if I can help your further!
Brenda