ValleyJim
Forum Replies Created
-
Forum: Plugins
In reply to: [bbp style pack] BBP STYLE PACKJust to jump in here…
I am having the same issue. For example when I try to change the background color of the categories, the changes are not reflected in the page, and the text changes are not either. For more information that can hopefully help, I am running Buddyboss Platform that has bbpress integrated. I am not sure if that makes a difference or not…
Forum: Fixing WordPress
In reply to: Remove pages from menu optionsThat is the thing though. Sometimes when I delete the page it stays in the list for some reason…..
Forum: Fixing WordPress
In reply to: Remove pages from menu optionsThat is if it is in a menu and I know how to do that.
The question is you have a box on the left side that lists pages with checkboxes. After removing a plugin the pages that the plugin created remain in the list.
How do you remove the page from the selection box on the left side? I guess my question was a little unclear.
But thank you for the reply!
JimForum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Category ID?Honestly, there are other things I have been working on. I have not even tried…
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Category ID?Not having a way to easily change the order is beyond me. I did go in and add “01-” “02-” etc to the beginning of the slug then sorted that way. But there needs to be an easy way to change the order. Do you think people would not ever want to add a new cat and decide where they want it to go in the list? Something as simple as putting a field for “order” and choosing a number. I know that bbPress for example uses this in their setup for how you want the boards displayed…..
As I said before, it just seems very strange to me to not expect someone to need to change the order of the cats or want to add a new cat…..
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Merge List error after 4.0 UpdateSorry, not trying to hijack the thread but I am seeing this error also.
I have Version 4.0.11 of MailChimp for WordPress, v. 4.7 of WP and here is what i see:
[2016-12-19 19:49:45] ERROR: User Sync > Error subscribing or updating user 4: Bad Request. Your merge fields were invalid.
– USERNAME : Please enter a value
– PASSWORD : Please enter a value
– CONFIRM : Please enter a valueThis comes from my error log when I try to do a manual sync.
Any ideas are greatly appreciated!
JimForum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Listing Title shows 2XWorked perfectly, thanks!
Forum: Fixing WordPress
In reply to: Forum permissions with bbpressThanks I was planning on doing that also. But they can be extremely slow with answering any questions over there. I was just hoping that since most of this is at the core of WP I would get a quicker answer here…..
Forum: Fixing WordPress
In reply to: 403 error sometimesI have done all of that before — a couple times actually…..
When I did it before I changed to the twenty-twelve and twenty-fifteen themes. With those themes and the only plugin running bbPress I still got the error. Exact same error that I have been getting.
On a whim I decided to try twenty-sixteen. Had all plugins disabled and did not get the error.
Reactivated the plugins and still no error!
I may have to stick with this theme. I do like the look and feel of it and no error is a definite plus.
But I would still be very curious about why the error. a 403 is usually htaccess or permissions. And why get the error and then repeat the action (in this case clicking the “Publish” button) no error…..
<shrug>Anyway the problem seems to be resolved.
Thanks for everything!
JimForum: Themes and Templates
In reply to: [Olsen Light] Make Main Menu One LineHi everyone! I just wanted to throw my nickels worth in here. I also wanted to stretch my menu across the top of the screen since I was seeing two lines. I tried this code first.
.site-bar .nav { width: 74%; } .site-tools { width: 26%; } @media (max-width:768px) { .site-bar .nav, .site-tools { width: 100%; } }
That didn’t quite work. So I played with it a little. My goal was to keep the width as small as possible while allowing my full menu to show. What I finally wound up with was:
.site-bar .nav {
width: 85%;
}.site-tools {
width: 26%;
}@media (max-width:768px) {
.site-bar .nav, .site-tools {
width: 100%;
}
}The only change I made is what I have in bold. Then it worked fine for me.
Just wanted to give everyone the benefit of my experience! ??
Jim
Forum: Plugins
In reply to: [XPoster - Share to Bluesky and Mastodon] Ampersands show &Never mind I found the problem.
It was buried in my general settings for my blog.
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Signature?Thank you!
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Articles?Thank you for responding.
I have done all of that and will check it out.
Forum: Themes and Templates
In reply to: [Olsen Light] Change buttonsThanks for the info. Worked like a charm.
Forum: Themes and Templates
In reply to: [Olsen Light] Change buttonsOk I was just looking through my plugins and saw one called Advanced Excerpt since my last theme did not let me do excerpts easily.
Does this theme support doing excerpts for posts natively?
If it does I will happily dump the plugin…..