BradVotava3
Forum Replies Created
-
I’m looking for a membership plugin with the following features:
Ability to sell access to individual posts, pages and downloadable products to non-members ala carte, along with ability to sell memberships and give them full access to all products, pages and posts.
Will s2Member do this? Is it free to start or is this just a trial membership? Important because it may take a awhile to really make it profitable and I have very limited funds to get started.Thanks!
Brad
Forum: Plugins
In reply to: [Frames Video Player] Plugin ModificationThanks for the response. I know you probably get more emails than you can answer promptly some weeks. I understand. It’s no problem.
What did you think about the idea of creating a page for a front-end user interface for the plugin? Would that be pretty simple or is that very involved? Basically I just want to be able to create a link to a page that contains the plugin menu for users that’s not in the regular admin area. I guess it could also be a popup modal. If it’s a time consuming task I’d be willing to pay you for your time. Just let me know what you’d charge.
Thanks!
Brad
Forum: Fixing WordPress
In reply to: Style Sheets Not WorkingFinally found a solution. Just in case anyone else comes across this problem, here’s the simple solution I discovered.
Have always understood that spaces, etc., in css don’t make much much difference. In this case, the CSS only worked when formatted in the following manner.
.products.price {
display: none !important;
}This is how I had my css written. Shouldn’t make any difference right? But my site wouldn’t read any of my css at all when formatted in the following manner.
.products.price {display: none !important;}Hope this helps someone else!
Forum: Fixing WordPress
In reply to: Main Menu HoverWill try that. Thanks for your help!
Forum: Fixing WordPress
In reply to: Main Menu HoverAndrew,
An un-ordered list usually displays vertically. I need to display those menus inline. Could you be more specific? How can I display both menus horizontally, without making the list items inline elements? When I try to display as block level elements it doesn’t work. Are you sure this isn’t a wordpress problem rather than a css problem?
Thanks!
Brad
Forum: Fixing WordPress
In reply to: Main Menu HoverAndrew,
Thanks for the tip. At least this points me in the right direction.
Forum: Fixing WordPress
In reply to: Navigation MenuSorry, I had disabled the jQuery as I was trying to solve theproblem with the z-index. The jQuery is working now but I still haven’t solved my hover problem
Forum: Fixing WordPress
In reply to: Navigation MenuAre you talking about the php?
Forum: Fixing WordPress
In reply to: Navigation MenuThanks! Will check it out. Been struggling for 3 hours with this.
Forum: Plugins
In reply to: Adding functionality to WP-ecommerce CartNo one here knows how to do this? That’s surprising.
Forum: Fixing WordPress
In reply to: RSS Feed Not WorkingThanks for your help. Fortunately, I didn’t have much on the site yet to begin with so it will be easy to just start over and change passwords, etc. I had a bad virus on my computer yesterday which I removed by completely reformatting my hard drive.
By the way, is there an easy way to tell if my other sites have been hacked? I have one at https://www.howtowriteasongcentral.com
that I’m also concerned about. The feed was working and no longer is. Plus when I look at the source there seems to be a crap load of bizarre code.Thanks!
Forum: Fixing WordPress
In reply to: Feed Problems. Help!Thanks! I’ll give it try.